Class HeldOrgUnit
The organizational unit covered by a hold. This structure is immutable.
Implements
Inherited Members
Namespace: Google.Apis.Vault.v1.Data
Assembly: Google.Apis.Vault.v1.dll
Syntax
public class HeldOrgUnit : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HoldTime
object representation of HoldTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use HoldTimeDateTimeOffset instead.")]
public virtual object HoldTime { get; set; }
Property Value
Type | Description |
---|---|
object |
HoldTimeDateTimeOffset
DateTimeOffset representation of HoldTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? HoldTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
HoldTimeRaw
When the organizational unit was put on hold. This property is immutable.
Declaration
[JsonProperty("holdTime")]
public virtual string HoldTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
OrgUnitId
The organizational unit's immutable ID as provided by the Admin SDK.
Declaration
[JsonProperty("orgUnitId")]
public virtual string OrgUnitId { get; set; }
Property Value
Type | Description |
---|---|
string |