View Source GoogleApi.CloudIdentity.V1.Model.DynamicGroupQuery (google_api_cloud_identity v0.31.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 one organizations.department of engineering. user.organizations.exists(org, org.department=='engineering') All users with at least one location that has area of foo and building_id of bar. user.locations.exists(loc, loc.area=='foo' && loc.building_id=='bar') All users with any variation of the name John Doe (case-insensitive queries add equalsIgnoreCase() 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

@type t() :: %GoogleApi.CloudIdentity.V1.Model.DynamicGroupQuery{
  query: String.t() | nil,
  resourceType: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.