Show / Hide Table of Contents

Class GoogleChromePolicyVersionsV1ListGroupPriorityOrderingResponse

Response message for listing the group priority ordering of an app.

Inheritance
object
GoogleChromePolicyVersionsV1ListGroupPriorityOrderingResponse
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.ChromePolicy.v1.Data
Assembly: Google.Apis.ChromePolicy.v1.dll
Syntax
public class GoogleChromePolicyVersionsV1ListGroupPriorityOrderingResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

GroupIds

Output only. The group IDs, in priority ordering.

Declaration
[JsonProperty("groupIds")]
public virtual IList<string> GroupIds { get; set; }
Property Value
Type Description
IList<string>

PolicyNamespace

Output only. The namespace of the policy type of the group IDs.

Declaration
[JsonProperty("policyNamespace")]
public virtual string PolicyNamespace { get; set; }
Property Value
Type Description
string

PolicySchema

Output only. The schema name of the policy for the group IDs.

Declaration
[JsonProperty("policySchema")]
public virtual string PolicySchema { get; set; }
Property Value
Type Description
string

PolicyTargetKey

Output only. The target resource for which the group priority ordering has been retrieved.

Declaration
[JsonProperty("policyTargetKey")]
public virtual GoogleChromePolicyVersionsV1PolicyTargetKey PolicyTargetKey { get; set; }
Property Value
Type Description
GoogleChromePolicyVersionsV1PolicyTargetKey

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX