Caos.Zitadel.Management.Api.V1.ManagementService.Behaviour behaviour (zitadel_api v1.0.0-beta.3) View Source
All requests are based on your context if nothing other is specified Requests which have /me in the url get the parameter from the context
Link to this section Summary
Callbacks
ApplicationChanges returns the event stream of the application object
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)
search a organisation by its domain overall organisations
GetUserByLoginNameGlobal returns User, global search is overall organisations
READINESS
OrgChanges returns the event stream of the org object
ProjectChanges returns the event stream of the project object
RemoveProjectGrant removes project grant and all user grants for this project grant
RemoveProjectRole removes role from UserGrants, ProjectGrants and from Project
returns all projects my organisation got granted from another organisation
Limit should always be set, there is a default limit set by the service
Sends an Notification (Email/SMS) with a password reset Link
A Manager is only allowed to set an initial password, on the next login the user has to change his password
UserChanges returns the event stream of the user object
Link to this section Callbacks
Specs
add_client_key( input :: Caos.Zitadel.Management.Api.V1.AddClientKeyRequest.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.AddClientKeyResponse.t()
Specs
add_idp_provider_to_login_policy( input :: Caos.Zitadel.Management.Api.V1.IdpProviderAdd.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.IdpProvider.t()
Specs
add_machine_key( input :: Caos.Zitadel.Management.Api.V1.AddMachineKeyRequest.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.AddMachineKeyResponse.t()
Specs
add_multi_factor_to_login_policy( input :: Caos.Zitadel.Management.Api.V1.MultiFactor.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.MultiFactor.t()
Specs
add_my_org_domain( input :: Caos.Zitadel.Management.Api.V1.AddOrgDomainRequest.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.OrgDomain.t()
Specs
add_my_org_member( input :: Caos.Zitadel.Management.Api.V1.AddOrgMemberRequest.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.OrgMember.t()
Specs
add_project_grant_member( input :: Caos.Zitadel.Management.Api.V1.ProjectGrantMemberAdd.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.ProjectGrantMember.t()
Specs
add_project_member( input :: Caos.Zitadel.Management.Api.V1.ProjectMemberAdd.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.ProjectMember.t()
Specs
add_project_role( input :: Caos.Zitadel.Management.Api.V1.ProjectRoleAdd.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.ProjectRole.t()
Specs
add_second_factor_to_login_policy( input :: Caos.Zitadel.Management.Api.V1.SecondFactor.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.SecondFactor.t()
Specs
application_by_id( input :: Caos.Zitadel.Management.Api.V1.ApplicationID.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.ApplicationView.t()
Specs
application_changes( input :: Caos.Zitadel.Management.Api.V1.ChangeRequest.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.Changes.t()
ApplicationChanges returns the event stream of the application object
Specs
bulk_add_project_role( input :: Caos.Zitadel.Management.Api.V1.ProjectRoleAddBulk.t(), stream :: GRPC.Server.Stream.t() ) :: Google.Protobuf.Empty.t()
add a list of project roles in one request
Specs
bulk_remove_user_grant( input :: Caos.Zitadel.Management.Api.V1.UserGrantRemoveBulk.t(), stream :: GRPC.Server.Stream.t() ) :: Google.Protobuf.Empty.t()
remove a list of user grants in one request
Specs
change_my_org_member( input :: Caos.Zitadel.Management.Api.V1.ChangeOrgMemberRequest.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.OrgMember.t()
Specs
change_project_grant_member( input :: Caos.Zitadel.Management.Api.V1.ProjectGrantMemberChange.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.ProjectGrantMember.t()
Specs
change_project_member( input :: Caos.Zitadel.Management.Api.V1.ProjectMemberChange.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.ProjectMember.t()
Specs
change_project_role( input :: Caos.Zitadel.Management.Api.V1.ProjectRoleChange.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.ProjectRole.t()
Specs
change_user_email( input :: Caos.Zitadel.Management.Api.V1.UpdateUserEmailRequest.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.UserEmail.t()
Specs
change_user_phone( input :: Caos.Zitadel.Management.Api.V1.UpdateUserPhoneRequest.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.UserPhone.t()
Specs
change_user_user_name( input :: Caos.Zitadel.Management.Api.V1.UpdateUserUserNameRequest.t(), stream :: GRPC.Server.Stream.t() ) :: Google.Protobuf.Empty.t()
Specs
create_api_application( input :: Caos.Zitadel.Management.Api.V1.APIApplicationCreate.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.Application.t()
Specs
create_login_policy( input :: Caos.Zitadel.Management.Api.V1.LoginPolicyRequest.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.LoginPolicy.t()
Specs
create_mail_template( input :: Caos.Zitadel.Management.Api.V1.MailTemplateUpdate.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.MailTemplate.t()
Specs
create_mail_text( input :: Caos.Zitadel.Management.Api.V1.MailTextUpdate.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.MailText.t()
Specs
create_oidc_application( input :: Caos.Zitadel.Management.Api.V1.OIDCApplicationCreate.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.Application.t()
Specs
create_oidc_idp( input :: Caos.Zitadel.Management.Api.V1.OidcIdpConfigCreate.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.Idp.t()
Specs
create_org( input :: Caos.Zitadel.Management.Api.V1.OrgCreateRequest.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.Org.t()
Specs
create_password_age_policy( input :: Caos.Zitadel.Management.Api.V1.PasswordAgePolicyRequest.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.PasswordAgePolicy.t()
Specs
create_password_complexity_policy( input :: Caos.Zitadel.Management.Api.V1.PasswordComplexityPolicyRequest.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.PasswordComplexityPolicy.t()
Specs
create_password_lockout_policy( input :: Caos.Zitadel.Management.Api.V1.PasswordLockoutPolicyRequest.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.PasswordLockoutPolicy.t()
Specs
create_project( input :: Caos.Zitadel.Management.Api.V1.ProjectCreateRequest.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.Project.t()
Specs
create_project_grant( input :: Caos.Zitadel.Management.Api.V1.ProjectGrantCreate.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.ProjectGrant.t()
Specs
create_user( input :: Caos.Zitadel.Management.Api.V1.CreateUserRequest.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.UserResponse.t()
Specs
create_user_grant( input :: Caos.Zitadel.Management.Api.V1.UserGrantCreate.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.UserGrant.t()
Specs
deactivate_application( input :: Caos.Zitadel.Management.Api.V1.ApplicationID.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.Application.t()
Specs
deactivate_idp_config( input :: Caos.Zitadel.Management.Api.V1.IdpID.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.Idp.t()
Specs
deactivate_my_org( input :: Google.Protobuf.Empty.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.Org.t()
Specs
deactivate_project( input :: Caos.Zitadel.Management.Api.V1.ProjectID.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.Project.t()
Specs
deactivate_project_grant( input :: Caos.Zitadel.Management.Api.V1.ProjectGrantID.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.ProjectGrant.t()
Specs
deactivate_user( input :: Caos.Zitadel.Management.Api.V1.UserID.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.UserResponse.t()
Specs
deactivate_user_grant( input :: Caos.Zitadel.Management.Api.V1.UserGrantID.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.UserGrant.t()
Specs
delete_client_key( input :: Caos.Zitadel.Management.Api.V1.ClientKeyIDRequest.t(), stream :: GRPC.Server.Stream.t() ) :: Google.Protobuf.Empty.t()
Specs
delete_machine_key( input :: Caos.Zitadel.Management.Api.V1.MachineKeyIDRequest.t(), stream :: GRPC.Server.Stream.t() ) :: Google.Protobuf.Empty.t()
Specs
delete_user( input :: Caos.Zitadel.Management.Api.V1.UserID.t(), stream :: GRPC.Server.Stream.t() ) :: Google.Protobuf.Empty.t()
Specs
generate_my_org_domain_validation( input :: Caos.Zitadel.Management.Api.V1.OrgDomainValidationRequest.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.OrgDomainValidationResponse.t()
Specs
get_client_key( input :: Caos.Zitadel.Management.Api.V1.ClientKeyIDRequest.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.ClientKeyView.t()
Specs
get_default_login_policy( input :: Google.Protobuf.Empty.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.LoginPolicyView.t()
Specs
get_default_mail_template( input :: Google.Protobuf.Empty.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.MailTemplateView.t()
Specs
get_default_mail_texts( input :: Google.Protobuf.Empty.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.MailTextsView.t()
Specs
get_default_password_age_policy( input :: Google.Protobuf.Empty.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.PasswordAgePolicyView.t()
Specs
get_default_password_complexity_policy( input :: Google.Protobuf.Empty.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.PasswordComplexityPolicyView.t()
Specs
get_default_password_lockout_policy( input :: Google.Protobuf.Empty.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.PasswordLockoutPolicyView.t()
Specs
get_granted_project_by_id( input :: Caos.Zitadel.Management.Api.V1.ProjectGrantID.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.ProjectGrantView.t()
returns a project my organisation got granted from another organisation
Specs
get_iam(input :: Google.Protobuf.Empty.t(), stream :: GRPC.Server.Stream.t()) :: Caos.Zitadel.Management.Api.V1.Iam.t()
GetIam returns some needed settings of the iam (Global Organisation ID, Zitadel Project ID)
Specs
get_login_policy( input :: Google.Protobuf.Empty.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.LoginPolicyView.t()
Specs
get_login_policy_idp_providers( input :: Caos.Zitadel.Management.Api.V1.IdpProviderSearchRequest.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.IdpProviderSearchResponse.t()
Specs
get_login_policy_multi_factors( input :: Google.Protobuf.Empty.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.MultiFactorsResult.t()
Specs
get_login_policy_second_factors( input :: Google.Protobuf.Empty.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.SecondFactorsResult.t()
Specs
get_machine_key( input :: Caos.Zitadel.Management.Api.V1.MachineKeyIDRequest.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.MachineKeyView.t()
Specs
get_mail_template( input :: Google.Protobuf.Empty.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.MailTemplateView.t()
Specs
get_mail_texts( input :: Google.Protobuf.Empty.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.MailTextsView.t()
Specs
get_my_org(input :: Google.Protobuf.Empty.t(), stream :: GRPC.Server.Stream.t()) :: Caos.Zitadel.Management.Api.V1.OrgView.t()
Specs
get_my_org_iam_policy( input :: Google.Protobuf.Empty.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.OrgIamPolicyView.t()
Specs
get_org_by_domain_global( input :: Caos.Zitadel.Management.Api.V1.Domain.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.OrgView.t()
search a organisation by its domain overall organisations
Specs
get_org_member_roles( input :: Google.Protobuf.Empty.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.OrgMemberRoles.t()
Specs
get_password_age_policy( input :: Google.Protobuf.Empty.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.PasswordAgePolicyView.t()
Specs
get_password_complexity_policy( input :: Google.Protobuf.Empty.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.PasswordComplexityPolicyView.t()
Specs
get_password_lockout_policy( input :: Google.Protobuf.Empty.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.PasswordLockoutPolicyView.t()
Specs
get_passwordless( input :: Caos.Zitadel.Management.Api.V1.UserID.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.WebAuthNTokens.t()
Specs
get_project_grant_member_roles( input :: Google.Protobuf.Empty.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.ProjectGrantMemberRoles.t()
Specs
get_project_member_roles( input :: Google.Protobuf.Empty.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.ProjectMemberRoles.t()
Specs
get_user_address( input :: Caos.Zitadel.Management.Api.V1.UserID.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.UserAddressView.t()
Specs
get_user_by_id( input :: Caos.Zitadel.Management.Api.V1.UserID.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.UserView.t()
Specs
get_user_by_login_name_global( input :: Caos.Zitadel.Management.Api.V1.LoginName.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.UserView.t()
GetUserByLoginNameGlobal returns User, global search is overall organisations
Specs
get_user_email( input :: Caos.Zitadel.Management.Api.V1.UserID.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.UserEmailView.t()
Specs
get_user_mfas( input :: Caos.Zitadel.Management.Api.V1.UserID.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.UserMultiFactors.t()
Specs
get_user_phone( input :: Caos.Zitadel.Management.Api.V1.UserID.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.UserPhoneView.t()
Specs
get_user_profile( input :: Caos.Zitadel.Management.Api.V1.UserID.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.UserProfileView.t()
Specs
get_zitadel_docs( input :: Google.Protobuf.Empty.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.ZitadelDocs.t()
Specs
healthz(input :: Google.Protobuf.Empty.t(), stream :: GRPC.Server.Stream.t()) :: Google.Protobuf.Empty.t()
READINESS
Specs
idp_by_id( input :: Caos.Zitadel.Management.Api.V1.IdpID.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.IdpView.t()
Specs
is_user_unique( input :: Caos.Zitadel.Management.Api.V1.UniqueUserRequest.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.UniqueUserResponse.t()
Specs
lock_user( input :: Caos.Zitadel.Management.Api.V1.UserID.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.UserResponse.t()
Specs
org_changes( input :: Caos.Zitadel.Management.Api.V1.ChangeRequest.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.Changes.t()
OrgChanges returns the event stream of the org object
Specs
project_by_id( input :: Caos.Zitadel.Management.Api.V1.ProjectID.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.ProjectView.t()
Specs
project_changes( input :: Caos.Zitadel.Management.Api.V1.ChangeRequest.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.Changes.t()
ProjectChanges returns the event stream of the project object
Specs
project_grant_by_id( input :: Caos.Zitadel.Management.Api.V1.ProjectGrantID.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.ProjectGrantView.t()
Specs
reactivate_application( input :: Caos.Zitadel.Management.Api.V1.ApplicationID.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.Application.t()
Specs
reactivate_idp_config( input :: Caos.Zitadel.Management.Api.V1.IdpID.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.Idp.t()
Specs
reactivate_my_org( input :: Google.Protobuf.Empty.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.Org.t()
Specs
reactivate_project( input :: Caos.Zitadel.Management.Api.V1.ProjectID.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.Project.t()
Specs
reactivate_project_grant( input :: Caos.Zitadel.Management.Api.V1.ProjectGrantID.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.ProjectGrant.t()
Specs
reactivate_user( input :: Caos.Zitadel.Management.Api.V1.UserID.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.UserResponse.t()
Specs
reactivate_user_grant( input :: Caos.Zitadel.Management.Api.V1.UserGrantID.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.UserGrant.t()
Specs
regenerate_api_client_secret( input :: Caos.Zitadel.Management.Api.V1.ApplicationID.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.ClientSecret.t()
Specs
regenerate_oidc_client_secret( input :: Caos.Zitadel.Management.Api.V1.ApplicationID.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.ClientSecret.t()
Specs
remove_application( input :: Caos.Zitadel.Management.Api.V1.ApplicationID.t(), stream :: GRPC.Server.Stream.t() ) :: Google.Protobuf.Empty.t()
Specs
remove_external_idp( input :: Caos.Zitadel.Management.Api.V1.ExternalIDPRemoveRequest.t(), stream :: GRPC.Server.Stream.t() ) :: Google.Protobuf.Empty.t()
Specs
remove_idp_config( input :: Caos.Zitadel.Management.Api.V1.IdpID.t(), stream :: GRPC.Server.Stream.t() ) :: Google.Protobuf.Empty.t()
Specs
remove_idp_provider_from_login_policy( input :: Caos.Zitadel.Management.Api.V1.IdpProviderID.t(), stream :: GRPC.Server.Stream.t() ) :: Google.Protobuf.Empty.t()
Specs
remove_login_policy( input :: Google.Protobuf.Empty.t(), stream :: GRPC.Server.Stream.t() ) :: Google.Protobuf.Empty.t()
Specs
remove_mail_template( input :: Google.Protobuf.Empty.t(), stream :: GRPC.Server.Stream.t() ) :: Google.Protobuf.Empty.t()
Specs
remove_mail_text( input :: Caos.Zitadel.Management.Api.V1.MailTextRemove.t(), stream :: GRPC.Server.Stream.t() ) :: Google.Protobuf.Empty.t()
Specs
remove_mfa_otp( input :: Caos.Zitadel.Management.Api.V1.UserID.t(), stream :: GRPC.Server.Stream.t() ) :: Google.Protobuf.Empty.t()
Specs
remove_mfa_u2_f( input :: Caos.Zitadel.Management.Api.V1.WebAuthNTokenID.t(), stream :: GRPC.Server.Stream.t() ) :: Google.Protobuf.Empty.t()
Specs
remove_multi_factor_from_login_policy( input :: Caos.Zitadel.Management.Api.V1.MultiFactor.t(), stream :: GRPC.Server.Stream.t() ) :: Google.Protobuf.Empty.t()
Specs
remove_my_org_domain( input :: Caos.Zitadel.Management.Api.V1.RemoveOrgDomainRequest.t(), stream :: GRPC.Server.Stream.t() ) :: Google.Protobuf.Empty.t()
Specs
remove_my_org_member( input :: Caos.Zitadel.Management.Api.V1.RemoveOrgMemberRequest.t(), stream :: GRPC.Server.Stream.t() ) :: Google.Protobuf.Empty.t()
Specs
remove_password_age_policy( input :: Google.Protobuf.Empty.t(), stream :: GRPC.Server.Stream.t() ) :: Google.Protobuf.Empty.t()
Specs
remove_password_complexity_policy( input :: Google.Protobuf.Empty.t(), stream :: GRPC.Server.Stream.t() ) :: Google.Protobuf.Empty.t()
Specs
remove_password_lockout_policy( input :: Google.Protobuf.Empty.t(), stream :: GRPC.Server.Stream.t() ) :: Google.Protobuf.Empty.t()
Specs
remove_passwordless( input :: Caos.Zitadel.Management.Api.V1.WebAuthNTokenID.t(), stream :: GRPC.Server.Stream.t() ) :: Google.Protobuf.Empty.t()
Specs
remove_project( input :: Caos.Zitadel.Management.Api.V1.ProjectID.t(), stream :: GRPC.Server.Stream.t() ) :: Google.Protobuf.Empty.t()
Specs
remove_project_grant( input :: Caos.Zitadel.Management.Api.V1.ProjectGrantID.t(), stream :: GRPC.Server.Stream.t() ) :: Google.Protobuf.Empty.t()
RemoveProjectGrant removes project grant and all user grants for this project grant
Specs
remove_project_grant_member( input :: Caos.Zitadel.Management.Api.V1.ProjectGrantMemberRemove.t(), stream :: GRPC.Server.Stream.t() ) :: Google.Protobuf.Empty.t()
Specs
remove_project_member( input :: Caos.Zitadel.Management.Api.V1.ProjectMemberRemove.t(), stream :: GRPC.Server.Stream.t() ) :: Google.Protobuf.Empty.t()
Specs
remove_project_role( input :: Caos.Zitadel.Management.Api.V1.ProjectRoleRemove.t(), stream :: GRPC.Server.Stream.t() ) :: Google.Protobuf.Empty.t()
RemoveProjectRole removes role from UserGrants, ProjectGrants and from Project
Specs
remove_second_factor_from_login_policy( input :: Caos.Zitadel.Management.Api.V1.SecondFactor.t(), stream :: GRPC.Server.Stream.t() ) :: Google.Protobuf.Empty.t()
Specs
remove_user_grant( input :: Caos.Zitadel.Management.Api.V1.UserGrantID.t(), stream :: GRPC.Server.Stream.t() ) :: Google.Protobuf.Empty.t()
Specs
remove_user_phone( input :: Caos.Zitadel.Management.Api.V1.UserID.t(), stream :: GRPC.Server.Stream.t() ) :: Google.Protobuf.Empty.t()
Specs
resend_email_verification_mail( input :: Caos.Zitadel.Management.Api.V1.UserID.t(), stream :: GRPC.Server.Stream.t() ) :: Google.Protobuf.Empty.t()
Specs
resend_initial_mail( input :: Caos.Zitadel.Management.Api.V1.InitialMailRequest.t(), stream :: GRPC.Server.Stream.t() ) :: Google.Protobuf.Empty.t()
Specs
resend_phone_verification_code( input :: Caos.Zitadel.Management.Api.V1.UserID.t(), stream :: GRPC.Server.Stream.t() ) :: Google.Protobuf.Empty.t()
Specs
search_applications( input :: Caos.Zitadel.Management.Api.V1.ApplicationSearchRequest.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.ApplicationSearchResponse.t()
Specs
search_client_keys( input :: Caos.Zitadel.Management.Api.V1.ClientKeySearchRequest.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.ClientKeySearchResponse.t()
Specs
search_granted_projects( input :: Caos.Zitadel.Management.Api.V1.GrantedProjectSearchRequest.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.ProjectGrantSearchResponse.t()
returns all projects my organisation got granted from another organisation
Specs
search_idps( input :: Caos.Zitadel.Management.Api.V1.IdpSearchRequest.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.IdpSearchResponse.t()
Specs
search_machine_keys( input :: Caos.Zitadel.Management.Api.V1.MachineKeySearchRequest.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.MachineKeySearchResponse.t()
Specs
search_my_org_domains( input :: Caos.Zitadel.Management.Api.V1.OrgDomainSearchRequest.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.OrgDomainSearchResponse.t()
Specs
search_my_org_members( input :: Caos.Zitadel.Management.Api.V1.OrgMemberSearchRequest.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.OrgMemberSearchResponse.t()
Specs
search_project_grant_members( input :: Caos.Zitadel.Management.Api.V1.ProjectGrantMemberSearchRequest.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.ProjectGrantMemberSearchResponse.t()
Specs
search_project_grants( input :: Caos.Zitadel.Management.Api.V1.ProjectGrantSearchRequest.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.ProjectGrantSearchResponse.t()
Specs
search_project_members( input :: Caos.Zitadel.Management.Api.V1.ProjectMemberSearchRequest.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.ProjectMemberSearchResponse.t()
Specs
search_project_roles( input :: Caos.Zitadel.Management.Api.V1.ProjectRoleSearchRequest.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.ProjectRoleSearchResponse.t()
Specs
search_projects( input :: Caos.Zitadel.Management.Api.V1.ProjectSearchRequest.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.ProjectSearchResponse.t()
Specs
search_user_external_id_ps( input :: Caos.Zitadel.Management.Api.V1.ExternalIDPSearchRequest.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.ExternalIDPSearchResponse.t()
Specs
search_user_grants( input :: Caos.Zitadel.Management.Api.V1.UserGrantSearchRequest.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.UserGrantSearchResponse.t()
Specs
search_user_memberships( input :: Caos.Zitadel.Management.Api.V1.UserMembershipSearchRequest.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.UserMembershipSearchResponse.t()
Specs
search_users( input :: Caos.Zitadel.Management.Api.V1.UserSearchRequest.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.UserSearchResponse.t()
Limit should always be set, there is a default limit set by the service
Specs
send_set_password_notification( input :: Caos.Zitadel.Management.Api.V1.SetPasswordNotificationRequest.t(), stream :: GRPC.Server.Stream.t() ) :: Google.Protobuf.Empty.t()
Sends an Notification (Email/SMS) with a password reset Link
Specs
set_initial_password( input :: Caos.Zitadel.Management.Api.V1.PasswordRequest.t(), stream :: GRPC.Server.Stream.t() ) :: Google.Protobuf.Empty.t()
A Manager is only allowed to set an initial password, on the next login the user has to change his password
Specs
set_my_primary_org_domain( input :: Caos.Zitadel.Management.Api.V1.PrimaryOrgDomainRequest.t(), stream :: GRPC.Server.Stream.t() ) :: Google.Protobuf.Empty.t()
Specs
unlock_user( input :: Caos.Zitadel.Management.Api.V1.UserID.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.UserResponse.t()
Specs
update_application( input :: Caos.Zitadel.Management.Api.V1.ApplicationUpdate.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.Application.t()
Specs
update_application_api_config( input :: Caos.Zitadel.Management.Api.V1.APIConfigUpdate.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.APIConfig.t()
Specs
update_application_oidc_config( input :: Caos.Zitadel.Management.Api.V1.OIDCConfigUpdate.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.OIDCConfig.t()
Specs
update_idp_config( input :: Caos.Zitadel.Management.Api.V1.IdpUpdate.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.Idp.t()
Specs
update_login_policy( input :: Caos.Zitadel.Management.Api.V1.LoginPolicyRequest.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.LoginPolicy.t()
Specs
update_mail_template( input :: Caos.Zitadel.Management.Api.V1.MailTemplateUpdate.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.MailTemplate.t()
Specs
update_mail_text( input :: Caos.Zitadel.Management.Api.V1.MailTextUpdate.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.MailText.t()
Specs
update_oidc_idp_config( input :: Caos.Zitadel.Management.Api.V1.OidcIdpConfigUpdate.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.OidcIdpConfig.t()
Specs
update_password_age_policy( input :: Caos.Zitadel.Management.Api.V1.PasswordAgePolicyRequest.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.PasswordAgePolicy.t()
Specs
update_password_complexity_policy( input :: Caos.Zitadel.Management.Api.V1.PasswordComplexityPolicyRequest.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.PasswordComplexityPolicy.t()
Specs
update_password_lockout_policy( input :: Caos.Zitadel.Management.Api.V1.PasswordLockoutPolicyRequest.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.PasswordLockoutPolicy.t()
Specs
update_project( input :: Caos.Zitadel.Management.Api.V1.ProjectUpdateRequest.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.Project.t()
Specs
update_project_grant( input :: Caos.Zitadel.Management.Api.V1.ProjectGrantUpdate.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.ProjectGrant.t()
Specs
update_user_address( input :: Caos.Zitadel.Management.Api.V1.UpdateUserAddressRequest.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.UserAddress.t()
Specs
update_user_grant( input :: Caos.Zitadel.Management.Api.V1.UserGrantUpdate.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.UserGrant.t()
Specs
update_user_machine( input :: Caos.Zitadel.Management.Api.V1.UpdateMachineRequest.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.MachineResponse.t()
Specs
update_user_profile( input :: Caos.Zitadel.Management.Api.V1.UpdateUserProfileRequest.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.UserProfile.t()
Specs
user_changes( input :: Caos.Zitadel.Management.Api.V1.ChangeRequest.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.Changes.t()
UserChanges returns the event stream of the user object
Specs
user_grant_by_id( input :: Caos.Zitadel.Management.Api.V1.UserGrantID.t(), stream :: GRPC.Server.Stream.t() ) :: Caos.Zitadel.Management.Api.V1.UserGrantView.t()
Specs
validate_my_org_domain( input :: Caos.Zitadel.Management.Api.V1.ValidateOrgDomainRequest.t(), stream :: GRPC.Server.Stream.t() ) :: Google.Protobuf.Empty.t()