Class ConditionContext
The IAM conditions context.
Implements
Inherited Members
Namespace: Google.Apis.CloudAsset.v1.Data
Assembly: Google.Apis.CloudAsset.v1.dll
Syntax
public class ConditionContext : IDirectResponseSchema
Properties
AccessTime
object representation of AccessTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use AccessTimeDateTimeOffset instead.")]
public virtual object AccessTime { get; set; }
Property Value
Type | Description |
---|---|
object |
AccessTimeDateTimeOffset
DateTimeOffset representation of AccessTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? AccessTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
AccessTimeRaw
The hypothetical access timestamp to evaluate IAM conditions. Note that this value must not be earlier than the current time; otherwise, an INVALID_ARGUMENT error will be returned.
Declaration
[JsonProperty("accessTime")]
public virtual string AccessTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |