Class DynamicGroupMetadata
Dynamic group metadata like queries and status.
Implements
Inherited Members
Namespace: Google.Apis.CloudIdentity.v1.Data
Assembly: Google.Apis.CloudIdentity.v1.dll
Syntax
public class DynamicGroupMetadata : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Queries
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.
Declaration
[JsonProperty("queries")]
public virtual IList<DynamicGroupQuery> Queries { get; set; }
Property Value
Type | Description |
---|---|
IList<DynamicGroupQuery> |
Status
Output only. Status of the dynamic group.
Declaration
[JsonProperty("status")]
public virtual DynamicGroupStatus Status { get; set; }
Property Value
Type | Description |
---|---|
DynamicGroupStatus |