Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 1.52 KB

File metadata and controls

44 lines (36 loc) · 1.52 KB
title accessPackageAnswer resource type
description The complex type for answers to an accessPackageQuestion that are stored on an accessPackageAssignmentRequest.
author markwahl-msft
ms.localizationpriority medium
ms.subservice entra-id-governance
doc_type resourcePageType
ms.date 07/22/2024

accessPackageAnswer resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

The complex type of a requestor's provided answer to an accessPackageQuestion. The actual answer will be a subtype of this complex type, either accessPackageAnswerString or accessPackageAnswerChoice. These answers will be stored on an accessPackageAssignmentRequest.

Properties

Property Type Description
answeredQuestion accessPackageQuestion The question the answer is for. Required and Read-only.
displayValue String The display value of the answer. Required.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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