get Group Provisioned Users
The gitlab.getGroupProvisionedUsers
data source allows details of the provisioned users of a given group. Upstream API: GitLab REST API docs
Return
A collection of values returned by getGroupProvisionedUsers.
Parameters
A collection of arguments for invoking getGroupProvisionedUsers.
Return
A collection of values returned by getGroupProvisionedUsers.
Parameters
Return only active provisioned users.
Return only blocked provisioned users.
Return only provisioned users created on or after the specified date. Expected in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ).
Return only provisioned users created on or before the specified date. Expected in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ).
The ID or URL-encoded path of the group.
The list of provisioned users.
The search query to filter the provisioned users.
The username of the provisioned user.
See also
Return
A collection of values returned by getGroupProvisionedUsers.
Parameters
Builder for com.pulumi.gitlab.kotlin.inputs.GetGroupProvisionedUsersPlainArgs.