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

Here's a JSON representation of the resource.

{
  "isEnabled": "Boolean"
}