Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 1.62 KB

accesspackageresourceattributequestion.md

File metadata and controls

42 lines (34 loc) · 1.62 KB
title description author ms.localizationpriority ms.subservice doc_type
accessPackageResourceAttributeQuestion resource type
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.
markwahl-msft
medium
entra-id-governance
resourcePageType

accessPackageResourceAttributeQuestion resource type

Namespace: microsoft.graph

Resource that references the question provided to an end user making a request, for the purpose of obtaining an attribute value to be put onto the user.

This type inherits from accessPackageResourceAttributeSource and is used in the source property of an accessPackageResourceAttribute.

The only property is question, which could be an accessPackageTextInputQuestion or a accessPackageMultipleChoiceQuestion object type.

Properties

Property Type Description
question accessPackageQuestion The question asked in order to get the value of the attribute.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.accessPackageResourceAttributeQuestion",
  "question": {
    "@odata.type": "microsoft.graph.accessPackageQuestion"
  }
}