Skip to content

isIdPSetupComplete

Checks if any identity provider is set up.

Arguments

Argument Type Description
objectTypes [ManagedObjectType!] Types of objects to limit the results. If absent, all object types are returned.

Returns

Boolean!

Sample

query {
  isIdPSetupComplete
}
{}
{
  "data": {
    "isIdPSetupComplete": true
  }
}