{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.authenticationFlowsPolicy", "title": "microsoft.graph.authenticationFlowsPolicy", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "authenticationFlowsPolicy", "required": [ "@odata.type" ], "type": "object", "properties": { "description": { "type": "string", "description": "Inherited property. A description of the policy. Optional. Read-only.", "nullable": true }, "displayName": { "type": "string", "description": "Inherited property. The human-readable name of the policy. Optional. Read-only.", "nullable": true }, "selfServiceSignUp": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.selfServiceSignUpAuthenticationFlowConfiguration" }, { "type": "object", "nullable": true } ], "description": "Contains selfServiceSignUpAuthenticationFlowConfiguration settings that convey whether self-service sign-up is enabled or disabled. Optional. Read-only." }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.authenticationFlowsPolicy" }