Class AppAccessCollections
- Assembly
- Google.Apis.Admin.Directory.directory_v1.dll
JSON template for App Access Collections Resource object in Directory API.
public class AppAccessCollections : IDirectResponseSchema
- Inheritance
-
AppAccessCollections
- Implements
-
IDirectResponseSchema
- Inherited Members
Constructors
AppAccessCollections()
public AppAccessCollections()
Properties
BlockedApiAccessBuckets
List of blocked api access buckets.
public virtual IList<string> BlockedApiAccessBuckets { get; set; }
Property Value
ETag
ETag of the resource.
public virtual string ETag { get; set; }
Property Value
EnforceSettingsForAndroidDrive
Boolean to indicate whether to enforce app access settings on Android Drive or not.
public virtual bool? EnforceSettingsForAndroidDrive { get; set; }
Property Value
- bool?
ErrorMessage
Error message provided by the Admin that will be shown to the user when an app is blocked.
public virtual string ErrorMessage { get; set; }
Property Value
Kind
Identifies the resource as an app access collection. Value: admin#directory#appaccesscollection
public virtual string Kind { get; set; }
Property Value
ResourceId
Unique ID of app access collection. (Readonly)
public virtual long? ResourceId { get; set; }
Property Value
- long?
ResourceName
Resource name given by the customer while creating/updating. Should be unique under given customer.
public virtual string ResourceName { get; set; }
Property Value
TrustDomainOwnedApps
Boolean that indicates whether to trust domain owned apps.
public virtual bool? TrustDomainOwnedApps { get; set; }
Property Value
- bool?