Skip to content

Latest commit

 

History

History
48 lines (39 loc) · 1.63 KB

File metadata and controls

48 lines (39 loc) · 1.63 KB
title accessPackageAnswerString resource type
description A string answer to an accessPackageTextInputQuestion
author markwahl-msft
ms.localizationpriority medium
ms.subservice entra-id-governance
doc_type resourcePageType
ms.date 07/22/2024

accessPackageAnswerString resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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 values 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 JSON representation shows the resource type.

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