listPolicyTemplates

Returns a paginated list of all policy templates in the specified policy store.

Samples


fun main() { 
   //sampleStart 
   // The following example retrieves a list of all of the policy templates in the specified policy store.
val resp = verifiedPermissionsClient.listPolicyTemplates {
    policyStoreId = "C7v5xMplfFH3i3e4Jrzb1a"
} 
   //sampleEnd
}