Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 1.43 KB

File metadata and controls

43 lines (36 loc) · 1.43 KB
title accessPackageAnswerChoice resource type
description An answer option for an accessPackageMultipleChoiceQuestion.
author markwahl-msft
ms.localizationpriority medium
ms.subservice entra-id-governance
doc_type resourcePageType
ms.date 07/22/2024

accessPackageAnswerChoice resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Indicates an answer option for an accessPackageMultipleChoiceQuestion. Multiple accessPackageAnswerChoices can be added to an accessPackageMultipleChoiceQuestion.

Properties

Property Type Description
actualValue String The actual value of the selected choice. This is typically a string value which is understandable by applications. Required.
displayValue accessPackageLocalizedContent The localized display values shown to the requestor and approvers. Required.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.accessPackageAnswerChoice",
  "actualValue": "String",
  "displayValue": {
    "@odata.type": "microsoft.graph.accessPackageLocalizedContent"
  }
}