View Source GoogleApi.CloudIdentity.V1.Model.DynamicGroupQuery (google_api_cloud_identity v0.33.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.departmentof engineering.user.organizations.exists(org, org.department=='engineering')All users with at least one location that hasareaoffooandbuilding_idofbar.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.