Values.GetPolicyStoreInputSourceRetrieves details about a policy store.
type nonrec t = {policyStoreId : PolicyStoreId.t;Specifies the policy store that you want information about. To specify a policy store, use its ID or alias name. When using an alias name, prefix it with policy-store-alias/. For example: ID: PSEXAMPLEabcdefg111111 Alias name: policy-store-alias/example-policy-store To view aliases, use ListPolicyStoreAliases.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of PolicyStoreId.t ]) list ]