Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Namespace: microsoft.graph
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, such as the identifier, display name, and description, and indicates whether self-service sign-up is enabled for the policy.
Methods
| Method | Return Type | Description |
|---|---|---|
| Get | authenticationFlowsPolicy | Get the authentication flows policy configuration. |
| Update | authenticationFlowsPolicy | Update the authentication flows policy configuration. |
Properties
| Property | Type | Description |
|---|---|---|
| description | String | Inherited property. A description of the policy. Optional. Read-only. |
| displayName | String | Inherited property. The human-readable name of the policy. Optional. Read-only. |
| id | String | Inherited property. The identifier of the authentication flows policy. Optional. Read-only. |
| selfServiceSignUp | selfServiceSignUpAuthenticationFlowConfiguration | Contains selfServiceSignUpAuthenticationFlowConfiguration settings that convey whether self-service sign-up is enabled or disabled. Optional. Read-only. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"description":"String",
"displayName":"String",
"id":"String (identifier)",
"selfServiceSignUp":{
"@odata.type":"#microsoft.graph.selfServiceSignUpAuthenticationFlowConfiguration"
}
}