GetGroups
Use this data source to get list of the Cloud Identity Groups under a customer or namespace.
https://cloud.google.com/identity/docs/concepts/overview#groups
Using GetGroups
function getGroups(args: GetGroupsArgs, opts?: InvokeOptions): Promise<GetGroupsResult>function get_groups(parent=None, opts=None)func GetGroups(ctx *Context, args *GetGroupsArgs, opts ...InvokeOption) (*GetGroupsResult, error)public static class GetGroups {
public static Task<GetGroupsResult> InvokeAsync(GetGroupsArgs args, InvokeOptions? opts = null)
}The following arguments are supported:
GetGroups Result
The following output properties are available:
Supporting Types
GetGroupsGroup
See the output API doc for this type.
See the output API doc for this type.
See the output API doc for this type.
- Create
Time string - Description string
- Display
Name string - Group
Keys List<GetGroups Group Group Key Args> - Labels Dictionary<string, string>
- Name string
- Parent string
The parent resource under which to list all Groups. Must be of the form identitysources/{identity_source_id} for external- identity-mapped groups or customers/{customer_id} for Google Groups.
- Update
Time string
- Create
Time string - Description string
- Display
Name string - Group
Keys []GetGroups Group Group Key - Labels map[string]string
- Name string
- Parent string
The parent resource under which to list all Groups. Must be of the form identitysources/{identity_source_id} for external- identity-mapped groups or customers/{customer_id} for Google Groups.
- Update
Time string
- create
Time string - description string
- display
Name string - group
Keys GetGroups Group Group Key[] - labels {[key: string]: string}
- name string
- parent string
The parent resource under which to list all Groups. Must be of the form identitysources/{identity_source_id} for external- identity-mapped groups or customers/{customer_id} for Google Groups.
- update
Time string
- create_
time str - description str
- display_
name str - group
Keys List[GetGroups Group Group Key] - labels Dict[str, str]
- name str
- parent str
The parent resource under which to list all Groups. Must be of the form identitysources/{identity_source_id} for external- identity-mapped groups or customers/{customer_id} for Google Groups.
- update_
time str
GetGroupsGroupGroupKey
See the output API doc for this type.
See the output API doc for this type.
See the output API doc for this type.
Package Details
- Repository
- https://github.com/pulumi/pulumi-gcp
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
google-betaTerraform Provider.