Learn R Programming

paws.security.identity (version 0.7.0)

identitystore_create_group: Creates a group within the specified identity store

Description

Creates a group within the specified identity store.

See https://www.paws-r-sdk.com/docs/identitystore_create_group/ for full documentation.

Usage

identitystore_create_group(
  IdentityStoreId,
  DisplayName = NULL,
  Description = NULL
)

Arguments

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. Administrator and AWSAdministrators are reserved names and can't be used for users or groups.

Description

A string containing the description of the group.