Skip to content

Latest commit

 

History

History
51 lines (40 loc) · 2.04 KB

authenticationflowspolicy.md

File metadata and controls

51 lines (40 loc) · 2.04 KB
title description author ms.localizationpriority ms.subservice doc_type
authenticationFlowsPolicy resource type
Represents the policy configuration of self-service sign-up experience at a tenant level that lets external users request to sign up for approval.
linkhp
high
entra-sign-in
resourcePageType

authenticationFlowsPolicy resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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"
   }
}