NameAvailabilityResponse interface
Response of the CheckNameAvailability operation.
Properties
message | Description of the reason if name is not available. |
name |
True if the name is available and can be used to create a new tenant. Otherwise false. |
reason | Describes the reason for the 'nameAvailable' value. |
Property Details
message
Description of the reason if name is not available.
message?: string
Property Value
string
nameAvailable
True if the name is available and can be used to create a new tenant. Otherwise false.
nameAvailable?: boolean
Property Value
boolean
reason
Describes the reason for the 'nameAvailable' value.
reason?: string
Property Value
string