Microsoft Graph · Schema

accessPackageResourceAttribute

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
destination object Information about how to set the attribute, currently a accessPackageUserDirectoryAttributeStore type.
isEditable boolean
isPersistedOnAssignmentRemoval boolean
name string The name of the attribute in the end system. If the destination is accessPackageUserDirectoryAttributeStore, then a user property such as jobTitle or a directory schema extension for the user object t
source object Information about how to populate the attribute value when an accessPackageAssignmentRequest is being fulfilled, currently a accessPackageResourceAttributeQuestion type.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphaccesspackageresourceattribute-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.accessPackageResourceAttribute",
  "title": "accessPackageResourceAttribute",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "destination": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/microsoft.graph.accessPackageResourceAttributeDestination"
        },
        {
          "type": "object",
          "nullable": true
        }
      ],
      "description": "Information about how to set the attribute, currently a accessPackageUserDirectoryAttributeStore type."
    },
    "isEditable": {
      "type": "boolean",
      "nullable": true
    },
    "isPersistedOnAssignmentRemoval": {
      "type": "boolean",
      "nullable": true
    },
    "name": {
      "type": "string",
      "description": "The name of the attribute in the end system. If the destination is accessPackageUserDirectoryAttributeStore, then a user property such as jobTitle or a directory schema extension for the user object type, such as extension2b676109c7c74ae2b41549205f1947edpersonalTitle.",
      "nullable": true
    },
    "source": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/microsoft.graph.accessPackageResourceAttributeSource"
        },
        {
          "type": "object",
          "nullable": true
        }
      ],
      "description": "Information about how to populate the attribute value when an accessPackageAssignmentRequest is being fulfilled, currently a accessPackageResourceAttributeQuestion type."
    },
    "@odata.type": {
      "type": "string"
    }
  }
}