INPUT_OBJECT

ListM365DirectoryObjectAttributesInput

Description

Configuration for the retrieval or directory object attributes.

link GraphQL Schema definition

  • input ListM365DirectoryObjectAttributesInput {
  • # UUID of the org.
  • orgId: UUID!
  • # The directory object type applicable for attributes.
  • objectType: DirectoryObjectType!
  • # The attribute type definitions to retrieve. For more information, see
  • # https://learn.microsoft.com/en-us/graph/extensibility-overview.
  • attributeType: AttributeType!
  • # Attribute definitions prefixes that you must match.
  • searchTextPrefix: String
  • # The maximum number of attributes to retrieve.
  • maxResults: Int!
  • }

link Require by