Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Namespace: microsoft.graph
Represents a voice call authentication methods policy. Authentication methods policies define configuration settings and users or groups that are enabled to use the authentication method.
Inherits from authenticationMethodConfiguration.
Methods
| Method | Return type | Description |
|---|---|---|
| Get | voiceAuthenticationMethodConfiguration | Read the properties and relationships of a voiceAuthenticationMethodConfiguration object. |
| Update | None | Update the properties of a voiceAuthenticationMethodConfiguration object. |
| Delete | None | Revert the voiceAuthenticationMethodConfiguration object to its default configuration. |
Properties
| Property | Type | Description |
|---|---|---|
| excludeTargets | excludeTarget collection | Groups of users that are excluded from the policy. |
| id | String | The authentication method policy identifier. |
| isOfficePhoneAllowed | Boolean | true if users can register office phones, otherwise, false. |
| state | authenticationMethodState | Represents whether users can register this authentication method. The possible values are: enabled, disabled. |
Relationships
| Relationship | Type | Description |
|---|---|---|
| includeTargets | authenticationMethodTarget collection | A collection of groups that are enabled to use the authentication method. Expanded by default. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.voiceAuthenticationMethodConfiguration",
"id": "String (identifier)",
"state": "String",
"excludeTargets": [
{
"@odata.type": "microsoft.graph.excludeTarget"
}
],
"isOfficePhoneAllowed": "Boolean"
}