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