| title | accessPackageResourceAttributeQuestion resource type |
|---|---|
| description | Resource that defines the question provided to an end user, for the purpose of obtaining an attribute value to be passed to the end system or the request approver. |
| 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]
Resource that defines the question provided to an end user, for the purpose of obtaining an attribute value to be passed to the end system or the request approver.
This type inherits from accessPackageResourceAttributeSource and is used in the attributeSource property of an accessPackageResourceAttribute.
The only property is question, which could be an accessPackageTextInputQuestion or a accessPackageMultipleChoiceQuestion object type.
| Property | Type | Description |
|---|---|---|
| question | accessPackageQuestion | The question asked in order to get the value of the attribute |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.accessPackageResourceAttributeQuestion",
"question": {
"@odata.type": "microsoft.graph.accessPackageQuestion"
}
}