The identityProviders() GraphQL query returns a list of identity providers.

For more information on identity providers, see the Authentication & Identity Providers documentation page.

Syntax

Below is the syntax for the identityProviders() query field:

identityProviders: [IdentityProviderAuthentication!]!

Returned Datatypes

The returned datatype IdentityProviderAuthentication has its own parameters. Below is a list of them along with their datatypes and a description of each:

Table: IdentityProviderAuthentication

ParameterTypeRequired[a]DefaultDescription
idstringyes The unique identifier of the identity provider used for authentication.
namestringyes The name of the identity provider.
defaultIdpbooleanyes The default identity provider system.
humioManagedbooleanyes Whether authentication is managed by LogScale.
lazyCreateUsersbooleanyes Whether to wait to create users until last moment when needed.
domains[string]yes A list of domains associated with the identity provider.
debugbooleanyes Whether debug mode is enabled.

[a] Some arguments may be required, as indicated in this column. For some fields, this column indicates that a result will always be returned for it.