View Source GoogleApi.CloudIdentity.V1.Model.DynamicGroupQuery (google_api_cloud_identity v0.32.0)
Defines a query on a resource.
Attributes
-
query
(type:String.t
, default:nil
) - Query that determines the memberships of the dynamic group. Examples: All users with at least oneorganizations.department
of engineering.user.organizations.exists(org, org.department=='engineering')
All users with at least one location that hasarea
offoo
andbuilding_id
ofbar
.user.locations.exists(loc, loc.area=='foo' && loc.building_id=='bar')
All users with any variation of the name John Doe (case-insensitive queries addequalsIgnoreCase()
to the value being queried).user.name.value.equalsIgnoreCase('jOhn DoE')
-
resourceType
(type:String.t
, default:nil
) - Resource type for the Dynamic Group Query
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
Functions
Unwrap a decoded JSON object into its complex fields.