| title | accessPackageAnswer resource type |
|---|---|
| description | The complex type for answers to an accessPackageQuestion that are stored on an accessPackageAssignmentRequest. |
| 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]
The complex type of a requestor's provided answer to an accessPackageQuestion. The actual answer will be a subtype of this complex type, either accessPackageAnswerString or accessPackageAnswerChoice. These answers will be stored on an accessPackageAssignmentRequest.
| Property | Type | Description |
|---|---|---|
| answeredQuestion | accessPackageQuestion | The question the answer is for. Required and Read-only. |
| displayValue | String | The display value of the answer. Required. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.accessPackageAnswer",
"displayValue": "String",
"answeredQuestion": {
"@odata.type": "microsoft.graph.accessPackageQuestion"
}
}