Values.CollaborationPrivacyBudgetTemplateSummarySourceA summary of the collaboration's privacy budget template. This summary includes information about who created the privacy budget template and what collaborations it belongs to.
type nonrec t = {id : PrivacyBudgetTemplateIdentifier.t option;The unique identifier of the collaboration privacy budget template.
*)arn : PrivacyBudgetTemplateArn.t option;The ARN of the collaboration privacy budget template.
*)collaborationId : UUID.t option;The unique identifier of the collaboration that contains this collaboration privacy budget template.
*)collaborationArn : CollaborationArn.t option;The ARN of the collaboration that contains this collaboration privacy budget template.
*)creatorAccountId : AccountId.t option;The unique identifier of the account that created this collaboration privacy budget template.
*)privacyBudgetType : PrivacyBudgetType.t option;The type of the privacy budget template.
*)createTime : Timestamp.t option;The time at which the collaboration privacy budget template was created.
*)updateTime : Timestamp.t option;The most recent time at which the collaboration privacy budget template was updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of PrivacyBudgetTemplateIdentifier.t
| `Timestamp of Timestamp.t ])
list ]