GoogleApi.CloudIdentity.V1.Model.DynamicGroupQuery (google_api_cloud_identity v0.22.0) View Source
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')
-
resourceType
(type:String.t
, default:nil
) - Resource type for the Dynamic Group Query
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.