Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
In entitlement management, this object is configured in the following properties and relationships:
- answers property of accessPackageAssignmentRequest
- answers property of accessPackageAssignmentRequestCalloutData
- existingAnswers property of accessPackageAssignmentRequestRequirements
Properties
| Property | Type | Description |
|---|---|---|
| answeredQuestion | accessPackageQuestion | The question the answer is for. |
| displayValue | String | The localized display value shown to the requestor and approvers. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.accessPackageAnswer",
"displayValue": "String",
"answeredQuestion": {
"@odata.type": "microsoft.graph.accessPackageQuestion"
}
}