Class GoogleChromeManagementVersionsV1DeviceTrustConfig
Device trust config for device trust connectors.
Implements
Inherited Members
Namespace: Google.Apis.ChromeManagement.v1.Data
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class GoogleChromeManagementVersionsV1DeviceTrustConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Scope
Required. The scope at which this configuration will be applied. Note that this only applies to Chrome browser, as in ChromeOS it's always applied.
Declaration
[JsonProperty("scope")]
public virtual string Scope { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ServiceAccounts
Required. A list of email addresses of the service accounts which are allowed to call the Verified Access API with full access.
Declaration
[JsonProperty("serviceAccounts")]
public virtual IList<string> ServiceAccounts { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
ServiceProvider
Optional. The service provider for the device trust connector.
Declaration
[JsonProperty("serviceProvider")]
public virtual string ServiceProvider { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UrlMatchers
Required. List of URLs allowed to be part of the attestation flow to get the set of signals from the machine. URLs must have HTTPS scheme, e.g. "https://example.com". Wildcards, *, are allowed. For detailed information on valid URL patterns, please see https://cloud.google.com/docs/chrome-enterprise/policies/url-patterns.
Declaration
[JsonProperty("urlMatchers")]
public virtual IList<string> UrlMatchers { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |