accessPackageAnswerString resource type

Namespace: microsoft.graph

Indicates the string input answer to an accessPackageTextInputQuestion. Stored on an accessPackageAssignmentRequest.

Inherits from accessPackageAnswer.

Properties

Property Type Description
answeredQuestion accessPackageQuestion The question the answer applies to. Inherited from accessPackageAnswer.
displayValue String The localized display value shown to the requestor and approvers. Inherited from accessPackageAnswer.
value String The value stored on the requestor's user profile, if this answer is configured to be stored as a specific attribute.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.accessPackageAnswerString",
  "displayValue": "String",
  "answeredQuestion": {
    "@odata.type": "microsoft.graph.accessPackageQuestion"
  },
  "value": "String"
}