Class GoogleChromePolicyVersionsV1ListGroupPriorityOrderingRequest
Request message for listing the group priority ordering of an app.
Implements
Inherited Members
Namespace: Google.Apis.ChromePolicy.v1.Data
Assembly: Google.Apis.ChromePolicy.v1.dll
Syntax
public class GoogleChromePolicyVersionsV1ListGroupPriorityOrderingRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PolicyNamespace
The namespace of the policy type for the request.
Declaration
[JsonProperty("policyNamespace")]
public virtual string PolicyNamespace { get; set; }
Property Value
Type | Description |
---|---|
string |
PolicySchema
The schema name of the policy for the request.
Declaration
[JsonProperty("policySchema")]
public virtual string PolicySchema { get; set; }
Property Value
Type | Description |
---|---|
string |
PolicyTargetKey
Required. The key of the target for which we want to retrieve the group priority ordering. The target resource must point to an app.
Declaration
[JsonProperty("policyTargetKey")]
public virtual GoogleChromePolicyVersionsV1PolicyTargetKey PolicyTargetKey { get; set; }
Property Value
Type | Description |
---|---|
GoogleChromePolicyVersionsV1PolicyTargetKey |