Show / Hide Table of Contents

Class ClientScope

Client scope represents the application, etc. subject to this binding's restrictions.

Inheritance
object
ClientScope
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX