Class DynamicGroupStatus
The current status of a dynamic group along with timestamp.
Implements
Inherited Members
Namespace: Google.Apis.CloudIdentity.v1.Data
Assembly: Google.Apis.CloudIdentity.v1.dll
Syntax
public class DynamicGroupStatus : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Status
Status of the dynamic group.
Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
Type | Description |
---|---|
string |
StatusTime
object representation of StatusTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use StatusTimeDateTimeOffset instead.")]
public virtual object StatusTime { get; set; }
Property Value
Type | Description |
---|---|
object |
StatusTimeDateTimeOffset
DateTimeOffset representation of StatusTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? StatusTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
StatusTimeRaw
The latest time at which the dynamic group is guaranteed to be in the given status. If status is
UP_TO_DATE
, the latest time at which the dynamic group was confirmed to be up-to-date. If status is
UPDATING_MEMBERSHIPS
, the time at which dynamic group was created.
Declaration
[JsonProperty("statusTime")]
public virtual string StatusTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |