Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Namespace: microsoft.graph
Used for the accessPackageQuestion property of an access package assignment policy.
Subtypes include accessPackageTextInputQuestion and accessPackageMultipleChoiceQuestion.
Properties
| Property | Type | Description |
|---|---|---|
| id | String | ID of the question. |
| isAnswerEditable | Boolean | Specifies whether the requestor is allowed to edit answers to questions for an assignment by posting an update to accessPackageAssignmentRequest. |
| isRequired | Boolean | Whether the requestor is required to supply an answer or not. |
| localizations | accessPackageLocalizedText collection | The text of the question represented in a format for a specific locale. |
| text | String | The text of the question to show to the requestor. |
| sequence | Int32 | Relative position of this question when displaying a list of questions to the requestor. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.accessPackageQuestion",
"id": "String (identifier)",
"sequence": "Integer",
"isRequired": "Boolean",
"isAnswerEditable": "Boolean",
"text": "String",
"localizations": [
{
"@odata.type": "microsoft.graph.accessPackageLocalizedText"
}
]
}