Show / Hide Table of Contents

Class DynamicGroupMetadata

Dynamic group metadata like queries and status.

Inheritance
object
DynamicGroupMetadata
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudIdentity.v1beta1.Data
Assembly: Google.Apis.CloudIdentity.v1beta1.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX