View Source Zitadel.Admin.V1.AddJWTIDPRequest (zitadel_api v1.0.0)
Link to this section Summary
Link to this section Types
@type t() :: %Zitadel.Admin.V1.AddJWTIDPRequest{ __unknown_fields__: [ {field_number :: integer(), Protobuf.Wire.Types.wire_type(), value :: term()} ], auto_register: boolean(), header_name: String.t(), issuer: String.t(), jwt_endpoint: String.t(), keys_endpoint: String.t(), name: String.t(), styling_type: Zitadel.Idp.V1.IDPStylingType.t() }