identitystore_create_group {paws.security.identity} | R Documentation |
Creates a group within the specified identity store.
See https://www.paws-r-sdk.com/docs/identitystore_create_group/ for full documentation.
identitystore_create_group(
IdentityStoreId,
DisplayName = NULL,
Description = NULL
)
IdentityStoreId |
[required] The globally unique identifier for the identity store. |
DisplayName |
A string containing the name of the group. This value is commonly
displayed when the group is referenced. |
Description |
A string containing the description of the group. |