View source: R/verifiedpermissions_operations.R
verifiedpermissions_create_policy_store | R Documentation |
Creates a policy store. A policy store is a container for policy resources.
See https://www.paws-r-sdk.com/docs/verifiedpermissions_create_policy_store/ for full documentation.
verifiedpermissions_create_policy_store(
clientToken = NULL,
validationSettings,
description = NULL
)
clientToken |
Specifies a unique, case-sensitive ID that you provide to ensure the idempotency of the request. This lets you safely retry the request without accidentally performing the same operation a second time. Passing the same value to a later call to an operation requires that you also pass the same value for all other parameters. We recommend that you use a UUID type of value.. If you don't provide this value, then Amazon Web Services generates a random one for you. If you retry the operation with the same Verified Permissions recognizes a |
validationSettings |
[required] Specifies the validation setting for this policy store. Currently, the only valid and required value is We recommend that you turn on |
description |
Descriptive text that you can provide to help with identification of the current policy store. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.