Table of Contents

Class TrustedApps

Namespace
Google.Apis.Admin.Directory.directory_v1.Data
Assembly
Google.Apis.Admin.Directory.directory_v1.dll

JSON template for Trusted Apps response object of a user in Directory API.

public class TrustedApps : IDirectResponseSchema
Inheritance
TrustedApps
Implements
IDirectResponseSchema
Inherited Members

Constructors

TrustedApps()

public TrustedApps()

Properties

ETag

ETag of the resource.

public virtual string ETag { get; set; }

Property Value

string

Kind

Identifies the resource as trusted apps response.

public virtual string Kind { get; set; }

Property Value

string

NextPageToken

public virtual string NextPageToken { get; set; }

Property Value

string

TrustedAppsValue

Trusted Apps list.

public virtual IList<TrustedAppId> TrustedAppsValue { get; set; }

Property Value

IList<TrustedAppId>