View Source Zitadel.Idp.V1.IDP (zitadel_api v2.1.0)
Link to this section Summary
Link to this section Types
@type t() :: %Zitadel.Idp.V1.IDP{ __unknown_fields__: [ {field_number :: integer(), Protobuf.Wire.Types.wire_type(), value :: term()} ], auto_register: boolean(), config: {:oidc_config, Zitadel.Idp.V1.OIDCConfig.t() | nil} | {:jwt_config, Zitadel.Idp.V1.JWTConfig.t() | nil} | nil, details: Zitadel.V1.ObjectDetails.t() | nil, id: String.t(), name: String.t(), owner: Zitadel.Idp.V1.IDPOwnerType.t(), state: Zitadel.Idp.V1.IDPState.t(), styling_type: Zitadel.Idp.V1.IDPStylingType.t() }