Show / Hide Table of Contents

Class ConditionContext

The IAM conditions context.

Inheritance
object
ConditionContext
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX