View source: R/kms_operations.R
| kms_retire_grant | R Documentation | 
Deletes a grant. Typically, you retire a grant when you no longer need its permissions. To identify the grant to retire, use a grant token, or both the grant ID and a key identifier (key ID or key ARN) of the KMS key. The create_grant operation returns both values.
See https://www.paws-r-sdk.com/docs/kms_retire_grant/ for full documentation.
kms_retire_grant(
  GrantToken = NULL,
  KeyId = NULL,
  GrantId = NULL,
  DryRun = NULL
)
| GrantToken | Identifies the grant to be retired. You can use a grant token to identify a new grant even before it has achieved eventual consistency. Only the  | 
| KeyId | The key ARN KMS key associated with the grant. To find the key ARN, use
the  For example:
 | 
| GrantId | Identifies the grant to retire. To get the grant ID, use
 
 | 
| DryRun | Checks if your request will succeed.  To learn more about how to use this parameter, see Testing your KMS API calls in the Key Management Service Developer Guide. | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.