Zitadel.Management.V1.UpdateOIDCAppConfigRequest (zitadel_api v1.0.0-rc.8) View Source

Link to this section Summary

Functions

Callback implementation for Protobuf.decode/1.

Callback implementation for Protobuf.encode/1.

Callback implementation for Protobuf.new/0.

Callback implementation for Protobuf.new/1.

Callback implementation for Protobuf.new!/1.

Callback implementation for Protobuf.transform_module/0.

Link to this section Types

Link to this type

access_token_role_assertion()

View Source

Specs

access_token_role_assertion() :: boolean()

Specs

access_token_type() :: Zitadel.App.V1.OIDCTokenType.t()

Specs

additional_origins() :: [String.t()]

Specs

app_id() :: String.t()

Specs

Specs

auth_method_type() :: Zitadel.App.V1.OIDCAuthMethodType.t()

Specs

clock_skew() :: Google.Protobuf.Duration.t() | nil

Specs

dev_mode() :: boolean()

Specs

grant_types() :: [[Zitadel.App.V1.OIDCGrantType.t()]]
Link to this type

id_token_role_assertion()

View Source

Specs

id_token_role_assertion() :: boolean()
Link to this type

id_token_userinfo_assertion()

View Source

Specs

id_token_userinfo_assertion() :: boolean()
Link to this type

post_logout_redirect_uris()

View Source

Specs

post_logout_redirect_uris() :: [String.t()]

Specs

project_id() :: String.t()

Specs

redirect_uris() :: [String.t()]

Specs

response_types() :: [[Zitadel.App.V1.OIDCResponseType.t()]]

Specs

t() :: %Zitadel.Management.V1.UpdateOIDCAppConfigRequest{
  access_token_role_assertion: access_token_role_assertion(),
  access_token_type: access_token_type(),
  additional_origins: additional_origins(),
  app_id: app_id(),
  app_type: app_type(),
  auth_method_type: auth_method_type(),
  clock_skew: clock_skew(),
  dev_mode: dev_mode(),
  grant_types: grant_types(),
  id_token_role_assertion: id_token_role_assertion(),
  id_token_userinfo_assertion: id_token_userinfo_assertion(),
  post_logout_redirect_uris: post_logout_redirect_uris(),
  project_id: project_id(),
  redirect_uris: redirect_uris(),
  response_types: response_types()
}

Link to this section Functions

Callback implementation for Protobuf.decode/1.

Callback implementation for Protobuf.encode/1.

Callback implementation for Protobuf.new/0.

Callback implementation for Protobuf.new/1.

Callback implementation for Protobuf.new!/1.

Callback implementation for Protobuf.transform_module/0.