Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.
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"
}