microsoftAuthenticatorAuthenticationMethodConfiguration-Ressourcentyp
Namespace: microsoft.graph
Stellt eine Microsoft Authenticator-Authentifizierungsmethodenrichtlinie dar. Richtlinien für Authentifizierungsmethoden definieren Konfigurationseinstellungen und Benutzer oder Gruppen, die für die Verwendung der Authentifizierungsmethode aktiviert sind.
Erbt von authenticationMethodConfiguration.
Methoden
Methode | Rückgabetyp | Beschreibung |
---|---|---|
Get | microsoftAuthenticatorAuthenticationMethodConfiguration | Lesen der Eigenschaften und Beziehungen eines microsoftAuthenticatorAuthenticationMethodConfiguration-Objekts. |
Update | microsoftAuthenticatorAuthenticationMethodConfiguration | Aktualisieren Sie die Eigenschaften eines microsoftAuthenticatorAuthenticationMethodConfiguration-Objekts. |
Delete | Keine | Setzt das microsoftAuthenticatorAuthenticationMethodConfiguration-Objekt auf seine Standardkonfiguration zurück. |
Eigenschaften
Eigenschaft | Typ | Beschreibung |
---|---|---|
excludeTargets | excludeTarget-Sammlung | Gruppen von Benutzern, die von der Richtlinie ausgeschlossen sind. |
id | Zeichenfolge | Der Richtlinienbezeichner für die Authentifizierungsmethode. |
featureSettings | microsoftAuthenticatorFeatureSettings | Eine Sammlung von Microsoft Authenticator-Einstellungen, z. B. Anwendungskontext und Standortkontext, und ob sie nur für alle Benutzer oder bestimmte Benutzer aktiviert sind. |
state | authenticationMethodState | Mögliche Werte: enabled , disabled . |
Beziehungen
Beziehung | Typ | Beschreibung |
---|---|---|
includeTargets | microsoftAuthenticatorAuthenticationMethodTarget-Sammlung | Eine Sammlung von Gruppen, für die die Verwendung der Authentifizierungsmethode aktiviert ist. Standardmäßig erweitert. |
Die folgende JSON-Darstellung zeigt den Ressourcentyp. Es folgt eine JSON-Darstellung der Ressource.
{
"@odata.type": "#microsoft.graph.microsoftAuthenticatorAuthenticationMethodConfiguration",
"id": "String (identifier)",
"state": "String",
"excludeTargets": [
{
"@odata.type": "microsoft.graph.excludeTarget"
}
],
"featureSettings": {
"@odata.type": "microsoft.graph.microsoftAuthenticatorFeatureSettings"
}
}