Zitadel.Management.V1.ManagementService.Behaviour behaviour (zitadel_api v1.0.0-rc.1) View Source

Link to this section Summary

Callbacks

add a list of project roles in one request

remove a list of user grants in one request

returns a project my organisation got granted from another organisation

GetIam returns some needed settings of the iam (Global Organisation ID, Zitadel Project ID)

GetUserByLoginNameGlobal searches a user over all organisations the login name has to match exactly

returns all roles of a project grant

returns all projects my organisation got granted from another organisation

Limit should always be set, there is a default limit set by the service

RemoveProjectGrant removes project grant and all user grants for this project grant

RemoveProjectRole removes role from UserGrants, ProjectGrants and from Project

A Manager is only allowed to set an initial password, on the next login the user has to change his password

Link to this section Callbacks

Link to this callback

add_api_app(input, stream)

View Source (optional)

Specs

add_api_app(
  input :: Zitadel.Management.V1.AddAPIAppRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.AddAPIAppResponse.t()
Link to this callback

add_app_key(input, stream)

View Source (optional)

Specs

add_app_key(
  input :: Zitadel.Management.V1.AddAppKeyRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.AddAppKeyResponse.t()
Link to this callback

add_custom_label_policy(input, stream)

View Source (optional)

Specs

add_custom_label_policy(
  input :: Zitadel.Management.V1.AddCustomLabelPolicyRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.AddCustomLabelPolicyResponse.t()
Link to this callback

add_custom_login_policy(input, stream)

View Source (optional)

Specs

add_custom_login_policy(
  input :: Zitadel.Management.V1.AddCustomLoginPolicyRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.AddCustomLoginPolicyResponse.t()
Link to this callback

add_custom_password_age_policy(input, stream)

View Source (optional)

Specs

add_custom_password_age_policy(
  input :: Zitadel.Management.V1.AddCustomPasswordAgePolicyRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.AddCustomPasswordAgePolicyResponse.t()
Link to this callback

add_custom_password_complexity_policy(input, stream)

View Source (optional)

Specs

add_custom_password_complexity_policy(
  input :: Zitadel.Management.V1.AddCustomPasswordComplexityPolicyRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.AddCustomPasswordComplexityPolicyResponse.t()
Link to this callback

add_custom_password_lockout_policy(input, stream)

View Source (optional)

Specs

add_custom_password_lockout_policy(
  input :: Zitadel.Management.V1.AddCustomPasswordLockoutPolicyRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.AddCustomPasswordLockoutPolicyResponse.t()
Link to this callback

add_human_user(input, stream)

View Source (optional)

Specs

add_human_user(
  input :: Zitadel.Management.V1.AddHumanUserRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.AddHumanUserResponse.t()
Link to this callback

add_idp_to_login_policy(input, stream)

View Source (optional)

Specs

add_idp_to_login_policy(
  input :: Zitadel.Management.V1.AddIDPToLoginPolicyRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.AddIDPToLoginPolicyResponse.t()
Link to this callback

add_machine_key(input, stream)

View Source (optional)

Specs

add_machine_key(
  input :: Zitadel.Management.V1.AddMachineKeyRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.AddMachineKeyResponse.t()
Link to this callback

add_machine_user(input, stream)

View Source (optional)

Specs

add_machine_user(
  input :: Zitadel.Management.V1.AddMachineUserRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.AddMachineUserResponse.t()
Link to this callback

add_multi_factor_to_login_policy(input, stream)

View Source (optional)

Specs

add_multi_factor_to_login_policy(
  input :: Zitadel.Management.V1.AddMultiFactorToLoginPolicyRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.AddMultiFactorToLoginPolicyResponse.t()
Link to this callback

add_oidc_app(input, stream)

View Source (optional)

Specs

add_oidc_app(
  input :: Zitadel.Management.V1.AddOIDCAppRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.AddOIDCAppResponse.t()
Link to this callback

add_org(input, stream)

View Source (optional)

Specs

add_org(
  input :: Zitadel.Management.V1.AddOrgRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.AddOrgResponse.t()
Link to this callback

add_org_domain(input, stream)

View Source (optional)

Specs

add_org_domain(
  input :: Zitadel.Management.V1.AddOrgDomainRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.AddOrgDomainResponse.t()
Link to this callback

add_org_member(input, stream)

View Source (optional)

Specs

add_org_member(
  input :: Zitadel.Management.V1.AddOrgMemberRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.AddOrgMemberResponse.t()
Link to this callback

add_org_oidcidp(input, stream)

View Source (optional)

Specs

add_org_oidcidp(
  input :: Zitadel.Management.V1.AddOrgOIDCIDPRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.AddOrgOIDCIDPResponse.t()
Link to this callback

add_project(input, stream)

View Source (optional)

Specs

add_project(
  input :: Zitadel.Management.V1.AddProjectRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.AddProjectResponse.t()
Link to this callback

add_project_grant(input, stream)

View Source (optional)

Specs

add_project_grant(
  input :: Zitadel.Management.V1.AddProjectGrantRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.AddProjectGrantResponse.t()
Link to this callback

add_project_grant_member(input, stream)

View Source (optional)

Specs

add_project_grant_member(
  input :: Zitadel.Management.V1.AddProjectGrantMemberRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.AddProjectGrantMemberResponse.t()
Link to this callback

add_project_member(input, stream)

View Source (optional)

Specs

add_project_member(
  input :: Zitadel.Management.V1.AddProjectMemberRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.AddProjectMemberResponse.t()
Link to this callback

add_project_role(input, stream)

View Source (optional)

Specs

add_project_role(
  input :: Zitadel.Management.V1.AddProjectRoleRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.AddProjectRoleResponse.t()
Link to this callback

add_second_factor_to_login_policy(input, stream)

View Source (optional)

Specs

add_second_factor_to_login_policy(
  input :: Zitadel.Management.V1.AddSecondFactorToLoginPolicyRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.AddSecondFactorToLoginPolicyResponse.t()
Link to this callback

add_user_grant(input, stream)

View Source (optional)

Specs

add_user_grant(
  input :: Zitadel.Management.V1.AddUserGrantRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.AddUserGrantResponse.t()
Link to this callback

bulk_add_project_roles(input, stream)

View Source (optional)

Specs

bulk_add_project_roles(
  input :: Zitadel.Management.V1.BulkAddProjectRolesRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.BulkAddProjectRolesResponse.t()

add a list of project roles in one request

Link to this callback

bulk_remove_user_grant(input, stream)

View Source (optional)

Specs

bulk_remove_user_grant(
  input :: Zitadel.Management.V1.BulkRemoveUserGrantRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.BulkRemoveUserGrantResponse.t()

remove a list of user grants in one request

Link to this callback

deactivate_app(input, stream)

View Source (optional)

Specs

deactivate_app(
  input :: Zitadel.Management.V1.DeactivateAppRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.DeactivateAppResponse.t()
Link to this callback

deactivate_org(input, stream)

View Source (optional)

Specs

deactivate_org(
  input :: Zitadel.Management.V1.DeactivateOrgRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.DeactivateOrgResponse.t()
Link to this callback

deactivate_org_idp(input, stream)

View Source (optional)

Specs

deactivate_org_idp(
  input :: Zitadel.Management.V1.DeactivateOrgIDPRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.DeactivateOrgIDPResponse.t()
Link to this callback

deactivate_project(input, stream)

View Source (optional)

Specs

deactivate_project(
  input :: Zitadel.Management.V1.DeactivateProjectRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.DeactivateProjectResponse.t()
Link to this callback

deactivate_project_grant(input, stream)

View Source (optional)

Specs

deactivate_project_grant(
  input :: Zitadel.Management.V1.DeactivateProjectGrantRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.DeactivateProjectGrantResponse.t()
Link to this callback

deactivate_user(input, stream)

View Source (optional)

Specs

deactivate_user(
  input :: Zitadel.Management.V1.DeactivateUserRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.DeactivateUserResponse.t()
Link to this callback

deactivate_user_grant(input, stream)

View Source (optional)

Specs

deactivate_user_grant(
  input :: Zitadel.Management.V1.DeactivateUserGrantRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.DeactivateUserGrantResponse.t()
Link to this callback

generate_org_domain_validation(input, stream)

View Source (optional)

Specs

generate_org_domain_validation(
  input :: Zitadel.Management.V1.GenerateOrgDomainValidationRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.GenerateOrgDomainValidationResponse.t()
Link to this callback

get_app_by_id(input, stream)

View Source (optional)

Specs

get_app_by_id(
  input :: Zitadel.Management.V1.GetAppByIDRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.GetAppByIDResponse.t()
Link to this callback

get_app_key(input, stream)

View Source (optional)

Specs

get_app_key(
  input :: Zitadel.Management.V1.GetAppKeyRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.GetAppKeyResponse.t()
Link to this callback

get_default_label_policy(input, stream)

View Source (optional)

Specs

get_default_label_policy(
  input :: Zitadel.Management.V1.GetDefaultLabelPolicyRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.GetDefaultLabelPolicyResponse.t()
Link to this callback

get_default_login_policy(input, stream)

View Source (optional)

Specs

get_default_login_policy(
  input :: Zitadel.Management.V1.GetDefaultLoginPolicyRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.GetDefaultLoginPolicyResponse.t()
Link to this callback

get_default_password_age_policy(input, stream)

View Source (optional)

Specs

get_default_password_age_policy(
  input :: Zitadel.Management.V1.GetDefaultPasswordAgePolicyRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.GetDefaultPasswordAgePolicyResponse.t()
Link to this callback

get_default_password_complexity_policy(input, stream)

View Source (optional)

Specs

get_default_password_complexity_policy(
  input :: Zitadel.Management.V1.GetDefaultPasswordComplexityPolicyRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.GetDefaultPasswordComplexityPolicyResponse.t()
Link to this callback

get_default_password_lockout_policy(input, stream)

View Source (optional)

Specs

get_default_password_lockout_policy(
  input :: Zitadel.Management.V1.GetDefaultPasswordLockoutPolicyRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.GetDefaultPasswordLockoutPolicyResponse.t()
Link to this callback

get_features(input, stream)

View Source (optional)

Specs

get_features(
  input :: Zitadel.Management.V1.GetFeaturesRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.GetFeaturesResponse.t()
Link to this callback

get_granted_project_by_id(input, stream)

View Source (optional)

Specs

get_granted_project_by_id(
  input :: Zitadel.Management.V1.GetGrantedProjectByIDRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.GetGrantedProjectByIDResponse.t()

returns a project my organisation got granted from another organisation

Link to this callback

get_human_email(input, stream)

View Source (optional)

Specs

get_human_email(
  input :: Zitadel.Management.V1.GetHumanEmailRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.GetHumanEmailResponse.t()
Link to this callback

get_human_phone(input, stream)

View Source (optional)

Specs

get_human_phone(
  input :: Zitadel.Management.V1.GetHumanPhoneRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.GetHumanPhoneResponse.t()
Link to this callback

get_human_profile(input, stream)

View Source (optional)

Specs

get_human_profile(
  input :: Zitadel.Management.V1.GetHumanProfileRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.GetHumanProfileResponse.t()
Link to this callback

get_iam(input, stream)

View Source (optional)

Specs

get_iam(
  input :: Zitadel.Management.V1.GetIAMRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.GetIAMResponse.t()

GetIam returns some needed settings of the iam (Global Organisation ID, Zitadel Project ID)

Link to this callback

get_label_policy(input, stream)

View Source (optional)

Specs

get_label_policy(
  input :: Zitadel.Management.V1.GetLabelPolicyRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.GetLabelPolicyResponse.t()
Link to this callback

get_login_policy(input, stream)

View Source (optional)

Specs

get_login_policy(
  input :: Zitadel.Management.V1.GetLoginPolicyRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.GetLoginPolicyResponse.t()
Link to this callback

get_machine_key_by_i_ds(input, stream)

View Source (optional)

Specs

get_machine_key_by_i_ds(
  input :: Zitadel.Management.V1.GetMachineKeyByIDsRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.GetMachineKeyByIDsResponse.t()
Link to this callback

get_my_org(input, stream)

View Source (optional)

Specs

get_my_org(
  input :: Zitadel.Management.V1.GetMyOrgRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.GetMyOrgResponse.t()
Link to this callback

get_oidc_information(input, stream)

View Source (optional)

Specs

get_oidc_information(
  input :: Zitadel.Management.V1.GetOIDCInformationRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.GetOIDCInformationResponse.t()
Link to this callback

get_org_by_domain_global(input, stream)

View Source (optional)

Specs

get_org_by_domain_global(
  input :: Zitadel.Management.V1.GetOrgByDomainGlobalRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.GetOrgByDomainGlobalResponse.t()
Link to this callback

get_org_iam_policy(input, stream)

View Source (optional)

Specs

get_org_iam_policy(
  input :: Zitadel.Management.V1.GetOrgIAMPolicyRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.GetOrgIAMPolicyResponse.t()
Link to this callback

get_org_idp_by_id(input, stream)

View Source (optional)

Specs

get_org_idp_by_id(
  input :: Zitadel.Management.V1.GetOrgIDPByIDRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.GetOrgIDPByIDResponse.t()
Link to this callback

get_password_age_policy(input, stream)

View Source (optional)

Specs

get_password_age_policy(
  input :: Zitadel.Management.V1.GetPasswordAgePolicyRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.GetPasswordAgePolicyResponse.t()
Link to this callback

get_password_complexity_policy(input, stream)

View Source (optional)

Specs

get_password_complexity_policy(
  input :: Zitadel.Management.V1.GetPasswordComplexityPolicyRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.GetPasswordComplexityPolicyResponse.t()
Link to this callback

get_password_lockout_policy(input, stream)

View Source (optional)

Specs

get_password_lockout_policy(
  input :: Zitadel.Management.V1.GetPasswordLockoutPolicyRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.GetPasswordLockoutPolicyResponse.t()
Link to this callback

get_project_by_id(input, stream)

View Source (optional)

Specs

get_project_by_id(
  input :: Zitadel.Management.V1.GetProjectByIDRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.GetProjectByIDResponse.t()
Link to this callback

get_project_grant_by_id(input, stream)

View Source (optional)

Specs

get_project_grant_by_id(
  input :: Zitadel.Management.V1.GetProjectGrantByIDRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.GetProjectGrantByIDResponse.t()
Link to this callback

get_user_by_id(input, stream)

View Source (optional)

Specs

get_user_by_id(
  input :: Zitadel.Management.V1.GetUserByIDRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.GetUserByIDResponse.t()
Link to this callback

get_user_by_login_name_global(input, stream)

View Source (optional)

Specs

get_user_by_login_name_global(
  input :: Zitadel.Management.V1.GetUserByLoginNameGlobalRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.GetUserByLoginNameGlobalResponse.t()

GetUserByLoginNameGlobal searches a user over all organisations the login name has to match exactly

Link to this callback

get_user_grant_by_id(input, stream)

View Source (optional)

Specs

get_user_grant_by_id(
  input :: Zitadel.Management.V1.GetUserGrantByIDRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.GetUserGrantByIDResponse.t()
Link to this callback

healthz(input, stream)

View Source (optional)

Specs

healthz(
  input :: Zitadel.Management.V1.HealthzRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.HealthzResponse.t()
Link to this callback

import_human_user(input, stream)

View Source (optional)

Specs

import_human_user(
  input :: Zitadel.Management.V1.ImportHumanUserRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.ImportHumanUserResponse.t()
Link to this callback

is_user_unique(input, stream)

View Source (optional)

Specs

is_user_unique(
  input :: Zitadel.Management.V1.IsUserUniqueRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.IsUserUniqueResponse.t()
Link to this callback

list_app_changes(input, stream)

View Source (optional)

Specs

list_app_changes(
  input :: Zitadel.Management.V1.ListAppChangesRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.ListAppChangesResponse.t()
Link to this callback

list_app_keys(input, stream)

View Source (optional)

Specs

list_app_keys(
  input :: Zitadel.Management.V1.ListAppKeysRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.ListAppKeysResponse.t()
Link to this callback

list_apps(input, stream)

View Source (optional)

Specs

list_apps(
  input :: Zitadel.Management.V1.ListAppsRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.ListAppsResponse.t()
Link to this callback

list_granted_project_roles(input, stream)

View Source (optional)

Specs

list_granted_project_roles(
  input :: Zitadel.Management.V1.ListGrantedProjectRolesRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.ListGrantedProjectRolesResponse.t()

returns all roles of a project grant

Link to this callback

list_granted_projects(input, stream)

View Source (optional)

Specs

list_granted_projects(
  input :: Zitadel.Management.V1.ListGrantedProjectsRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.ListGrantedProjectsResponse.t()

returns all projects my organisation got granted from another organisation

Link to this callback

list_human_auth_factors(input, stream)

View Source (optional)

Specs

list_human_auth_factors(
  input :: Zitadel.Management.V1.ListHumanAuthFactorsRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.ListHumanAuthFactorsResponse.t()
Link to this callback

list_human_linked_id_ps(input, stream)

View Source (optional)

Specs

list_human_linked_id_ps(
  input :: Zitadel.Management.V1.ListHumanLinkedIDPsRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.ListHumanLinkedIDPsResponse.t()
Link to this callback

list_human_passwordless(input, stream)

View Source (optional)

Specs

list_human_passwordless(
  input :: Zitadel.Management.V1.ListHumanPasswordlessRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.ListHumanPasswordlessResponse.t()
Link to this callback

list_login_policy_id_ps(input, stream)

View Source (optional)

Specs

list_login_policy_id_ps(
  input :: Zitadel.Management.V1.ListLoginPolicyIDPsRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.ListLoginPolicyIDPsResponse.t()
Link to this callback

list_login_policy_multi_factors(input, stream)

View Source (optional)

Specs

list_login_policy_multi_factors(
  input :: Zitadel.Management.V1.ListLoginPolicyMultiFactorsRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.ListLoginPolicyMultiFactorsResponse.t()
Link to this callback

list_login_policy_second_factors(input, stream)

View Source (optional)

Specs

list_login_policy_second_factors(
  input :: Zitadel.Management.V1.ListLoginPolicySecondFactorsRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.ListLoginPolicySecondFactorsResponse.t()
Link to this callback

list_machine_keys(input, stream)

View Source (optional)

Specs

list_machine_keys(
  input :: Zitadel.Management.V1.ListMachineKeysRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.ListMachineKeysResponse.t()
Link to this callback

list_org_changes(input, stream)

View Source (optional)

Specs

list_org_changes(
  input :: Zitadel.Management.V1.ListOrgChangesRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.ListOrgChangesResponse.t()
Link to this callback

list_org_domains(input, stream)

View Source (optional)

Specs

list_org_domains(
  input :: Zitadel.Management.V1.ListOrgDomainsRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.ListOrgDomainsResponse.t()
Link to this callback

list_org_id_ps(input, stream)

View Source (optional)

Specs

list_org_id_ps(
  input :: Zitadel.Management.V1.ListOrgIDPsRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.ListOrgIDPsResponse.t()
Link to this callback

list_org_member_roles(input, stream)

View Source (optional)

Specs

list_org_member_roles(
  input :: Zitadel.Management.V1.ListOrgMemberRolesRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.ListOrgMemberRolesResponse.t()
Link to this callback

list_org_members(input, stream)

View Source (optional)

Specs

Link to this callback

list_project_changes(input, stream)

View Source (optional)

Specs

list_project_changes(
  input :: Zitadel.Management.V1.ListProjectChangesRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.ListProjectChangesResponse.t()
Link to this callback

list_project_grant_member_roles(input, stream)

View Source (optional)

Specs

list_project_grant_member_roles(
  input :: Zitadel.Management.V1.ListProjectGrantMemberRolesRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.ListProjectGrantMemberRolesResponse.t()
Link to this callback

list_project_grant_members(input, stream)

View Source (optional)

Specs

list_project_grant_members(
  input :: Zitadel.Management.V1.ListProjectGrantMembersRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.ListProjectGrantMembersResponse.t()
Link to this callback

list_project_grants(input, stream)

View Source (optional)

Specs

list_project_grants(
  input :: Zitadel.Management.V1.ListProjectGrantsRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.ListProjectGrantsResponse.t()
Link to this callback

list_project_member_roles(input, stream)

View Source (optional)

Specs

list_project_member_roles(
  input :: Zitadel.Management.V1.ListProjectMemberRolesRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.ListProjectMemberRolesResponse.t()
Link to this callback

list_project_members(input, stream)

View Source (optional)

Specs

list_project_members(
  input :: Zitadel.Management.V1.ListProjectMembersRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.ListProjectMembersResponse.t()
Link to this callback

list_project_roles(input, stream)

View Source (optional)

Specs

list_project_roles(
  input :: Zitadel.Management.V1.ListProjectRolesRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.ListProjectRolesResponse.t()
Link to this callback

list_projects(input, stream)

View Source (optional)

Specs

list_projects(
  input :: Zitadel.Management.V1.ListProjectsRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.ListProjectsResponse.t()
Link to this callback

list_user_changes(input, stream)

View Source (optional)

Specs

list_user_changes(
  input :: Zitadel.Management.V1.ListUserChangesRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.ListUserChangesResponse.t()
Link to this callback

list_user_grants(input, stream)

View Source (optional)

Specs

list_user_grants(
  input :: Zitadel.Management.V1.ListUserGrantRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.ListUserGrantResponse.t()
Link to this callback

list_user_memberships(input, stream)

View Source (optional)

Specs

list_user_memberships(
  input :: Zitadel.Management.V1.ListUserMembershipsRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.ListUserMembershipsResponse.t()
Link to this callback

list_users(input, stream)

View Source (optional)

Specs

list_users(
  input :: Zitadel.Management.V1.ListUsersRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.ListUsersResponse.t()

Limit should always be set, there is a default limit set by the service

Link to this callback

lock_user(input, stream)

View Source (optional)

Specs

lock_user(
  input :: Zitadel.Management.V1.LockUserRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.LockUserResponse.t()
Link to this callback

reactivate_app(input, stream)

View Source (optional)

Specs

reactivate_app(
  input :: Zitadel.Management.V1.ReactivateAppRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.ReactivateAppResponse.t()
Link to this callback

reactivate_org(input, stream)

View Source (optional)

Specs

reactivate_org(
  input :: Zitadel.Management.V1.ReactivateOrgRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.ReactivateOrgResponse.t()
Link to this callback

reactivate_org_idp(input, stream)

View Source (optional)

Specs

reactivate_org_idp(
  input :: Zitadel.Management.V1.ReactivateOrgIDPRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.ReactivateOrgIDPResponse.t()
Link to this callback

reactivate_project(input, stream)

View Source (optional)

Specs

reactivate_project(
  input :: Zitadel.Management.V1.ReactivateProjectRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.ReactivateProjectResponse.t()
Link to this callback

reactivate_project_grant(input, stream)

View Source (optional)

Specs

reactivate_project_grant(
  input :: Zitadel.Management.V1.ReactivateProjectGrantRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.ReactivateProjectGrantResponse.t()
Link to this callback

reactivate_user(input, stream)

View Source (optional)

Specs

reactivate_user(
  input :: Zitadel.Management.V1.ReactivateUserRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.ReactivateUserResponse.t()
Link to this callback

reactivate_user_grant(input, stream)

View Source (optional)

Specs

reactivate_user_grant(
  input :: Zitadel.Management.V1.ReactivateUserGrantRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.ReactivateUserGrantResponse.t()
Link to this callback

regenerate_api_client_secret(input, stream)

View Source (optional)

Specs

regenerate_api_client_secret(
  input :: Zitadel.Management.V1.RegenerateAPIClientSecretRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.RegenerateAPIClientSecretResponse.t()
Link to this callback

regenerate_oidc_client_secret(input, stream)

View Source (optional)

Specs

regenerate_oidc_client_secret(
  input :: Zitadel.Management.V1.RegenerateOIDCClientSecretRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.RegenerateOIDCClientSecretResponse.t()
Link to this callback

remove_app(input, stream)

View Source (optional)

Specs

remove_app(
  input :: Zitadel.Management.V1.RemoveAppRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.RemoveAppResponse.t()
Link to this callback

remove_app_key(input, stream)

View Source (optional)

Specs

remove_app_key(
  input :: Zitadel.Management.V1.RemoveAppKeyRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.RemoveAppKeyResponse.t()
Link to this callback

remove_human_auth_factor_otp(input, stream)

View Source (optional)

Specs

remove_human_auth_factor_otp(
  input :: Zitadel.Management.V1.RemoveHumanAuthFactorOTPRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.RemoveHumanAuthFactorOTPResponse.t()
Link to this callback

remove_human_auth_factor_u2_f(input, stream)

View Source (optional)

Specs

remove_human_auth_factor_u2_f(
  input :: Zitadel.Management.V1.RemoveHumanAuthFactorU2FRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.RemoveHumanAuthFactorU2FResponse.t()
Link to this callback

remove_human_linked_idp(input, stream)

View Source (optional)

Specs

remove_human_linked_idp(
  input :: Zitadel.Management.V1.RemoveHumanLinkedIDPRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.RemoveHumanLinkedIDPResponse.t()
Link to this callback

remove_human_passwordless(input, stream)

View Source (optional)

Specs

remove_human_passwordless(
  input :: Zitadel.Management.V1.RemoveHumanPasswordlessRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.RemoveHumanPasswordlessResponse.t()
Link to this callback

remove_human_phone(input, stream)

View Source (optional)

Specs

remove_human_phone(
  input :: Zitadel.Management.V1.RemoveHumanPhoneRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.RemoveHumanPhoneResponse.t()
Link to this callback

remove_idp_from_login_policy(input, stream)

View Source (optional)

Specs

remove_idp_from_login_policy(
  input :: Zitadel.Management.V1.RemoveIDPFromLoginPolicyRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.RemoveIDPFromLoginPolicyResponse.t()
Link to this callback

remove_machine_key(input, stream)

View Source (optional)

Specs

remove_machine_key(
  input :: Zitadel.Management.V1.RemoveMachineKeyRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.RemoveMachineKeyResponse.t()
Link to this callback

remove_multi_factor_from_login_policy(input, stream)

View Source (optional)

Specs

remove_multi_factor_from_login_policy(
  input :: Zitadel.Management.V1.RemoveMultiFactorFromLoginPolicyRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.RemoveMultiFactorFromLoginPolicyResponse.t()
Link to this callback

remove_org_domain(input, stream)

View Source (optional)

Specs

remove_org_domain(
  input :: Zitadel.Management.V1.RemoveOrgDomainRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.RemoveOrgDomainResponse.t()
Link to this callback

remove_org_idp(input, stream)

View Source (optional)

Specs

remove_org_idp(
  input :: Zitadel.Management.V1.RemoveOrgIDPRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.RemoveOrgIDPResponse.t()
Link to this callback

remove_org_member(input, stream)

View Source (optional)

Specs

remove_org_member(
  input :: Zitadel.Management.V1.RemoveOrgMemberRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.RemoveOrgMemberResponse.t()
Link to this callback

remove_project(input, stream)

View Source (optional)

Specs

remove_project(
  input :: Zitadel.Management.V1.RemoveProjectRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.RemoveProjectResponse.t()
Link to this callback

remove_project_grant(input, stream)

View Source (optional)

Specs

remove_project_grant(
  input :: Zitadel.Management.V1.RemoveProjectGrantRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.RemoveProjectGrantResponse.t()

RemoveProjectGrant removes project grant and all user grants for this project grant

Link to this callback

remove_project_grant_member(input, stream)

View Source (optional)

Specs

remove_project_grant_member(
  input :: Zitadel.Management.V1.RemoveProjectGrantMemberRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.RemoveProjectGrantMemberResponse.t()
Link to this callback

remove_project_member(input, stream)

View Source (optional)

Specs

remove_project_member(
  input :: Zitadel.Management.V1.RemoveProjectMemberRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.RemoveProjectMemberResponse.t()
Link to this callback

remove_project_role(input, stream)

View Source (optional)

Specs

remove_project_role(
  input :: Zitadel.Management.V1.RemoveProjectRoleRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.RemoveProjectRoleResponse.t()

RemoveProjectRole removes role from UserGrants, ProjectGrants and from Project

Link to this callback

remove_second_factor_from_login_policy(input, stream)

View Source (optional)

Specs

remove_second_factor_from_login_policy(
  input :: Zitadel.Management.V1.RemoveSecondFactorFromLoginPolicyRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.RemoveSecondFactorFromLoginPolicyResponse.t()
Link to this callback

remove_user(input, stream)

View Source (optional)

Specs

remove_user(
  input :: Zitadel.Management.V1.RemoveUserRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.RemoveUserResponse.t()
Link to this callback

remove_user_grant(input, stream)

View Source (optional)

Specs

remove_user_grant(
  input :: Zitadel.Management.V1.RemoveUserGrantRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.RemoveUserGrantResponse.t()
Link to this callback

resend_human_email_verification(input, stream)

View Source (optional)

Specs

resend_human_email_verification(
  input :: Zitadel.Management.V1.ResendHumanEmailVerificationRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.ResendHumanEmailVerificationResponse.t()
Link to this callback

resend_human_initialization(input, stream)

View Source (optional)

Specs

resend_human_initialization(
  input :: Zitadel.Management.V1.ResendHumanInitializationRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.ResendHumanInitializationResponse.t()
Link to this callback

resend_human_phone_verification(input, stream)

View Source (optional)

Specs

resend_human_phone_verification(
  input :: Zitadel.Management.V1.ResendHumanPhoneVerificationRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.ResendHumanPhoneVerificationResponse.t()
Link to this callback

reset_label_policy_to_default(input, stream)

View Source (optional)

Specs

reset_label_policy_to_default(
  input :: Zitadel.Management.V1.ResetLabelPolicyToDefaultRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.ResetLabelPolicyToDefaultResponse.t()
Link to this callback

reset_login_policy_to_default(input, stream)

View Source (optional)

Specs

reset_login_policy_to_default(
  input :: Zitadel.Management.V1.ResetLoginPolicyToDefaultRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.ResetLoginPolicyToDefaultResponse.t()
Link to this callback

reset_password_age_policy_to_default(input, stream)

View Source (optional)

Specs

reset_password_age_policy_to_default(
  input :: Zitadel.Management.V1.ResetPasswordAgePolicyToDefaultRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.ResetPasswordAgePolicyToDefaultResponse.t()
Link to this callback

reset_password_complexity_policy_to_default(input, stream)

View Source (optional)

Specs

reset_password_complexity_policy_to_default(
  input ::
    Zitadel.Management.V1.ResetPasswordComplexityPolicyToDefaultRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.ResetPasswordComplexityPolicyToDefaultResponse.t()
Link to this callback

reset_password_lockout_policy_to_default(input, stream)

View Source (optional)

Specs

reset_password_lockout_policy_to_default(
  input :: Zitadel.Management.V1.ResetPasswordLockoutPolicyToDefaultRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.ResetPasswordLockoutPolicyToDefaultResponse.t()
Link to this callback

send_human_reset_password_notification(input, stream)

View Source (optional)

Specs

send_human_reset_password_notification(
  input :: Zitadel.Management.V1.SendHumanResetPasswordNotificationRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.SendHumanResetPasswordNotificationResponse.t()
Link to this callback

set_human_initial_password(input, stream)

View Source (optional)

Specs

set_human_initial_password(
  input :: Zitadel.Management.V1.SetHumanInitialPasswordRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.SetHumanInitialPasswordResponse.t()

A Manager is only allowed to set an initial password, on the next login the user has to change his password

Link to this callback

set_primary_org_domain(input, stream)

View Source (optional)

Specs

set_primary_org_domain(
  input :: Zitadel.Management.V1.SetPrimaryOrgDomainRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.SetPrimaryOrgDomainResponse.t()
Link to this callback

unlock_user(input, stream)

View Source (optional)

Specs

unlock_user(
  input :: Zitadel.Management.V1.UnlockUserRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.UnlockUserResponse.t()
Link to this callback

update_api_app_config(input, stream)

View Source (optional)

Specs

update_api_app_config(
  input :: Zitadel.Management.V1.UpdateAPIAppConfigRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.UpdateAPIAppConfigResponse.t()
Link to this callback

update_app(input, stream)

View Source (optional)

Specs

update_app(
  input :: Zitadel.Management.V1.UpdateAppRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.UpdateAppResponse.t()
Link to this callback

update_custom_label_policy(input, stream)

View Source (optional)

Specs

update_custom_label_policy(
  input :: Zitadel.Management.V1.UpdateCustomLabelPolicyRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.UpdateCustomLabelPolicyResponse.t()
Link to this callback

update_custom_login_policy(input, stream)

View Source (optional)

Specs

update_custom_login_policy(
  input :: Zitadel.Management.V1.UpdateCustomLoginPolicyRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.UpdateCustomLoginPolicyResponse.t()
Link to this callback

update_custom_password_age_policy(input, stream)

View Source (optional)

Specs

update_custom_password_age_policy(
  input :: Zitadel.Management.V1.UpdateCustomPasswordAgePolicyRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.UpdateCustomPasswordAgePolicyResponse.t()
Link to this callback

update_custom_password_complexity_policy(input, stream)

View Source (optional)

Specs

update_custom_password_complexity_policy(
  input ::
    Zitadel.Management.V1.UpdateCustomPasswordComplexityPolicyRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.UpdateCustomPasswordComplexityPolicyResponse.t()
Link to this callback

update_custom_password_lockout_policy(input, stream)

View Source (optional)

Specs

update_custom_password_lockout_policy(
  input :: Zitadel.Management.V1.UpdateCustomPasswordLockoutPolicyRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.UpdateCustomPasswordLockoutPolicyResponse.t()
Link to this callback

update_human_email(input, stream)

View Source (optional)

Specs

update_human_email(
  input :: Zitadel.Management.V1.UpdateHumanEmailRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.UpdateHumanEmailResponse.t()
Link to this callback

update_human_phone(input, stream)

View Source (optional)

Specs

update_human_phone(
  input :: Zitadel.Management.V1.UpdateHumanPhoneRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.UpdateHumanPhoneResponse.t()
Link to this callback

update_human_profile(input, stream)

View Source (optional)

Specs

update_human_profile(
  input :: Zitadel.Management.V1.UpdateHumanProfileRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.UpdateHumanProfileResponse.t()
Link to this callback

update_machine(input, stream)

View Source (optional)

Specs

update_machine(
  input :: Zitadel.Management.V1.UpdateMachineRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.UpdateMachineResponse.t()
Link to this callback

update_oidc_app_config(input, stream)

View Source (optional)

Specs

update_oidc_app_config(
  input :: Zitadel.Management.V1.UpdateOIDCAppConfigRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.UpdateOIDCAppConfigResponse.t()
Link to this callback

update_org_idp(input, stream)

View Source (optional)

Specs

update_org_idp(
  input :: Zitadel.Management.V1.UpdateOrgIDPRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.UpdateOrgIDPResponse.t()
Link to this callback

update_org_idpoidc_config(input, stream)

View Source (optional)

Specs

update_org_idpoidc_config(
  input :: Zitadel.Management.V1.UpdateOrgIDPOIDCConfigRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.UpdateOrgIDPOIDCConfigResponse.t()
Link to this callback

update_org_member(input, stream)

View Source (optional)

Specs

update_org_member(
  input :: Zitadel.Management.V1.UpdateOrgMemberRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.UpdateOrgMemberResponse.t()
Link to this callback

update_project(input, stream)

View Source (optional)

Specs

update_project(
  input :: Zitadel.Management.V1.UpdateProjectRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.UpdateProjectResponse.t()
Link to this callback

update_project_grant(input, stream)

View Source (optional)

Specs

update_project_grant(
  input :: Zitadel.Management.V1.UpdateProjectGrantRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.UpdateProjectGrantResponse.t()
Link to this callback

update_project_grant_member(input, stream)

View Source (optional)

Specs

update_project_grant_member(
  input :: Zitadel.Management.V1.UpdateProjectGrantMemberRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.UpdateProjectGrantMemberResponse.t()
Link to this callback

update_project_member(input, stream)

View Source (optional)

Specs

update_project_member(
  input :: Zitadel.Management.V1.UpdateProjectMemberRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.UpdateProjectMemberResponse.t()
Link to this callback

update_project_role(input, stream)

View Source (optional)

Specs

update_project_role(
  input :: Zitadel.Management.V1.UpdateProjectRoleRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.UpdateProjectRoleResponse.t()
Link to this callback

update_user_grant(input, stream)

View Source (optional)

Specs

update_user_grant(
  input :: Zitadel.Management.V1.UpdateUserGrantRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.UpdateUserGrantResponse.t()
Link to this callback

update_user_name(input, stream)

View Source (optional)

Specs

update_user_name(
  input :: Zitadel.Management.V1.UpdateUserNameRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.UpdateUserNameResponse.t()
Link to this callback

validate_org_domain(input, stream)

View Source (optional)

Specs

validate_org_domain(
  input :: Zitadel.Management.V1.ValidateOrgDomainRequest.t(),
  stream :: GRPC.Server.Stream.t()
) :: Zitadel.Management.V1.ValidateOrgDomainResponse.t()