Share via


CheckMhsmNameAvailabilityResult interface

The CheckMhsmNameAvailability 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 managed hsm 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 managed hsm name could not be used. The reason element is only returned if NameAvailable is false.

reason?: string

Property Value

string