Values.PolicyVersionSourceContains details for the version of a policy. Policies define what operations a team that define the permissions for team resources.
type nonrec t = {arn : QualifiedPolicyArn.t option;Amazon Resource Name (ARN) for the team.
*)policyArn : UnqualifiedPolicyArn.t option;Amazon Resource Name (ARN) for the policy.
*)versionId : PolicyVersionId.t option;Verison ID
*)policyType : PolicyType.t option;The type of policy.
*)isDefault : Boolean.t option;Determines if the specified policy is the default for the team.
*)name : PolicyName.t option;Name of the policy.
*)status : PolicyStatus.t option;Status for the policy. For example, if the policy is attachable or deprecated.
*)creationTime : IsoTimestamp.t option;Timestamp when the policy was created.
*)lastUpdatedTime : IsoTimestamp.t option;Timestamp when the policy was last updated.
*)document : PolicyDocument.t option;Document that contains the policy contents.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Integer of PolicyVersionId.t
| `String of QualifiedPolicyArn.t
| `Timestamp of IsoTimestamp.t ])
list ]