Zitadel.Idp.V1.IDP (zitadel_api v1.0.0-rc.6) View Source

Link to this section Summary

Link to this section Types

Specs

config() :: {:oidc_config, oidc_config()} | nil

Specs

details() :: Zitadel.V1.ObjectDetails.t() | nil

Specs

id() :: String.t()

Specs

name() :: String.t()

Specs

oidc_config() :: Zitadel.Idp.V1.OIDCConfig.t() | nil

Specs

Specs

Specs

styling_type() :: Zitadel.Idp.V1.IDPStylingType.t()

Specs

t() :: %Zitadel.Idp.V1.IDP{
  config: config(),
  details: details(),
  id: id(),
  name: name(),
  owner: owner(),
  state: state(),
  styling_type: styling_type()
}

Link to this section Functions