Class Policy
A Policy resource binds an instance of a single Setting with the scope of a PolicyQuery. The Setting instance will be applied to all entities that satisfy the query.
Implements
Inherited Members
Namespace: Google.Apis.CloudIdentity.v1beta1.Data
Assembly: Google.Apis.CloudIdentity.v1beta1.dll
Syntax
public class Policy : IDirectResponseSchema
Properties
Customer
Immutable. Customer that the Policy belongs to. The value is in the format 'customers/{customerId}'. The
customerId
must begin with "C" To find your customer ID in Admin Console see
https://support.google.com/a/answer/10070793.
Declaration
[JsonProperty("customer")]
public virtual string Customer { 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 |
Name
Output only. Identifier. The resource name of the Policy. Format: policies/{policy}.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
PolicyQuery
Required. The PolicyQuery the Setting applies to.
Declaration
[JsonProperty("policyQuery")]
public virtual PolicyQuery PolicyQuery { get; set; }
Property Value
Type | Description |
---|---|
PolicyQuery |
Setting
Required. The Setting configured by this Policy.
Declaration
[JsonProperty("setting")]
public virtual Setting Setting { get; set; }
Property Value
Type | Description |
---|---|
Setting |
Type
Output only. The type of the policy.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |