INPUT_OBJECT
ListM365DirectoryObjectAttributesInput
Description
Configuration for the retrieval or directory object attributes.
link GraphQL Schema definition
- input ListM365DirectoryObjectAttributesInput {
- # UUID of the org.
- UUID! :
- # The directory object type applicable for attributes.
- DirectoryObjectType! :
- # The attribute type definitions to retrieve. For more information, see
- # https://learn.microsoft.com/en-us/graph/extensibility-overview.
- AttributeType! :
- # Attribute definitions prefixes that you must match.
- String :
- # The maximum number of attributes to retrieve.
- Int! :
- }