CheckNameAvailabilityResult interface

The CheckNameAvailability operation response.

Properties

message

An error message explaining the Reason value in more detail.

nameAvailable

A boolean value that indicates whether the name is available for you to use. If true, the name is available. If false, the name has already been taken or is invalid and cannot be used.

reason

The reason that a trusted signing account name could not be used. The Reason element is only returned if nameAvailable is false.

Property Details

message

An error message explaining the Reason value in more detail.

message?: string

Property Value

string

nameAvailable

A boolean value that indicates whether the name is available for you to use. If true, the name is available. If false, the name has already been taken or is invalid and cannot be used.

nameAvailable?: boolean

Property Value

boolean

reason

The reason that a trusted signing account name could not be used. The Reason element is only returned if nameAvailable is false.

reason?: string

Property Value

string