email (str, optional) – The email address for a Q-CTRL account.
[This field has been deprecated] (Default value = None)
password (str, optional) – The password for a Q-CTRL account. [This field has been deprecated] (Default value = None)
api_root (str, optional) – The URL of the Q-CTRL API. (Default value = None)
oidc_url (str, optional) – The URL of the Q-CTRL OIDC. (Default value = None)
env_namespace (str, optional) – The environment namespace of the Q-CTRL stack. (Default value = None)
skip_version_check (bool, optional) – Option for disabling the version check. (Default value = False)
client (gql.Client, optional) – A GraphQL client that provides access to a Q-CTRL GraphQL endpoint. You can pass
this parameter to use Q-CTRL features provided by a non-standard Q-CTRL API
implementation, for example, one running locally or in a private cloud. If you
pass this parameter, do not pass email, password, or api_root.
(Default value = None)