| title | accessPackageAnswerChoice resource type |
|---|---|
| description | An answer option for an accessPackageMultipleChoiceQuestion. |
| author | markwahl-msft |
| ms.localizationpriority | medium |
| ms.subservice | entra-id-governance |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Indicates an answer option for an accessPackageMultipleChoiceQuestion. Multiple accessPackageAnswerChoices can be added to an accessPackageMultipleChoiceQuestion.
| Property | Type | Description |
|---|---|---|
| actualValue | String | The actual value of the selected choice. This is typically a string value which is understandable by applications. Required. |
| displayValue | accessPackageLocalizedContent | The localized display values shown to the requestor and approvers. Required. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.accessPackageAnswerChoice",
"actualValue": "String",
"displayValue": {
"@odata.type": "microsoft.graph.accessPackageLocalizedContent"
}
}