Microsoft Graph · Schema

authenticationAttributeCollectionOptionConfiguration

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
label string The label of the option that will be displayed to user, unless overridden.
value string The value of the option that will be stored.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphauthenticationattributecollectionoptionconfigu-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.authenticationAttributeCollectionOptionConfiguration",
  "title": "authenticationAttributeCollectionOptionConfiguration",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "label": {
      "type": "string",
      "description": "The label of the option that will be displayed to user, unless overridden."
    },
    "value": {
      "type": "string",
      "description": "The value of the option that will be stored."
    },
    "@odata.type": {
      "type": "string"
    }
  }
}