authenticationConditionApplication resource type
Namespace: microsoft.graph
An object representing the application that will be triggered for an authenticationEventListener. The object is the service principal instance in the tenant.
Methods
Method | Return Type | Description |
---|---|---|
List | authenticationConditionApplication collection | List listeners associated with an external identities self-service sign-up user flow. |
Add | None | List listeners associated with an external identities self-service sign-up user flow. |
Remove | None | List listeners associated with an external identities self-service sign-up user flow. |
Properties
Property | Type | Description |
---|---|---|
appId | String | The identifier for an application corresponding to a condition which will trigger an authenticationEventListener. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.authenticationConditionApplication",
"appId": "String"
}