OBJECT
Query
link GraphQL Schema definition
- type Query {
- # Arguments
- # criteria: [Not documented]
- String): [Computer] ( :
- # Arguments
- # dn: [Not documented]
- ID!): Computer ( :
- # Arguments
- # criteria: [Not documented]
- String): [Group] ( :
- # Arguments
- # dn: [Not documented]
- ID!): Group ( :
- # Arguments
- # criteria: [Not documented]
- String): [User] ( :
- # Arguments
- # dn: [Not documented]
- ID!): User ( :
- # get general entry by DN search
- #
- # Arguments
- # dn: [Not documented]
- ID!): GeneralEntry ( :
- # search against "sAmAccountName" attribute of users
- #
- # Arguments
- # userName: [Not documented]
- String!): [User]! ( :
- # search against common name "cn" attribute of users
- #
- # Arguments
- # cn: [Not documented]
- String!): [User]! ( :
- # fussy search against common name "cn" attribute of users.
- # note depend on number of users this can be slow process.
- #
- # Arguments
- # cn: [Not documented]
- String!): [User]! ( :
- # based on criteria return not disabled users respecting userAccountControl flags
- #
- # Arguments
- # criteria: [Not documented]
- String): [User]! ( :
- # based on criteria return not disabled users respecting userAccountControl flags
- #
- # Arguments
- # criteria: [Not documented]
- String): [User]! ( :
- # based on criteria return user that are Locked Out
- #
- # Arguments
- # criteria: [Not documented]
- String): [User]! ( :
- # based on criteria return user accounts required a home directory respecting
- # userAccountControl flags
- #
- # Arguments
- # criteria: [Not documented]
- String): [User]! ( :
- # based on criteria return not password never expire users respecting
- # userAccountControl flags
- #
- # Arguments
- # criteria: [Not documented]
- String): [User]! ( :
- # based on criteria return not password not required users respecting
- # userAccountControl flags
- #
- # Arguments
- # criteria: [Not documented]
- String): [User]! ( :
- # based on criteria return user accounts respecting multiple userAccountControl
- # flags
- #
- # Arguments
- # criteria: [Not documented]
- # accountControls: [Not documented]
- (
- String, :
- UserAccountControl!]! : [
- ): [User]!
- }
link Require by
This element is not required by anyone