Class DomainAlias
Implements
Inherited Members
Namespace: Google.Apis.Admin.Directory.directory_v1.Data
Assembly: Google.Apis.Admin.Directory.directory_v1.dll
Syntax
public class DomainAlias : IDirectResponseSchema
Properties
CreationTime
The creation time of the domain alias. (Read-only).
Declaration
[JsonProperty("creationTime")]
public virtual long? CreationTime { get; set; }
Property Value
Type | Description |
---|---|
long? |
DomainAliasName
The domain alias name.
Declaration
[JsonProperty("domainAliasName")]
public virtual string DomainAliasName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
ETag of the resource.
Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Kind
Kind of resource this is.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
ParentDomainName
The parent domain name that the domain alias is associated with. This can either be a primary or secondary domain name within a customer.
Declaration
[JsonProperty("parentDomainName")]
public virtual string ParentDomainName { get; set; }
Property Value
Type | Description |
---|---|
string |
Verified
Indicates the verification state of a domain alias. (Read-only)
Declaration
[JsonProperty("verified")]
public virtual bool? Verified { get; set; }
Property Value
Type | Description |
---|---|
bool? |