Values.AccessPolicySummarySourceA summary of the data access policy.
type nonrec t = {type_ : AccessPolicyType.t option;The type of access policy. Currently, the only available type is data.
*)name : PolicyName.t option;The name of the access policy.
*)policyVersion : PolicyVersion.t option;The version of the policy.
*)description : PolicyDescription.t option;The description of the access policy.
*)createdDate : Long.t option;The Epoch time when the access policy was created.
*)lastModifiedDate : Long.t option;The date and time when the collection was last modified.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `Long of Long.t | `String of PolicyName.t ])
list ]