View Source Zitadel.Admin.V1.AddCustomDomainPolicyRequest (zitadel_api v2.1.0)

Link to this section Summary

Link to this section Types

@type t() :: %Zitadel.Admin.V1.AddCustomDomainPolicyRequest{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  org_id: String.t(),
  smtp_sender_address_matches_instance_domain: boolean(),
  user_login_must_be_domain: boolean(),
  validate_org_domains: boolean()
}

Link to this section Functions