authenticationCombinationConfiguration 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.
An authentication combination configuration sets restrictions on specific types, modes, versions, etc. of an authentication method that is tied to specific auth method combinations used in an authentication strength.
This is an abstract type. In use, fido2combinationConfigurations may be created and managed as described below.
Inherits from entity.
Methods
Method | Return type | Description |
---|---|---|
List | authenticationCombinationConfiguration collection | Get a list of the authenticationCombinationConfiguration objects and their properties. |
Create | fido2combinationconfiguration | Create a new fido2combinationconfiguration object. |
Get | fido2combinationconfiguration | Read the properties and relationships of a fido2combinationconfiguration object. |
Update | fido2combinationconfiguration | Update the properties of a fido2combinationconfiguration object. |
Delete | None | Deletes an fido2combinationconfiguration object. |
Properties
Property | Type | Description |
---|---|---|
appliesToCombinations | authenticationMethodModes collection | Which authentication method combinations this configuration applies to. Must be an allowedCombinations object that's defined for the authenticationStrengthPolicy. The only possible value for fido2combinationConfigurations is "fido2" . |
id | String | A unique system-generated identifier. Inherited from entity. |
Relationships
None.
JSON representation
The following is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.authenticationCombinationConfiguration",
"id": "String (identifier)",
"appliesToCombinations": [
"String"
]
}
Feedback
Submit and view feedback for