View source: R/identitystore_operations.R
identitystore_create_group | 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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.