getPolicyStoreAlias

Retrieves details about the specified policy store alias.

Samples


fun main() { 
   //sampleStart 
   // The following example retrieves details about the policy store alias with name example policy store.
val resp = verifiedPermissionsClient.getPolicyStoreAlias {
    aliasName = "policy-store-alias/example-policy-store"
} 
   //sampleEnd
}