authenticationEventsPolicy 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.
A resource that specifies the events in the authentication experience, with each event further defining the available types of listeners that can be created for the event. Events are inherent to the authentication experience; this resource isn't user configurable.
Methods
Method | Return type | Description |
---|---|---|
List listeners | authenticationListener collection | Get the collection of authenticationListener resources supported by the onSignupStart event. |
Create listener | authenticationListener | Create a new authenticationListener object for the onSignupStart event. |
Properties
Property | Type | Description |
---|---|---|
id | String | The identifier of the policy. |
Relationships
Relationship | Type | Description |
---|---|---|
onSignupStart | authenticationListener collection | A list of applicable actions to be taken on sign-up. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.authenticationEventsPolicy",
"id": "String (identifier)"
}