authenticationFlowsPolicy resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Represents the policy configuration of self-service sign-up experience at a tenant level that lets external users request to sign up for approval. It contains information about the ID, display name, and description, and indicates whether self-service sign up is enabled for the policy.
Properties
Property | Type | Description |
---|---|---|
id | String | Inherited property. The ID of the authentication flows policy. Optional. Read-only. |
displayName | String | Inherited property. The human-readable name of the policy. This property isn't a key. Optional. Read-only. |
description | String | Inherited property. A description of the policy. This property isn't a key. Optional. Read-only. |
selfServiceSignUp | selfServiceSignUpAuthenticationFlowConfiguration | Contains selfServiceSignUpAuthenticationFlowConfiguration settings that convey whether self-service sign-up is enabled or disabled. This property isn't a key. Optional. Read-only. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"id":"String (identifier)",
"displayName":"String",
"description":"String",
"selfServiceSignUp":{
"@odata.type":"#microsoft.graph.selfServiceSignUpAuthenticationFlowConfiguration"
}
}