Show / Hide Table of Contents

Class Condition

A condition to be met.

Inheritance
System.Object
Condition
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.DeploymentManagerAlpha.alpha.Data
Assembly: Google.Apis.DeploymentManagerAlpha.alpha.dll
Syntax
public class Condition : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Iam

Trusted attributes supplied by the IAM system.

Declaration
[JsonProperty("iam")]
public virtual string Iam { get; set; }
Property Value
Type Description
System.String

Op

An operator to apply the subject with.

Declaration
[JsonProperty("op")]
public virtual string Op { get; set; }
Property Value
Type Description
System.String

Svc

Trusted attributes discharged by the service.

Declaration
[JsonProperty("svc")]
public virtual string Svc { get; set; }
Property Value
Type Description
System.String

Sys

Trusted attributes supplied by any service that owns resources and uses the IAM system for access control.

Declaration
[JsonProperty("sys")]
public virtual string Sys { get; set; }
Property Value
Type Description
System.String

Values

The objects of the condition.

Declaration
[JsonProperty("values")]
public virtual IList<string> Values { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>

Implements

IDirectResponseSchema
Back to top