identitystore_create_group: Creates a group within the specified identity store

View source: R/identitystore_operations.R

identitystore_create_groupR Documentation

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.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.