Events
Mar 17, 9 PM - Mar 21, 10 AM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register nowThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Used for the accessPackageQuestion property of an access package assignment policy and the accessPackageResourceAttributeQuestion in an accessPackageResourceAttribute.
Subtypes include accessPackageTextInputQuestion and accessPackageMultipleChoiceQuestion.
Property | Type | Description |
---|---|---|
id | String | ID of the question. |
isRequired | Boolean | Whether the requestor is required to supply an answer or not. |
sequence | Int32 | Relative position of this question when displaying a list of questions to the requestor. |
text | accessPackageLocalizedContent | The text of the question to show to the requestor. |
isAnswerEditable | Boolean | Specifies whether the requestor is allowed to edit answers to questions. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.accessPackageQuestion",
"id": "String (identifier)",
"isRequired": "Boolean",
"text": {
"@odata.type": "microsoft.graph.accessPackageLocalizedContent"
},
"sequence": "Integer"
}
Events
Mar 17, 9 PM - Mar 21, 10 AM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register now