View Source GoogleApi.CloudIdentity.V1.Model.DynamicGroupMetadata (google_api_cloud_identity v0.33.0)
Dynamic group metadata like queries and status.
Attributes
-
queries(type:list(GoogleApi.CloudIdentity.V1.Model.DynamicGroupQuery.t), default:nil) - Memberships will be the union of all queries. Only one entry with USER resource is currently supported. Customers can create up to 500 dynamic groups. -
status(type:GoogleApi.CloudIdentity.V1.Model.DynamicGroupStatus.t, default:nil) - Output only. Status of the dynamic group.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudIdentity.V1.Model.DynamicGroupMetadata{ queries: [GoogleApi.CloudIdentity.V1.Model.DynamicGroupQuery.t()] | nil, status: GoogleApi.CloudIdentity.V1.Model.DynamicGroupStatus.t() | nil }