getPolicyStore

Retrieves details about a policy store.

Samples

// The following example retrieves details about the specified policy store.
val resp = verifiedPermissionsClient.getPolicyStore {
    policyStoreId = "C7v5xMplfFH3i3e4Jrzb1a"
}
// The following example retrieves details about the specified encrypted policy store.
val resp = verifiedPermissionsClient.getPolicyStore {
    policyStoreId = "C7v5xMplfFH3i3e4Jrzb1a"
}