Type de ressource softwareOathAuthenticationMethodConfiguration

Espace de noms: microsoft.graph

Représente la stratégie d’authentification pour une méthode d’authentification OATH d’un logiciel tiers. Les stratégies de méthodes d’authentification définissent les paramètres de configuration et les utilisateurs ou groupes autorisés à utiliser la méthode d’authentification.

Hérite d’authenticationMethodConfiguration.

Méthodes

Méthode Type de retour Description
Obtenir softwareOathAuthenticationMethodConfiguration softwareOathAuthenticationMethodConfiguration Lisez les propriétés et les relations d’un objet softwareOathAuthenticationMethodConfiguration .
Mettre à jour softwareOathAuthenticationMethodConfiguration Aucune Mettez à jour les propriétés d’un objet softwareOathAuthenticationMethodConfiguration .
Delete softwareOathAuthenticationMethodConfiguration Aucune Rétablit la configuration par défaut de l’objet softwareOathAuthenticationMethodConfiguration .

Propriétés

Propriété Type Description
excludeTargets excludeTarget, collection Groupes d’utilisateurs exclus de la stratégie.
id Chaîne Identificateur de stratégie de méthode d’authentification.
state authenticationMethodState Indique si les utilisateurs peuvent inscrire cette méthode d’authentification. Les valeurs possibles sont : enabled, disabled.

Relations

Relation Type Description
includeTargets collection authenticationMethodTarget Collection de groupes qui sont activés pour utiliser la méthode d’authentification. Développé par défaut.

Représentation JSON

Voici une représentation JSON de la ressource.

{
  "@odata.type": "#microsoft.graph.softwareOathAuthenticationMethodConfiguration",
  "id": "String (identifier)",
  "state": "String",
  "excludeTargets": [
    {
      "@odata.type": "microsoft.graph.excludeTarget"
    }
  ]
}