Class ClientScope
Client scope represents the application, etc. subject to this binding's restrictions.
Implements
Inherited Members
Namespace: Google.Apis.AccessContextManager.v1.Data
Assembly: Google.Apis.AccessContextManager.v1.dll
Syntax
public class ClientScope : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RestrictedClientApplication
Optional. The application that is subject to this binding's scope.
Declaration
[JsonProperty("restrictedClientApplication")]
public virtual Application RestrictedClientApplication { get; set; }
Property Value
Type | Description |
---|---|
Application |