getGroup

suspend fun getGroup(argument: GetGroupPlainArgs): GetGroupResult

Use this data source to get an Identity Store Group.

Return

A collection of values returned by getGroup.

Parameters

argument

A collection of arguments for invoking getGroup.


suspend fun getGroup(alternateIdentifier: GetGroupAlternateIdentifier? = null, filter: GetGroupFilter? = null, groupId: String? = null, identityStoreId: String): GetGroupResult

Return

A collection of values returned by getGroup.

See also

Parameters

alternateIdentifier

A unique identifier for the group that is not the primary identifier. Conflicts with group_id and filter. Detailed below.

filter

Configuration block for filtering by a unique attribute of the group. Detailed below.

groupId

The identifier for a group in the Identity Store.

identityStoreId

Identity Store ID associated with the Single Sign-On Instance.


suspend fun getGroup(argument: suspend GetGroupPlainArgsBuilder.() -> Unit): GetGroupResult

Return

A collection of values returned by getGroup.

See also

Parameters

argument

Builder for com.pulumi.aws.identitystore.kotlin.inputs.GetGroupPlainArgs.