identitystore_delete_group {paws.security.identity} | R Documentation |
Delete a group within an identity store given GroupId
Description
Delete a group within an identity store given GroupId
.
See https://www.paws-r-sdk.com/docs/identitystore_delete_group/ for full documentation.
Usage
identitystore_delete_group(IdentityStoreId, GroupId)
Arguments
IdentityStoreId |
[required] The globally unique identifier for the identity store. |
GroupId |
[required] The identifier for a group in the identity store. |
[Package paws.security.identity version 0.7.0 Index]