Zitadel.Admin.V1.UpdateIDPRequest (zitadel_api v1.0.0-rc.7) View Source
Link to this section Summary
Link to this section Types
Specs
idp_id() :: String.t()
Specs
name() :: String.t()
Specs
styling_type() :: Zitadel.Idp.V1.IDPStylingType.t()
Specs
t() :: %Zitadel.Admin.V1.UpdateIDPRequest{
idp_id: idp_id(),
name: name(),
styling_type: styling_type()
}