getPolicyStore

Retrieves details about a policy store.

Samples


fun main() { 
   //sampleStart 
   // The following example retrieves details about the specified policy store.
val resp = verifiedPermissionsClient.getPolicyStore {
    policyStoreId = "C7v5xMplfFH3i3e4Jrzb1a"
} 
   //sampleEnd
}