Interface protos.google.cloud.managedidentities.v1.IDomain (1.0.7)

Properties of a Domain.

Package

@google-cloud/managed-identities!

Properties

admin

admin?: (string|null);

Domain admin

Property Value
TypeDescription
(string|null)

authorizedNetworks

authorizedNetworks?: (string[]|null);

Domain authorizedNetworks

Property Value
TypeDescription
(string[]|null)

createTime

createTime?: (google.protobuf.ITimestamp|null);

Domain createTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

fqdn

fqdn?: (string|null);

Domain fqdn

Property Value
TypeDescription
(string|null)

labels

labels?: ({ [k: string]: string }|null);

Domain labels

Property Value
TypeDescription
({ [k: string]: string }|null)

locations

locations?: (string[]|null);

Domain locations

Property Value
TypeDescription
(string[]|null)

name

name?: (string|null);

Domain name

Property Value
TypeDescription
(string|null)

reservedIpRange

reservedIpRange?: (string|null);

Domain reservedIpRange

Property Value
TypeDescription
(string|null)

state

state?: (google.cloud.managedidentities.v1.Domain.State|keyof typeof google.cloud.managedidentities.v1.Domain.State|null);

Domain state

Property Value
TypeDescription
(google.cloud.managedidentities.v1.Domain.State|keyof typeof google.cloud.managedidentities.v1.Domain.State|null)

statusMessage

statusMessage?: (string|null);

Domain statusMessage

Property Value
TypeDescription
(string|null)

trusts

trusts?: (google.cloud.managedidentities.v1.ITrust[]|null);

Domain trusts

Property Value
TypeDescription
(google.cloud.managedidentities.v1.ITrust[]|null)

updateTime

updateTime?: (google.protobuf.ITimestamp|null);

Domain updateTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)