Zitadel.Admin.V1.SetOrgFeaturesRequest (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

Specs

actions() :: boolean()

Specs

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

Specs

custom_domain() :: boolean()

Specs

custom_text() :: boolean()

Specs

custom_text_login() :: boolean()

Specs

custom_text_message() :: boolean()

Specs

description() :: String.t()

Specs

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

label_policy_private_label()

View Source

Specs

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

label_policy_watermark()

View Source

Specs

label_policy_watermark() :: boolean()

Specs

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

login_policy_factors()

View Source

Specs

login_policy_factors() :: boolean()

Specs

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

login_policy_password_reset()

View Source

Specs

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

login_policy_passwordless()

View Source

Specs

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

login_policy_registration()

View Source

Specs

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

login_policy_username_login()

View Source

Specs

login_policy_username_login() :: boolean()

Specs

metadata_user() :: boolean()

Specs

org_id() :: String.t()
Link to this type

password_complexity_policy()

View Source

Specs

password_complexity_policy() :: boolean()

Specs

privacy_policy() :: boolean()

Specs

Specs

state_description() :: String.t()

Specs

t() :: %Zitadel.Admin.V1.SetOrgFeaturesRequest{
  actions: actions(),
  audit_log_retention: audit_log_retention(),
  custom_domain: custom_domain(),
  custom_text: custom_text(),
  custom_text_login: custom_text_login(),
  custom_text_message: custom_text_message(),
  description: description(),
  label_policy: label_policy(),
  label_policy_private_label: label_policy_private_label(),
  label_policy_watermark: label_policy_watermark(),
  lockout_policy: lockout_policy(),
  login_policy_factors: login_policy_factors(),
  login_policy_idp: login_policy_idp(),
  login_policy_password_reset: login_policy_password_reset(),
  login_policy_passwordless: login_policy_passwordless(),
  login_policy_registration: login_policy_registration(),
  login_policy_username_login: login_policy_username_login(),
  metadata_user: metadata_user(),
  org_id: org_id(),
  password_complexity_policy: password_complexity_policy(),
  privacy_policy: privacy_policy(),
  state: state(),
  state_description: state_description(),
  tier_name: tier_name()
}

Specs

tier_name() :: String.t()

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.