INPUT_OBJECT
ObjectInfoType
Description
Map of AzureAdObjectType to IDs.
link GraphQL Schema definition
- input ObjectInfoType {
- # Azure AD object type.
- : AzureAdObjectType!
- # ID of the AzureAD object.
- : UUID!
- }
INPUT_OBJECT
Map of AzureAdObjectType to IDs.
- input ObjectInfoType {
- # Azure AD object type.
- : AzureAdObjectType!
- # ID of the AzureAD object.
- : UUID!
- }