Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NameAvailabilityResponse

Package version

Indicates whether a proposed resource name is available

Hierarchy

  • NameAvailabilityResponse

Index

Properties

Optional message

message: undefined | string

The localized reason why the name is not available, if nameAvailable is false

Optional nameAvailable

nameAvailable: undefined | false | true

If true, the name is valid and available. If false, 'reason' describes why not.

Optional reason

The reason why the name is not available, if nameAvailable is false. Possible values include: 'AlreadyExists', 'Invalid'

Generated using TypeDoc