title | description | author | ms.localizationpriority | ms.subservice | doc_type | ms.date |
---|---|---|---|---|---|---|
accessPackageAnswer resource type |
Represents answers to an accessPackageQuestion that are stored on an accessPackageAssignmentRequest. |
markwahl-msft |
medium |
entra-id-governance |
resourcePageType |
07/22/2024 |
Namespace: microsoft.graph
Represents the answer a requestor provides 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 object.
Property | Type | Description |
---|---|---|
answeredQuestion | accessPackageQuestion | The question the answer is for. |
displayValue | String | The localized display value shown to the requestor and approvers. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.accessPackageAnswer",
"displayValue": "String",
"answeredQuestion": {
"@odata.type": "microsoft.graph.accessPackageQuestion"
}
}