Events
Mar 17, 9 PM - Mar 21, 10 AM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register nowThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.
Represents a Hardware OATH authentication method policy. Authentication method policies define configuration settings and users or groups that are enabled to use the authentication method.
Inherits from authenticationMethodConfiguration.
Method | Return type | Description |
---|---|---|
Get | hardwareOathAuthenticationMethodConfiguration | Read the properties and relationships of a hardwareOathAuthenticationMethodConfiguration object. |
Update | hardwareOathAuthenticationMethodConfiguration | Update the properties of a hardwareOathAuthenticationMethodConfiguration object. |
Delete | None | Reverts the hardwareOathAuthenticationMethodConfiguration object to its default configuration. |
Property | Type | Description |
---|---|---|
excludeTargets | excludeTarget collection | Groups of users that are excluded from the policy. Inherited from authenticationMethodConfiguration. |
id | String | The authentication method policy identifier. Inherited from entity. |
state | authenticationMethodState | Possible values are: enabled , disabled . Inherited from authenticationMethodConfiguration. |
Relationship | Type | Description |
---|---|---|
includeTargets | authenticationMethodTarget collection | A collection of groups that are enabled to use the authentication method. Expanded by default. |
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.hardwareOathAuthenticationMethodConfiguration",
"id": "String (identifier)",
"state": "String",
"excludeTargets": [
{
"@odata.type": "microsoft.graph.excludeTarget"
}
]
}
Events
Mar 17, 9 PM - Mar 21, 10 AM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register now