Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CheckNameResponse

Package version

interface

An interface representing CheckNameResponse.

Hierarchy

  • CheckNameResponse

Index

Properties

Optional message

message: undefined | string
member

{string} [message] Message indicating an unavailable name due to a conflict, or a description of the naming rules that are violated.

Optional nameAvailable

nameAvailable: undefined | false | true
member

{boolean} [nameAvailable] Specifies a Boolean value that indicates whether the specified Power BI Workspace Collection name is available to use.

Optional reason

member

{CheckNameReason} [reason] Reason why the workspace collection name cannot be used. Possible values include: 'Unavailable', 'Invalid'

Generated using TypeDoc