GoogleApi.CloudIdentity.V1.Model.DynamicGroupQuery (google_api_cloud_identity v0.23.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 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')
  • 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

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.