get Group
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
alternate Identifier
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.
group Id
The identifier for a group in the Identity Store.
identity Store Id
Identity Store ID associated with the Single Sign-On Instance.
Return
A collection of values returned by getGroup.
See also
Parameters
argument
Builder for com.pulumi.aws.identitystore.kotlin.inputs.GetGroupPlainArgs.