Get Group Plain Args
data class GetGroupPlainArgs(val alternateIdentifier: GetGroupAlternateIdentifier? = null, val filter: GetGroupFilter? = null, val groupId: String? = null, val identityStoreId: String) : ConvertibleToJava<GetGroupPlainArgs>
A collection of arguments for invoking getGroup.
Constructors
Link copied to clipboard
constructor(alternateIdentifier: GetGroupAlternateIdentifier? = null, filter: GetGroupFilter? = null, groupId: String? = null, identityStoreId: String)
Properties
Link copied to clipboard
A unique identifier for the group that is not the primary identifier. Conflicts with group_id
and filter
. Detailed below.
Link copied to clipboard
Configuration block for filtering by a unique attribute of the group. Detailed below.
Link copied to clipboard
Identity Store ID associated with the Single Sign-On Instance. The following arguments are optional: