Class Condition
A condition to be met.
Implements
Inherited Members
Namespace: Google.Apis.GameServices.v1beta.Data
Assembly: Google.Apis.GameServices.v1beta.dll
Syntax
public class Condition : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Iam
Trusted attributes supplied by the IAM system.
Declaration
[JsonProperty("iam")]
public virtual string Iam { get; set; }
Property Value
Type | Description |
---|---|
string |
Op
An operator to apply the subject with.
Declaration
[JsonProperty("op")]
public virtual string Op { get; set; }
Property Value
Type | Description |
---|---|
string |
Svc
Trusted attributes discharged by the service.
Declaration
[JsonProperty("svc")]
public virtual string Svc { get; set; }
Property Value
Type | Description |
---|---|
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 |
---|---|
string |
Values
The objects of the condition.
Declaration
[JsonProperty("values")]
public virtual IList<string> Values { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |