selfServiceSignUpAuthenticationFlowConfiguration resource type

Namespace: microsoft.graph

Represents the configurations related to self-service sign-up.

Properties

Property Type Description
isEnabled Boolean Indicates whether self-service sign-up flow is enabled or disabled. The default value is false. This property isn't a key. Required.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "isEnabled": "Boolean"
}