EntityNameAvailabilityCheckOutput interface

The response from the check name availability request.

Properties

message

Specifies the detailed reason if the name is not available.

nameAvailable

Specifies if the name is available.

reason

Specifies the reason if the name is not available.

Property Details

message

Specifies the detailed reason if the name is not available.

message?: string

Property Value

string

nameAvailable

Specifies if the name is available.

nameAvailable: boolean

Property Value

boolean

reason

Specifies the reason if the name is not available.

reason?: string

Property Value

string