Show / Hide Table of Contents

Class GoogleChromeManagementVersionsV1MipLabelConfig

MIP label connector config.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX