Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CheckNameAvailabilityResult

Package version

The CheckNameAvailability operation response.

Hierarchy

  • CheckNameAvailabilityResult

Index

Properties

Optional message

message: undefined | string

An error message explaining the Reason value in more detail. NOTE: This property will not be serialized. It can only be populated by the server.

Optional nameAvailable

nameAvailable: undefined | false | true

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. NOTE: This property will not be serialized. It can only be populated by the server.

Optional reason

reason: Reason

The reason that a vault name could not be used. The Reason element is only returned if NameAvailable is false. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc