Class GoogleChromeManagementVersionsV1MipLabelConfig
MIP label connector config.
Implements
Inherited Members
Namespace: Google.Apis.ChromeManagement.v1.Data
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class GoogleChromeManagementVersionsV1MipLabelConfig : IDirectResponseSchema
Properties
Domains
Optional. Domain can be used optionally for the corner case where one Dasher customer ID maps to multiple Microsoft tenant ID. Each domain can be verified with at most one Microsoft tenant.
Declaration
[JsonProperty("domains")]
public virtual IList<string> Domains { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MicrosoftTenantId
Required. Microsoft tenant ID.
Declaration
[JsonProperty("microsoftTenantId")]
public virtual string MicrosoftTenantId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |