Show / Hide Table of Contents

Class DynamicGroupMetadata

Dynamic group metadata like queries and status.

Inheritance
System.Object
DynamicGroupMetadata
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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
System.String

Queries

Memberships will be the union of all queries. Only one entry with USER resource is currently supported. Customers can create up to 100 dynamic groups.

Declaration
[JsonProperty("queries")]
public virtual IList<DynamicGroupQuery> Queries { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<DynamicGroupQuery>

Status

Output only. Status of the dynamic group.

Declaration
[JsonProperty("status")]
public virtual DynamicGroupStatus Status { get; set; }
Property Value
Type Description
DynamicGroupStatus

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top