management

package
v0.3.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 29, 2022 License: Apache-2.0 Imports: 29 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	SendHumanResetPasswordNotificationRequest_Type_name = map[int32]string{
		0: "TYPE_EMAIL",
		1: "TYPE_SMS",
	}
	SendHumanResetPasswordNotificationRequest_Type_value = map[string]int32{
		"TYPE_EMAIL": 0,
		"TYPE_SMS":   1,
	}
)

Enum value maps for SendHumanResetPasswordNotificationRequest_Type.

View Source
var File_zitadel_management_proto protoreflect.FileDescriptor
View Source
var ManagementService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "zitadel.management.v1.ManagementService",
	HandlerType: (*ManagementServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Healthz",
			Handler:    _ManagementService_Healthz_Handler,
		},
		{
			MethodName: "GetOIDCInformation",
			Handler:    _ManagementService_GetOIDCInformation_Handler,
		},
		{
			MethodName: "GetIAM",
			Handler:    _ManagementService_GetIAM_Handler,
		},
		{
			MethodName: "GetSupportedLanguages",
			Handler:    _ManagementService_GetSupportedLanguages_Handler,
		},
		{
			MethodName: "GetUserByID",
			Handler:    _ManagementService_GetUserByID_Handler,
		},
		{
			MethodName: "GetUserByLoginNameGlobal",
			Handler:    _ManagementService_GetUserByLoginNameGlobal_Handler,
		},
		{
			MethodName: "ListUsers",
			Handler:    _ManagementService_ListUsers_Handler,
		},
		{
			MethodName: "ListUserChanges",
			Handler:    _ManagementService_ListUserChanges_Handler,
		},
		{
			MethodName: "IsUserUnique",
			Handler:    _ManagementService_IsUserUnique_Handler,
		},
		{
			MethodName: "AddHumanUser",
			Handler:    _ManagementService_AddHumanUser_Handler,
		},
		{
			MethodName: "ImportHumanUser",
			Handler:    _ManagementService_ImportHumanUser_Handler,
		},
		{
			MethodName: "AddMachineUser",
			Handler:    _ManagementService_AddMachineUser_Handler,
		},
		{
			MethodName: "DeactivateUser",
			Handler:    _ManagementService_DeactivateUser_Handler,
		},
		{
			MethodName: "ReactivateUser",
			Handler:    _ManagementService_ReactivateUser_Handler,
		},
		{
			MethodName: "LockUser",
			Handler:    _ManagementService_LockUser_Handler,
		},
		{
			MethodName: "UnlockUser",
			Handler:    _ManagementService_UnlockUser_Handler,
		},
		{
			MethodName: "RemoveUser",
			Handler:    _ManagementService_RemoveUser_Handler,
		},
		{
			MethodName: "UpdateUserName",
			Handler:    _ManagementService_UpdateUserName_Handler,
		},
		{
			MethodName: "SetUserMetadata",
			Handler:    _ManagementService_SetUserMetadata_Handler,
		},
		{
			MethodName: "BulkSetUserMetadata",
			Handler:    _ManagementService_BulkSetUserMetadata_Handler,
		},
		{
			MethodName: "ListUserMetadata",
			Handler:    _ManagementService_ListUserMetadata_Handler,
		},
		{
			MethodName: "GetUserMetadata",
			Handler:    _ManagementService_GetUserMetadata_Handler,
		},
		{
			MethodName: "RemoveUserMetadata",
			Handler:    _ManagementService_RemoveUserMetadata_Handler,
		},
		{
			MethodName: "BulkRemoveUserMetadata",
			Handler:    _ManagementService_BulkRemoveUserMetadata_Handler,
		},
		{
			MethodName: "GetHumanProfile",
			Handler:    _ManagementService_GetHumanProfile_Handler,
		},
		{
			MethodName: "UpdateHumanProfile",
			Handler:    _ManagementService_UpdateHumanProfile_Handler,
		},
		{
			MethodName: "GetHumanEmail",
			Handler:    _ManagementService_GetHumanEmail_Handler,
		},
		{
			MethodName: "UpdateHumanEmail",
			Handler:    _ManagementService_UpdateHumanEmail_Handler,
		},
		{
			MethodName: "ResendHumanInitialization",
			Handler:    _ManagementService_ResendHumanInitialization_Handler,
		},
		{
			MethodName: "ResendHumanEmailVerification",
			Handler:    _ManagementService_ResendHumanEmailVerification_Handler,
		},
		{
			MethodName: "GetHumanPhone",
			Handler:    _ManagementService_GetHumanPhone_Handler,
		},
		{
			MethodName: "UpdateHumanPhone",
			Handler:    _ManagementService_UpdateHumanPhone_Handler,
		},
		{
			MethodName: "RemoveHumanPhone",
			Handler:    _ManagementService_RemoveHumanPhone_Handler,
		},
		{
			MethodName: "ResendHumanPhoneVerification",
			Handler:    _ManagementService_ResendHumanPhoneVerification_Handler,
		},
		{
			MethodName: "RemoveHumanAvatar",
			Handler:    _ManagementService_RemoveHumanAvatar_Handler,
		},
		{
			MethodName: "SetHumanInitialPassword",
			Handler:    _ManagementService_SetHumanInitialPassword_Handler,
		},
		{
			MethodName: "SetHumanPassword",
			Handler:    _ManagementService_SetHumanPassword_Handler,
		},
		{
			MethodName: "SendHumanResetPasswordNotification",
			Handler:    _ManagementService_SendHumanResetPasswordNotification_Handler,
		},
		{
			MethodName: "ListHumanAuthFactors",
			Handler:    _ManagementService_ListHumanAuthFactors_Handler,
		},
		{
			MethodName: "RemoveHumanAuthFactorOTP",
			Handler:    _ManagementService_RemoveHumanAuthFactorOTP_Handler,
		},
		{
			MethodName: "RemoveHumanAuthFactorU2F",
			Handler:    _ManagementService_RemoveHumanAuthFactorU2F_Handler,
		},
		{
			MethodName: "ListHumanPasswordless",
			Handler:    _ManagementService_ListHumanPasswordless_Handler,
		},
		{
			MethodName: "AddPasswordlessRegistration",
			Handler:    _ManagementService_AddPasswordlessRegistration_Handler,
		},
		{
			MethodName: "SendPasswordlessRegistration",
			Handler:    _ManagementService_SendPasswordlessRegistration_Handler,
		},
		{
			MethodName: "RemoveHumanPasswordless",
			Handler:    _ManagementService_RemoveHumanPasswordless_Handler,
		},
		{
			MethodName: "UpdateMachine",
			Handler:    _ManagementService_UpdateMachine_Handler,
		},
		{
			MethodName: "GetMachineKeyByIDs",
			Handler:    _ManagementService_GetMachineKeyByIDs_Handler,
		},
		{
			MethodName: "ListMachineKeys",
			Handler:    _ManagementService_ListMachineKeys_Handler,
		},
		{
			MethodName: "AddMachineKey",
			Handler:    _ManagementService_AddMachineKey_Handler,
		},
		{
			MethodName: "RemoveMachineKey",
			Handler:    _ManagementService_RemoveMachineKey_Handler,
		},
		{
			MethodName: "GetPersonalAccessTokenByIDs",
			Handler:    _ManagementService_GetPersonalAccessTokenByIDs_Handler,
		},
		{
			MethodName: "ListPersonalAccessTokens",
			Handler:    _ManagementService_ListPersonalAccessTokens_Handler,
		},
		{
			MethodName: "AddPersonalAccessToken",
			Handler:    _ManagementService_AddPersonalAccessToken_Handler,
		},
		{
			MethodName: "RemovePersonalAccessToken",
			Handler:    _ManagementService_RemovePersonalAccessToken_Handler,
		},
		{
			MethodName: "ListHumanLinkedIDPs",
			Handler:    _ManagementService_ListHumanLinkedIDPs_Handler,
		},
		{
			MethodName: "RemoveHumanLinkedIDP",
			Handler:    _ManagementService_RemoveHumanLinkedIDP_Handler,
		},
		{
			MethodName: "ListUserMemberships",
			Handler:    _ManagementService_ListUserMemberships_Handler,
		},
		{
			MethodName: "GetMyOrg",
			Handler:    _ManagementService_GetMyOrg_Handler,
		},
		{
			MethodName: "GetOrgByDomainGlobal",
			Handler:    _ManagementService_GetOrgByDomainGlobal_Handler,
		},
		{
			MethodName: "ListOrgChanges",
			Handler:    _ManagementService_ListOrgChanges_Handler,
		},
		{
			MethodName: "AddOrg",
			Handler:    _ManagementService_AddOrg_Handler,
		},
		{
			MethodName: "UpdateOrg",
			Handler:    _ManagementService_UpdateOrg_Handler,
		},
		{
			MethodName: "DeactivateOrg",
			Handler:    _ManagementService_DeactivateOrg_Handler,
		},
		{
			MethodName: "ReactivateOrg",
			Handler:    _ManagementService_ReactivateOrg_Handler,
		},
		{
			MethodName: "ListOrgDomains",
			Handler:    _ManagementService_ListOrgDomains_Handler,
		},
		{
			MethodName: "AddOrgDomain",
			Handler:    _ManagementService_AddOrgDomain_Handler,
		},
		{
			MethodName: "RemoveOrgDomain",
			Handler:    _ManagementService_RemoveOrgDomain_Handler,
		},
		{
			MethodName: "GenerateOrgDomainValidation",
			Handler:    _ManagementService_GenerateOrgDomainValidation_Handler,
		},
		{
			MethodName: "ValidateOrgDomain",
			Handler:    _ManagementService_ValidateOrgDomain_Handler,
		},
		{
			MethodName: "SetPrimaryOrgDomain",
			Handler:    _ManagementService_SetPrimaryOrgDomain_Handler,
		},
		{
			MethodName: "ListOrgMemberRoles",
			Handler:    _ManagementService_ListOrgMemberRoles_Handler,
		},
		{
			MethodName: "ListOrgMembers",
			Handler:    _ManagementService_ListOrgMembers_Handler,
		},
		{
			MethodName: "AddOrgMember",
			Handler:    _ManagementService_AddOrgMember_Handler,
		},
		{
			MethodName: "UpdateOrgMember",
			Handler:    _ManagementService_UpdateOrgMember_Handler,
		},
		{
			MethodName: "RemoveOrgMember",
			Handler:    _ManagementService_RemoveOrgMember_Handler,
		},
		{
			MethodName: "GetProjectByID",
			Handler:    _ManagementService_GetProjectByID_Handler,
		},
		{
			MethodName: "GetGrantedProjectByID",
			Handler:    _ManagementService_GetGrantedProjectByID_Handler,
		},
		{
			MethodName: "ListProjects",
			Handler:    _ManagementService_ListProjects_Handler,
		},
		{
			MethodName: "ListGrantedProjects",
			Handler:    _ManagementService_ListGrantedProjects_Handler,
		},
		{
			MethodName: "ListGrantedProjectRoles",
			Handler:    _ManagementService_ListGrantedProjectRoles_Handler,
		},
		{
			MethodName: "ListProjectChanges",
			Handler:    _ManagementService_ListProjectChanges_Handler,
		},
		{
			MethodName: "AddProject",
			Handler:    _ManagementService_AddProject_Handler,
		},
		{
			MethodName: "UpdateProject",
			Handler:    _ManagementService_UpdateProject_Handler,
		},
		{
			MethodName: "DeactivateProject",
			Handler:    _ManagementService_DeactivateProject_Handler,
		},
		{
			MethodName: "ReactivateProject",
			Handler:    _ManagementService_ReactivateProject_Handler,
		},
		{
			MethodName: "RemoveProject",
			Handler:    _ManagementService_RemoveProject_Handler,
		},
		{
			MethodName: "ListProjectRoles",
			Handler:    _ManagementService_ListProjectRoles_Handler,
		},
		{
			MethodName: "AddProjectRole",
			Handler:    _ManagementService_AddProjectRole_Handler,
		},
		{
			MethodName: "BulkAddProjectRoles",
			Handler:    _ManagementService_BulkAddProjectRoles_Handler,
		},
		{
			MethodName: "UpdateProjectRole",
			Handler:    _ManagementService_UpdateProjectRole_Handler,
		},
		{
			MethodName: "RemoveProjectRole",
			Handler:    _ManagementService_RemoveProjectRole_Handler,
		},
		{
			MethodName: "ListProjectMemberRoles",
			Handler:    _ManagementService_ListProjectMemberRoles_Handler,
		},
		{
			MethodName: "ListProjectMembers",
			Handler:    _ManagementService_ListProjectMembers_Handler,
		},
		{
			MethodName: "AddProjectMember",
			Handler:    _ManagementService_AddProjectMember_Handler,
		},
		{
			MethodName: "UpdateProjectMember",
			Handler:    _ManagementService_UpdateProjectMember_Handler,
		},
		{
			MethodName: "RemoveProjectMember",
			Handler:    _ManagementService_RemoveProjectMember_Handler,
		},
		{
			MethodName: "GetAppByID",
			Handler:    _ManagementService_GetAppByID_Handler,
		},
		{
			MethodName: "ListApps",
			Handler:    _ManagementService_ListApps_Handler,
		},
		{
			MethodName: "ListAppChanges",
			Handler:    _ManagementService_ListAppChanges_Handler,
		},
		{
			MethodName: "AddOIDCApp",
			Handler:    _ManagementService_AddOIDCApp_Handler,
		},
		{
			MethodName: "AddAPIApp",
			Handler:    _ManagementService_AddAPIApp_Handler,
		},
		{
			MethodName: "UpdateApp",
			Handler:    _ManagementService_UpdateApp_Handler,
		},
		{
			MethodName: "UpdateOIDCAppConfig",
			Handler:    _ManagementService_UpdateOIDCAppConfig_Handler,
		},
		{
			MethodName: "UpdateAPIAppConfig",
			Handler:    _ManagementService_UpdateAPIAppConfig_Handler,
		},
		{
			MethodName: "DeactivateApp",
			Handler:    _ManagementService_DeactivateApp_Handler,
		},
		{
			MethodName: "ReactivateApp",
			Handler:    _ManagementService_ReactivateApp_Handler,
		},
		{
			MethodName: "RemoveApp",
			Handler:    _ManagementService_RemoveApp_Handler,
		},
		{
			MethodName: "RegenerateOIDCClientSecret",
			Handler:    _ManagementService_RegenerateOIDCClientSecret_Handler,
		},
		{
			MethodName: "RegenerateAPIClientSecret",
			Handler:    _ManagementService_RegenerateAPIClientSecret_Handler,
		},
		{
			MethodName: "GetAppKey",
			Handler:    _ManagementService_GetAppKey_Handler,
		},
		{
			MethodName: "ListAppKeys",
			Handler:    _ManagementService_ListAppKeys_Handler,
		},
		{
			MethodName: "AddAppKey",
			Handler:    _ManagementService_AddAppKey_Handler,
		},
		{
			MethodName: "RemoveAppKey",
			Handler:    _ManagementService_RemoveAppKey_Handler,
		},
		{
			MethodName: "GetProjectGrantByID",
			Handler:    _ManagementService_GetProjectGrantByID_Handler,
		},
		{
			MethodName: "ListProjectGrants",
			Handler:    _ManagementService_ListProjectGrants_Handler,
		},
		{
			MethodName: "ListAllProjectGrants",
			Handler:    _ManagementService_ListAllProjectGrants_Handler,
		},
		{
			MethodName: "AddProjectGrant",
			Handler:    _ManagementService_AddProjectGrant_Handler,
		},
		{
			MethodName: "UpdateProjectGrant",
			Handler:    _ManagementService_UpdateProjectGrant_Handler,
		},
		{
			MethodName: "DeactivateProjectGrant",
			Handler:    _ManagementService_DeactivateProjectGrant_Handler,
		},
		{
			MethodName: "ReactivateProjectGrant",
			Handler:    _ManagementService_ReactivateProjectGrant_Handler,
		},
		{
			MethodName: "RemoveProjectGrant",
			Handler:    _ManagementService_RemoveProjectGrant_Handler,
		},
		{
			MethodName: "ListProjectGrantMemberRoles",
			Handler:    _ManagementService_ListProjectGrantMemberRoles_Handler,
		},
		{
			MethodName: "ListProjectGrantMembers",
			Handler:    _ManagementService_ListProjectGrantMembers_Handler,
		},
		{
			MethodName: "AddProjectGrantMember",
			Handler:    _ManagementService_AddProjectGrantMember_Handler,
		},
		{
			MethodName: "UpdateProjectGrantMember",
			Handler:    _ManagementService_UpdateProjectGrantMember_Handler,
		},
		{
			MethodName: "RemoveProjectGrantMember",
			Handler:    _ManagementService_RemoveProjectGrantMember_Handler,
		},
		{
			MethodName: "GetUserGrantByID",
			Handler:    _ManagementService_GetUserGrantByID_Handler,
		},
		{
			MethodName: "ListUserGrants",
			Handler:    _ManagementService_ListUserGrants_Handler,
		},
		{
			MethodName: "AddUserGrant",
			Handler:    _ManagementService_AddUserGrant_Handler,
		},
		{
			MethodName: "UpdateUserGrant",
			Handler:    _ManagementService_UpdateUserGrant_Handler,
		},
		{
			MethodName: "DeactivateUserGrant",
			Handler:    _ManagementService_DeactivateUserGrant_Handler,
		},
		{
			MethodName: "ReactivateUserGrant",
			Handler:    _ManagementService_ReactivateUserGrant_Handler,
		},
		{
			MethodName: "RemoveUserGrant",
			Handler:    _ManagementService_RemoveUserGrant_Handler,
		},
		{
			MethodName: "BulkRemoveUserGrant",
			Handler:    _ManagementService_BulkRemoveUserGrant_Handler,
		},
		{
			MethodName: "GetFeatures",
			Handler:    _ManagementService_GetFeatures_Handler,
		},
		{
			MethodName: "GetOrgIAMPolicy",
			Handler:    _ManagementService_GetOrgIAMPolicy_Handler,
		},
		{
			MethodName: "GetLoginPolicy",
			Handler:    _ManagementService_GetLoginPolicy_Handler,
		},
		{
			MethodName: "GetDefaultLoginPolicy",
			Handler:    _ManagementService_GetDefaultLoginPolicy_Handler,
		},
		{
			MethodName: "AddCustomLoginPolicy",
			Handler:    _ManagementService_AddCustomLoginPolicy_Handler,
		},
		{
			MethodName: "UpdateCustomLoginPolicy",
			Handler:    _ManagementService_UpdateCustomLoginPolicy_Handler,
		},
		{
			MethodName: "ResetLoginPolicyToDefault",
			Handler:    _ManagementService_ResetLoginPolicyToDefault_Handler,
		},
		{
			MethodName: "ListLoginPolicyIDPs",
			Handler:    _ManagementService_ListLoginPolicyIDPs_Handler,
		},
		{
			MethodName: "AddIDPToLoginPolicy",
			Handler:    _ManagementService_AddIDPToLoginPolicy_Handler,
		},
		{
			MethodName: "RemoveIDPFromLoginPolicy",
			Handler:    _ManagementService_RemoveIDPFromLoginPolicy_Handler,
		},
		{
			MethodName: "ListLoginPolicySecondFactors",
			Handler:    _ManagementService_ListLoginPolicySecondFactors_Handler,
		},
		{
			MethodName: "AddSecondFactorToLoginPolicy",
			Handler:    _ManagementService_AddSecondFactorToLoginPolicy_Handler,
		},
		{
			MethodName: "RemoveSecondFactorFromLoginPolicy",
			Handler:    _ManagementService_RemoveSecondFactorFromLoginPolicy_Handler,
		},
		{
			MethodName: "ListLoginPolicyMultiFactors",
			Handler:    _ManagementService_ListLoginPolicyMultiFactors_Handler,
		},
		{
			MethodName: "AddMultiFactorToLoginPolicy",
			Handler:    _ManagementService_AddMultiFactorToLoginPolicy_Handler,
		},
		{
			MethodName: "RemoveMultiFactorFromLoginPolicy",
			Handler:    _ManagementService_RemoveMultiFactorFromLoginPolicy_Handler,
		},
		{
			MethodName: "GetPasswordComplexityPolicy",
			Handler:    _ManagementService_GetPasswordComplexityPolicy_Handler,
		},
		{
			MethodName: "GetDefaultPasswordComplexityPolicy",
			Handler:    _ManagementService_GetDefaultPasswordComplexityPolicy_Handler,
		},
		{
			MethodName: "AddCustomPasswordComplexityPolicy",
			Handler:    _ManagementService_AddCustomPasswordComplexityPolicy_Handler,
		},
		{
			MethodName: "UpdateCustomPasswordComplexityPolicy",
			Handler:    _ManagementService_UpdateCustomPasswordComplexityPolicy_Handler,
		},
		{
			MethodName: "ResetPasswordComplexityPolicyToDefault",
			Handler:    _ManagementService_ResetPasswordComplexityPolicyToDefault_Handler,
		},
		{
			MethodName: "GetPasswordAgePolicy",
			Handler:    _ManagementService_GetPasswordAgePolicy_Handler,
		},
		{
			MethodName: "GetDefaultPasswordAgePolicy",
			Handler:    _ManagementService_GetDefaultPasswordAgePolicy_Handler,
		},
		{
			MethodName: "AddCustomPasswordAgePolicy",
			Handler:    _ManagementService_AddCustomPasswordAgePolicy_Handler,
		},
		{
			MethodName: "UpdateCustomPasswordAgePolicy",
			Handler:    _ManagementService_UpdateCustomPasswordAgePolicy_Handler,
		},
		{
			MethodName: "ResetPasswordAgePolicyToDefault",
			Handler:    _ManagementService_ResetPasswordAgePolicyToDefault_Handler,
		},
		{
			MethodName: "GetLockoutPolicy",
			Handler:    _ManagementService_GetLockoutPolicy_Handler,
		},
		{
			MethodName: "GetDefaultLockoutPolicy",
			Handler:    _ManagementService_GetDefaultLockoutPolicy_Handler,
		},
		{
			MethodName: "AddCustomLockoutPolicy",
			Handler:    _ManagementService_AddCustomLockoutPolicy_Handler,
		},
		{
			MethodName: "UpdateCustomLockoutPolicy",
			Handler:    _ManagementService_UpdateCustomLockoutPolicy_Handler,
		},
		{
			MethodName: "ResetLockoutPolicyToDefault",
			Handler:    _ManagementService_ResetLockoutPolicyToDefault_Handler,
		},
		{
			MethodName: "GetPrivacyPolicy",
			Handler:    _ManagementService_GetPrivacyPolicy_Handler,
		},
		{
			MethodName: "GetDefaultPrivacyPolicy",
			Handler:    _ManagementService_GetDefaultPrivacyPolicy_Handler,
		},
		{
			MethodName: "AddCustomPrivacyPolicy",
			Handler:    _ManagementService_AddCustomPrivacyPolicy_Handler,
		},
		{
			MethodName: "UpdateCustomPrivacyPolicy",
			Handler:    _ManagementService_UpdateCustomPrivacyPolicy_Handler,
		},
		{
			MethodName: "ResetPrivacyPolicyToDefault",
			Handler:    _ManagementService_ResetPrivacyPolicyToDefault_Handler,
		},
		{
			MethodName: "GetLabelPolicy",
			Handler:    _ManagementService_GetLabelPolicy_Handler,
		},
		{
			MethodName: "GetPreviewLabelPolicy",
			Handler:    _ManagementService_GetPreviewLabelPolicy_Handler,
		},
		{
			MethodName: "GetDefaultLabelPolicy",
			Handler:    _ManagementService_GetDefaultLabelPolicy_Handler,
		},
		{
			MethodName: "AddCustomLabelPolicy",
			Handler:    _ManagementService_AddCustomLabelPolicy_Handler,
		},
		{
			MethodName: "UpdateCustomLabelPolicy",
			Handler:    _ManagementService_UpdateCustomLabelPolicy_Handler,
		},
		{
			MethodName: "ActivateCustomLabelPolicy",
			Handler:    _ManagementService_ActivateCustomLabelPolicy_Handler,
		},
		{
			MethodName: "RemoveCustomLabelPolicyLogo",
			Handler:    _ManagementService_RemoveCustomLabelPolicyLogo_Handler,
		},
		{
			MethodName: "RemoveCustomLabelPolicyLogoDark",
			Handler:    _ManagementService_RemoveCustomLabelPolicyLogoDark_Handler,
		},
		{
			MethodName: "RemoveCustomLabelPolicyIcon",
			Handler:    _ManagementService_RemoveCustomLabelPolicyIcon_Handler,
		},
		{
			MethodName: "RemoveCustomLabelPolicyIconDark",
			Handler:    _ManagementService_RemoveCustomLabelPolicyIconDark_Handler,
		},
		{
			MethodName: "RemoveCustomLabelPolicyFont",
			Handler:    _ManagementService_RemoveCustomLabelPolicyFont_Handler,
		},
		{
			MethodName: "ResetLabelPolicyToDefault",
			Handler:    _ManagementService_ResetLabelPolicyToDefault_Handler,
		},
		{
			MethodName: "GetCustomInitMessageText",
			Handler:    _ManagementService_GetCustomInitMessageText_Handler,
		},
		{
			MethodName: "GetDefaultInitMessageText",
			Handler:    _ManagementService_GetDefaultInitMessageText_Handler,
		},
		{
			MethodName: "SetCustomInitMessageText",
			Handler:    _ManagementService_SetCustomInitMessageText_Handler,
		},
		{
			MethodName: "ResetCustomInitMessageTextToDefault",
			Handler:    _ManagementService_ResetCustomInitMessageTextToDefault_Handler,
		},
		{
			MethodName: "GetCustomPasswordResetMessageText",
			Handler:    _ManagementService_GetCustomPasswordResetMessageText_Handler,
		},
		{
			MethodName: "GetDefaultPasswordResetMessageText",
			Handler:    _ManagementService_GetDefaultPasswordResetMessageText_Handler,
		},
		{
			MethodName: "SetCustomPasswordResetMessageText",
			Handler:    _ManagementService_SetCustomPasswordResetMessageText_Handler,
		},
		{
			MethodName: "ResetCustomPasswordResetMessageTextToDefault",
			Handler:    _ManagementService_ResetCustomPasswordResetMessageTextToDefault_Handler,
		},
		{
			MethodName: "GetCustomVerifyEmailMessageText",
			Handler:    _ManagementService_GetCustomVerifyEmailMessageText_Handler,
		},
		{
			MethodName: "GetDefaultVerifyEmailMessageText",
			Handler:    _ManagementService_GetDefaultVerifyEmailMessageText_Handler,
		},
		{
			MethodName: "SetCustomVerifyEmailMessageText",
			Handler:    _ManagementService_SetCustomVerifyEmailMessageText_Handler,
		},
		{
			MethodName: "ResetCustomVerifyEmailMessageTextToDefault",
			Handler:    _ManagementService_ResetCustomVerifyEmailMessageTextToDefault_Handler,
		},
		{
			MethodName: "GetCustomVerifyPhoneMessageText",
			Handler:    _ManagementService_GetCustomVerifyPhoneMessageText_Handler,
		},
		{
			MethodName: "GetDefaultVerifyPhoneMessageText",
			Handler:    _ManagementService_GetDefaultVerifyPhoneMessageText_Handler,
		},
		{
			MethodName: "SetCustomVerifyPhoneMessageText",
			Handler:    _ManagementService_SetCustomVerifyPhoneMessageText_Handler,
		},
		{
			MethodName: "ResetCustomVerifyPhoneMessageTextToDefault",
			Handler:    _ManagementService_ResetCustomVerifyPhoneMessageTextToDefault_Handler,
		},
		{
			MethodName: "GetCustomDomainClaimedMessageText",
			Handler:    _ManagementService_GetCustomDomainClaimedMessageText_Handler,
		},
		{
			MethodName: "GetDefaultDomainClaimedMessageText",
			Handler:    _ManagementService_GetDefaultDomainClaimedMessageText_Handler,
		},
		{
			MethodName: "SetCustomDomainClaimedMessageCustomText",
			Handler:    _ManagementService_SetCustomDomainClaimedMessageCustomText_Handler,
		},
		{
			MethodName: "ResetCustomDomainClaimedMessageTextToDefault",
			Handler:    _ManagementService_ResetCustomDomainClaimedMessageTextToDefault_Handler,
		},
		{
			MethodName: "GetCustomPasswordlessRegistrationMessageText",
			Handler:    _ManagementService_GetCustomPasswordlessRegistrationMessageText_Handler,
		},
		{
			MethodName: "GetDefaultPasswordlessRegistrationMessageText",
			Handler:    _ManagementService_GetDefaultPasswordlessRegistrationMessageText_Handler,
		},
		{
			MethodName: "SetCustomPasswordlessRegistrationMessageCustomText",
			Handler:    _ManagementService_SetCustomPasswordlessRegistrationMessageCustomText_Handler,
		},
		{
			MethodName: "ResetCustomPasswordlessRegistrationMessageTextToDefault",
			Handler:    _ManagementService_ResetCustomPasswordlessRegistrationMessageTextToDefault_Handler,
		},
		{
			MethodName: "GetCustomLoginTexts",
			Handler:    _ManagementService_GetCustomLoginTexts_Handler,
		},
		{
			MethodName: "GetDefaultLoginTexts",
			Handler:    _ManagementService_GetDefaultLoginTexts_Handler,
		},
		{
			MethodName: "SetCustomLoginText",
			Handler:    _ManagementService_SetCustomLoginText_Handler,
		},
		{
			MethodName: "ResetCustomLoginTextToDefault",
			Handler:    _ManagementService_ResetCustomLoginTextToDefault_Handler,
		},
		{
			MethodName: "GetOrgIDPByID",
			Handler:    _ManagementService_GetOrgIDPByID_Handler,
		},
		{
			MethodName: "ListOrgIDPs",
			Handler:    _ManagementService_ListOrgIDPs_Handler,
		},
		{
			MethodName: "AddOrgOIDCIDP",
			Handler:    _ManagementService_AddOrgOIDCIDP_Handler,
		},
		{
			MethodName: "AddOrgJWTIDP",
			Handler:    _ManagementService_AddOrgJWTIDP_Handler,
		},
		{
			MethodName: "DeactivateOrgIDP",
			Handler:    _ManagementService_DeactivateOrgIDP_Handler,
		},
		{
			MethodName: "ReactivateOrgIDP",
			Handler:    _ManagementService_ReactivateOrgIDP_Handler,
		},
		{
			MethodName: "RemoveOrgIDP",
			Handler:    _ManagementService_RemoveOrgIDP_Handler,
		},
		{
			MethodName: "UpdateOrgIDP",
			Handler:    _ManagementService_UpdateOrgIDP_Handler,
		},
		{
			MethodName: "UpdateOrgIDPOIDCConfig",
			Handler:    _ManagementService_UpdateOrgIDPOIDCConfig_Handler,
		},
		{
			MethodName: "UpdateOrgIDPJWTConfig",
			Handler:    _ManagementService_UpdateOrgIDPJWTConfig_Handler,
		},
		{
			MethodName: "ListActions",
			Handler:    _ManagementService_ListActions_Handler,
		},
		{
			MethodName: "GetAction",
			Handler:    _ManagementService_GetAction_Handler,
		},
		{
			MethodName: "CreateAction",
			Handler:    _ManagementService_CreateAction_Handler,
		},
		{
			MethodName: "UpdateAction",
			Handler:    _ManagementService_UpdateAction_Handler,
		},
		{
			MethodName: "DeactivateAction",
			Handler:    _ManagementService_DeactivateAction_Handler,
		},
		{
			MethodName: "ReactivateAction",
			Handler:    _ManagementService_ReactivateAction_Handler,
		},
		{
			MethodName: "DeleteAction",
			Handler:    _ManagementService_DeleteAction_Handler,
		},
		{
			MethodName: "GetFlow",
			Handler:    _ManagementService_GetFlow_Handler,
		},
		{
			MethodName: "ClearFlow",
			Handler:    _ManagementService_ClearFlow_Handler,
		},
		{
			MethodName: "SetTriggerActions",
			Handler:    _ManagementService_SetTriggerActions_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "zitadel/management.proto",
}

ManagementService_ServiceDesc is the grpc.ServiceDesc for ManagementService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterManagementServiceServer

func RegisterManagementServiceServer(s grpc.ServiceRegistrar, srv ManagementServiceServer)

Types

type ActionQuery

type ActionQuery struct {

	// Types that are assignable to Query:
	//	*ActionQuery_ActionIdQuery
	//	*ActionQuery_ActionNameQuery
	//	*ActionQuery_ActionStateQuery
	Query isActionQuery_Query `protobuf_oneof:"query"`
	// contains filtered or unexported fields
}

func (*ActionQuery) Descriptor deprecated

func (*ActionQuery) Descriptor() ([]byte, []int)

Deprecated: Use ActionQuery.ProtoReflect.Descriptor instead.

func (*ActionQuery) GetActionIdQuery

func (x *ActionQuery) GetActionIdQuery() *action.ActionIDQuery

func (*ActionQuery) GetActionNameQuery

func (x *ActionQuery) GetActionNameQuery() *action.ActionNameQuery

func (*ActionQuery) GetActionStateQuery

func (x *ActionQuery) GetActionStateQuery() *action.ActionStateQuery

func (*ActionQuery) GetQuery

func (m *ActionQuery) GetQuery() isActionQuery_Query

func (*ActionQuery) ProtoMessage

func (*ActionQuery) ProtoMessage()

func (*ActionQuery) ProtoReflect

func (x *ActionQuery) ProtoReflect() protoreflect.Message

func (*ActionQuery) Reset

func (x *ActionQuery) Reset()

func (*ActionQuery) String

func (x *ActionQuery) String() string

type ActionQuery_ActionIdQuery

type ActionQuery_ActionIdQuery struct {
	ActionIdQuery *action.ActionIDQuery `protobuf:"bytes,1,opt,name=action_id_query,json=actionIdQuery,proto3,oneof"`
}

type ActionQuery_ActionNameQuery

type ActionQuery_ActionNameQuery struct {
	ActionNameQuery *action.ActionNameQuery `protobuf:"bytes,2,opt,name=action_name_query,json=actionNameQuery,proto3,oneof"`
}

type ActionQuery_ActionStateQuery

type ActionQuery_ActionStateQuery struct {
	ActionStateQuery *action.ActionStateQuery `protobuf:"bytes,3,opt,name=action_state_query,json=actionStateQuery,proto3,oneof"`
}

type ActivateCustomLabelPolicyRequest

type ActivateCustomLabelPolicyRequest struct {
	// contains filtered or unexported fields
}

This is an empty request

func (*ActivateCustomLabelPolicyRequest) Descriptor deprecated

func (*ActivateCustomLabelPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use ActivateCustomLabelPolicyRequest.ProtoReflect.Descriptor instead.

func (*ActivateCustomLabelPolicyRequest) ProtoMessage

func (*ActivateCustomLabelPolicyRequest) ProtoMessage()

func (*ActivateCustomLabelPolicyRequest) ProtoReflect

func (*ActivateCustomLabelPolicyRequest) Reset

func (*ActivateCustomLabelPolicyRequest) String

type ActivateCustomLabelPolicyResponse

type ActivateCustomLabelPolicyResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*ActivateCustomLabelPolicyResponse) Descriptor deprecated

func (*ActivateCustomLabelPolicyResponse) Descriptor() ([]byte, []int)

Deprecated: Use ActivateCustomLabelPolicyResponse.ProtoReflect.Descriptor instead.

func (*ActivateCustomLabelPolicyResponse) GetDetails

func (*ActivateCustomLabelPolicyResponse) ProtoMessage

func (*ActivateCustomLabelPolicyResponse) ProtoMessage()

func (*ActivateCustomLabelPolicyResponse) ProtoReflect

func (*ActivateCustomLabelPolicyResponse) Reset

func (*ActivateCustomLabelPolicyResponse) String

type AddAPIAppRequest

type AddAPIAppRequest struct {
	ProjectId      string                `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Name           string                `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	AuthMethodType app.APIAuthMethodType `` /* 144-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AddAPIAppRequest) Descriptor deprecated

func (*AddAPIAppRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddAPIAppRequest.ProtoReflect.Descriptor instead.

func (*AddAPIAppRequest) GetAuthMethodType

func (x *AddAPIAppRequest) GetAuthMethodType() app.APIAuthMethodType

func (*AddAPIAppRequest) GetName

func (x *AddAPIAppRequest) GetName() string

func (*AddAPIAppRequest) GetProjectId

func (x *AddAPIAppRequest) GetProjectId() string

func (*AddAPIAppRequest) ProtoMessage

func (*AddAPIAppRequest) ProtoMessage()

func (*AddAPIAppRequest) ProtoReflect

func (x *AddAPIAppRequest) ProtoReflect() protoreflect.Message

func (*AddAPIAppRequest) Reset

func (x *AddAPIAppRequest) Reset()

func (*AddAPIAppRequest) String

func (x *AddAPIAppRequest) String() string

type AddAPIAppResponse

type AddAPIAppResponse struct {
	AppId        string                `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"`
	Details      *object.ObjectDetails `protobuf:"bytes,2,opt,name=details,proto3" json:"details,omitempty"`
	ClientId     string                `protobuf:"bytes,3,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	ClientSecret string                `protobuf:"bytes,4,opt,name=client_secret,json=clientSecret,proto3" json:"client_secret,omitempty"`
	// contains filtered or unexported fields
}

func (*AddAPIAppResponse) Descriptor deprecated

func (*AddAPIAppResponse) Descriptor() ([]byte, []int)

Deprecated: Use AddAPIAppResponse.ProtoReflect.Descriptor instead.

func (*AddAPIAppResponse) GetAppId

func (x *AddAPIAppResponse) GetAppId() string

func (*AddAPIAppResponse) GetClientId

func (x *AddAPIAppResponse) GetClientId() string

func (*AddAPIAppResponse) GetClientSecret

func (x *AddAPIAppResponse) GetClientSecret() string

func (*AddAPIAppResponse) GetDetails

func (x *AddAPIAppResponse) GetDetails() *object.ObjectDetails

func (*AddAPIAppResponse) ProtoMessage

func (*AddAPIAppResponse) ProtoMessage()

func (*AddAPIAppResponse) ProtoReflect

func (x *AddAPIAppResponse) ProtoReflect() protoreflect.Message

func (*AddAPIAppResponse) Reset

func (x *AddAPIAppResponse) Reset()

func (*AddAPIAppResponse) String

func (x *AddAPIAppResponse) String() string

type AddAppKeyRequest

type AddAppKeyRequest struct {
	ProjectId      string                 `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	AppId          string                 `protobuf:"bytes,2,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"`
	Type           authn.KeyType          `protobuf:"varint,3,opt,name=type,proto3,enum=zitadel.authn.v1.KeyType" json:"type,omitempty"`
	ExpirationDate *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=expiration_date,json=expirationDate,proto3" json:"expiration_date,omitempty"`
	// contains filtered or unexported fields
}

func (*AddAppKeyRequest) Descriptor deprecated

func (*AddAppKeyRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddAppKeyRequest.ProtoReflect.Descriptor instead.

func (*AddAppKeyRequest) GetAppId

func (x *AddAppKeyRequest) GetAppId() string

func (*AddAppKeyRequest) GetExpirationDate

func (x *AddAppKeyRequest) GetExpirationDate() *timestamppb.Timestamp

func (*AddAppKeyRequest) GetProjectId

func (x *AddAppKeyRequest) GetProjectId() string

func (*AddAppKeyRequest) GetType

func (x *AddAppKeyRequest) GetType() authn.KeyType

func (*AddAppKeyRequest) ProtoMessage

func (*AddAppKeyRequest) ProtoMessage()

func (*AddAppKeyRequest) ProtoReflect

func (x *AddAppKeyRequest) ProtoReflect() protoreflect.Message

func (*AddAppKeyRequest) Reset

func (x *AddAppKeyRequest) Reset()

func (*AddAppKeyRequest) String

func (x *AddAppKeyRequest) String() string

type AddAppKeyResponse

type AddAppKeyResponse struct {
	Id         string                `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Details    *object.ObjectDetails `protobuf:"bytes,2,opt,name=details,proto3" json:"details,omitempty"`
	KeyDetails []byte                `protobuf:"bytes,3,opt,name=key_details,json=keyDetails,proto3" json:"key_details,omitempty"`
	// contains filtered or unexported fields
}

func (*AddAppKeyResponse) Descriptor deprecated

func (*AddAppKeyResponse) Descriptor() ([]byte, []int)

Deprecated: Use AddAppKeyResponse.ProtoReflect.Descriptor instead.

func (*AddAppKeyResponse) GetDetails

func (x *AddAppKeyResponse) GetDetails() *object.ObjectDetails

func (*AddAppKeyResponse) GetId

func (x *AddAppKeyResponse) GetId() string

func (*AddAppKeyResponse) GetKeyDetails

func (x *AddAppKeyResponse) GetKeyDetails() []byte

func (*AddAppKeyResponse) ProtoMessage

func (*AddAppKeyResponse) ProtoMessage()

func (*AddAppKeyResponse) ProtoReflect

func (x *AddAppKeyResponse) ProtoReflect() protoreflect.Message

func (*AddAppKeyResponse) Reset

func (x *AddAppKeyResponse) Reset()

func (*AddAppKeyResponse) String

func (x *AddAppKeyResponse) String() string

type AddCustomLabelPolicyRequest

type AddCustomLabelPolicyRequest struct {
	PrimaryColor string `protobuf:"bytes,1,opt,name=primary_color,json=primaryColor,proto3" json:"primary_color,omitempty"`
	// hides the org suffix on the login form if the scope \"urn:zitadel:iam:org:domain:primary:{domainname}\" is set. Details about this scope in https://docs.zitadel.ch/concepts#Reserved_Scopes
	HideLoginNameSuffix bool   `protobuf:"varint,3,opt,name=hide_login_name_suffix,json=hideLoginNameSuffix,proto3" json:"hide_login_name_suffix,omitempty"`
	WarnColor           string `protobuf:"bytes,4,opt,name=warn_color,json=warnColor,proto3" json:"warn_color,omitempty"`
	BackgroundColor     string `protobuf:"bytes,5,opt,name=background_color,json=backgroundColor,proto3" json:"background_color,omitempty"`
	FontColor           string `protobuf:"bytes,6,opt,name=font_color,json=fontColor,proto3" json:"font_color,omitempty"`
	PrimaryColorDark    string `protobuf:"bytes,7,opt,name=primary_color_dark,json=primaryColorDark,proto3" json:"primary_color_dark,omitempty"`
	BackgroundColorDark string `protobuf:"bytes,8,opt,name=background_color_dark,json=backgroundColorDark,proto3" json:"background_color_dark,omitempty"`
	WarnColorDark       string `protobuf:"bytes,9,opt,name=warn_color_dark,json=warnColorDark,proto3" json:"warn_color_dark,omitempty"`
	FontColorDark       string `protobuf:"bytes,10,opt,name=font_color_dark,json=fontColorDark,proto3" json:"font_color_dark,omitempty"`
	DisableWatermark    bool   `protobuf:"varint,11,opt,name=disable_watermark,json=disableWatermark,proto3" json:"disable_watermark,omitempty"`
	// contains filtered or unexported fields
}

func (*AddCustomLabelPolicyRequest) Descriptor deprecated

func (*AddCustomLabelPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddCustomLabelPolicyRequest.ProtoReflect.Descriptor instead.

func (*AddCustomLabelPolicyRequest) GetBackgroundColor

func (x *AddCustomLabelPolicyRequest) GetBackgroundColor() string

func (*AddCustomLabelPolicyRequest) GetBackgroundColorDark

func (x *AddCustomLabelPolicyRequest) GetBackgroundColorDark() string

func (*AddCustomLabelPolicyRequest) GetDisableWatermark

func (x *AddCustomLabelPolicyRequest) GetDisableWatermark() bool

func (*AddCustomLabelPolicyRequest) GetFontColor

func (x *AddCustomLabelPolicyRequest) GetFontColor() string

func (*AddCustomLabelPolicyRequest) GetFontColorDark

func (x *AddCustomLabelPolicyRequest) GetFontColorDark() string

func (*AddCustomLabelPolicyRequest) GetHideLoginNameSuffix

func (x *AddCustomLabelPolicyRequest) GetHideLoginNameSuffix() bool

func (*AddCustomLabelPolicyRequest) GetPrimaryColor

func (x *AddCustomLabelPolicyRequest) GetPrimaryColor() string

func (*AddCustomLabelPolicyRequest) GetPrimaryColorDark

func (x *AddCustomLabelPolicyRequest) GetPrimaryColorDark() string

func (*AddCustomLabelPolicyRequest) GetWarnColor

func (x *AddCustomLabelPolicyRequest) GetWarnColor() string

func (*AddCustomLabelPolicyRequest) GetWarnColorDark

func (x *AddCustomLabelPolicyRequest) GetWarnColorDark() string

func (*AddCustomLabelPolicyRequest) ProtoMessage

func (*AddCustomLabelPolicyRequest) ProtoMessage()

func (*AddCustomLabelPolicyRequest) ProtoReflect

func (*AddCustomLabelPolicyRequest) Reset

func (x *AddCustomLabelPolicyRequest) Reset()

func (*AddCustomLabelPolicyRequest) String

func (x *AddCustomLabelPolicyRequest) String() string

type AddCustomLabelPolicyResponse

type AddCustomLabelPolicyResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*AddCustomLabelPolicyResponse) Descriptor deprecated

func (*AddCustomLabelPolicyResponse) Descriptor() ([]byte, []int)

Deprecated: Use AddCustomLabelPolicyResponse.ProtoReflect.Descriptor instead.

func (*AddCustomLabelPolicyResponse) GetDetails

func (*AddCustomLabelPolicyResponse) ProtoMessage

func (*AddCustomLabelPolicyResponse) ProtoMessage()

func (*AddCustomLabelPolicyResponse) ProtoReflect

func (*AddCustomLabelPolicyResponse) Reset

func (x *AddCustomLabelPolicyResponse) Reset()

func (*AddCustomLabelPolicyResponse) String

type AddCustomLockoutPolicyRequest

type AddCustomLockoutPolicyRequest struct {
	MaxPasswordAttempts uint32 `protobuf:"varint,1,opt,name=max_password_attempts,json=maxPasswordAttempts,proto3" json:"max_password_attempts,omitempty"`
	// contains filtered or unexported fields
}

func (*AddCustomLockoutPolicyRequest) Descriptor deprecated

func (*AddCustomLockoutPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddCustomLockoutPolicyRequest.ProtoReflect.Descriptor instead.

func (*AddCustomLockoutPolicyRequest) GetMaxPasswordAttempts

func (x *AddCustomLockoutPolicyRequest) GetMaxPasswordAttempts() uint32

func (*AddCustomLockoutPolicyRequest) ProtoMessage

func (*AddCustomLockoutPolicyRequest) ProtoMessage()

func (*AddCustomLockoutPolicyRequest) ProtoReflect

func (*AddCustomLockoutPolicyRequest) Reset

func (x *AddCustomLockoutPolicyRequest) Reset()

func (*AddCustomLockoutPolicyRequest) String

type AddCustomLockoutPolicyResponse

type AddCustomLockoutPolicyResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*AddCustomLockoutPolicyResponse) Descriptor deprecated

func (*AddCustomLockoutPolicyResponse) Descriptor() ([]byte, []int)

Deprecated: Use AddCustomLockoutPolicyResponse.ProtoReflect.Descriptor instead.

func (*AddCustomLockoutPolicyResponse) GetDetails

func (*AddCustomLockoutPolicyResponse) ProtoMessage

func (*AddCustomLockoutPolicyResponse) ProtoMessage()

func (*AddCustomLockoutPolicyResponse) ProtoReflect

func (*AddCustomLockoutPolicyResponse) Reset

func (x *AddCustomLockoutPolicyResponse) Reset()

func (*AddCustomLockoutPolicyResponse) String

type AddCustomLoginPolicyRequest

type AddCustomLoginPolicyRequest struct {
	AllowUsernamePassword  bool                    `` /* 127-byte string literal not displayed */
	AllowRegister          bool                    `protobuf:"varint,2,opt,name=allow_register,json=allowRegister,proto3" json:"allow_register,omitempty"`
	AllowExternalIdp       bool                    `protobuf:"varint,3,opt,name=allow_external_idp,json=allowExternalIdp,proto3" json:"allow_external_idp,omitempty"`
	ForceMfa               bool                    `protobuf:"varint,4,opt,name=force_mfa,json=forceMfa,proto3" json:"force_mfa,omitempty"`
	PasswordlessType       policy.PasswordlessType `` /* 150-byte string literal not displayed */
	HidePasswordReset      bool                    `protobuf:"varint,6,opt,name=hide_password_reset,json=hidePasswordReset,proto3" json:"hide_password_reset,omitempty"`
	IgnoreUnknownUsernames bool                    `` /* 130-byte string literal not displayed */
	DefaultRedirectUri     string                  `protobuf:"bytes,8,opt,name=default_redirect_uri,json=defaultRedirectUri,proto3" json:"default_redirect_uri,omitempty"`
	// contains filtered or unexported fields
}

func (*AddCustomLoginPolicyRequest) Descriptor deprecated

func (*AddCustomLoginPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddCustomLoginPolicyRequest.ProtoReflect.Descriptor instead.

func (*AddCustomLoginPolicyRequest) GetAllowExternalIdp

func (x *AddCustomLoginPolicyRequest) GetAllowExternalIdp() bool

func (*AddCustomLoginPolicyRequest) GetAllowRegister

func (x *AddCustomLoginPolicyRequest) GetAllowRegister() bool

func (*AddCustomLoginPolicyRequest) GetAllowUsernamePassword

func (x *AddCustomLoginPolicyRequest) GetAllowUsernamePassword() bool

func (*AddCustomLoginPolicyRequest) GetDefaultRedirectUri added in v0.3.4

func (x *AddCustomLoginPolicyRequest) GetDefaultRedirectUri() string

func (*AddCustomLoginPolicyRequest) GetForceMfa

func (x *AddCustomLoginPolicyRequest) GetForceMfa() bool

func (*AddCustomLoginPolicyRequest) GetHidePasswordReset

func (x *AddCustomLoginPolicyRequest) GetHidePasswordReset() bool

func (*AddCustomLoginPolicyRequest) GetIgnoreUnknownUsernames

func (x *AddCustomLoginPolicyRequest) GetIgnoreUnknownUsernames() bool

func (*AddCustomLoginPolicyRequest) GetPasswordlessType

func (x *AddCustomLoginPolicyRequest) GetPasswordlessType() policy.PasswordlessType

func (*AddCustomLoginPolicyRequest) ProtoMessage

func (*AddCustomLoginPolicyRequest) ProtoMessage()

func (*AddCustomLoginPolicyRequest) ProtoReflect

func (*AddCustomLoginPolicyRequest) Reset

func (x *AddCustomLoginPolicyRequest) Reset()

func (*AddCustomLoginPolicyRequest) String

func (x *AddCustomLoginPolicyRequest) String() string

type AddCustomLoginPolicyResponse

type AddCustomLoginPolicyResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*AddCustomLoginPolicyResponse) Descriptor deprecated

func (*AddCustomLoginPolicyResponse) Descriptor() ([]byte, []int)

Deprecated: Use AddCustomLoginPolicyResponse.ProtoReflect.Descriptor instead.

func (*AddCustomLoginPolicyResponse) GetDetails

func (*AddCustomLoginPolicyResponse) ProtoMessage

func (*AddCustomLoginPolicyResponse) ProtoMessage()

func (*AddCustomLoginPolicyResponse) ProtoReflect

func (*AddCustomLoginPolicyResponse) Reset

func (x *AddCustomLoginPolicyResponse) Reset()

func (*AddCustomLoginPolicyResponse) String

type AddCustomPasswordAgePolicyRequest

type AddCustomPasswordAgePolicyRequest struct {
	MaxAgeDays     uint32 `protobuf:"varint,1,opt,name=max_age_days,json=maxAgeDays,proto3" json:"max_age_days,omitempty"`
	ExpireWarnDays uint32 `protobuf:"varint,2,opt,name=expire_warn_days,json=expireWarnDays,proto3" json:"expire_warn_days,omitempty"`
	// contains filtered or unexported fields
}

func (*AddCustomPasswordAgePolicyRequest) Descriptor deprecated

func (*AddCustomPasswordAgePolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddCustomPasswordAgePolicyRequest.ProtoReflect.Descriptor instead.

func (*AddCustomPasswordAgePolicyRequest) GetExpireWarnDays

func (x *AddCustomPasswordAgePolicyRequest) GetExpireWarnDays() uint32

func (*AddCustomPasswordAgePolicyRequest) GetMaxAgeDays

func (x *AddCustomPasswordAgePolicyRequest) GetMaxAgeDays() uint32

func (*AddCustomPasswordAgePolicyRequest) ProtoMessage

func (*AddCustomPasswordAgePolicyRequest) ProtoMessage()

func (*AddCustomPasswordAgePolicyRequest) ProtoReflect

func (*AddCustomPasswordAgePolicyRequest) Reset

func (*AddCustomPasswordAgePolicyRequest) String

type AddCustomPasswordAgePolicyResponse

type AddCustomPasswordAgePolicyResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*AddCustomPasswordAgePolicyResponse) Descriptor deprecated

func (*AddCustomPasswordAgePolicyResponse) Descriptor() ([]byte, []int)

Deprecated: Use AddCustomPasswordAgePolicyResponse.ProtoReflect.Descriptor instead.

func (*AddCustomPasswordAgePolicyResponse) GetDetails

func (*AddCustomPasswordAgePolicyResponse) ProtoMessage

func (*AddCustomPasswordAgePolicyResponse) ProtoMessage()

func (*AddCustomPasswordAgePolicyResponse) ProtoReflect

func (*AddCustomPasswordAgePolicyResponse) Reset

func (*AddCustomPasswordAgePolicyResponse) String

type AddCustomPasswordComplexityPolicyRequest

type AddCustomPasswordComplexityPolicyRequest struct {
	MinLength    uint64 `protobuf:"varint,1,opt,name=min_length,json=minLength,proto3" json:"min_length,omitempty"`
	HasUppercase bool   `protobuf:"varint,2,opt,name=has_uppercase,json=hasUppercase,proto3" json:"has_uppercase,omitempty"`
	HasLowercase bool   `protobuf:"varint,3,opt,name=has_lowercase,json=hasLowercase,proto3" json:"has_lowercase,omitempty"`
	HasNumber    bool   `protobuf:"varint,4,opt,name=has_number,json=hasNumber,proto3" json:"has_number,omitempty"`
	HasSymbol    bool   `protobuf:"varint,5,opt,name=has_symbol,json=hasSymbol,proto3" json:"has_symbol,omitempty"`
	// contains filtered or unexported fields
}

func (*AddCustomPasswordComplexityPolicyRequest) Descriptor deprecated

func (*AddCustomPasswordComplexityPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddCustomPasswordComplexityPolicyRequest.ProtoReflect.Descriptor instead.

func (*AddCustomPasswordComplexityPolicyRequest) GetHasLowercase

func (x *AddCustomPasswordComplexityPolicyRequest) GetHasLowercase() bool

func (*AddCustomPasswordComplexityPolicyRequest) GetHasNumber

func (*AddCustomPasswordComplexityPolicyRequest) GetHasSymbol

func (*AddCustomPasswordComplexityPolicyRequest) GetHasUppercase

func (x *AddCustomPasswordComplexityPolicyRequest) GetHasUppercase() bool

func (*AddCustomPasswordComplexityPolicyRequest) GetMinLength

func (*AddCustomPasswordComplexityPolicyRequest) ProtoMessage

func (*AddCustomPasswordComplexityPolicyRequest) ProtoReflect

func (*AddCustomPasswordComplexityPolicyRequest) Reset

func (*AddCustomPasswordComplexityPolicyRequest) String

type AddCustomPasswordComplexityPolicyResponse

type AddCustomPasswordComplexityPolicyResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*AddCustomPasswordComplexityPolicyResponse) Descriptor deprecated

func (*AddCustomPasswordComplexityPolicyResponse) Descriptor() ([]byte, []int)

Deprecated: Use AddCustomPasswordComplexityPolicyResponse.ProtoReflect.Descriptor instead.

func (*AddCustomPasswordComplexityPolicyResponse) GetDetails

func (*AddCustomPasswordComplexityPolicyResponse) ProtoMessage

func (*AddCustomPasswordComplexityPolicyResponse) ProtoReflect

func (*AddCustomPasswordComplexityPolicyResponse) Reset

func (*AddCustomPasswordComplexityPolicyResponse) String

type AddCustomPrivacyPolicyRequest

type AddCustomPrivacyPolicyRequest struct {
	TosLink     string `protobuf:"bytes,1,opt,name=tos_link,json=tosLink,proto3" json:"tos_link,omitempty"`
	PrivacyLink string `protobuf:"bytes,2,opt,name=privacy_link,json=privacyLink,proto3" json:"privacy_link,omitempty"`
	HelpLink    string `protobuf:"bytes,3,opt,name=help_link,json=helpLink,proto3" json:"help_link,omitempty"`
	// contains filtered or unexported fields
}

func (*AddCustomPrivacyPolicyRequest) Descriptor deprecated

func (*AddCustomPrivacyPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddCustomPrivacyPolicyRequest.ProtoReflect.Descriptor instead.

func (x *AddCustomPrivacyPolicyRequest) GetHelpLink() string
func (x *AddCustomPrivacyPolicyRequest) GetPrivacyLink() string
func (x *AddCustomPrivacyPolicyRequest) GetTosLink() string

func (*AddCustomPrivacyPolicyRequest) ProtoMessage

func (*AddCustomPrivacyPolicyRequest) ProtoMessage()

func (*AddCustomPrivacyPolicyRequest) ProtoReflect

func (*AddCustomPrivacyPolicyRequest) Reset

func (x *AddCustomPrivacyPolicyRequest) Reset()

func (*AddCustomPrivacyPolicyRequest) String

type AddCustomPrivacyPolicyResponse

type AddCustomPrivacyPolicyResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*AddCustomPrivacyPolicyResponse) Descriptor deprecated

func (*AddCustomPrivacyPolicyResponse) Descriptor() ([]byte, []int)

Deprecated: Use AddCustomPrivacyPolicyResponse.ProtoReflect.Descriptor instead.

func (*AddCustomPrivacyPolicyResponse) GetDetails

func (*AddCustomPrivacyPolicyResponse) ProtoMessage

func (*AddCustomPrivacyPolicyResponse) ProtoMessage()

func (*AddCustomPrivacyPolicyResponse) ProtoReflect

func (*AddCustomPrivacyPolicyResponse) Reset

func (x *AddCustomPrivacyPolicyResponse) Reset()

func (*AddCustomPrivacyPolicyResponse) String

type AddHumanUserRequest

type AddHumanUserRequest struct {
	UserName        string                       `protobuf:"bytes,1,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
	Profile         *AddHumanUserRequest_Profile `protobuf:"bytes,2,opt,name=profile,proto3" json:"profile,omitempty"`
	Email           *AddHumanUserRequest_Email   `protobuf:"bytes,3,opt,name=email,proto3" json:"email,omitempty"`
	Phone           *AddHumanUserRequest_Phone   `protobuf:"bytes,4,opt,name=phone,proto3" json:"phone,omitempty"`
	InitialPassword string                       `protobuf:"bytes,5,opt,name=initial_password,json=initialPassword,proto3" json:"initial_password,omitempty"`
	// contains filtered or unexported fields
}

func (*AddHumanUserRequest) Descriptor deprecated

func (*AddHumanUserRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddHumanUserRequest.ProtoReflect.Descriptor instead.

func (*AddHumanUserRequest) GetEmail

func (*AddHumanUserRequest) GetInitialPassword

func (x *AddHumanUserRequest) GetInitialPassword() string

func (*AddHumanUserRequest) GetPhone

func (*AddHumanUserRequest) GetProfile

func (*AddHumanUserRequest) GetUserName

func (x *AddHumanUserRequest) GetUserName() string

func (*AddHumanUserRequest) ProtoMessage

func (*AddHumanUserRequest) ProtoMessage()

func (*AddHumanUserRequest) ProtoReflect

func (x *AddHumanUserRequest) ProtoReflect() protoreflect.Message

func (*AddHumanUserRequest) Reset

func (x *AddHumanUserRequest) Reset()

func (*AddHumanUserRequest) String

func (x *AddHumanUserRequest) String() string

type AddHumanUserRequest_Email

type AddHumanUserRequest_Email struct {
	Email           string `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"` //TODO: check if no value is allowed
	IsEmailVerified bool   `protobuf:"varint,2,opt,name=is_email_verified,json=isEmailVerified,proto3" json:"is_email_verified,omitempty"`
	// contains filtered or unexported fields
}

func (*AddHumanUserRequest_Email) Descriptor deprecated

func (*AddHumanUserRequest_Email) Descriptor() ([]byte, []int)

Deprecated: Use AddHumanUserRequest_Email.ProtoReflect.Descriptor instead.

func (*AddHumanUserRequest_Email) GetEmail

func (x *AddHumanUserRequest_Email) GetEmail() string

func (*AddHumanUserRequest_Email) GetIsEmailVerified

func (x *AddHumanUserRequest_Email) GetIsEmailVerified() bool

func (*AddHumanUserRequest_Email) ProtoMessage

func (*AddHumanUserRequest_Email) ProtoMessage()

func (*AddHumanUserRequest_Email) ProtoReflect

func (*AddHumanUserRequest_Email) Reset

func (x *AddHumanUserRequest_Email) Reset()

func (*AddHumanUserRequest_Email) String

func (x *AddHumanUserRequest_Email) String() string

type AddHumanUserRequest_Phone

type AddHumanUserRequest_Phone struct {

	// has to be a global number
	Phone           string `protobuf:"bytes,1,opt,name=phone,proto3" json:"phone,omitempty"`
	IsPhoneVerified bool   `protobuf:"varint,2,opt,name=is_phone_verified,json=isPhoneVerified,proto3" json:"is_phone_verified,omitempty"`
	// contains filtered or unexported fields
}

func (*AddHumanUserRequest_Phone) Descriptor deprecated

func (*AddHumanUserRequest_Phone) Descriptor() ([]byte, []int)

Deprecated: Use AddHumanUserRequest_Phone.ProtoReflect.Descriptor instead.

func (*AddHumanUserRequest_Phone) GetIsPhoneVerified

func (x *AddHumanUserRequest_Phone) GetIsPhoneVerified() bool

func (*AddHumanUserRequest_Phone) GetPhone

func (x *AddHumanUserRequest_Phone) GetPhone() string

func (*AddHumanUserRequest_Phone) ProtoMessage

func (*AddHumanUserRequest_Phone) ProtoMessage()

func (*AddHumanUserRequest_Phone) ProtoReflect

func (*AddHumanUserRequest_Phone) Reset

func (x *AddHumanUserRequest_Phone) Reset()

func (*AddHumanUserRequest_Phone) String

func (x *AddHumanUserRequest_Phone) String() string

type AddHumanUserRequest_Profile

type AddHumanUserRequest_Profile struct {
	FirstName         string      `protobuf:"bytes,1,opt,name=first_name,json=firstName,proto3" json:"first_name,omitempty"`
	LastName          string      `protobuf:"bytes,2,opt,name=last_name,json=lastName,proto3" json:"last_name,omitempty"`
	NickName          string      `protobuf:"bytes,3,opt,name=nick_name,json=nickName,proto3" json:"nick_name,omitempty"`
	DisplayName       string      `protobuf:"bytes,4,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	PreferredLanguage string      `protobuf:"bytes,5,opt,name=preferred_language,json=preferredLanguage,proto3" json:"preferred_language,omitempty"`
	Gender            user.Gender `protobuf:"varint,6,opt,name=gender,proto3,enum=zitadel.user.v1.Gender" json:"gender,omitempty"`
	// contains filtered or unexported fields
}

func (*AddHumanUserRequest_Profile) Descriptor deprecated

func (*AddHumanUserRequest_Profile) Descriptor() ([]byte, []int)

Deprecated: Use AddHumanUserRequest_Profile.ProtoReflect.Descriptor instead.

func (*AddHumanUserRequest_Profile) GetDisplayName

func (x *AddHumanUserRequest_Profile) GetDisplayName() string

func (*AddHumanUserRequest_Profile) GetFirstName

func (x *AddHumanUserRequest_Profile) GetFirstName() string

func (*AddHumanUserRequest_Profile) GetGender

func (x *AddHumanUserRequest_Profile) GetGender() user.Gender

func (*AddHumanUserRequest_Profile) GetLastName

func (x *AddHumanUserRequest_Profile) GetLastName() string

func (*AddHumanUserRequest_Profile) GetNickName

func (x *AddHumanUserRequest_Profile) GetNickName() string

func (*AddHumanUserRequest_Profile) GetPreferredLanguage

func (x *AddHumanUserRequest_Profile) GetPreferredLanguage() string

func (*AddHumanUserRequest_Profile) ProtoMessage

func (*AddHumanUserRequest_Profile) ProtoMessage()

func (*AddHumanUserRequest_Profile) ProtoReflect

func (*AddHumanUserRequest_Profile) Reset

func (x *AddHumanUserRequest_Profile) Reset()

func (*AddHumanUserRequest_Profile) String

func (x *AddHumanUserRequest_Profile) String() string

type AddHumanUserResponse

type AddHumanUserResponse struct {
	UserId  string                `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Details *object.ObjectDetails `protobuf:"bytes,2,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*AddHumanUserResponse) Descriptor deprecated

func (*AddHumanUserResponse) Descriptor() ([]byte, []int)

Deprecated: Use AddHumanUserResponse.ProtoReflect.Descriptor instead.

func (*AddHumanUserResponse) GetDetails

func (x *AddHumanUserResponse) GetDetails() *object.ObjectDetails

func (*AddHumanUserResponse) GetUserId

func (x *AddHumanUserResponse) GetUserId() string

func (*AddHumanUserResponse) ProtoMessage

func (*AddHumanUserResponse) ProtoMessage()

func (*AddHumanUserResponse) ProtoReflect

func (x *AddHumanUserResponse) ProtoReflect() protoreflect.Message

func (*AddHumanUserResponse) Reset

func (x *AddHumanUserResponse) Reset()

func (*AddHumanUserResponse) String

func (x *AddHumanUserResponse) String() string

type AddIDPToLoginPolicyRequest

type AddIDPToLoginPolicyRequest struct {
	IdpId     string           `protobuf:"bytes,1,opt,name=idp_id,json=idpId,proto3" json:"idp_id,omitempty"`
	OwnerType idp.IDPOwnerType `protobuf:"varint,2,opt,name=ownerType,proto3,enum=zitadel.idp.v1.IDPOwnerType" json:"ownerType,omitempty"`
	// contains filtered or unexported fields
}

func (*AddIDPToLoginPolicyRequest) Descriptor deprecated

func (*AddIDPToLoginPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddIDPToLoginPolicyRequest.ProtoReflect.Descriptor instead.

func (*AddIDPToLoginPolicyRequest) GetIdpId

func (x *AddIDPToLoginPolicyRequest) GetIdpId() string

func (*AddIDPToLoginPolicyRequest) GetOwnerType

func (x *AddIDPToLoginPolicyRequest) GetOwnerType() idp.IDPOwnerType

func (*AddIDPToLoginPolicyRequest) ProtoMessage

func (*AddIDPToLoginPolicyRequest) ProtoMessage()

func (*AddIDPToLoginPolicyRequest) ProtoReflect

func (*AddIDPToLoginPolicyRequest) Reset

func (x *AddIDPToLoginPolicyRequest) Reset()

func (*AddIDPToLoginPolicyRequest) String

func (x *AddIDPToLoginPolicyRequest) String() string

type AddIDPToLoginPolicyResponse

type AddIDPToLoginPolicyResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*AddIDPToLoginPolicyResponse) Descriptor deprecated

func (*AddIDPToLoginPolicyResponse) Descriptor() ([]byte, []int)

Deprecated: Use AddIDPToLoginPolicyResponse.ProtoReflect.Descriptor instead.

func (*AddIDPToLoginPolicyResponse) GetDetails

func (*AddIDPToLoginPolicyResponse) ProtoMessage

func (*AddIDPToLoginPolicyResponse) ProtoMessage()

func (*AddIDPToLoginPolicyResponse) ProtoReflect

func (*AddIDPToLoginPolicyResponse) Reset

func (x *AddIDPToLoginPolicyResponse) Reset()

func (*AddIDPToLoginPolicyResponse) String

func (x *AddIDPToLoginPolicyResponse) String() string

type AddMachineKeyRequest

type AddMachineKeyRequest struct {
	UserId         string                 `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Type           authn.KeyType          `protobuf:"varint,2,opt,name=type,proto3,enum=zitadel.authn.v1.KeyType" json:"type,omitempty"`
	ExpirationDate *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=expiration_date,json=expirationDate,proto3" json:"expiration_date,omitempty"`
	// contains filtered or unexported fields
}

func (*AddMachineKeyRequest) Descriptor deprecated

func (*AddMachineKeyRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddMachineKeyRequest.ProtoReflect.Descriptor instead.

func (*AddMachineKeyRequest) GetExpirationDate

func (x *AddMachineKeyRequest) GetExpirationDate() *timestamppb.Timestamp

func (*AddMachineKeyRequest) GetType

func (x *AddMachineKeyRequest) GetType() authn.KeyType

func (*AddMachineKeyRequest) GetUserId

func (x *AddMachineKeyRequest) GetUserId() string

func (*AddMachineKeyRequest) ProtoMessage

func (*AddMachineKeyRequest) ProtoMessage()

func (*AddMachineKeyRequest) ProtoReflect

func (x *AddMachineKeyRequest) ProtoReflect() protoreflect.Message

func (*AddMachineKeyRequest) Reset

func (x *AddMachineKeyRequest) Reset()

func (*AddMachineKeyRequest) String

func (x *AddMachineKeyRequest) String() string

type AddMachineKeyResponse

type AddMachineKeyResponse struct {
	KeyId      string                `protobuf:"bytes,1,opt,name=key_id,json=keyId,proto3" json:"key_id,omitempty"`
	KeyDetails []byte                `protobuf:"bytes,2,opt,name=key_details,json=keyDetails,proto3" json:"key_details,omitempty"`
	Details    *object.ObjectDetails `protobuf:"bytes,3,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*AddMachineKeyResponse) Descriptor deprecated

func (*AddMachineKeyResponse) Descriptor() ([]byte, []int)

Deprecated: Use AddMachineKeyResponse.ProtoReflect.Descriptor instead.

func (*AddMachineKeyResponse) GetDetails

func (x *AddMachineKeyResponse) GetDetails() *object.ObjectDetails

func (*AddMachineKeyResponse) GetKeyDetails

func (x *AddMachineKeyResponse) GetKeyDetails() []byte

func (*AddMachineKeyResponse) GetKeyId

func (x *AddMachineKeyResponse) GetKeyId() string

func (*AddMachineKeyResponse) ProtoMessage

func (*AddMachineKeyResponse) ProtoMessage()

func (*AddMachineKeyResponse) ProtoReflect

func (x *AddMachineKeyResponse) ProtoReflect() protoreflect.Message

func (*AddMachineKeyResponse) Reset

func (x *AddMachineKeyResponse) Reset()

func (*AddMachineKeyResponse) String

func (x *AddMachineKeyResponse) String() string

type AddMachineUserRequest

type AddMachineUserRequest struct {
	UserName    string `protobuf:"bytes,1,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
	Name        string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// contains filtered or unexported fields
}

func (*AddMachineUserRequest) Descriptor deprecated

func (*AddMachineUserRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddMachineUserRequest.ProtoReflect.Descriptor instead.

func (*AddMachineUserRequest) GetDescription

func (x *AddMachineUserRequest) GetDescription() string

func (*AddMachineUserRequest) GetName

func (x *AddMachineUserRequest) GetName() string

func (*AddMachineUserRequest) GetUserName

func (x *AddMachineUserRequest) GetUserName() string

func (*AddMachineUserRequest) ProtoMessage

func (*AddMachineUserRequest) ProtoMessage()

func (*AddMachineUserRequest) ProtoReflect

func (x *AddMachineUserRequest) ProtoReflect() protoreflect.Message

func (*AddMachineUserRequest) Reset

func (x *AddMachineUserRequest) Reset()

func (*AddMachineUserRequest) String

func (x *AddMachineUserRequest) String() string

type AddMachineUserResponse

type AddMachineUserResponse struct {
	UserId  string                `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Details *object.ObjectDetails `protobuf:"bytes,2,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*AddMachineUserResponse) Descriptor deprecated

func (*AddMachineUserResponse) Descriptor() ([]byte, []int)

Deprecated: Use AddMachineUserResponse.ProtoReflect.Descriptor instead.

func (*AddMachineUserResponse) GetDetails

func (x *AddMachineUserResponse) GetDetails() *object.ObjectDetails

func (*AddMachineUserResponse) GetUserId

func (x *AddMachineUserResponse) GetUserId() string

func (*AddMachineUserResponse) ProtoMessage

func (*AddMachineUserResponse) ProtoMessage()

func (*AddMachineUserResponse) ProtoReflect

func (x *AddMachineUserResponse) ProtoReflect() protoreflect.Message

func (*AddMachineUserResponse) Reset

func (x *AddMachineUserResponse) Reset()

func (*AddMachineUserResponse) String

func (x *AddMachineUserResponse) String() string

type AddMultiFactorToLoginPolicyRequest

type AddMultiFactorToLoginPolicyRequest struct {
	Type policy.MultiFactorType `protobuf:"varint,1,opt,name=type,proto3,enum=zitadel.policy.v1.MultiFactorType" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*AddMultiFactorToLoginPolicyRequest) Descriptor deprecated

func (*AddMultiFactorToLoginPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddMultiFactorToLoginPolicyRequest.ProtoReflect.Descriptor instead.

func (*AddMultiFactorToLoginPolicyRequest) GetType

func (*AddMultiFactorToLoginPolicyRequest) ProtoMessage

func (*AddMultiFactorToLoginPolicyRequest) ProtoMessage()

func (*AddMultiFactorToLoginPolicyRequest) ProtoReflect

func (*AddMultiFactorToLoginPolicyRequest) Reset

func (*AddMultiFactorToLoginPolicyRequest) String

type AddMultiFactorToLoginPolicyResponse

type AddMultiFactorToLoginPolicyResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*AddMultiFactorToLoginPolicyResponse) Descriptor deprecated

func (*AddMultiFactorToLoginPolicyResponse) Descriptor() ([]byte, []int)

Deprecated: Use AddMultiFactorToLoginPolicyResponse.ProtoReflect.Descriptor instead.

func (*AddMultiFactorToLoginPolicyResponse) GetDetails

func (*AddMultiFactorToLoginPolicyResponse) ProtoMessage

func (*AddMultiFactorToLoginPolicyResponse) ProtoMessage()

func (*AddMultiFactorToLoginPolicyResponse) ProtoReflect

func (*AddMultiFactorToLoginPolicyResponse) Reset

func (*AddMultiFactorToLoginPolicyResponse) String

type AddOIDCAppRequest

type AddOIDCAppRequest struct {
	ProjectId                string                 `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Name                     string                 `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	RedirectUris             []string               `protobuf:"bytes,3,rep,name=redirect_uris,json=redirectUris,proto3" json:"redirect_uris,omitempty"`
	ResponseTypes            []app.OIDCResponseType `` /* 145-byte string literal not displayed */
	GrantTypes               []app.OIDCGrantType    `` /* 133-byte string literal not displayed */
	AppType                  app.OIDCAppType        `protobuf:"varint,6,opt,name=app_type,json=appType,proto3,enum=zitadel.app.v1.OIDCAppType" json:"app_type,omitempty"`
	AuthMethodType           app.OIDCAuthMethodType `` /* 145-byte string literal not displayed */
	PostLogoutRedirectUris   []string               `` /* 131-byte string literal not displayed */
	Version                  app.OIDCVersion        `protobuf:"varint,9,opt,name=version,proto3,enum=zitadel.app.v1.OIDCVersion" json:"version,omitempty"`
	DevMode                  bool                   `protobuf:"varint,10,opt,name=dev_mode,json=devMode,proto3" json:"dev_mode,omitempty"`
	AccessTokenType          app.OIDCTokenType      `` /* 144-byte string literal not displayed */
	AccessTokenRoleAssertion bool                   `` /* 139-byte string literal not displayed */
	IdTokenRoleAssertion     bool                   `` /* 127-byte string literal not displayed */
	IdTokenUserinfoAssertion bool                   `` /* 139-byte string literal not displayed */
	ClockSkew                *durationpb.Duration   `protobuf:"bytes,15,opt,name=clock_skew,json=clockSkew,proto3" json:"clock_skew,omitempty"`
	AdditionalOrigins        []string               `protobuf:"bytes,16,rep,name=additional_origins,json=additionalOrigins,proto3" json:"additional_origins,omitempty"`
	// contains filtered or unexported fields
}

func (*AddOIDCAppRequest) Descriptor deprecated

func (*AddOIDCAppRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddOIDCAppRequest.ProtoReflect.Descriptor instead.

func (*AddOIDCAppRequest) GetAccessTokenRoleAssertion

func (x *AddOIDCAppRequest) GetAccessTokenRoleAssertion() bool

func (*AddOIDCAppRequest) GetAccessTokenType

func (x *AddOIDCAppRequest) GetAccessTokenType() app.OIDCTokenType

func (*AddOIDCAppRequest) GetAdditionalOrigins

func (x *AddOIDCAppRequest) GetAdditionalOrigins() []string

func (*AddOIDCAppRequest) GetAppType

func (x *AddOIDCAppRequest) GetAppType() app.OIDCAppType

func (*AddOIDCAppRequest) GetAuthMethodType

func (x *AddOIDCAppRequest) GetAuthMethodType() app.OIDCAuthMethodType

func (*AddOIDCAppRequest) GetClockSkew

func (x *AddOIDCAppRequest) GetClockSkew() *durationpb.Duration

func (*AddOIDCAppRequest) GetDevMode

func (x *AddOIDCAppRequest) GetDevMode() bool

func (*AddOIDCAppRequest) GetGrantTypes

func (x *AddOIDCAppRequest) GetGrantTypes() []app.OIDCGrantType

func (*AddOIDCAppRequest) GetIdTokenRoleAssertion

func (x *AddOIDCAppRequest) GetIdTokenRoleAssertion() bool

func (*AddOIDCAppRequest) GetIdTokenUserinfoAssertion

func (x *AddOIDCAppRequest) GetIdTokenUserinfoAssertion() bool

func (*AddOIDCAppRequest) GetName

func (x *AddOIDCAppRequest) GetName() string

func (*AddOIDCAppRequest) GetPostLogoutRedirectUris

func (x *AddOIDCAppRequest) GetPostLogoutRedirectUris() []string

func (*AddOIDCAppRequest) GetProjectId

func (x *AddOIDCAppRequest) GetProjectId() string

func (*AddOIDCAppRequest) GetRedirectUris

func (x *AddOIDCAppRequest) GetRedirectUris() []string

func (*AddOIDCAppRequest) GetResponseTypes

func (x *AddOIDCAppRequest) GetResponseTypes() []app.OIDCResponseType

func (*AddOIDCAppRequest) GetVersion

func (x *AddOIDCAppRequest) GetVersion() app.OIDCVersion

func (*AddOIDCAppRequest) ProtoMessage

func (*AddOIDCAppRequest) ProtoMessage()

func (*AddOIDCAppRequest) ProtoReflect

func (x *AddOIDCAppRequest) ProtoReflect() protoreflect.Message

func (*AddOIDCAppRequest) Reset

func (x *AddOIDCAppRequest) Reset()

func (*AddOIDCAppRequest) String

func (x *AddOIDCAppRequest) String() string

type AddOIDCAppResponse

type AddOIDCAppResponse struct {
	AppId              string                      `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"`
	Details            *object.ObjectDetails       `protobuf:"bytes,2,opt,name=details,proto3" json:"details,omitempty"`
	ClientId           string                      `protobuf:"bytes,3,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	ClientSecret       string                      `protobuf:"bytes,4,opt,name=client_secret,json=clientSecret,proto3" json:"client_secret,omitempty"`
	NoneCompliant      bool                        `protobuf:"varint,5,opt,name=none_compliant,json=noneCompliant,proto3" json:"none_compliant,omitempty"`
	ComplianceProblems []*message.LocalizedMessage `protobuf:"bytes,6,rep,name=compliance_problems,json=complianceProblems,proto3" json:"compliance_problems,omitempty"`
	// contains filtered or unexported fields
}

func (*AddOIDCAppResponse) Descriptor deprecated

func (*AddOIDCAppResponse) Descriptor() ([]byte, []int)

Deprecated: Use AddOIDCAppResponse.ProtoReflect.Descriptor instead.

func (*AddOIDCAppResponse) GetAppId

func (x *AddOIDCAppResponse) GetAppId() string

func (*AddOIDCAppResponse) GetClientId

func (x *AddOIDCAppResponse) GetClientId() string

func (*AddOIDCAppResponse) GetClientSecret

func (x *AddOIDCAppResponse) GetClientSecret() string

func (*AddOIDCAppResponse) GetComplianceProblems

func (x *AddOIDCAppResponse) GetComplianceProblems() []*message.LocalizedMessage

func (*AddOIDCAppResponse) GetDetails

func (x *AddOIDCAppResponse) GetDetails() *object.ObjectDetails

func (*AddOIDCAppResponse) GetNoneCompliant

func (x *AddOIDCAppResponse) GetNoneCompliant() bool

func (*AddOIDCAppResponse) ProtoMessage

func (*AddOIDCAppResponse) ProtoMessage()

func (*AddOIDCAppResponse) ProtoReflect

func (x *AddOIDCAppResponse) ProtoReflect() protoreflect.Message

func (*AddOIDCAppResponse) Reset

func (x *AddOIDCAppResponse) Reset()

func (*AddOIDCAppResponse) String

func (x *AddOIDCAppResponse) String() string

type AddOrgDomainRequest

type AddOrgDomainRequest struct {
	Domain string `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
	// contains filtered or unexported fields
}

func (*AddOrgDomainRequest) Descriptor deprecated

func (*AddOrgDomainRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddOrgDomainRequest.ProtoReflect.Descriptor instead.

func (*AddOrgDomainRequest) GetDomain

func (x *AddOrgDomainRequest) GetDomain() string

func (*AddOrgDomainRequest) ProtoMessage

func (*AddOrgDomainRequest) ProtoMessage()

func (*AddOrgDomainRequest) ProtoReflect

func (x *AddOrgDomainRequest) ProtoReflect() protoreflect.Message

func (*AddOrgDomainRequest) Reset

func (x *AddOrgDomainRequest) Reset()

func (*AddOrgDomainRequest) String

func (x *AddOrgDomainRequest) String() string

type AddOrgDomainResponse

type AddOrgDomainResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*AddOrgDomainResponse) Descriptor deprecated

func (*AddOrgDomainResponse) Descriptor() ([]byte, []int)

Deprecated: Use AddOrgDomainResponse.ProtoReflect.Descriptor instead.

func (*AddOrgDomainResponse) GetDetails

func (x *AddOrgDomainResponse) GetDetails() *object.ObjectDetails

func (*AddOrgDomainResponse) ProtoMessage

func (*AddOrgDomainResponse) ProtoMessage()

func (*AddOrgDomainResponse) ProtoReflect

func (x *AddOrgDomainResponse) ProtoReflect() protoreflect.Message

func (*AddOrgDomainResponse) Reset

func (x *AddOrgDomainResponse) Reset()

func (*AddOrgDomainResponse) String

func (x *AddOrgDomainResponse) String() string

type AddOrgJWTIDPRequest

type AddOrgJWTIDPRequest struct {
	Name         string             `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	StylingType  idp.IDPStylingType `` /* 130-byte string literal not displayed */
	JwtEndpoint  string             `protobuf:"bytes,3,opt,name=jwt_endpoint,json=jwtEndpoint,proto3" json:"jwt_endpoint,omitempty"`
	Issuer       string             `protobuf:"bytes,4,opt,name=issuer,proto3" json:"issuer,omitempty"`
	KeysEndpoint string             `protobuf:"bytes,5,opt,name=keys_endpoint,json=keysEndpoint,proto3" json:"keys_endpoint,omitempty"`
	HeaderName   string             `protobuf:"bytes,6,opt,name=header_name,json=headerName,proto3" json:"header_name,omitempty"`
	AutoRegister bool               `protobuf:"varint,7,opt,name=auto_register,json=autoRegister,proto3" json:"auto_register,omitempty"`
	// contains filtered or unexported fields
}

func (*AddOrgJWTIDPRequest) Descriptor deprecated

func (*AddOrgJWTIDPRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddOrgJWTIDPRequest.ProtoReflect.Descriptor instead.

func (*AddOrgJWTIDPRequest) GetAutoRegister

func (x *AddOrgJWTIDPRequest) GetAutoRegister() bool

func (*AddOrgJWTIDPRequest) GetHeaderName

func (x *AddOrgJWTIDPRequest) GetHeaderName() string

func (*AddOrgJWTIDPRequest) GetIssuer

func (x *AddOrgJWTIDPRequest) GetIssuer() string

func (*AddOrgJWTIDPRequest) GetJwtEndpoint

func (x *AddOrgJWTIDPRequest) GetJwtEndpoint() string

func (*AddOrgJWTIDPRequest) GetKeysEndpoint

func (x *AddOrgJWTIDPRequest) GetKeysEndpoint() string

func (*AddOrgJWTIDPRequest) GetName

func (x *AddOrgJWTIDPRequest) GetName() string

func (*AddOrgJWTIDPRequest) GetStylingType

func (x *AddOrgJWTIDPRequest) GetStylingType() idp.IDPStylingType

func (*AddOrgJWTIDPRequest) ProtoMessage

func (*AddOrgJWTIDPRequest) ProtoMessage()

func (*AddOrgJWTIDPRequest) ProtoReflect

func (x *AddOrgJWTIDPRequest) ProtoReflect() protoreflect.Message

func (*AddOrgJWTIDPRequest) Reset

func (x *AddOrgJWTIDPRequest) Reset()

func (*AddOrgJWTIDPRequest) String

func (x *AddOrgJWTIDPRequest) String() string

type AddOrgJWTIDPResponse

type AddOrgJWTIDPResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	IdpId   string                `protobuf:"bytes,2,opt,name=idp_id,json=idpId,proto3" json:"idp_id,omitempty"`
	// contains filtered or unexported fields
}

func (*AddOrgJWTIDPResponse) Descriptor deprecated

func (*AddOrgJWTIDPResponse) Descriptor() ([]byte, []int)

Deprecated: Use AddOrgJWTIDPResponse.ProtoReflect.Descriptor instead.

func (*AddOrgJWTIDPResponse) GetDetails

func (x *AddOrgJWTIDPResponse) GetDetails() *object.ObjectDetails

func (*AddOrgJWTIDPResponse) GetIdpId

func (x *AddOrgJWTIDPResponse) GetIdpId() string

func (*AddOrgJWTIDPResponse) ProtoMessage

func (*AddOrgJWTIDPResponse) ProtoMessage()

func (*AddOrgJWTIDPResponse) ProtoReflect

func (x *AddOrgJWTIDPResponse) ProtoReflect() protoreflect.Message

func (*AddOrgJWTIDPResponse) Reset

func (x *AddOrgJWTIDPResponse) Reset()

func (*AddOrgJWTIDPResponse) String

func (x *AddOrgJWTIDPResponse) String() string

type AddOrgMemberRequest

type AddOrgMemberRequest struct {
	UserId string   `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Roles  []string `protobuf:"bytes,2,rep,name=roles,proto3" json:"roles,omitempty"`
	// contains filtered or unexported fields
}

func (*AddOrgMemberRequest) Descriptor deprecated

func (*AddOrgMemberRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddOrgMemberRequest.ProtoReflect.Descriptor instead.

func (*AddOrgMemberRequest) GetRoles

func (x *AddOrgMemberRequest) GetRoles() []string

func (*AddOrgMemberRequest) GetUserId

func (x *AddOrgMemberRequest) GetUserId() string

func (*AddOrgMemberRequest) ProtoMessage

func (*AddOrgMemberRequest) ProtoMessage()

func (*AddOrgMemberRequest) ProtoReflect

func (x *AddOrgMemberRequest) ProtoReflect() protoreflect.Message

func (*AddOrgMemberRequest) Reset

func (x *AddOrgMemberRequest) Reset()

func (*AddOrgMemberRequest) String

func (x *AddOrgMemberRequest) String() string

type AddOrgMemberResponse

type AddOrgMemberResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*AddOrgMemberResponse) Descriptor deprecated

func (*AddOrgMemberResponse) Descriptor() ([]byte, []int)

Deprecated: Use AddOrgMemberResponse.ProtoReflect.Descriptor instead.

func (*AddOrgMemberResponse) GetDetails

func (x *AddOrgMemberResponse) GetDetails() *object.ObjectDetails

func (*AddOrgMemberResponse) ProtoMessage

func (*AddOrgMemberResponse) ProtoMessage()

func (*AddOrgMemberResponse) ProtoReflect

func (x *AddOrgMemberResponse) ProtoReflect() protoreflect.Message

func (*AddOrgMemberResponse) Reset

func (x *AddOrgMemberResponse) Reset()

func (*AddOrgMemberResponse) String

func (x *AddOrgMemberResponse) String() string

type AddOrgOIDCIDPRequest

type AddOrgOIDCIDPRequest struct {
	Name               string               `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	StylingType        idp.IDPStylingType   `` /* 130-byte string literal not displayed */
	ClientId           string               `protobuf:"bytes,3,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	ClientSecret       string               `protobuf:"bytes,4,opt,name=client_secret,json=clientSecret,proto3" json:"client_secret,omitempty"`
	Issuer             string               `protobuf:"bytes,5,opt,name=issuer,proto3" json:"issuer,omitempty"`
	Scopes             []string             `protobuf:"bytes,6,rep,name=scopes,proto3" json:"scopes,omitempty"`
	DisplayNameMapping idp.OIDCMappingField `` /* 155-byte string literal not displayed */
	UsernameMapping    idp.OIDCMappingField `` /* 144-byte string literal not displayed */
	AutoRegister       bool                 `protobuf:"varint,9,opt,name=auto_register,json=autoRegister,proto3" json:"auto_register,omitempty"`
	// contains filtered or unexported fields
}

func (*AddOrgOIDCIDPRequest) Descriptor deprecated

func (*AddOrgOIDCIDPRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddOrgOIDCIDPRequest.ProtoReflect.Descriptor instead.

func (*AddOrgOIDCIDPRequest) GetAutoRegister

func (x *AddOrgOIDCIDPRequest) GetAutoRegister() bool

func (*AddOrgOIDCIDPRequest) GetClientId

func (x *AddOrgOIDCIDPRequest) GetClientId() string

func (*AddOrgOIDCIDPRequest) GetClientSecret

func (x *AddOrgOIDCIDPRequest) GetClientSecret() string

func (*AddOrgOIDCIDPRequest) GetDisplayNameMapping

func (x *AddOrgOIDCIDPRequest) GetDisplayNameMapping() idp.OIDCMappingField

func (*AddOrgOIDCIDPRequest) GetIssuer

func (x *AddOrgOIDCIDPRequest) GetIssuer() string

func (*AddOrgOIDCIDPRequest) GetName

func (x *AddOrgOIDCIDPRequest) GetName() string

func (*AddOrgOIDCIDPRequest) GetScopes

func (x *AddOrgOIDCIDPRequest) GetScopes() []string

func (*AddOrgOIDCIDPRequest) GetStylingType

func (x *AddOrgOIDCIDPRequest) GetStylingType() idp.IDPStylingType

func (*AddOrgOIDCIDPRequest) GetUsernameMapping

func (x *AddOrgOIDCIDPRequest) GetUsernameMapping() idp.OIDCMappingField

func (*AddOrgOIDCIDPRequest) ProtoMessage

func (*AddOrgOIDCIDPRequest) ProtoMessage()

func (*AddOrgOIDCIDPRequest) ProtoReflect

func (x *AddOrgOIDCIDPRequest) ProtoReflect() protoreflect.Message

func (*AddOrgOIDCIDPRequest) Reset

func (x *AddOrgOIDCIDPRequest) Reset()

func (*AddOrgOIDCIDPRequest) String

func (x *AddOrgOIDCIDPRequest) String() string

type AddOrgOIDCIDPResponse

type AddOrgOIDCIDPResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	IdpId   string                `protobuf:"bytes,2,opt,name=idp_id,json=idpId,proto3" json:"idp_id,omitempty"`
	// contains filtered or unexported fields
}

func (*AddOrgOIDCIDPResponse) Descriptor deprecated

func (*AddOrgOIDCIDPResponse) Descriptor() ([]byte, []int)

Deprecated: Use AddOrgOIDCIDPResponse.ProtoReflect.Descriptor instead.

func (*AddOrgOIDCIDPResponse) GetDetails

func (x *AddOrgOIDCIDPResponse) GetDetails() *object.ObjectDetails

func (*AddOrgOIDCIDPResponse) GetIdpId

func (x *AddOrgOIDCIDPResponse) GetIdpId() string

func (*AddOrgOIDCIDPResponse) ProtoMessage

func (*AddOrgOIDCIDPResponse) ProtoMessage()

func (*AddOrgOIDCIDPResponse) ProtoReflect

func (x *AddOrgOIDCIDPResponse) ProtoReflect() protoreflect.Message

func (*AddOrgOIDCIDPResponse) Reset

func (x *AddOrgOIDCIDPResponse) Reset()

func (*AddOrgOIDCIDPResponse) String

func (x *AddOrgOIDCIDPResponse) String() string

type AddOrgRequest

type AddOrgRequest struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*AddOrgRequest) Descriptor deprecated

func (*AddOrgRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddOrgRequest.ProtoReflect.Descriptor instead.

func (*AddOrgRequest) GetName

func (x *AddOrgRequest) GetName() string

func (*AddOrgRequest) ProtoMessage

func (*AddOrgRequest) ProtoMessage()

func (*AddOrgRequest) ProtoReflect

func (x *AddOrgRequest) ProtoReflect() protoreflect.Message

func (*AddOrgRequest) Reset

func (x *AddOrgRequest) Reset()

func (*AddOrgRequest) String

func (x *AddOrgRequest) String() string

type AddOrgResponse

type AddOrgResponse struct {
	Id      string                `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Details *object.ObjectDetails `protobuf:"bytes,2,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*AddOrgResponse) Descriptor deprecated

func (*AddOrgResponse) Descriptor() ([]byte, []int)

Deprecated: Use AddOrgResponse.ProtoReflect.Descriptor instead.

func (*AddOrgResponse) GetDetails

func (x *AddOrgResponse) GetDetails() *object.ObjectDetails

func (*AddOrgResponse) GetId

func (x *AddOrgResponse) GetId() string

func (*AddOrgResponse) ProtoMessage

func (*AddOrgResponse) ProtoMessage()

func (*AddOrgResponse) ProtoReflect

func (x *AddOrgResponse) ProtoReflect() protoreflect.Message

func (*AddOrgResponse) Reset

func (x *AddOrgResponse) Reset()

func (*AddOrgResponse) String

func (x *AddOrgResponse) String() string

type AddPasswordlessRegistrationRequest

type AddPasswordlessRegistrationRequest struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*AddPasswordlessRegistrationRequest) Descriptor deprecated

func (*AddPasswordlessRegistrationRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddPasswordlessRegistrationRequest.ProtoReflect.Descriptor instead.

func (*AddPasswordlessRegistrationRequest) GetUserId

func (*AddPasswordlessRegistrationRequest) ProtoMessage

func (*AddPasswordlessRegistrationRequest) ProtoMessage()

func (*AddPasswordlessRegistrationRequest) ProtoReflect

func (*AddPasswordlessRegistrationRequest) Reset

func (*AddPasswordlessRegistrationRequest) String

type AddPasswordlessRegistrationResponse

type AddPasswordlessRegistrationResponse struct {
	Details    *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	Link       string                `protobuf:"bytes,2,opt,name=link,proto3" json:"link,omitempty"`
	Expiration *durationpb.Duration  `protobuf:"bytes,3,opt,name=expiration,proto3" json:"expiration,omitempty"`
	// contains filtered or unexported fields
}

func (*AddPasswordlessRegistrationResponse) Descriptor deprecated

func (*AddPasswordlessRegistrationResponse) Descriptor() ([]byte, []int)

Deprecated: Use AddPasswordlessRegistrationResponse.ProtoReflect.Descriptor instead.

func (*AddPasswordlessRegistrationResponse) GetDetails

func (*AddPasswordlessRegistrationResponse) GetExpiration

func (*AddPasswordlessRegistrationResponse) ProtoMessage

func (*AddPasswordlessRegistrationResponse) ProtoMessage()

func (*AddPasswordlessRegistrationResponse) ProtoReflect

func (*AddPasswordlessRegistrationResponse) Reset

func (*AddPasswordlessRegistrationResponse) String

type AddPersonalAccessTokenRequest

type AddPersonalAccessTokenRequest struct {
	UserId         string                 `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	ExpirationDate *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=expiration_date,json=expirationDate,proto3" json:"expiration_date,omitempty"`
	// contains filtered or unexported fields
}

func (*AddPersonalAccessTokenRequest) Descriptor deprecated

func (*AddPersonalAccessTokenRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddPersonalAccessTokenRequest.ProtoReflect.Descriptor instead.

func (*AddPersonalAccessTokenRequest) GetExpirationDate

func (x *AddPersonalAccessTokenRequest) GetExpirationDate() *timestamppb.Timestamp

func (*AddPersonalAccessTokenRequest) GetUserId

func (x *AddPersonalAccessTokenRequest) GetUserId() string

func (*AddPersonalAccessTokenRequest) ProtoMessage

func (*AddPersonalAccessTokenRequest) ProtoMessage()

func (*AddPersonalAccessTokenRequest) ProtoReflect

func (*AddPersonalAccessTokenRequest) Reset

func (x *AddPersonalAccessTokenRequest) Reset()

func (*AddPersonalAccessTokenRequest) String

type AddPersonalAccessTokenResponse

type AddPersonalAccessTokenResponse struct {
	TokenId string                `protobuf:"bytes,1,opt,name=token_id,json=tokenId,proto3" json:"token_id,omitempty"`
	Token   string                `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"`
	Details *object.ObjectDetails `protobuf:"bytes,3,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*AddPersonalAccessTokenResponse) Descriptor deprecated

func (*AddPersonalAccessTokenResponse) Descriptor() ([]byte, []int)

Deprecated: Use AddPersonalAccessTokenResponse.ProtoReflect.Descriptor instead.

func (*AddPersonalAccessTokenResponse) GetDetails

func (*AddPersonalAccessTokenResponse) GetToken

func (x *AddPersonalAccessTokenResponse) GetToken() string

func (*AddPersonalAccessTokenResponse) GetTokenId

func (x *AddPersonalAccessTokenResponse) GetTokenId() string

func (*AddPersonalAccessTokenResponse) ProtoMessage

func (*AddPersonalAccessTokenResponse) ProtoMessage()

func (*AddPersonalAccessTokenResponse) ProtoReflect

func (*AddPersonalAccessTokenResponse) Reset

func (x *AddPersonalAccessTokenResponse) Reset()

func (*AddPersonalAccessTokenResponse) String

type AddProjectGrantMemberRequest

type AddProjectGrantMemberRequest struct {
	ProjectId string   `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	GrantId   string   `protobuf:"bytes,2,opt,name=grant_id,json=grantId,proto3" json:"grant_id,omitempty"`
	UserId    string   `protobuf:"bytes,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Roles     []string `protobuf:"bytes,4,rep,name=roles,proto3" json:"roles,omitempty"`
	// contains filtered or unexported fields
}

func (*AddProjectGrantMemberRequest) Descriptor deprecated

func (*AddProjectGrantMemberRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddProjectGrantMemberRequest.ProtoReflect.Descriptor instead.

func (*AddProjectGrantMemberRequest) GetGrantId

func (x *AddProjectGrantMemberRequest) GetGrantId() string

func (*AddProjectGrantMemberRequest) GetProjectId

func (x *AddProjectGrantMemberRequest) GetProjectId() string

func (*AddProjectGrantMemberRequest) GetRoles

func (x *AddProjectGrantMemberRequest) GetRoles() []string

func (*AddProjectGrantMemberRequest) GetUserId

func (x *AddProjectGrantMemberRequest) GetUserId() string

func (*AddProjectGrantMemberRequest) ProtoMessage

func (*AddProjectGrantMemberRequest) ProtoMessage()

func (*AddProjectGrantMemberRequest) ProtoReflect

func (*AddProjectGrantMemberRequest) Reset

func (x *AddProjectGrantMemberRequest) Reset()

func (*AddProjectGrantMemberRequest) String

type AddProjectGrantMemberResponse

type AddProjectGrantMemberResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*AddProjectGrantMemberResponse) Descriptor deprecated

func (*AddProjectGrantMemberResponse) Descriptor() ([]byte, []int)

Deprecated: Use AddProjectGrantMemberResponse.ProtoReflect.Descriptor instead.

func (*AddProjectGrantMemberResponse) GetDetails

func (*AddProjectGrantMemberResponse) ProtoMessage

func (*AddProjectGrantMemberResponse) ProtoMessage()

func (*AddProjectGrantMemberResponse) ProtoReflect

func (*AddProjectGrantMemberResponse) Reset

func (x *AddProjectGrantMemberResponse) Reset()

func (*AddProjectGrantMemberResponse) String

type AddProjectGrantRequest

type AddProjectGrantRequest struct {
	ProjectId    string   `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	GrantedOrgId string   `protobuf:"bytes,2,opt,name=granted_org_id,json=grantedOrgId,proto3" json:"granted_org_id,omitempty"`
	RoleKeys     []string `protobuf:"bytes,3,rep,name=role_keys,json=roleKeys,proto3" json:"role_keys,omitempty"`
	// contains filtered or unexported fields
}

func (*AddProjectGrantRequest) Descriptor deprecated

func (*AddProjectGrantRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddProjectGrantRequest.ProtoReflect.Descriptor instead.

func (*AddProjectGrantRequest) GetGrantedOrgId

func (x *AddProjectGrantRequest) GetGrantedOrgId() string

func (*AddProjectGrantRequest) GetProjectId

func (x *AddProjectGrantRequest) GetProjectId() string

func (*AddProjectGrantRequest) GetRoleKeys

func (x *AddProjectGrantRequest) GetRoleKeys() []string

func (*AddProjectGrantRequest) ProtoMessage

func (*AddProjectGrantRequest) ProtoMessage()

func (*AddProjectGrantRequest) ProtoReflect

func (x *AddProjectGrantRequest) ProtoReflect() protoreflect.Message

func (*AddProjectGrantRequest) Reset

func (x *AddProjectGrantRequest) Reset()

func (*AddProjectGrantRequest) String

func (x *AddProjectGrantRequest) String() string

type AddProjectGrantResponse

type AddProjectGrantResponse struct {
	GrantId string                `protobuf:"bytes,1,opt,name=grant_id,json=grantId,proto3" json:"grant_id,omitempty"`
	Details *object.ObjectDetails `protobuf:"bytes,2,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*AddProjectGrantResponse) Descriptor deprecated

func (*AddProjectGrantResponse) Descriptor() ([]byte, []int)

Deprecated: Use AddProjectGrantResponse.ProtoReflect.Descriptor instead.

func (*AddProjectGrantResponse) GetDetails

func (x *AddProjectGrantResponse) GetDetails() *object.ObjectDetails

func (*AddProjectGrantResponse) GetGrantId

func (x *AddProjectGrantResponse) GetGrantId() string

func (*AddProjectGrantResponse) ProtoMessage

func (*AddProjectGrantResponse) ProtoMessage()

func (*AddProjectGrantResponse) ProtoReflect

func (x *AddProjectGrantResponse) ProtoReflect() protoreflect.Message

func (*AddProjectGrantResponse) Reset

func (x *AddProjectGrantResponse) Reset()

func (*AddProjectGrantResponse) String

func (x *AddProjectGrantResponse) String() string

type AddProjectMemberRequest

type AddProjectMemberRequest struct {
	ProjectId string   `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	UserId    string   `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Roles     []string `protobuf:"bytes,3,rep,name=roles,proto3" json:"roles,omitempty"`
	// contains filtered or unexported fields
}

func (*AddProjectMemberRequest) Descriptor deprecated

func (*AddProjectMemberRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddProjectMemberRequest.ProtoReflect.Descriptor instead.

func (*AddProjectMemberRequest) GetProjectId

func (x *AddProjectMemberRequest) GetProjectId() string

func (*AddProjectMemberRequest) GetRoles

func (x *AddProjectMemberRequest) GetRoles() []string

func (*AddProjectMemberRequest) GetUserId

func (x *AddProjectMemberRequest) GetUserId() string

func (*AddProjectMemberRequest) ProtoMessage

func (*AddProjectMemberRequest) ProtoMessage()

func (*AddProjectMemberRequest) ProtoReflect

func (x *AddProjectMemberRequest) ProtoReflect() protoreflect.Message

func (*AddProjectMemberRequest) Reset

func (x *AddProjectMemberRequest) Reset()

func (*AddProjectMemberRequest) String

func (x *AddProjectMemberRequest) String() string

type AddProjectMemberResponse

type AddProjectMemberResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*AddProjectMemberResponse) Descriptor deprecated

func (*AddProjectMemberResponse) Descriptor() ([]byte, []int)

Deprecated: Use AddProjectMemberResponse.ProtoReflect.Descriptor instead.

func (*AddProjectMemberResponse) GetDetails

func (*AddProjectMemberResponse) ProtoMessage

func (*AddProjectMemberResponse) ProtoMessage()

func (*AddProjectMemberResponse) ProtoReflect

func (x *AddProjectMemberResponse) ProtoReflect() protoreflect.Message

func (*AddProjectMemberResponse) Reset

func (x *AddProjectMemberResponse) Reset()

func (*AddProjectMemberResponse) String

func (x *AddProjectMemberResponse) String() string

type AddProjectRequest

type AddProjectRequest struct {
	Name                   string                         `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	ProjectRoleAssertion   bool                           `protobuf:"varint,2,opt,name=project_role_assertion,json=projectRoleAssertion,proto3" json:"project_role_assertion,omitempty"`
	ProjectRoleCheck       bool                           `protobuf:"varint,3,opt,name=project_role_check,json=projectRoleCheck,proto3" json:"project_role_check,omitempty"`
	HasProjectCheck        bool                           `protobuf:"varint,4,opt,name=has_project_check,json=hasProjectCheck,proto3" json:"has_project_check,omitempty"`
	PrivateLabelingSetting project.PrivateLabelingSetting `` /* 177-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AddProjectRequest) Descriptor deprecated

func (*AddProjectRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddProjectRequest.ProtoReflect.Descriptor instead.

func (*AddProjectRequest) GetHasProjectCheck

func (x *AddProjectRequest) GetHasProjectCheck() bool

func (*AddProjectRequest) GetName

func (x *AddProjectRequest) GetName() string

func (*AddProjectRequest) GetPrivateLabelingSetting

func (x *AddProjectRequest) GetPrivateLabelingSetting() project.PrivateLabelingSetting

func (*AddProjectRequest) GetProjectRoleAssertion

func (x *AddProjectRequest) GetProjectRoleAssertion() bool

func (*AddProjectRequest) GetProjectRoleCheck

func (x *AddProjectRequest) GetProjectRoleCheck() bool

func (*AddProjectRequest) ProtoMessage

func (*AddProjectRequest) ProtoMessage()

func (*AddProjectRequest) ProtoReflect

func (x *AddProjectRequest) ProtoReflect() protoreflect.Message

func (*AddProjectRequest) Reset

func (x *AddProjectRequest) Reset()

func (*AddProjectRequest) String

func (x *AddProjectRequest) String() string

type AddProjectResponse

type AddProjectResponse struct {
	Id      string                `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Details *object.ObjectDetails `protobuf:"bytes,2,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*AddProjectResponse) Descriptor deprecated

func (*AddProjectResponse) Descriptor() ([]byte, []int)

Deprecated: Use AddProjectResponse.ProtoReflect.Descriptor instead.

func (*AddProjectResponse) GetDetails

func (x *AddProjectResponse) GetDetails() *object.ObjectDetails

func (*AddProjectResponse) GetId

func (x *AddProjectResponse) GetId() string

func (*AddProjectResponse) ProtoMessage

func (*AddProjectResponse) ProtoMessage()

func (*AddProjectResponse) ProtoReflect

func (x *AddProjectResponse) ProtoReflect() protoreflect.Message

func (*AddProjectResponse) Reset

func (x *AddProjectResponse) Reset()

func (*AddProjectResponse) String

func (x *AddProjectResponse) String() string

type AddProjectRoleRequest

type AddProjectRoleRequest struct {
	ProjectId   string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	RoleKey     string `protobuf:"bytes,2,opt,name=role_key,json=roleKey,proto3" json:"role_key,omitempty"`
	DisplayName string `protobuf:"bytes,3,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	Group       string `protobuf:"bytes,4,opt,name=group,proto3" json:"group,omitempty"`
	// contains filtered or unexported fields
}

func (*AddProjectRoleRequest) Descriptor deprecated

func (*AddProjectRoleRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddProjectRoleRequest.ProtoReflect.Descriptor instead.

func (*AddProjectRoleRequest) GetDisplayName

func (x *AddProjectRoleRequest) GetDisplayName() string

func (*AddProjectRoleRequest) GetGroup

func (x *AddProjectRoleRequest) GetGroup() string

func (*AddProjectRoleRequest) GetProjectId

func (x *AddProjectRoleRequest) GetProjectId() string

func (*AddProjectRoleRequest) GetRoleKey

func (x *AddProjectRoleRequest) GetRoleKey() string

func (*AddProjectRoleRequest) ProtoMessage

func (*AddProjectRoleRequest) ProtoMessage()

func (*AddProjectRoleRequest) ProtoReflect

func (x *AddProjectRoleRequest) ProtoReflect() protoreflect.Message

func (*AddProjectRoleRequest) Reset

func (x *AddProjectRoleRequest) Reset()

func (*AddProjectRoleRequest) String

func (x *AddProjectRoleRequest) String() string

type AddProjectRoleResponse

type AddProjectRoleResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*AddProjectRoleResponse) Descriptor deprecated

func (*AddProjectRoleResponse) Descriptor() ([]byte, []int)

Deprecated: Use AddProjectRoleResponse.ProtoReflect.Descriptor instead.

func (*AddProjectRoleResponse) GetDetails

func (x *AddProjectRoleResponse) GetDetails() *object.ObjectDetails

func (*AddProjectRoleResponse) ProtoMessage

func (*AddProjectRoleResponse) ProtoMessage()

func (*AddProjectRoleResponse) ProtoReflect

func (x *AddProjectRoleResponse) ProtoReflect() protoreflect.Message

func (*AddProjectRoleResponse) Reset

func (x *AddProjectRoleResponse) Reset()

func (*AddProjectRoleResponse) String

func (x *AddProjectRoleResponse) String() string

type AddSecondFactorToLoginPolicyRequest

type AddSecondFactorToLoginPolicyRequest struct {
	Type policy.SecondFactorType `protobuf:"varint,1,opt,name=type,proto3,enum=zitadel.policy.v1.SecondFactorType" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*AddSecondFactorToLoginPolicyRequest) Descriptor deprecated

func (*AddSecondFactorToLoginPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddSecondFactorToLoginPolicyRequest.ProtoReflect.Descriptor instead.

func (*AddSecondFactorToLoginPolicyRequest) GetType

func (*AddSecondFactorToLoginPolicyRequest) ProtoMessage

func (*AddSecondFactorToLoginPolicyRequest) ProtoMessage()

func (*AddSecondFactorToLoginPolicyRequest) ProtoReflect

func (*AddSecondFactorToLoginPolicyRequest) Reset

func (*AddSecondFactorToLoginPolicyRequest) String

type AddSecondFactorToLoginPolicyResponse

type AddSecondFactorToLoginPolicyResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*AddSecondFactorToLoginPolicyResponse) Descriptor deprecated

func (*AddSecondFactorToLoginPolicyResponse) Descriptor() ([]byte, []int)

Deprecated: Use AddSecondFactorToLoginPolicyResponse.ProtoReflect.Descriptor instead.

func (*AddSecondFactorToLoginPolicyResponse) GetDetails

func (*AddSecondFactorToLoginPolicyResponse) ProtoMessage

func (*AddSecondFactorToLoginPolicyResponse) ProtoMessage()

func (*AddSecondFactorToLoginPolicyResponse) ProtoReflect

func (*AddSecondFactorToLoginPolicyResponse) Reset

func (*AddSecondFactorToLoginPolicyResponse) String

type AddUserGrantRequest

type AddUserGrantRequest struct {
	UserId         string   `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	ProjectId      string   `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	ProjectGrantId string   `protobuf:"bytes,3,opt,name=project_grant_id,json=projectGrantId,proto3" json:"project_grant_id,omitempty"`
	RoleKeys       []string `protobuf:"bytes,4,rep,name=role_keys,json=roleKeys,proto3" json:"role_keys,omitempty"`
	// contains filtered or unexported fields
}

func (*AddUserGrantRequest) Descriptor deprecated

func (*AddUserGrantRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddUserGrantRequest.ProtoReflect.Descriptor instead.

func (*AddUserGrantRequest) GetProjectGrantId

func (x *AddUserGrantRequest) GetProjectGrantId() string

func (*AddUserGrantRequest) GetProjectId

func (x *AddUserGrantRequest) GetProjectId() string

func (*AddUserGrantRequest) GetRoleKeys

func (x *AddUserGrantRequest) GetRoleKeys() []string

func (*AddUserGrantRequest) GetUserId

func (x *AddUserGrantRequest) GetUserId() string

func (*AddUserGrantRequest) ProtoMessage

func (*AddUserGrantRequest) ProtoMessage()

func (*AddUserGrantRequest) ProtoReflect

func (x *AddUserGrantRequest) ProtoReflect() protoreflect.Message

func (*AddUserGrantRequest) Reset

func (x *AddUserGrantRequest) Reset()

func (*AddUserGrantRequest) String

func (x *AddUserGrantRequest) String() string

type AddUserGrantResponse

type AddUserGrantResponse struct {
	UserGrantId string                `protobuf:"bytes,1,opt,name=user_grant_id,json=userGrantId,proto3" json:"user_grant_id,omitempty"`
	Details     *object.ObjectDetails `protobuf:"bytes,2,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*AddUserGrantResponse) Descriptor deprecated

func (*AddUserGrantResponse) Descriptor() ([]byte, []int)

Deprecated: Use AddUserGrantResponse.ProtoReflect.Descriptor instead.

func (*AddUserGrantResponse) GetDetails

func (x *AddUserGrantResponse) GetDetails() *object.ObjectDetails

func (*AddUserGrantResponse) GetUserGrantId

func (x *AddUserGrantResponse) GetUserGrantId() string

func (*AddUserGrantResponse) ProtoMessage

func (*AddUserGrantResponse) ProtoMessage()

func (*AddUserGrantResponse) ProtoReflect

func (x *AddUserGrantResponse) ProtoReflect() protoreflect.Message

func (*AddUserGrantResponse) Reset

func (x *AddUserGrantResponse) Reset()

func (*AddUserGrantResponse) String

func (x *AddUserGrantResponse) String() string

type BulkAddProjectRolesRequest

type BulkAddProjectRolesRequest struct {
	ProjectId string                             `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Roles     []*BulkAddProjectRolesRequest_Role `protobuf:"bytes,2,rep,name=roles,proto3" json:"roles,omitempty"`
	// contains filtered or unexported fields
}

func (*BulkAddProjectRolesRequest) Descriptor deprecated

func (*BulkAddProjectRolesRequest) Descriptor() ([]byte, []int)

Deprecated: Use BulkAddProjectRolesRequest.ProtoReflect.Descriptor instead.

func (*BulkAddProjectRolesRequest) GetProjectId

func (x *BulkAddProjectRolesRequest) GetProjectId() string

func (*BulkAddProjectRolesRequest) GetRoles

func (*BulkAddProjectRolesRequest) ProtoMessage

func (*BulkAddProjectRolesRequest) ProtoMessage()

func (*BulkAddProjectRolesRequest) ProtoReflect

func (*BulkAddProjectRolesRequest) Reset

func (x *BulkAddProjectRolesRequest) Reset()

func (*BulkAddProjectRolesRequest) String

func (x *BulkAddProjectRolesRequest) String() string

type BulkAddProjectRolesRequest_Role

type BulkAddProjectRolesRequest_Role struct {
	Key         string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	Group       string `protobuf:"bytes,3,opt,name=group,proto3" json:"group,omitempty"`
	// contains filtered or unexported fields
}

func (*BulkAddProjectRolesRequest_Role) Descriptor deprecated

func (*BulkAddProjectRolesRequest_Role) Descriptor() ([]byte, []int)

Deprecated: Use BulkAddProjectRolesRequest_Role.ProtoReflect.Descriptor instead.

func (*BulkAddProjectRolesRequest_Role) GetDisplayName

func (x *BulkAddProjectRolesRequest_Role) GetDisplayName() string

func (*BulkAddProjectRolesRequest_Role) GetGroup

func (*BulkAddProjectRolesRequest_Role) GetKey

func (*BulkAddProjectRolesRequest_Role) ProtoMessage

func (*BulkAddProjectRolesRequest_Role) ProtoMessage()

func (*BulkAddProjectRolesRequest_Role) ProtoReflect

func (*BulkAddProjectRolesRequest_Role) Reset

func (*BulkAddProjectRolesRequest_Role) String

type BulkAddProjectRolesResponse

type BulkAddProjectRolesResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*BulkAddProjectRolesResponse) Descriptor deprecated

func (*BulkAddProjectRolesResponse) Descriptor() ([]byte, []int)

Deprecated: Use BulkAddProjectRolesResponse.ProtoReflect.Descriptor instead.

func (*BulkAddProjectRolesResponse) GetDetails

func (*BulkAddProjectRolesResponse) ProtoMessage

func (*BulkAddProjectRolesResponse) ProtoMessage()

func (*BulkAddProjectRolesResponse) ProtoReflect

func (*BulkAddProjectRolesResponse) Reset

func (x *BulkAddProjectRolesResponse) Reset()

func (*BulkAddProjectRolesResponse) String

func (x *BulkAddProjectRolesResponse) String() string

type BulkRemoveUserGrantRequest

type BulkRemoveUserGrantRequest struct {
	GrantId []string `protobuf:"bytes,1,rep,name=grant_id,json=grantId,proto3" json:"grant_id,omitempty"`
	// contains filtered or unexported fields
}

func (*BulkRemoveUserGrantRequest) Descriptor deprecated

func (*BulkRemoveUserGrantRequest) Descriptor() ([]byte, []int)

Deprecated: Use BulkRemoveUserGrantRequest.ProtoReflect.Descriptor instead.

func (*BulkRemoveUserGrantRequest) GetGrantId

func (x *BulkRemoveUserGrantRequest) GetGrantId() []string

func (*BulkRemoveUserGrantRequest) ProtoMessage

func (*BulkRemoveUserGrantRequest) ProtoMessage()

func (*BulkRemoveUserGrantRequest) ProtoReflect

func (*BulkRemoveUserGrantRequest) Reset

func (x *BulkRemoveUserGrantRequest) Reset()

func (*BulkRemoveUserGrantRequest) String

func (x *BulkRemoveUserGrantRequest) String() string

type BulkRemoveUserGrantResponse

type BulkRemoveUserGrantResponse struct {
	// contains filtered or unexported fields
}

func (*BulkRemoveUserGrantResponse) Descriptor deprecated

func (*BulkRemoveUserGrantResponse) Descriptor() ([]byte, []int)

Deprecated: Use BulkRemoveUserGrantResponse.ProtoReflect.Descriptor instead.

func (*BulkRemoveUserGrantResponse) ProtoMessage

func (*BulkRemoveUserGrantResponse) ProtoMessage()

func (*BulkRemoveUserGrantResponse) ProtoReflect

func (*BulkRemoveUserGrantResponse) Reset

func (x *BulkRemoveUserGrantResponse) Reset()

func (*BulkRemoveUserGrantResponse) String

func (x *BulkRemoveUserGrantResponse) String() string

type BulkRemoveUserMetadataRequest

type BulkRemoveUserMetadataRequest struct {
	Id   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Keys []string `protobuf:"bytes,2,rep,name=keys,proto3" json:"keys,omitempty"`
	// contains filtered or unexported fields
}

func (*BulkRemoveUserMetadataRequest) Descriptor deprecated

func (*BulkRemoveUserMetadataRequest) Descriptor() ([]byte, []int)

Deprecated: Use BulkRemoveUserMetadataRequest.ProtoReflect.Descriptor instead.

func (*BulkRemoveUserMetadataRequest) GetId

func (*BulkRemoveUserMetadataRequest) GetKeys

func (x *BulkRemoveUserMetadataRequest) GetKeys() []string

func (*BulkRemoveUserMetadataRequest) ProtoMessage

func (*BulkRemoveUserMetadataRequest) ProtoMessage()

func (*BulkRemoveUserMetadataRequest) ProtoReflect

func (*BulkRemoveUserMetadataRequest) Reset

func (x *BulkRemoveUserMetadataRequest) Reset()

func (*BulkRemoveUserMetadataRequest) String

type BulkRemoveUserMetadataResponse

type BulkRemoveUserMetadataResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*BulkRemoveUserMetadataResponse) Descriptor deprecated

func (*BulkRemoveUserMetadataResponse) Descriptor() ([]byte, []int)

Deprecated: Use BulkRemoveUserMetadataResponse.ProtoReflect.Descriptor instead.

func (*BulkRemoveUserMetadataResponse) GetDetails

func (*BulkRemoveUserMetadataResponse) ProtoMessage

func (*BulkRemoveUserMetadataResponse) ProtoMessage()

func (*BulkRemoveUserMetadataResponse) ProtoReflect

func (*BulkRemoveUserMetadataResponse) Reset

func (x *BulkRemoveUserMetadataResponse) Reset()

func (*BulkRemoveUserMetadataResponse) String

type BulkSetUserMetadataRequest

type BulkSetUserMetadataRequest struct {
	Id       string                                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Metadata []*BulkSetUserMetadataRequest_Metadata `protobuf:"bytes,2,rep,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*BulkSetUserMetadataRequest) Descriptor deprecated

func (*BulkSetUserMetadataRequest) Descriptor() ([]byte, []int)

Deprecated: Use BulkSetUserMetadataRequest.ProtoReflect.Descriptor instead.

func (*BulkSetUserMetadataRequest) GetId

func (*BulkSetUserMetadataRequest) GetMetadata

func (*BulkSetUserMetadataRequest) ProtoMessage

func (*BulkSetUserMetadataRequest) ProtoMessage()

func (*BulkSetUserMetadataRequest) ProtoReflect

func (*BulkSetUserMetadataRequest) Reset

func (x *BulkSetUserMetadataRequest) Reset()

func (*BulkSetUserMetadataRequest) String

func (x *BulkSetUserMetadataRequest) String() string

type BulkSetUserMetadataRequest_Metadata

type BulkSetUserMetadataRequest_Metadata struct {
	Key   string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Value []byte `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*BulkSetUserMetadataRequest_Metadata) Descriptor deprecated

func (*BulkSetUserMetadataRequest_Metadata) Descriptor() ([]byte, []int)

Deprecated: Use BulkSetUserMetadataRequest_Metadata.ProtoReflect.Descriptor instead.

func (*BulkSetUserMetadataRequest_Metadata) GetKey

func (*BulkSetUserMetadataRequest_Metadata) GetValue

func (x *BulkSetUserMetadataRequest_Metadata) GetValue() []byte

func (*BulkSetUserMetadataRequest_Metadata) ProtoMessage

func (*BulkSetUserMetadataRequest_Metadata) ProtoMessage()

func (*BulkSetUserMetadataRequest_Metadata) ProtoReflect

func (*BulkSetUserMetadataRequest_Metadata) Reset

func (*BulkSetUserMetadataRequest_Metadata) String

type BulkSetUserMetadataResponse

type BulkSetUserMetadataResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*BulkSetUserMetadataResponse) Descriptor deprecated

func (*BulkSetUserMetadataResponse) Descriptor() ([]byte, []int)

Deprecated: Use BulkSetUserMetadataResponse.ProtoReflect.Descriptor instead.

func (*BulkSetUserMetadataResponse) GetDetails

func (*BulkSetUserMetadataResponse) ProtoMessage

func (*BulkSetUserMetadataResponse) ProtoMessage()

func (*BulkSetUserMetadataResponse) ProtoReflect

func (*BulkSetUserMetadataResponse) Reset

func (x *BulkSetUserMetadataResponse) Reset()

func (*BulkSetUserMetadataResponse) String

func (x *BulkSetUserMetadataResponse) String() string

type ClearFlowRequest

type ClearFlowRequest struct {
	Type action.FlowType `protobuf:"varint,1,opt,name=type,proto3,enum=zitadel.action.v1.FlowType" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*ClearFlowRequest) Descriptor deprecated

func (*ClearFlowRequest) Descriptor() ([]byte, []int)

Deprecated: Use ClearFlowRequest.ProtoReflect.Descriptor instead.

func (*ClearFlowRequest) GetType

func (x *ClearFlowRequest) GetType() action.FlowType

func (*ClearFlowRequest) ProtoMessage

func (*ClearFlowRequest) ProtoMessage()

func (*ClearFlowRequest) ProtoReflect

func (x *ClearFlowRequest) ProtoReflect() protoreflect.Message

func (*ClearFlowRequest) Reset

func (x *ClearFlowRequest) Reset()

func (*ClearFlowRequest) String

func (x *ClearFlowRequest) String() string

type ClearFlowResponse

type ClearFlowResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*ClearFlowResponse) Descriptor deprecated

func (*ClearFlowResponse) Descriptor() ([]byte, []int)

Deprecated: Use ClearFlowResponse.ProtoReflect.Descriptor instead.

func (*ClearFlowResponse) GetDetails

func (x *ClearFlowResponse) GetDetails() *object.ObjectDetails

func (*ClearFlowResponse) ProtoMessage

func (*ClearFlowResponse) ProtoMessage()

func (*ClearFlowResponse) ProtoReflect

func (x *ClearFlowResponse) ProtoReflect() protoreflect.Message

func (*ClearFlowResponse) Reset

func (x *ClearFlowResponse) Reset()

func (*ClearFlowResponse) String

func (x *ClearFlowResponse) String() string

type CreateActionRequest

type CreateActionRequest struct {
	Name          string               `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Script        string               `protobuf:"bytes,2,opt,name=script,proto3" json:"script,omitempty"`
	Timeout       *durationpb.Duration `protobuf:"bytes,3,opt,name=timeout,proto3" json:"timeout,omitempty"`
	AllowedToFail bool                 `protobuf:"varint,4,opt,name=allowed_to_fail,json=allowedToFail,proto3" json:"allowed_to_fail,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateActionRequest) Descriptor deprecated

func (*CreateActionRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateActionRequest.ProtoReflect.Descriptor instead.

func (*CreateActionRequest) GetAllowedToFail

func (x *CreateActionRequest) GetAllowedToFail() bool

func (*CreateActionRequest) GetName

func (x *CreateActionRequest) GetName() string

func (*CreateActionRequest) GetScript

func (x *CreateActionRequest) GetScript() string

func (*CreateActionRequest) GetTimeout

func (x *CreateActionRequest) GetTimeout() *durationpb.Duration

func (*CreateActionRequest) ProtoMessage

func (*CreateActionRequest) ProtoMessage()

func (*CreateActionRequest) ProtoReflect

func (x *CreateActionRequest) ProtoReflect() protoreflect.Message

func (*CreateActionRequest) Reset

func (x *CreateActionRequest) Reset()

func (*CreateActionRequest) String

func (x *CreateActionRequest) String() string

type CreateActionResponse

type CreateActionResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	Id      string                `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateActionResponse) Descriptor deprecated

func (*CreateActionResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateActionResponse.ProtoReflect.Descriptor instead.

func (*CreateActionResponse) GetDetails

func (x *CreateActionResponse) GetDetails() *object.ObjectDetails

func (*CreateActionResponse) GetId

func (x *CreateActionResponse) GetId() string

func (*CreateActionResponse) ProtoMessage

func (*CreateActionResponse) ProtoMessage()

func (*CreateActionResponse) ProtoReflect

func (x *CreateActionResponse) ProtoReflect() protoreflect.Message

func (*CreateActionResponse) Reset

func (x *CreateActionResponse) Reset()

func (*CreateActionResponse) String

func (x *CreateActionResponse) String() string

type DeactivateActionRequest

type DeactivateActionRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeactivateActionRequest) Descriptor deprecated

func (*DeactivateActionRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeactivateActionRequest.ProtoReflect.Descriptor instead.

func (*DeactivateActionRequest) GetId

func (x *DeactivateActionRequest) GetId() string

func (*DeactivateActionRequest) ProtoMessage

func (*DeactivateActionRequest) ProtoMessage()

func (*DeactivateActionRequest) ProtoReflect

func (x *DeactivateActionRequest) ProtoReflect() protoreflect.Message

func (*DeactivateActionRequest) Reset

func (x *DeactivateActionRequest) Reset()

func (*DeactivateActionRequest) String

func (x *DeactivateActionRequest) String() string

type DeactivateActionResponse

type DeactivateActionResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*DeactivateActionResponse) Descriptor deprecated

func (*DeactivateActionResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeactivateActionResponse.ProtoReflect.Descriptor instead.

func (*DeactivateActionResponse) GetDetails

func (*DeactivateActionResponse) ProtoMessage

func (*DeactivateActionResponse) ProtoMessage()

func (*DeactivateActionResponse) ProtoReflect

func (x *DeactivateActionResponse) ProtoReflect() protoreflect.Message

func (*DeactivateActionResponse) Reset

func (x *DeactivateActionResponse) Reset()

func (*DeactivateActionResponse) String

func (x *DeactivateActionResponse) String() string

type DeactivateAppRequest

type DeactivateAppRequest struct {
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	AppId     string `protobuf:"bytes,2,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeactivateAppRequest) Descriptor deprecated

func (*DeactivateAppRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeactivateAppRequest.ProtoReflect.Descriptor instead.

func (*DeactivateAppRequest) GetAppId

func (x *DeactivateAppRequest) GetAppId() string

func (*DeactivateAppRequest) GetProjectId

func (x *DeactivateAppRequest) GetProjectId() string

func (*DeactivateAppRequest) ProtoMessage

func (*DeactivateAppRequest) ProtoMessage()

func (*DeactivateAppRequest) ProtoReflect

func (x *DeactivateAppRequest) ProtoReflect() protoreflect.Message

func (*DeactivateAppRequest) Reset

func (x *DeactivateAppRequest) Reset()

func (*DeactivateAppRequest) String

func (x *DeactivateAppRequest) String() string

type DeactivateAppResponse

type DeactivateAppResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*DeactivateAppResponse) Descriptor deprecated

func (*DeactivateAppResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeactivateAppResponse.ProtoReflect.Descriptor instead.

func (*DeactivateAppResponse) GetDetails

func (x *DeactivateAppResponse) GetDetails() *object.ObjectDetails

func (*DeactivateAppResponse) ProtoMessage

func (*DeactivateAppResponse) ProtoMessage()

func (*DeactivateAppResponse) ProtoReflect

func (x *DeactivateAppResponse) ProtoReflect() protoreflect.Message

func (*DeactivateAppResponse) Reset

func (x *DeactivateAppResponse) Reset()

func (*DeactivateAppResponse) String

func (x *DeactivateAppResponse) String() string

type DeactivateOrgIDPRequest

type DeactivateOrgIDPRequest struct {
	IdpId string `protobuf:"bytes,1,opt,name=idp_id,json=idpId,proto3" json:"idp_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeactivateOrgIDPRequest) Descriptor deprecated

func (*DeactivateOrgIDPRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeactivateOrgIDPRequest.ProtoReflect.Descriptor instead.

func (*DeactivateOrgIDPRequest) GetIdpId

func (x *DeactivateOrgIDPRequest) GetIdpId() string

func (*DeactivateOrgIDPRequest) ProtoMessage

func (*DeactivateOrgIDPRequest) ProtoMessage()

func (*DeactivateOrgIDPRequest) ProtoReflect

func (x *DeactivateOrgIDPRequest) ProtoReflect() protoreflect.Message

func (*DeactivateOrgIDPRequest) Reset

func (x *DeactivateOrgIDPRequest) Reset()

func (*DeactivateOrgIDPRequest) String

func (x *DeactivateOrgIDPRequest) String() string

type DeactivateOrgIDPResponse

type DeactivateOrgIDPResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*DeactivateOrgIDPResponse) Descriptor deprecated

func (*DeactivateOrgIDPResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeactivateOrgIDPResponse.ProtoReflect.Descriptor instead.

func (*DeactivateOrgIDPResponse) GetDetails

func (*DeactivateOrgIDPResponse) ProtoMessage

func (*DeactivateOrgIDPResponse) ProtoMessage()

func (*DeactivateOrgIDPResponse) ProtoReflect

func (x *DeactivateOrgIDPResponse) ProtoReflect() protoreflect.Message

func (*DeactivateOrgIDPResponse) Reset

func (x *DeactivateOrgIDPResponse) Reset()

func (*DeactivateOrgIDPResponse) String

func (x *DeactivateOrgIDPResponse) String() string

type DeactivateOrgRequest

type DeactivateOrgRequest struct {
	// contains filtered or unexported fields
}

This is an empty request

func (*DeactivateOrgRequest) Descriptor deprecated

func (*DeactivateOrgRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeactivateOrgRequest.ProtoReflect.Descriptor instead.

func (*DeactivateOrgRequest) ProtoMessage

func (*DeactivateOrgRequest) ProtoMessage()

func (*DeactivateOrgRequest) ProtoReflect

func (x *DeactivateOrgRequest) ProtoReflect() protoreflect.Message

func (*DeactivateOrgRequest) Reset

func (x *DeactivateOrgRequest) Reset()

func (*DeactivateOrgRequest) String

func (x *DeactivateOrgRequest) String() string

type DeactivateOrgResponse

type DeactivateOrgResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*DeactivateOrgResponse) Descriptor deprecated

func (*DeactivateOrgResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeactivateOrgResponse.ProtoReflect.Descriptor instead.

func (*DeactivateOrgResponse) GetDetails

func (x *DeactivateOrgResponse) GetDetails() *object.ObjectDetails

func (*DeactivateOrgResponse) ProtoMessage

func (*DeactivateOrgResponse) ProtoMessage()

func (*DeactivateOrgResponse) ProtoReflect

func (x *DeactivateOrgResponse) ProtoReflect() protoreflect.Message

func (*DeactivateOrgResponse) Reset

func (x *DeactivateOrgResponse) Reset()

func (*DeactivateOrgResponse) String

func (x *DeactivateOrgResponse) String() string

type DeactivateProjectGrantRequest

type DeactivateProjectGrantRequest struct {
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	GrantId   string `protobuf:"bytes,2,opt,name=grant_id,json=grantId,proto3" json:"grant_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeactivateProjectGrantRequest) Descriptor deprecated

func (*DeactivateProjectGrantRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeactivateProjectGrantRequest.ProtoReflect.Descriptor instead.

func (*DeactivateProjectGrantRequest) GetGrantId

func (x *DeactivateProjectGrantRequest) GetGrantId() string

func (*DeactivateProjectGrantRequest) GetProjectId

func (x *DeactivateProjectGrantRequest) GetProjectId() string

func (*DeactivateProjectGrantRequest) ProtoMessage

func (*DeactivateProjectGrantRequest) ProtoMessage()

func (*DeactivateProjectGrantRequest) ProtoReflect

func (*DeactivateProjectGrantRequest) Reset

func (x *DeactivateProjectGrantRequest) Reset()

func (*DeactivateProjectGrantRequest) String

type DeactivateProjectGrantResponse

type DeactivateProjectGrantResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*DeactivateProjectGrantResponse) Descriptor deprecated

func (*DeactivateProjectGrantResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeactivateProjectGrantResponse.ProtoReflect.Descriptor instead.

func (*DeactivateProjectGrantResponse) GetDetails

func (*DeactivateProjectGrantResponse) ProtoMessage

func (*DeactivateProjectGrantResponse) ProtoMessage()

func (*DeactivateProjectGrantResponse) ProtoReflect

func (*DeactivateProjectGrantResponse) Reset

func (x *DeactivateProjectGrantResponse) Reset()

func (*DeactivateProjectGrantResponse) String

type DeactivateProjectRequest

type DeactivateProjectRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeactivateProjectRequest) Descriptor deprecated

func (*DeactivateProjectRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeactivateProjectRequest.ProtoReflect.Descriptor instead.

func (*DeactivateProjectRequest) GetId

func (x *DeactivateProjectRequest) GetId() string

func (*DeactivateProjectRequest) ProtoMessage

func (*DeactivateProjectRequest) ProtoMessage()

func (*DeactivateProjectRequest) ProtoReflect

func (x *DeactivateProjectRequest) ProtoReflect() protoreflect.Message

func (*DeactivateProjectRequest) Reset

func (x *DeactivateProjectRequest) Reset()

func (*DeactivateProjectRequest) String

func (x *DeactivateProjectRequest) String() string

type DeactivateProjectResponse

type DeactivateProjectResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*DeactivateProjectResponse) Descriptor deprecated

func (*DeactivateProjectResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeactivateProjectResponse.ProtoReflect.Descriptor instead.

func (*DeactivateProjectResponse) GetDetails

func (*DeactivateProjectResponse) ProtoMessage

func (*DeactivateProjectResponse) ProtoMessage()

func (*DeactivateProjectResponse) ProtoReflect

func (*DeactivateProjectResponse) Reset

func (x *DeactivateProjectResponse) Reset()

func (*DeactivateProjectResponse) String

func (x *DeactivateProjectResponse) String() string

type DeactivateUserGrantRequest

type DeactivateUserGrantRequest struct {
	UserId  string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	GrantId string `protobuf:"bytes,2,opt,name=grant_id,json=grantId,proto3" json:"grant_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeactivateUserGrantRequest) Descriptor deprecated

func (*DeactivateUserGrantRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeactivateUserGrantRequest.ProtoReflect.Descriptor instead.

func (*DeactivateUserGrantRequest) GetGrantId

func (x *DeactivateUserGrantRequest) GetGrantId() string

func (*DeactivateUserGrantRequest) GetUserId

func (x *DeactivateUserGrantRequest) GetUserId() string

func (*DeactivateUserGrantRequest) ProtoMessage

func (*DeactivateUserGrantRequest) ProtoMessage()

func (*DeactivateUserGrantRequest) ProtoReflect

func (*DeactivateUserGrantRequest) Reset

func (x *DeactivateUserGrantRequest) Reset()

func (*DeactivateUserGrantRequest) String

func (x *DeactivateUserGrantRequest) String() string

type DeactivateUserGrantResponse

type DeactivateUserGrantResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*DeactivateUserGrantResponse) Descriptor deprecated

func (*DeactivateUserGrantResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeactivateUserGrantResponse.ProtoReflect.Descriptor instead.

func (*DeactivateUserGrantResponse) GetDetails

func (*DeactivateUserGrantResponse) ProtoMessage

func (*DeactivateUserGrantResponse) ProtoMessage()

func (*DeactivateUserGrantResponse) ProtoReflect

func (*DeactivateUserGrantResponse) Reset

func (x *DeactivateUserGrantResponse) Reset()

func (*DeactivateUserGrantResponse) String

func (x *DeactivateUserGrantResponse) String() string

type DeactivateUserRequest

type DeactivateUserRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeactivateUserRequest) Descriptor deprecated

func (*DeactivateUserRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeactivateUserRequest.ProtoReflect.Descriptor instead.

func (*DeactivateUserRequest) GetId

func (x *DeactivateUserRequest) GetId() string

func (*DeactivateUserRequest) ProtoMessage

func (*DeactivateUserRequest) ProtoMessage()

func (*DeactivateUserRequest) ProtoReflect

func (x *DeactivateUserRequest) ProtoReflect() protoreflect.Message

func (*DeactivateUserRequest) Reset

func (x *DeactivateUserRequest) Reset()

func (*DeactivateUserRequest) String

func (x *DeactivateUserRequest) String() string

type DeactivateUserResponse

type DeactivateUserResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*DeactivateUserResponse) Descriptor deprecated

func (*DeactivateUserResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeactivateUserResponse.ProtoReflect.Descriptor instead.

func (*DeactivateUserResponse) GetDetails

func (x *DeactivateUserResponse) GetDetails() *object.ObjectDetails

func (*DeactivateUserResponse) ProtoMessage

func (*DeactivateUserResponse) ProtoMessage()

func (*DeactivateUserResponse) ProtoReflect

func (x *DeactivateUserResponse) ProtoReflect() protoreflect.Message

func (*DeactivateUserResponse) Reset

func (x *DeactivateUserResponse) Reset()

func (*DeactivateUserResponse) String

func (x *DeactivateUserResponse) String() string

type DeleteActionRequest

type DeleteActionRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteActionRequest) Descriptor deprecated

func (*DeleteActionRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteActionRequest.ProtoReflect.Descriptor instead.

func (*DeleteActionRequest) GetId

func (x *DeleteActionRequest) GetId() string

func (*DeleteActionRequest) ProtoMessage

func (*DeleteActionRequest) ProtoMessage()

func (*DeleteActionRequest) ProtoReflect

func (x *DeleteActionRequest) ProtoReflect() protoreflect.Message

func (*DeleteActionRequest) Reset

func (x *DeleteActionRequest) Reset()

func (*DeleteActionRequest) String

func (x *DeleteActionRequest) String() string

type DeleteActionResponse

type DeleteActionResponse struct {
	// contains filtered or unexported fields
}

func (*DeleteActionResponse) Descriptor deprecated

func (*DeleteActionResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteActionResponse.ProtoReflect.Descriptor instead.

func (*DeleteActionResponse) ProtoMessage

func (*DeleteActionResponse) ProtoMessage()

func (*DeleteActionResponse) ProtoReflect

func (x *DeleteActionResponse) ProtoReflect() protoreflect.Message

func (*DeleteActionResponse) Reset

func (x *DeleteActionResponse) Reset()

func (*DeleteActionResponse) String

func (x *DeleteActionResponse) String() string

type GenerateOrgDomainValidationRequest

type GenerateOrgDomainValidationRequest struct {
	Domain string                   `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
	Type   org.DomainValidationType `protobuf:"varint,2,opt,name=type,proto3,enum=zitadel.org.v1.DomainValidationType" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerateOrgDomainValidationRequest) Descriptor deprecated

func (*GenerateOrgDomainValidationRequest) Descriptor() ([]byte, []int)

Deprecated: Use GenerateOrgDomainValidationRequest.ProtoReflect.Descriptor instead.

func (*GenerateOrgDomainValidationRequest) GetDomain

func (*GenerateOrgDomainValidationRequest) GetType

func (*GenerateOrgDomainValidationRequest) ProtoMessage

func (*GenerateOrgDomainValidationRequest) ProtoMessage()

func (*GenerateOrgDomainValidationRequest) ProtoReflect

func (*GenerateOrgDomainValidationRequest) Reset

func (*GenerateOrgDomainValidationRequest) String

type GenerateOrgDomainValidationResponse

type GenerateOrgDomainValidationResponse struct {
	Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	Url   string `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerateOrgDomainValidationResponse) Descriptor deprecated

func (*GenerateOrgDomainValidationResponse) Descriptor() ([]byte, []int)

Deprecated: Use GenerateOrgDomainValidationResponse.ProtoReflect.Descriptor instead.

func (*GenerateOrgDomainValidationResponse) GetToken

func (*GenerateOrgDomainValidationResponse) GetUrl

func (*GenerateOrgDomainValidationResponse) ProtoMessage

func (*GenerateOrgDomainValidationResponse) ProtoMessage()

func (*GenerateOrgDomainValidationResponse) ProtoReflect

func (*GenerateOrgDomainValidationResponse) Reset

func (*GenerateOrgDomainValidationResponse) String

type GetActionRequest

type GetActionRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetActionRequest) Descriptor deprecated

func (*GetActionRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetActionRequest.ProtoReflect.Descriptor instead.

func (*GetActionRequest) GetId

func (x *GetActionRequest) GetId() string

func (*GetActionRequest) ProtoMessage

func (*GetActionRequest) ProtoMessage()

func (*GetActionRequest) ProtoReflect

func (x *GetActionRequest) ProtoReflect() protoreflect.Message

func (*GetActionRequest) Reset

func (x *GetActionRequest) Reset()

func (*GetActionRequest) String

func (x *GetActionRequest) String() string

type GetActionResponse

type GetActionResponse struct {
	Action *action.Action `protobuf:"bytes,1,opt,name=action,proto3" json:"action,omitempty"`
	// contains filtered or unexported fields
}

func (*GetActionResponse) Descriptor deprecated

func (*GetActionResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetActionResponse.ProtoReflect.Descriptor instead.

func (*GetActionResponse) GetAction

func (x *GetActionResponse) GetAction() *action.Action

func (*GetActionResponse) ProtoMessage

func (*GetActionResponse) ProtoMessage()

func (*GetActionResponse) ProtoReflect

func (x *GetActionResponse) ProtoReflect() protoreflect.Message

func (*GetActionResponse) Reset

func (x *GetActionResponse) Reset()

func (*GetActionResponse) String

func (x *GetActionResponse) String() string

type GetAppByIDRequest

type GetAppByIDRequest struct {
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	AppId     string `protobuf:"bytes,2,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAppByIDRequest) Descriptor deprecated

func (*GetAppByIDRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetAppByIDRequest.ProtoReflect.Descriptor instead.

func (*GetAppByIDRequest) GetAppId

func (x *GetAppByIDRequest) GetAppId() string

func (*GetAppByIDRequest) GetProjectId

func (x *GetAppByIDRequest) GetProjectId() string

func (*GetAppByIDRequest) ProtoMessage

func (*GetAppByIDRequest) ProtoMessage()

func (*GetAppByIDRequest) ProtoReflect

func (x *GetAppByIDRequest) ProtoReflect() protoreflect.Message

func (*GetAppByIDRequest) Reset

func (x *GetAppByIDRequest) Reset()

func (*GetAppByIDRequest) String

func (x *GetAppByIDRequest) String() string

type GetAppByIDResponse

type GetAppByIDResponse struct {
	App *app.App `protobuf:"bytes,1,opt,name=app,proto3" json:"app,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAppByIDResponse) Descriptor deprecated

func (*GetAppByIDResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetAppByIDResponse.ProtoReflect.Descriptor instead.

func (*GetAppByIDResponse) GetApp

func (x *GetAppByIDResponse) GetApp() *app.App

func (*GetAppByIDResponse) ProtoMessage

func (*GetAppByIDResponse) ProtoMessage()

func (*GetAppByIDResponse) ProtoReflect

func (x *GetAppByIDResponse) ProtoReflect() protoreflect.Message

func (*GetAppByIDResponse) Reset

func (x *GetAppByIDResponse) Reset()

func (*GetAppByIDResponse) String

func (x *GetAppByIDResponse) String() string

type GetAppKeyRequest

type GetAppKeyRequest struct {
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	AppId     string `protobuf:"bytes,2,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"`
	KeyId     string `protobuf:"bytes,3,opt,name=key_id,json=keyId,proto3" json:"key_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAppKeyRequest) Descriptor deprecated

func (*GetAppKeyRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetAppKeyRequest.ProtoReflect.Descriptor instead.

func (*GetAppKeyRequest) GetAppId

func (x *GetAppKeyRequest) GetAppId() string

func (*GetAppKeyRequest) GetKeyId

func (x *GetAppKeyRequest) GetKeyId() string

func (*GetAppKeyRequest) GetProjectId

func (x *GetAppKeyRequest) GetProjectId() string

func (*GetAppKeyRequest) ProtoMessage

func (*GetAppKeyRequest) ProtoMessage()

func (*GetAppKeyRequest) ProtoReflect

func (x *GetAppKeyRequest) ProtoReflect() protoreflect.Message

func (*GetAppKeyRequest) Reset

func (x *GetAppKeyRequest) Reset()

func (*GetAppKeyRequest) String

func (x *GetAppKeyRequest) String() string

type GetAppKeyResponse

type GetAppKeyResponse struct {
	Key *authn.Key `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAppKeyResponse) Descriptor deprecated

func (*GetAppKeyResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetAppKeyResponse.ProtoReflect.Descriptor instead.

func (*GetAppKeyResponse) GetKey

func (x *GetAppKeyResponse) GetKey() *authn.Key

func (*GetAppKeyResponse) ProtoMessage

func (*GetAppKeyResponse) ProtoMessage()

func (*GetAppKeyResponse) ProtoReflect

func (x *GetAppKeyResponse) ProtoReflect() protoreflect.Message

func (*GetAppKeyResponse) Reset

func (x *GetAppKeyResponse) Reset()

func (*GetAppKeyResponse) String

func (x *GetAppKeyResponse) String() string

type GetCustomDomainClaimedMessageTextRequest

type GetCustomDomainClaimedMessageTextRequest struct {
	Language string `protobuf:"bytes,1,opt,name=language,proto3" json:"language,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCustomDomainClaimedMessageTextRequest) Descriptor deprecated

func (*GetCustomDomainClaimedMessageTextRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetCustomDomainClaimedMessageTextRequest.ProtoReflect.Descriptor instead.

func (*GetCustomDomainClaimedMessageTextRequest) GetLanguage

func (*GetCustomDomainClaimedMessageTextRequest) ProtoMessage

func (*GetCustomDomainClaimedMessageTextRequest) ProtoReflect

func (*GetCustomDomainClaimedMessageTextRequest) Reset

func (*GetCustomDomainClaimedMessageTextRequest) String

type GetCustomDomainClaimedMessageTextResponse

type GetCustomDomainClaimedMessageTextResponse struct {
	CustomText *text.MessageCustomText `protobuf:"bytes,1,opt,name=custom_text,json=customText,proto3" json:"custom_text,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCustomDomainClaimedMessageTextResponse) Descriptor deprecated

func (*GetCustomDomainClaimedMessageTextResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetCustomDomainClaimedMessageTextResponse.ProtoReflect.Descriptor instead.

func (*GetCustomDomainClaimedMessageTextResponse) GetCustomText

func (*GetCustomDomainClaimedMessageTextResponse) ProtoMessage

func (*GetCustomDomainClaimedMessageTextResponse) ProtoReflect

func (*GetCustomDomainClaimedMessageTextResponse) Reset

func (*GetCustomDomainClaimedMessageTextResponse) String

type GetCustomInitMessageTextRequest

type GetCustomInitMessageTextRequest struct {
	Language string `protobuf:"bytes,1,opt,name=language,proto3" json:"language,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCustomInitMessageTextRequest) Descriptor deprecated

func (*GetCustomInitMessageTextRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetCustomInitMessageTextRequest.ProtoReflect.Descriptor instead.

func (*GetCustomInitMessageTextRequest) GetLanguage

func (x *GetCustomInitMessageTextRequest) GetLanguage() string

func (*GetCustomInitMessageTextRequest) ProtoMessage

func (*GetCustomInitMessageTextRequest) ProtoMessage()

func (*GetCustomInitMessageTextRequest) ProtoReflect

func (*GetCustomInitMessageTextRequest) Reset

func (*GetCustomInitMessageTextRequest) String

type GetCustomInitMessageTextResponse

type GetCustomInitMessageTextResponse struct {
	CustomText *text.MessageCustomText `protobuf:"bytes,1,opt,name=custom_text,json=customText,proto3" json:"custom_text,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCustomInitMessageTextResponse) Descriptor deprecated

func (*GetCustomInitMessageTextResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetCustomInitMessageTextResponse.ProtoReflect.Descriptor instead.

func (*GetCustomInitMessageTextResponse) GetCustomText

func (*GetCustomInitMessageTextResponse) ProtoMessage

func (*GetCustomInitMessageTextResponse) ProtoMessage()

func (*GetCustomInitMessageTextResponse) ProtoReflect

func (*GetCustomInitMessageTextResponse) Reset

func (*GetCustomInitMessageTextResponse) String

type GetCustomLoginTextsRequest

type GetCustomLoginTextsRequest struct {
	Language string `protobuf:"bytes,1,opt,name=language,proto3" json:"language,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCustomLoginTextsRequest) Descriptor deprecated

func (*GetCustomLoginTextsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetCustomLoginTextsRequest.ProtoReflect.Descriptor instead.

func (*GetCustomLoginTextsRequest) GetLanguage

func (x *GetCustomLoginTextsRequest) GetLanguage() string

func (*GetCustomLoginTextsRequest) ProtoMessage

func (*GetCustomLoginTextsRequest) ProtoMessage()

func (*GetCustomLoginTextsRequest) ProtoReflect

func (*GetCustomLoginTextsRequest) Reset

func (x *GetCustomLoginTextsRequest) Reset()

func (*GetCustomLoginTextsRequest) String

func (x *GetCustomLoginTextsRequest) String() string

type GetCustomLoginTextsResponse

type GetCustomLoginTextsResponse struct {
	CustomText *text.LoginCustomText `protobuf:"bytes,1,opt,name=custom_text,json=customText,proto3" json:"custom_text,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCustomLoginTextsResponse) Descriptor deprecated

func (*GetCustomLoginTextsResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetCustomLoginTextsResponse.ProtoReflect.Descriptor instead.

func (*GetCustomLoginTextsResponse) GetCustomText

func (x *GetCustomLoginTextsResponse) GetCustomText() *text.LoginCustomText

func (*GetCustomLoginTextsResponse) ProtoMessage

func (*GetCustomLoginTextsResponse) ProtoMessage()

func (*GetCustomLoginTextsResponse) ProtoReflect

func (*GetCustomLoginTextsResponse) Reset

func (x *GetCustomLoginTextsResponse) Reset()

func (*GetCustomLoginTextsResponse) String

func (x *GetCustomLoginTextsResponse) String() string

type GetCustomPasswordResetMessageTextRequest

type GetCustomPasswordResetMessageTextRequest struct {
	Language string `protobuf:"bytes,1,opt,name=language,proto3" json:"language,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCustomPasswordResetMessageTextRequest) Descriptor deprecated

func (*GetCustomPasswordResetMessageTextRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetCustomPasswordResetMessageTextRequest.ProtoReflect.Descriptor instead.

func (*GetCustomPasswordResetMessageTextRequest) GetLanguage

func (*GetCustomPasswordResetMessageTextRequest) ProtoMessage

func (*GetCustomPasswordResetMessageTextRequest) ProtoReflect

func (*GetCustomPasswordResetMessageTextRequest) Reset

func (*GetCustomPasswordResetMessageTextRequest) String

type GetCustomPasswordResetMessageTextResponse

type GetCustomPasswordResetMessageTextResponse struct {
	CustomText *text.MessageCustomText `protobuf:"bytes,1,opt,name=custom_text,json=customText,proto3" json:"custom_text,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCustomPasswordResetMessageTextResponse) Descriptor deprecated

func (*GetCustomPasswordResetMessageTextResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetCustomPasswordResetMessageTextResponse.ProtoReflect.Descriptor instead.

func (*GetCustomPasswordResetMessageTextResponse) GetCustomText

func (*GetCustomPasswordResetMessageTextResponse) ProtoMessage

func (*GetCustomPasswordResetMessageTextResponse) ProtoReflect

func (*GetCustomPasswordResetMessageTextResponse) Reset

func (*GetCustomPasswordResetMessageTextResponse) String

type GetCustomPasswordlessRegistrationMessageTextRequest

type GetCustomPasswordlessRegistrationMessageTextRequest struct {
	Language string `protobuf:"bytes,1,opt,name=language,proto3" json:"language,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCustomPasswordlessRegistrationMessageTextRequest) Descriptor deprecated

Deprecated: Use GetCustomPasswordlessRegistrationMessageTextRequest.ProtoReflect.Descriptor instead.

func (*GetCustomPasswordlessRegistrationMessageTextRequest) GetLanguage

func (*GetCustomPasswordlessRegistrationMessageTextRequest) ProtoMessage

func (*GetCustomPasswordlessRegistrationMessageTextRequest) ProtoReflect

func (*GetCustomPasswordlessRegistrationMessageTextRequest) Reset

func (*GetCustomPasswordlessRegistrationMessageTextRequest) String

type GetCustomPasswordlessRegistrationMessageTextResponse

type GetCustomPasswordlessRegistrationMessageTextResponse struct {
	CustomText *text.MessageCustomText `protobuf:"bytes,1,opt,name=custom_text,json=customText,proto3" json:"custom_text,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCustomPasswordlessRegistrationMessageTextResponse) Descriptor deprecated

Deprecated: Use GetCustomPasswordlessRegistrationMessageTextResponse.ProtoReflect.Descriptor instead.

func (*GetCustomPasswordlessRegistrationMessageTextResponse) GetCustomText

func (*GetCustomPasswordlessRegistrationMessageTextResponse) ProtoMessage

func (*GetCustomPasswordlessRegistrationMessageTextResponse) ProtoReflect

func (*GetCustomPasswordlessRegistrationMessageTextResponse) Reset

func (*GetCustomPasswordlessRegistrationMessageTextResponse) String

type GetCustomVerifyEmailMessageTextRequest

type GetCustomVerifyEmailMessageTextRequest struct {
	Language string `protobuf:"bytes,1,opt,name=language,proto3" json:"language,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCustomVerifyEmailMessageTextRequest) Descriptor deprecated

func (*GetCustomVerifyEmailMessageTextRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetCustomVerifyEmailMessageTextRequest.ProtoReflect.Descriptor instead.

func (*GetCustomVerifyEmailMessageTextRequest) GetLanguage

func (*GetCustomVerifyEmailMessageTextRequest) ProtoMessage

func (*GetCustomVerifyEmailMessageTextRequest) ProtoReflect

func (*GetCustomVerifyEmailMessageTextRequest) Reset

func (*GetCustomVerifyEmailMessageTextRequest) String

type GetCustomVerifyEmailMessageTextResponse

type GetCustomVerifyEmailMessageTextResponse struct {
	CustomText *text.MessageCustomText `protobuf:"bytes,1,opt,name=custom_text,json=customText,proto3" json:"custom_text,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCustomVerifyEmailMessageTextResponse) Descriptor deprecated

func (*GetCustomVerifyEmailMessageTextResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetCustomVerifyEmailMessageTextResponse.ProtoReflect.Descriptor instead.

func (*GetCustomVerifyEmailMessageTextResponse) GetCustomText

func (*GetCustomVerifyEmailMessageTextResponse) ProtoMessage

func (*GetCustomVerifyEmailMessageTextResponse) ProtoReflect

func (*GetCustomVerifyEmailMessageTextResponse) Reset

func (*GetCustomVerifyEmailMessageTextResponse) String

type GetCustomVerifyPhoneMessageTextRequest

type GetCustomVerifyPhoneMessageTextRequest struct {
	Language string `protobuf:"bytes,1,opt,name=language,proto3" json:"language,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCustomVerifyPhoneMessageTextRequest) Descriptor deprecated

func (*GetCustomVerifyPhoneMessageTextRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetCustomVerifyPhoneMessageTextRequest.ProtoReflect.Descriptor instead.

func (*GetCustomVerifyPhoneMessageTextRequest) GetLanguage

func (*GetCustomVerifyPhoneMessageTextRequest) ProtoMessage

func (*GetCustomVerifyPhoneMessageTextRequest) ProtoReflect

func (*GetCustomVerifyPhoneMessageTextRequest) Reset

func (*GetCustomVerifyPhoneMessageTextRequest) String

type GetCustomVerifyPhoneMessageTextResponse

type GetCustomVerifyPhoneMessageTextResponse struct {
	CustomText *text.MessageCustomText `protobuf:"bytes,1,opt,name=custom_text,json=customText,proto3" json:"custom_text,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCustomVerifyPhoneMessageTextResponse) Descriptor deprecated

func (*GetCustomVerifyPhoneMessageTextResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetCustomVerifyPhoneMessageTextResponse.ProtoReflect.Descriptor instead.

func (*GetCustomVerifyPhoneMessageTextResponse) GetCustomText

func (*GetCustomVerifyPhoneMessageTextResponse) ProtoMessage

func (*GetCustomVerifyPhoneMessageTextResponse) ProtoReflect

func (*GetCustomVerifyPhoneMessageTextResponse) Reset

func (*GetCustomVerifyPhoneMessageTextResponse) String

type GetDefaultDomainClaimedMessageTextRequest

type GetDefaultDomainClaimedMessageTextRequest struct {
	Language string `protobuf:"bytes,1,opt,name=language,proto3" json:"language,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDefaultDomainClaimedMessageTextRequest) Descriptor deprecated

func (*GetDefaultDomainClaimedMessageTextRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetDefaultDomainClaimedMessageTextRequest.ProtoReflect.Descriptor instead.

func (*GetDefaultDomainClaimedMessageTextRequest) GetLanguage

func (*GetDefaultDomainClaimedMessageTextRequest) ProtoMessage

func (*GetDefaultDomainClaimedMessageTextRequest) ProtoReflect

func (*GetDefaultDomainClaimedMessageTextRequest) Reset

func (*GetDefaultDomainClaimedMessageTextRequest) String

type GetDefaultDomainClaimedMessageTextResponse

type GetDefaultDomainClaimedMessageTextResponse struct {
	CustomText *text.MessageCustomText `protobuf:"bytes,1,opt,name=custom_text,json=customText,proto3" json:"custom_text,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDefaultDomainClaimedMessageTextResponse) Descriptor deprecated

Deprecated: Use GetDefaultDomainClaimedMessageTextResponse.ProtoReflect.Descriptor instead.

func (*GetDefaultDomainClaimedMessageTextResponse) GetCustomText

func (*GetDefaultDomainClaimedMessageTextResponse) ProtoMessage

func (*GetDefaultDomainClaimedMessageTextResponse) ProtoReflect

func (*GetDefaultDomainClaimedMessageTextResponse) Reset

func (*GetDefaultDomainClaimedMessageTextResponse) String

type GetDefaultInitMessageTextRequest

type GetDefaultInitMessageTextRequest struct {
	Language string `protobuf:"bytes,1,opt,name=language,proto3" json:"language,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDefaultInitMessageTextRequest) Descriptor deprecated

func (*GetDefaultInitMessageTextRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetDefaultInitMessageTextRequest.ProtoReflect.Descriptor instead.

func (*GetDefaultInitMessageTextRequest) GetLanguage

func (x *GetDefaultInitMessageTextRequest) GetLanguage() string

func (*GetDefaultInitMessageTextRequest) ProtoMessage

func (*GetDefaultInitMessageTextRequest) ProtoMessage()

func (*GetDefaultInitMessageTextRequest) ProtoReflect

func (*GetDefaultInitMessageTextRequest) Reset

func (*GetDefaultInitMessageTextRequest) String

type GetDefaultInitMessageTextResponse

type GetDefaultInitMessageTextResponse struct {
	CustomText *text.MessageCustomText `protobuf:"bytes,1,opt,name=custom_text,json=customText,proto3" json:"custom_text,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDefaultInitMessageTextResponse) Descriptor deprecated

func (*GetDefaultInitMessageTextResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetDefaultInitMessageTextResponse.ProtoReflect.Descriptor instead.

func (*GetDefaultInitMessageTextResponse) GetCustomText

func (*GetDefaultInitMessageTextResponse) ProtoMessage

func (*GetDefaultInitMessageTextResponse) ProtoMessage()

func (*GetDefaultInitMessageTextResponse) ProtoReflect

func (*GetDefaultInitMessageTextResponse) Reset

func (*GetDefaultInitMessageTextResponse) String

type GetDefaultLabelPolicyRequest

type GetDefaultLabelPolicyRequest struct {
	// contains filtered or unexported fields
}

This is an empty request

func (*GetDefaultLabelPolicyRequest) Descriptor deprecated

func (*GetDefaultLabelPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetDefaultLabelPolicyRequest.ProtoReflect.Descriptor instead.

func (*GetDefaultLabelPolicyRequest) ProtoMessage

func (*GetDefaultLabelPolicyRequest) ProtoMessage()

func (*GetDefaultLabelPolicyRequest) ProtoReflect

func (*GetDefaultLabelPolicyRequest) Reset

func (x *GetDefaultLabelPolicyRequest) Reset()

func (*GetDefaultLabelPolicyRequest) String

type GetDefaultLabelPolicyResponse

type GetDefaultLabelPolicyResponse struct {
	Policy *policy.LabelPolicy `protobuf:"bytes,1,opt,name=policy,proto3" json:"policy,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDefaultLabelPolicyResponse) Descriptor deprecated

func (*GetDefaultLabelPolicyResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetDefaultLabelPolicyResponse.ProtoReflect.Descriptor instead.

func (*GetDefaultLabelPolicyResponse) GetPolicy

func (*GetDefaultLabelPolicyResponse) ProtoMessage

func (*GetDefaultLabelPolicyResponse) ProtoMessage()

func (*GetDefaultLabelPolicyResponse) ProtoReflect

func (*GetDefaultLabelPolicyResponse) Reset

func (x *GetDefaultLabelPolicyResponse) Reset()

func (*GetDefaultLabelPolicyResponse) String

type GetDefaultLockoutPolicyRequest

type GetDefaultLockoutPolicyRequest struct {
	// contains filtered or unexported fields
}

This is an empty request

func (*GetDefaultLockoutPolicyRequest) Descriptor deprecated

func (*GetDefaultLockoutPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetDefaultLockoutPolicyRequest.ProtoReflect.Descriptor instead.

func (*GetDefaultLockoutPolicyRequest) ProtoMessage

func (*GetDefaultLockoutPolicyRequest) ProtoMessage()

func (*GetDefaultLockoutPolicyRequest) ProtoReflect

func (*GetDefaultLockoutPolicyRequest) Reset

func (x *GetDefaultLockoutPolicyRequest) Reset()

func (*GetDefaultLockoutPolicyRequest) String

type GetDefaultLockoutPolicyResponse

type GetDefaultLockoutPolicyResponse struct {
	Policy *policy.LockoutPolicy `protobuf:"bytes,1,opt,name=policy,proto3" json:"policy,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDefaultLockoutPolicyResponse) Descriptor deprecated

func (*GetDefaultLockoutPolicyResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetDefaultLockoutPolicyResponse.ProtoReflect.Descriptor instead.

func (*GetDefaultLockoutPolicyResponse) GetPolicy

func (*GetDefaultLockoutPolicyResponse) ProtoMessage

func (*GetDefaultLockoutPolicyResponse) ProtoMessage()

func (*GetDefaultLockoutPolicyResponse) ProtoReflect

func (*GetDefaultLockoutPolicyResponse) Reset

func (*GetDefaultLockoutPolicyResponse) String

type GetDefaultLoginPolicyRequest

type GetDefaultLoginPolicyRequest struct {
	// contains filtered or unexported fields
}

func (*GetDefaultLoginPolicyRequest) Descriptor deprecated

func (*GetDefaultLoginPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetDefaultLoginPolicyRequest.ProtoReflect.Descriptor instead.

func (*GetDefaultLoginPolicyRequest) ProtoMessage

func (*GetDefaultLoginPolicyRequest) ProtoMessage()

func (*GetDefaultLoginPolicyRequest) ProtoReflect

func (*GetDefaultLoginPolicyRequest) Reset

func (x *GetDefaultLoginPolicyRequest) Reset()

func (*GetDefaultLoginPolicyRequest) String

type GetDefaultLoginPolicyResponse

type GetDefaultLoginPolicyResponse struct {
	Policy *policy.LoginPolicy `protobuf:"bytes,1,opt,name=policy,proto3" json:"policy,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDefaultLoginPolicyResponse) Descriptor deprecated

func (*GetDefaultLoginPolicyResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetDefaultLoginPolicyResponse.ProtoReflect.Descriptor instead.

func (*GetDefaultLoginPolicyResponse) GetPolicy

func (*GetDefaultLoginPolicyResponse) ProtoMessage

func (*GetDefaultLoginPolicyResponse) ProtoMessage()

func (*GetDefaultLoginPolicyResponse) ProtoReflect

func (*GetDefaultLoginPolicyResponse) Reset

func (x *GetDefaultLoginPolicyResponse) Reset()

func (*GetDefaultLoginPolicyResponse) String

type GetDefaultLoginTextsRequest

type GetDefaultLoginTextsRequest struct {
	Language string `protobuf:"bytes,1,opt,name=language,proto3" json:"language,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDefaultLoginTextsRequest) Descriptor deprecated

func (*GetDefaultLoginTextsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetDefaultLoginTextsRequest.ProtoReflect.Descriptor instead.

func (*GetDefaultLoginTextsRequest) GetLanguage

func (x *GetDefaultLoginTextsRequest) GetLanguage() string

func (*GetDefaultLoginTextsRequest) ProtoMessage

func (*GetDefaultLoginTextsRequest) ProtoMessage()

func (*GetDefaultLoginTextsRequest) ProtoReflect

func (*GetDefaultLoginTextsRequest) Reset

func (x *GetDefaultLoginTextsRequest) Reset()

func (*GetDefaultLoginTextsRequest) String

func (x *GetDefaultLoginTextsRequest) String() string

type GetDefaultLoginTextsResponse

type GetDefaultLoginTextsResponse struct {
	CustomText *text.LoginCustomText `protobuf:"bytes,1,opt,name=custom_text,json=customText,proto3" json:"custom_text,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDefaultLoginTextsResponse) Descriptor deprecated

func (*GetDefaultLoginTextsResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetDefaultLoginTextsResponse.ProtoReflect.Descriptor instead.

func (*GetDefaultLoginTextsResponse) GetCustomText

func (*GetDefaultLoginTextsResponse) ProtoMessage

func (*GetDefaultLoginTextsResponse) ProtoMessage()

func (*GetDefaultLoginTextsResponse) ProtoReflect

func (*GetDefaultLoginTextsResponse) Reset

func (x *GetDefaultLoginTextsResponse) Reset()

func (*GetDefaultLoginTextsResponse) String

type GetDefaultPasswordAgePolicyRequest

type GetDefaultPasswordAgePolicyRequest struct {
	// contains filtered or unexported fields
}

This is an empty request

func (*GetDefaultPasswordAgePolicyRequest) Descriptor deprecated

func (*GetDefaultPasswordAgePolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetDefaultPasswordAgePolicyRequest.ProtoReflect.Descriptor instead.

func (*GetDefaultPasswordAgePolicyRequest) ProtoMessage

func (*GetDefaultPasswordAgePolicyRequest) ProtoMessage()

func (*GetDefaultPasswordAgePolicyRequest) ProtoReflect

func (*GetDefaultPasswordAgePolicyRequest) Reset

func (*GetDefaultPasswordAgePolicyRequest) String

type GetDefaultPasswordAgePolicyResponse

type GetDefaultPasswordAgePolicyResponse struct {
	Policy *policy.PasswordAgePolicy `protobuf:"bytes,1,opt,name=policy,proto3" json:"policy,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDefaultPasswordAgePolicyResponse) Descriptor deprecated

func (*GetDefaultPasswordAgePolicyResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetDefaultPasswordAgePolicyResponse.ProtoReflect.Descriptor instead.

func (*GetDefaultPasswordAgePolicyResponse) GetPolicy

func (*GetDefaultPasswordAgePolicyResponse) ProtoMessage

func (*GetDefaultPasswordAgePolicyResponse) ProtoMessage()

func (*GetDefaultPasswordAgePolicyResponse) ProtoReflect

func (*GetDefaultPasswordAgePolicyResponse) Reset

func (*GetDefaultPasswordAgePolicyResponse) String

type GetDefaultPasswordComplexityPolicyRequest

type GetDefaultPasswordComplexityPolicyRequest struct {
	// contains filtered or unexported fields
}

This is an empty request

func (*GetDefaultPasswordComplexityPolicyRequest) Descriptor deprecated

func (*GetDefaultPasswordComplexityPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetDefaultPasswordComplexityPolicyRequest.ProtoReflect.Descriptor instead.

func (*GetDefaultPasswordComplexityPolicyRequest) ProtoMessage

func (*GetDefaultPasswordComplexityPolicyRequest) ProtoReflect

func (*GetDefaultPasswordComplexityPolicyRequest) Reset

func (*GetDefaultPasswordComplexityPolicyRequest) String

type GetDefaultPasswordComplexityPolicyResponse

type GetDefaultPasswordComplexityPolicyResponse struct {
	Policy *policy.PasswordComplexityPolicy `protobuf:"bytes,1,opt,name=policy,proto3" json:"policy,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDefaultPasswordComplexityPolicyResponse) Descriptor deprecated

Deprecated: Use GetDefaultPasswordComplexityPolicyResponse.ProtoReflect.Descriptor instead.

func (*GetDefaultPasswordComplexityPolicyResponse) GetPolicy

func (*GetDefaultPasswordComplexityPolicyResponse) ProtoMessage

func (*GetDefaultPasswordComplexityPolicyResponse) ProtoReflect

func (*GetDefaultPasswordComplexityPolicyResponse) Reset

func (*GetDefaultPasswordComplexityPolicyResponse) String

type GetDefaultPasswordResetMessageTextRequest

type GetDefaultPasswordResetMessageTextRequest struct {
	Language string `protobuf:"bytes,1,opt,name=language,proto3" json:"language,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDefaultPasswordResetMessageTextRequest) Descriptor deprecated

func (*GetDefaultPasswordResetMessageTextRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetDefaultPasswordResetMessageTextRequest.ProtoReflect.Descriptor instead.

func (*GetDefaultPasswordResetMessageTextRequest) GetLanguage

func (*GetDefaultPasswordResetMessageTextRequest) ProtoMessage

func (*GetDefaultPasswordResetMessageTextRequest) ProtoReflect

func (*GetDefaultPasswordResetMessageTextRequest) Reset

func (*GetDefaultPasswordResetMessageTextRequest) String

type GetDefaultPasswordResetMessageTextResponse

type GetDefaultPasswordResetMessageTextResponse struct {
	CustomText *text.MessageCustomText `protobuf:"bytes,1,opt,name=custom_text,json=customText,proto3" json:"custom_text,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDefaultPasswordResetMessageTextResponse) Descriptor deprecated

Deprecated: Use GetDefaultPasswordResetMessageTextResponse.ProtoReflect.Descriptor instead.

func (*GetDefaultPasswordResetMessageTextResponse) GetCustomText

func (*GetDefaultPasswordResetMessageTextResponse) ProtoMessage

func (*GetDefaultPasswordResetMessageTextResponse) ProtoReflect

func (*GetDefaultPasswordResetMessageTextResponse) Reset

func (*GetDefaultPasswordResetMessageTextResponse) String

type GetDefaultPasswordlessRegistrationMessageTextRequest

type GetDefaultPasswordlessRegistrationMessageTextRequest struct {
	Language string `protobuf:"bytes,1,opt,name=language,proto3" json:"language,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDefaultPasswordlessRegistrationMessageTextRequest) Descriptor deprecated

Deprecated: Use GetDefaultPasswordlessRegistrationMessageTextRequest.ProtoReflect.Descriptor instead.

func (*GetDefaultPasswordlessRegistrationMessageTextRequest) GetLanguage

func (*GetDefaultPasswordlessRegistrationMessageTextRequest) ProtoMessage

func (*GetDefaultPasswordlessRegistrationMessageTextRequest) ProtoReflect

func (*GetDefaultPasswordlessRegistrationMessageTextRequest) Reset

func (*GetDefaultPasswordlessRegistrationMessageTextRequest) String

type GetDefaultPasswordlessRegistrationMessageTextResponse

type GetDefaultPasswordlessRegistrationMessageTextResponse struct {
	CustomText *text.MessageCustomText `protobuf:"bytes,1,opt,name=custom_text,json=customText,proto3" json:"custom_text,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDefaultPasswordlessRegistrationMessageTextResponse) Descriptor deprecated

Deprecated: Use GetDefaultPasswordlessRegistrationMessageTextResponse.ProtoReflect.Descriptor instead.

func (*GetDefaultPasswordlessRegistrationMessageTextResponse) GetCustomText

func (*GetDefaultPasswordlessRegistrationMessageTextResponse) ProtoMessage

func (*GetDefaultPasswordlessRegistrationMessageTextResponse) ProtoReflect

func (*GetDefaultPasswordlessRegistrationMessageTextResponse) Reset

func (*GetDefaultPasswordlessRegistrationMessageTextResponse) String

type GetDefaultPrivacyPolicyRequest

type GetDefaultPrivacyPolicyRequest struct {
	// contains filtered or unexported fields
}

This is an empty request

func (*GetDefaultPrivacyPolicyRequest) Descriptor deprecated

func (*GetDefaultPrivacyPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetDefaultPrivacyPolicyRequest.ProtoReflect.Descriptor instead.

func (*GetDefaultPrivacyPolicyRequest) ProtoMessage

func (*GetDefaultPrivacyPolicyRequest) ProtoMessage()

func (*GetDefaultPrivacyPolicyRequest) ProtoReflect

func (*GetDefaultPrivacyPolicyRequest) Reset

func (x *GetDefaultPrivacyPolicyRequest) Reset()

func (*GetDefaultPrivacyPolicyRequest) String

type GetDefaultPrivacyPolicyResponse

type GetDefaultPrivacyPolicyResponse struct {
	Policy *policy.PrivacyPolicy `protobuf:"bytes,1,opt,name=policy,proto3" json:"policy,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDefaultPrivacyPolicyResponse) Descriptor deprecated

func (*GetDefaultPrivacyPolicyResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetDefaultPrivacyPolicyResponse.ProtoReflect.Descriptor instead.

func (*GetDefaultPrivacyPolicyResponse) GetPolicy

func (*GetDefaultPrivacyPolicyResponse) ProtoMessage

func (*GetDefaultPrivacyPolicyResponse) ProtoMessage()

func (*GetDefaultPrivacyPolicyResponse) ProtoReflect

func (*GetDefaultPrivacyPolicyResponse) Reset

func (*GetDefaultPrivacyPolicyResponse) String

type GetDefaultVerifyEmailMessageTextRequest

type GetDefaultVerifyEmailMessageTextRequest struct {
	Language string `protobuf:"bytes,1,opt,name=language,proto3" json:"language,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDefaultVerifyEmailMessageTextRequest) Descriptor deprecated

func (*GetDefaultVerifyEmailMessageTextRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetDefaultVerifyEmailMessageTextRequest.ProtoReflect.Descriptor instead.

func (*GetDefaultVerifyEmailMessageTextRequest) GetLanguage

func (*GetDefaultVerifyEmailMessageTextRequest) ProtoMessage

func (*GetDefaultVerifyEmailMessageTextRequest) ProtoReflect

func (*GetDefaultVerifyEmailMessageTextRequest) Reset

func (*GetDefaultVerifyEmailMessageTextRequest) String

type GetDefaultVerifyEmailMessageTextResponse

type GetDefaultVerifyEmailMessageTextResponse struct {
	CustomText *text.MessageCustomText `protobuf:"bytes,1,opt,name=custom_text,json=customText,proto3" json:"custom_text,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDefaultVerifyEmailMessageTextResponse) Descriptor deprecated

func (*GetDefaultVerifyEmailMessageTextResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetDefaultVerifyEmailMessageTextResponse.ProtoReflect.Descriptor instead.

func (*GetDefaultVerifyEmailMessageTextResponse) GetCustomText

func (*GetDefaultVerifyEmailMessageTextResponse) ProtoMessage

func (*GetDefaultVerifyEmailMessageTextResponse) ProtoReflect

func (*GetDefaultVerifyEmailMessageTextResponse) Reset

func (*GetDefaultVerifyEmailMessageTextResponse) String

type GetDefaultVerifyPhoneMessageTextRequest

type GetDefaultVerifyPhoneMessageTextRequest struct {
	Language string `protobuf:"bytes,1,opt,name=language,proto3" json:"language,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDefaultVerifyPhoneMessageTextRequest) Descriptor deprecated

func (*GetDefaultVerifyPhoneMessageTextRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetDefaultVerifyPhoneMessageTextRequest.ProtoReflect.Descriptor instead.

func (*GetDefaultVerifyPhoneMessageTextRequest) GetLanguage

func (*GetDefaultVerifyPhoneMessageTextRequest) ProtoMessage

func (*GetDefaultVerifyPhoneMessageTextRequest) ProtoReflect

func (*GetDefaultVerifyPhoneMessageTextRequest) Reset

func (*GetDefaultVerifyPhoneMessageTextRequest) String

type GetDefaultVerifyPhoneMessageTextResponse

type GetDefaultVerifyPhoneMessageTextResponse struct {
	CustomText *text.MessageCustomText `protobuf:"bytes,1,opt,name=custom_text,json=customText,proto3" json:"custom_text,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDefaultVerifyPhoneMessageTextResponse) Descriptor deprecated

func (*GetDefaultVerifyPhoneMessageTextResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetDefaultVerifyPhoneMessageTextResponse.ProtoReflect.Descriptor instead.

func (*GetDefaultVerifyPhoneMessageTextResponse) GetCustomText

func (*GetDefaultVerifyPhoneMessageTextResponse) ProtoMessage

func (*GetDefaultVerifyPhoneMessageTextResponse) ProtoReflect

func (*GetDefaultVerifyPhoneMessageTextResponse) Reset

func (*GetDefaultVerifyPhoneMessageTextResponse) String

type GetFeaturesRequest

type GetFeaturesRequest struct {
	// contains filtered or unexported fields
}

func (*GetFeaturesRequest) Descriptor deprecated

func (*GetFeaturesRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetFeaturesRequest.ProtoReflect.Descriptor instead.

func (*GetFeaturesRequest) ProtoMessage

func (*GetFeaturesRequest) ProtoMessage()

func (*GetFeaturesRequest) ProtoReflect

func (x *GetFeaturesRequest) ProtoReflect() protoreflect.Message

func (*GetFeaturesRequest) Reset

func (x *GetFeaturesRequest) Reset()

func (*GetFeaturesRequest) String

func (x *GetFeaturesRequest) String() string

type GetFeaturesResponse

type GetFeaturesResponse struct {
	Features *features.Features `protobuf:"bytes,1,opt,name=features,proto3" json:"features,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFeaturesResponse) Descriptor deprecated

func (*GetFeaturesResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetFeaturesResponse.ProtoReflect.Descriptor instead.

func (*GetFeaturesResponse) GetFeatures

func (x *GetFeaturesResponse) GetFeatures() *features.Features

func (*GetFeaturesResponse) ProtoMessage

func (*GetFeaturesResponse) ProtoMessage()

func (*GetFeaturesResponse) ProtoReflect

func (x *GetFeaturesResponse) ProtoReflect() protoreflect.Message

func (*GetFeaturesResponse) Reset

func (x *GetFeaturesResponse) Reset()

func (*GetFeaturesResponse) String

func (x *GetFeaturesResponse) String() string

type GetFlowRequest

type GetFlowRequest struct {
	Type action.FlowType `protobuf:"varint,1,opt,name=type,proto3,enum=zitadel.action.v1.FlowType" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFlowRequest) Descriptor deprecated

func (*GetFlowRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetFlowRequest.ProtoReflect.Descriptor instead.

func (*GetFlowRequest) GetType

func (x *GetFlowRequest) GetType() action.FlowType

func (*GetFlowRequest) ProtoMessage

func (*GetFlowRequest) ProtoMessage()

func (*GetFlowRequest) ProtoReflect

func (x *GetFlowRequest) ProtoReflect() protoreflect.Message

func (*GetFlowRequest) Reset

func (x *GetFlowRequest) Reset()

func (*GetFlowRequest) String

func (x *GetFlowRequest) String() string

type GetFlowResponse

type GetFlowResponse struct {
	Flow *action.Flow `protobuf:"bytes,1,opt,name=flow,proto3" json:"flow,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFlowResponse) Descriptor deprecated

func (*GetFlowResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetFlowResponse.ProtoReflect.Descriptor instead.

func (*GetFlowResponse) GetFlow

func (x *GetFlowResponse) GetFlow() *action.Flow

func (*GetFlowResponse) ProtoMessage

func (*GetFlowResponse) ProtoMessage()

func (*GetFlowResponse) ProtoReflect

func (x *GetFlowResponse) ProtoReflect() protoreflect.Message

func (*GetFlowResponse) Reset

func (x *GetFlowResponse) Reset()

func (*GetFlowResponse) String

func (x *GetFlowResponse) String() string

type GetGrantedProjectByIDRequest

type GetGrantedProjectByIDRequest struct {
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	GrantId   string `protobuf:"bytes,2,opt,name=grant_id,json=grantId,proto3" json:"grant_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetGrantedProjectByIDRequest) Descriptor deprecated

func (*GetGrantedProjectByIDRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetGrantedProjectByIDRequest.ProtoReflect.Descriptor instead.

func (*GetGrantedProjectByIDRequest) GetGrantId

func (x *GetGrantedProjectByIDRequest) GetGrantId() string

func (*GetGrantedProjectByIDRequest) GetProjectId

func (x *GetGrantedProjectByIDRequest) GetProjectId() string

func (*GetGrantedProjectByIDRequest) ProtoMessage

func (*GetGrantedProjectByIDRequest) ProtoMessage()

func (*GetGrantedProjectByIDRequest) ProtoReflect

func (*GetGrantedProjectByIDRequest) Reset

func (x *GetGrantedProjectByIDRequest) Reset()

func (*GetGrantedProjectByIDRequest) String

type GetGrantedProjectByIDResponse

type GetGrantedProjectByIDResponse struct {
	GrantedProject *project.GrantedProject `protobuf:"bytes,1,opt,name=granted_project,json=grantedProject,proto3" json:"granted_project,omitempty"`
	// contains filtered or unexported fields
}

func (*GetGrantedProjectByIDResponse) Descriptor deprecated

func (*GetGrantedProjectByIDResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetGrantedProjectByIDResponse.ProtoReflect.Descriptor instead.

func (*GetGrantedProjectByIDResponse) GetGrantedProject

func (x *GetGrantedProjectByIDResponse) GetGrantedProject() *project.GrantedProject

func (*GetGrantedProjectByIDResponse) ProtoMessage

func (*GetGrantedProjectByIDResponse) ProtoMessage()

func (*GetGrantedProjectByIDResponse) ProtoReflect

func (*GetGrantedProjectByIDResponse) Reset

func (x *GetGrantedProjectByIDResponse) Reset()

func (*GetGrantedProjectByIDResponse) String

type GetHumanEmailRequest

type GetHumanEmailRequest struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetHumanEmailRequest) Descriptor deprecated

func (*GetHumanEmailRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetHumanEmailRequest.ProtoReflect.Descriptor instead.

func (*GetHumanEmailRequest) GetUserId

func (x *GetHumanEmailRequest) GetUserId() string

func (*GetHumanEmailRequest) ProtoMessage

func (*GetHumanEmailRequest) ProtoMessage()

func (*GetHumanEmailRequest) ProtoReflect

func (x *GetHumanEmailRequest) ProtoReflect() protoreflect.Message

func (*GetHumanEmailRequest) Reset

func (x *GetHumanEmailRequest) Reset()

func (*GetHumanEmailRequest) String

func (x *GetHumanEmailRequest) String() string

type GetHumanEmailResponse

type GetHumanEmailResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	Email   *user.Email           `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
	// contains filtered or unexported fields
}

func (*GetHumanEmailResponse) Descriptor deprecated

func (*GetHumanEmailResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetHumanEmailResponse.ProtoReflect.Descriptor instead.

func (*GetHumanEmailResponse) GetDetails

func (x *GetHumanEmailResponse) GetDetails() *object.ObjectDetails

func (*GetHumanEmailResponse) GetEmail

func (x *GetHumanEmailResponse) GetEmail() *user.Email

func (*GetHumanEmailResponse) ProtoMessage

func (*GetHumanEmailResponse) ProtoMessage()

func (*GetHumanEmailResponse) ProtoReflect

func (x *GetHumanEmailResponse) ProtoReflect() protoreflect.Message

func (*GetHumanEmailResponse) Reset

func (x *GetHumanEmailResponse) Reset()

func (*GetHumanEmailResponse) String

func (x *GetHumanEmailResponse) String() string

type GetHumanPhoneRequest

type GetHumanPhoneRequest struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetHumanPhoneRequest) Descriptor deprecated

func (*GetHumanPhoneRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetHumanPhoneRequest.ProtoReflect.Descriptor instead.

func (*GetHumanPhoneRequest) GetUserId

func (x *GetHumanPhoneRequest) GetUserId() string

func (*GetHumanPhoneRequest) ProtoMessage

func (*GetHumanPhoneRequest) ProtoMessage()

func (*GetHumanPhoneRequest) ProtoReflect

func (x *GetHumanPhoneRequest) ProtoReflect() protoreflect.Message

func (*GetHumanPhoneRequest) Reset

func (x *GetHumanPhoneRequest) Reset()

func (*GetHumanPhoneRequest) String

func (x *GetHumanPhoneRequest) String() string

type GetHumanPhoneResponse

type GetHumanPhoneResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	Phone   *user.Phone           `protobuf:"bytes,2,opt,name=phone,proto3" json:"phone,omitempty"`
	// contains filtered or unexported fields
}

func (*GetHumanPhoneResponse) Descriptor deprecated

func (*GetHumanPhoneResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetHumanPhoneResponse.ProtoReflect.Descriptor instead.

func (*GetHumanPhoneResponse) GetDetails

func (x *GetHumanPhoneResponse) GetDetails() *object.ObjectDetails

func (*GetHumanPhoneResponse) GetPhone

func (x *GetHumanPhoneResponse) GetPhone() *user.Phone

func (*GetHumanPhoneResponse) ProtoMessage

func (*GetHumanPhoneResponse) ProtoMessage()

func (*GetHumanPhoneResponse) ProtoReflect

func (x *GetHumanPhoneResponse) ProtoReflect() protoreflect.Message

func (*GetHumanPhoneResponse) Reset

func (x *GetHumanPhoneResponse) Reset()

func (*GetHumanPhoneResponse) String

func (x *GetHumanPhoneResponse) String() string

type GetHumanProfileRequest

type GetHumanProfileRequest struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetHumanProfileRequest) Descriptor deprecated

func (*GetHumanProfileRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetHumanProfileRequest.ProtoReflect.Descriptor instead.

func (*GetHumanProfileRequest) GetUserId

func (x *GetHumanProfileRequest) GetUserId() string

func (*GetHumanProfileRequest) ProtoMessage

func (*GetHumanProfileRequest) ProtoMessage()

func (*GetHumanProfileRequest) ProtoReflect

func (x *GetHumanProfileRequest) ProtoReflect() protoreflect.Message

func (*GetHumanProfileRequest) Reset

func (x *GetHumanProfileRequest) Reset()

func (*GetHumanProfileRequest) String

func (x *GetHumanProfileRequest) String() string

type GetHumanProfileResponse

type GetHumanProfileResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	Profile *user.Profile         `protobuf:"bytes,2,opt,name=profile,proto3" json:"profile,omitempty"`
	// contains filtered or unexported fields
}

func (*GetHumanProfileResponse) Descriptor deprecated

func (*GetHumanProfileResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetHumanProfileResponse.ProtoReflect.Descriptor instead.

func (*GetHumanProfileResponse) GetDetails

func (x *GetHumanProfileResponse) GetDetails() *object.ObjectDetails

func (*GetHumanProfileResponse) GetProfile

func (x *GetHumanProfileResponse) GetProfile() *user.Profile

func (*GetHumanProfileResponse) ProtoMessage

func (*GetHumanProfileResponse) ProtoMessage()

func (*GetHumanProfileResponse) ProtoReflect

func (x *GetHumanProfileResponse) ProtoReflect() protoreflect.Message

func (*GetHumanProfileResponse) Reset

func (x *GetHumanProfileResponse) Reset()

func (*GetHumanProfileResponse) String

func (x *GetHumanProfileResponse) String() string

type GetIAMRequest

type GetIAMRequest struct {
	// contains filtered or unexported fields
}

This is an empty request

func (*GetIAMRequest) Descriptor deprecated

func (*GetIAMRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetIAMRequest.ProtoReflect.Descriptor instead.

func (*GetIAMRequest) ProtoMessage

func (*GetIAMRequest) ProtoMessage()

func (*GetIAMRequest) ProtoReflect

func (x *GetIAMRequest) ProtoReflect() protoreflect.Message

func (*GetIAMRequest) Reset

func (x *GetIAMRequest) Reset()

func (*GetIAMRequest) String

func (x *GetIAMRequest) String() string

type GetIAMResponse

type GetIAMResponse struct {
	GlobalOrgId  string `protobuf:"bytes,1,opt,name=global_org_id,json=globalOrgId,proto3" json:"global_org_id,omitempty"`
	IamProjectId string `protobuf:"bytes,2,opt,name=iam_project_id,json=iamProjectId,proto3" json:"iam_project_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetIAMResponse) Descriptor deprecated

func (*GetIAMResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetIAMResponse.ProtoReflect.Descriptor instead.

func (*GetIAMResponse) GetGlobalOrgId

func (x *GetIAMResponse) GetGlobalOrgId() string

func (*GetIAMResponse) GetIamProjectId

func (x *GetIAMResponse) GetIamProjectId() string

func (*GetIAMResponse) ProtoMessage

func (*GetIAMResponse) ProtoMessage()

func (*GetIAMResponse) ProtoReflect

func (x *GetIAMResponse) ProtoReflect() protoreflect.Message

func (*GetIAMResponse) Reset

func (x *GetIAMResponse) Reset()

func (*GetIAMResponse) String

func (x *GetIAMResponse) String() string

type GetLabelPolicyRequest

type GetLabelPolicyRequest struct {
	// contains filtered or unexported fields
}

This is an empty request

func (*GetLabelPolicyRequest) Descriptor deprecated

func (*GetLabelPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetLabelPolicyRequest.ProtoReflect.Descriptor instead.

func (*GetLabelPolicyRequest) ProtoMessage

func (*GetLabelPolicyRequest) ProtoMessage()

func (*GetLabelPolicyRequest) ProtoReflect

func (x *GetLabelPolicyRequest) ProtoReflect() protoreflect.Message

func (*GetLabelPolicyRequest) Reset

func (x *GetLabelPolicyRequest) Reset()

func (*GetLabelPolicyRequest) String

func (x *GetLabelPolicyRequest) String() string

type GetLabelPolicyResponse

type GetLabelPolicyResponse struct {
	Policy *policy.LabelPolicy `protobuf:"bytes,1,opt,name=policy,proto3" json:"policy,omitempty"`
	//deprecated: is_default is also defined in zitadel.policy.v1.LabelPolicy
	IsDefault bool `protobuf:"varint,2,opt,name=is_default,json=isDefault,proto3" json:"is_default,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLabelPolicyResponse) Descriptor deprecated

func (*GetLabelPolicyResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetLabelPolicyResponse.ProtoReflect.Descriptor instead.

func (*GetLabelPolicyResponse) GetIsDefault

func (x *GetLabelPolicyResponse) GetIsDefault() bool

func (*GetLabelPolicyResponse) GetPolicy

func (x *GetLabelPolicyResponse) GetPolicy() *policy.LabelPolicy

func (*GetLabelPolicyResponse) ProtoMessage

func (*GetLabelPolicyResponse) ProtoMessage()

func (*GetLabelPolicyResponse) ProtoReflect

func (x *GetLabelPolicyResponse) ProtoReflect() protoreflect.Message

func (*GetLabelPolicyResponse) Reset

func (x *GetLabelPolicyResponse) Reset()

func (*GetLabelPolicyResponse) String

func (x *GetLabelPolicyResponse) String() string

type GetLockoutPolicyRequest

type GetLockoutPolicyRequest struct {
	// contains filtered or unexported fields
}

This is an empty request

func (*GetLockoutPolicyRequest) Descriptor deprecated

func (*GetLockoutPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetLockoutPolicyRequest.ProtoReflect.Descriptor instead.

func (*GetLockoutPolicyRequest) ProtoMessage

func (*GetLockoutPolicyRequest) ProtoMessage()

func (*GetLockoutPolicyRequest) ProtoReflect

func (x *GetLockoutPolicyRequest) ProtoReflect() protoreflect.Message

func (*GetLockoutPolicyRequest) Reset

func (x *GetLockoutPolicyRequest) Reset()

func (*GetLockoutPolicyRequest) String

func (x *GetLockoutPolicyRequest) String() string

type GetLockoutPolicyResponse

type GetLockoutPolicyResponse struct {
	Policy *policy.LockoutPolicy `protobuf:"bytes,1,opt,name=policy,proto3" json:"policy,omitempty"`
	//deprecated: is_default is also defined in zitadel.policy.v1.LockoutPolicy
	IsDefault bool `protobuf:"varint,2,opt,name=is_default,json=isDefault,proto3" json:"is_default,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLockoutPolicyResponse) Descriptor deprecated

func (*GetLockoutPolicyResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetLockoutPolicyResponse.ProtoReflect.Descriptor instead.

func (*GetLockoutPolicyResponse) GetIsDefault

func (x *GetLockoutPolicyResponse) GetIsDefault() bool

func (*GetLockoutPolicyResponse) GetPolicy

func (*GetLockoutPolicyResponse) ProtoMessage

func (*GetLockoutPolicyResponse) ProtoMessage()

func (*GetLockoutPolicyResponse) ProtoReflect

func (x *GetLockoutPolicyResponse) ProtoReflect() protoreflect.Message

func (*GetLockoutPolicyResponse) Reset

func (x *GetLockoutPolicyResponse) Reset()

func (*GetLockoutPolicyResponse) String

func (x *GetLockoutPolicyResponse) String() string

type GetLoginPolicyRequest

type GetLoginPolicyRequest struct {
	// contains filtered or unexported fields
}

func (*GetLoginPolicyRequest) Descriptor deprecated

func (*GetLoginPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetLoginPolicyRequest.ProtoReflect.Descriptor instead.

func (*GetLoginPolicyRequest) ProtoMessage

func (*GetLoginPolicyRequest) ProtoMessage()

func (*GetLoginPolicyRequest) ProtoReflect

func (x *GetLoginPolicyRequest) ProtoReflect() protoreflect.Message

func (*GetLoginPolicyRequest) Reset

func (x *GetLoginPolicyRequest) Reset()

func (*GetLoginPolicyRequest) String

func (x *GetLoginPolicyRequest) String() string

type GetLoginPolicyResponse

type GetLoginPolicyResponse struct {
	Policy *policy.LoginPolicy `protobuf:"bytes,1,opt,name=policy,proto3" json:"policy,omitempty"`
	//deprecated: is_default is also defined in zitadel.policy.v1.LoginPolicy
	IsDefault bool `protobuf:"varint,2,opt,name=is_default,json=isDefault,proto3" json:"is_default,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLoginPolicyResponse) Descriptor deprecated

func (*GetLoginPolicyResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetLoginPolicyResponse.ProtoReflect.Descriptor instead.

func (*GetLoginPolicyResponse) GetIsDefault

func (x *GetLoginPolicyResponse) GetIsDefault() bool

func (*GetLoginPolicyResponse) GetPolicy

func (x *GetLoginPolicyResponse) GetPolicy() *policy.LoginPolicy

func (*GetLoginPolicyResponse) ProtoMessage

func (*GetLoginPolicyResponse) ProtoMessage()

func (*GetLoginPolicyResponse) ProtoReflect

func (x *GetLoginPolicyResponse) ProtoReflect() protoreflect.Message

func (*GetLoginPolicyResponse) Reset

func (x *GetLoginPolicyResponse) Reset()

func (*GetLoginPolicyResponse) String

func (x *GetLoginPolicyResponse) String() string

type GetMachineKeyByIDsRequest

type GetMachineKeyByIDsRequest struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	KeyId  string `protobuf:"bytes,2,opt,name=key_id,json=keyId,proto3" json:"key_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMachineKeyByIDsRequest) Descriptor deprecated

func (*GetMachineKeyByIDsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetMachineKeyByIDsRequest.ProtoReflect.Descriptor instead.

func (*GetMachineKeyByIDsRequest) GetKeyId

func (x *GetMachineKeyByIDsRequest) GetKeyId() string

func (*GetMachineKeyByIDsRequest) GetUserId

func (x *GetMachineKeyByIDsRequest) GetUserId() string

func (*GetMachineKeyByIDsRequest) ProtoMessage

func (*GetMachineKeyByIDsRequest) ProtoMessage()

func (*GetMachineKeyByIDsRequest) ProtoReflect

func (*GetMachineKeyByIDsRequest) Reset

func (x *GetMachineKeyByIDsRequest) Reset()

func (*GetMachineKeyByIDsRequest) String

func (x *GetMachineKeyByIDsRequest) String() string

type GetMachineKeyByIDsResponse

type GetMachineKeyByIDsResponse struct {
	Key *authn.Key `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMachineKeyByIDsResponse) Descriptor deprecated

func (*GetMachineKeyByIDsResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetMachineKeyByIDsResponse.ProtoReflect.Descriptor instead.

func (*GetMachineKeyByIDsResponse) GetKey

func (x *GetMachineKeyByIDsResponse) GetKey() *authn.Key

func (*GetMachineKeyByIDsResponse) ProtoMessage

func (*GetMachineKeyByIDsResponse) ProtoMessage()

func (*GetMachineKeyByIDsResponse) ProtoReflect

func (*GetMachineKeyByIDsResponse) Reset

func (x *GetMachineKeyByIDsResponse) Reset()

func (*GetMachineKeyByIDsResponse) String

func (x *GetMachineKeyByIDsResponse) String() string

type GetMyOrgRequest

type GetMyOrgRequest struct {
	// contains filtered or unexported fields
}

This is an empty request

func (*GetMyOrgRequest) Descriptor deprecated

func (*GetMyOrgRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetMyOrgRequest.ProtoReflect.Descriptor instead.

func (*GetMyOrgRequest) ProtoMessage

func (*GetMyOrgRequest) ProtoMessage()

func (*GetMyOrgRequest) ProtoReflect

func (x *GetMyOrgRequest) ProtoReflect() protoreflect.Message

func (*GetMyOrgRequest) Reset

func (x *GetMyOrgRequest) Reset()

func (*GetMyOrgRequest) String

func (x *GetMyOrgRequest) String() string

type GetMyOrgResponse

type GetMyOrgResponse struct {
	Org *org.Org `protobuf:"bytes,1,opt,name=org,proto3" json:"org,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMyOrgResponse) Descriptor deprecated

func (*GetMyOrgResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetMyOrgResponse.ProtoReflect.Descriptor instead.

func (*GetMyOrgResponse) GetOrg

func (x *GetMyOrgResponse) GetOrg() *org.Org

func (*GetMyOrgResponse) ProtoMessage

func (*GetMyOrgResponse) ProtoMessage()

func (*GetMyOrgResponse) ProtoReflect

func (x *GetMyOrgResponse) ProtoReflect() protoreflect.Message

func (*GetMyOrgResponse) Reset

func (x *GetMyOrgResponse) Reset()

func (*GetMyOrgResponse) String

func (x *GetMyOrgResponse) String() string

type GetOIDCInformationRequest

type GetOIDCInformationRequest struct {
	// contains filtered or unexported fields
}

This is an empty request

func (*GetOIDCInformationRequest) Descriptor deprecated

func (*GetOIDCInformationRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetOIDCInformationRequest.ProtoReflect.Descriptor instead.

func (*GetOIDCInformationRequest) ProtoMessage

func (*GetOIDCInformationRequest) ProtoMessage()

func (*GetOIDCInformationRequest) ProtoReflect

func (*GetOIDCInformationRequest) Reset

func (x *GetOIDCInformationRequest) Reset()

func (*GetOIDCInformationRequest) String

func (x *GetOIDCInformationRequest) String() string

type GetOIDCInformationResponse

type GetOIDCInformationResponse struct {
	Issuer            string `protobuf:"bytes,1,opt,name=issuer,proto3" json:"issuer,omitempty"`
	DiscoveryEndpoint string `protobuf:"bytes,2,opt,name=discovery_endpoint,json=discoveryEndpoint,proto3" json:"discovery_endpoint,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOIDCInformationResponse) Descriptor deprecated

func (*GetOIDCInformationResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetOIDCInformationResponse.ProtoReflect.Descriptor instead.

func (*GetOIDCInformationResponse) GetDiscoveryEndpoint

func (x *GetOIDCInformationResponse) GetDiscoveryEndpoint() string

func (*GetOIDCInformationResponse) GetIssuer

func (x *GetOIDCInformationResponse) GetIssuer() string

func (*GetOIDCInformationResponse) ProtoMessage

func (*GetOIDCInformationResponse) ProtoMessage()

func (*GetOIDCInformationResponse) ProtoReflect

func (*GetOIDCInformationResponse) Reset

func (x *GetOIDCInformationResponse) Reset()

func (*GetOIDCInformationResponse) String

func (x *GetOIDCInformationResponse) String() string

type GetOrgByDomainGlobalRequest

type GetOrgByDomainGlobalRequest struct {
	Domain string `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOrgByDomainGlobalRequest) Descriptor deprecated

func (*GetOrgByDomainGlobalRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetOrgByDomainGlobalRequest.ProtoReflect.Descriptor instead.

func (*GetOrgByDomainGlobalRequest) GetDomain

func (x *GetOrgByDomainGlobalRequest) GetDomain() string

func (*GetOrgByDomainGlobalRequest) ProtoMessage

func (*GetOrgByDomainGlobalRequest) ProtoMessage()

func (*GetOrgByDomainGlobalRequest) ProtoReflect

func (*GetOrgByDomainGlobalRequest) Reset

func (x *GetOrgByDomainGlobalRequest) Reset()

func (*GetOrgByDomainGlobalRequest) String

func (x *GetOrgByDomainGlobalRequest) String() string

type GetOrgByDomainGlobalResponse

type GetOrgByDomainGlobalResponse struct {
	Org *org.Org `protobuf:"bytes,1,opt,name=org,proto3" json:"org,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOrgByDomainGlobalResponse) Descriptor deprecated

func (*GetOrgByDomainGlobalResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetOrgByDomainGlobalResponse.ProtoReflect.Descriptor instead.

func (*GetOrgByDomainGlobalResponse) GetOrg

func (x *GetOrgByDomainGlobalResponse) GetOrg() *org.Org

func (*GetOrgByDomainGlobalResponse) ProtoMessage

func (*GetOrgByDomainGlobalResponse) ProtoMessage()

func (*GetOrgByDomainGlobalResponse) ProtoReflect

func (*GetOrgByDomainGlobalResponse) Reset

func (x *GetOrgByDomainGlobalResponse) Reset()

func (*GetOrgByDomainGlobalResponse) String

type GetOrgIAMPolicyRequest

type GetOrgIAMPolicyRequest struct {
	// contains filtered or unexported fields
}

func (*GetOrgIAMPolicyRequest) Descriptor deprecated

func (*GetOrgIAMPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetOrgIAMPolicyRequest.ProtoReflect.Descriptor instead.

func (*GetOrgIAMPolicyRequest) ProtoMessage

func (*GetOrgIAMPolicyRequest) ProtoMessage()

func (*GetOrgIAMPolicyRequest) ProtoReflect

func (x *GetOrgIAMPolicyRequest) ProtoReflect() protoreflect.Message

func (*GetOrgIAMPolicyRequest) Reset

func (x *GetOrgIAMPolicyRequest) Reset()

func (*GetOrgIAMPolicyRequest) String

func (x *GetOrgIAMPolicyRequest) String() string

type GetOrgIAMPolicyResponse

type GetOrgIAMPolicyResponse struct {
	Policy *policy.OrgIAMPolicy `protobuf:"bytes,1,opt,name=policy,proto3" json:"policy,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOrgIAMPolicyResponse) Descriptor deprecated

func (*GetOrgIAMPolicyResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetOrgIAMPolicyResponse.ProtoReflect.Descriptor instead.

func (*GetOrgIAMPolicyResponse) GetPolicy

func (*GetOrgIAMPolicyResponse) ProtoMessage

func (*GetOrgIAMPolicyResponse) ProtoMessage()

func (*GetOrgIAMPolicyResponse) ProtoReflect

func (x *GetOrgIAMPolicyResponse) ProtoReflect() protoreflect.Message

func (*GetOrgIAMPolicyResponse) Reset

func (x *GetOrgIAMPolicyResponse) Reset()

func (*GetOrgIAMPolicyResponse) String

func (x *GetOrgIAMPolicyResponse) String() string

type GetOrgIDPByIDRequest

type GetOrgIDPByIDRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOrgIDPByIDRequest) Descriptor deprecated

func (*GetOrgIDPByIDRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetOrgIDPByIDRequest.ProtoReflect.Descriptor instead.

func (*GetOrgIDPByIDRequest) GetId

func (x *GetOrgIDPByIDRequest) GetId() string

func (*GetOrgIDPByIDRequest) ProtoMessage

func (*GetOrgIDPByIDRequest) ProtoMessage()

func (*GetOrgIDPByIDRequest) ProtoReflect

func (x *GetOrgIDPByIDRequest) ProtoReflect() protoreflect.Message

func (*GetOrgIDPByIDRequest) Reset

func (x *GetOrgIDPByIDRequest) Reset()

func (*GetOrgIDPByIDRequest) String

func (x *GetOrgIDPByIDRequest) String() string

type GetOrgIDPByIDResponse

type GetOrgIDPByIDResponse struct {
	Idp *idp.IDP `protobuf:"bytes,1,opt,name=idp,proto3" json:"idp,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOrgIDPByIDResponse) Descriptor deprecated

func (*GetOrgIDPByIDResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetOrgIDPByIDResponse.ProtoReflect.Descriptor instead.

func (*GetOrgIDPByIDResponse) GetIdp

func (x *GetOrgIDPByIDResponse) GetIdp() *idp.IDP

func (*GetOrgIDPByIDResponse) ProtoMessage

func (*GetOrgIDPByIDResponse) ProtoMessage()

func (*GetOrgIDPByIDResponse) ProtoReflect

func (x *GetOrgIDPByIDResponse) ProtoReflect() protoreflect.Message

func (*GetOrgIDPByIDResponse) Reset

func (x *GetOrgIDPByIDResponse) Reset()

func (*GetOrgIDPByIDResponse) String

func (x *GetOrgIDPByIDResponse) String() string

type GetPasswordAgePolicyRequest

type GetPasswordAgePolicyRequest struct {
	// contains filtered or unexported fields
}

This is an empty request

func (*GetPasswordAgePolicyRequest) Descriptor deprecated

func (*GetPasswordAgePolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetPasswordAgePolicyRequest.ProtoReflect.Descriptor instead.

func (*GetPasswordAgePolicyRequest) ProtoMessage

func (*GetPasswordAgePolicyRequest) ProtoMessage()

func (*GetPasswordAgePolicyRequest) ProtoReflect

func (*GetPasswordAgePolicyRequest) Reset

func (x *GetPasswordAgePolicyRequest) Reset()

func (*GetPasswordAgePolicyRequest) String

func (x *GetPasswordAgePolicyRequest) String() string

type GetPasswordAgePolicyResponse

type GetPasswordAgePolicyResponse struct {
	Policy *policy.PasswordAgePolicy `protobuf:"bytes,1,opt,name=policy,proto3" json:"policy,omitempty"`
	//deprecated: is_default is also defined in zitadel.policy.v1.PasswordAgePolicy
	IsDefault bool `protobuf:"varint,2,opt,name=is_default,json=isDefault,proto3" json:"is_default,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPasswordAgePolicyResponse) Descriptor deprecated

func (*GetPasswordAgePolicyResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetPasswordAgePolicyResponse.ProtoReflect.Descriptor instead.

func (*GetPasswordAgePolicyResponse) GetIsDefault

func (x *GetPasswordAgePolicyResponse) GetIsDefault() bool

func (*GetPasswordAgePolicyResponse) GetPolicy

func (*GetPasswordAgePolicyResponse) ProtoMessage

func (*GetPasswordAgePolicyResponse) ProtoMessage()

func (*GetPasswordAgePolicyResponse) ProtoReflect

func (*GetPasswordAgePolicyResponse) Reset

func (x *GetPasswordAgePolicyResponse) Reset()

func (*GetPasswordAgePolicyResponse) String

type GetPasswordComplexityPolicyRequest

type GetPasswordComplexityPolicyRequest struct {
	// contains filtered or unexported fields
}

func (*GetPasswordComplexityPolicyRequest) Descriptor deprecated

func (*GetPasswordComplexityPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetPasswordComplexityPolicyRequest.ProtoReflect.Descriptor instead.

func (*GetPasswordComplexityPolicyRequest) ProtoMessage

func (*GetPasswordComplexityPolicyRequest) ProtoMessage()

func (*GetPasswordComplexityPolicyRequest) ProtoReflect

func (*GetPasswordComplexityPolicyRequest) Reset

func (*GetPasswordComplexityPolicyRequest) String

type GetPasswordComplexityPolicyResponse

type GetPasswordComplexityPolicyResponse struct {
	Policy *policy.PasswordComplexityPolicy `protobuf:"bytes,1,opt,name=policy,proto3" json:"policy,omitempty"`
	//deprecated: is_default is also defined in zitadel.policy.v1.PasswordComplexityPolicy
	IsDefault bool `protobuf:"varint,2,opt,name=is_default,json=isDefault,proto3" json:"is_default,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPasswordComplexityPolicyResponse) Descriptor deprecated

func (*GetPasswordComplexityPolicyResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetPasswordComplexityPolicyResponse.ProtoReflect.Descriptor instead.

func (*GetPasswordComplexityPolicyResponse) GetIsDefault

func (x *GetPasswordComplexityPolicyResponse) GetIsDefault() bool

func (*GetPasswordComplexityPolicyResponse) GetPolicy

func (*GetPasswordComplexityPolicyResponse) ProtoMessage

func (*GetPasswordComplexityPolicyResponse) ProtoMessage()

func (*GetPasswordComplexityPolicyResponse) ProtoReflect

func (*GetPasswordComplexityPolicyResponse) Reset

func (*GetPasswordComplexityPolicyResponse) String

type GetPersonalAccessTokenByIDsRequest

type GetPersonalAccessTokenByIDsRequest struct {
	UserId  string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	TokenId string `protobuf:"bytes,2,opt,name=token_id,json=tokenId,proto3" json:"token_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPersonalAccessTokenByIDsRequest) Descriptor deprecated

func (*GetPersonalAccessTokenByIDsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetPersonalAccessTokenByIDsRequest.ProtoReflect.Descriptor instead.

func (*GetPersonalAccessTokenByIDsRequest) GetTokenId

func (*GetPersonalAccessTokenByIDsRequest) GetUserId

func (*GetPersonalAccessTokenByIDsRequest) ProtoMessage

func (*GetPersonalAccessTokenByIDsRequest) ProtoMessage()

func (*GetPersonalAccessTokenByIDsRequest) ProtoReflect

func (*GetPersonalAccessTokenByIDsRequest) Reset

func (*GetPersonalAccessTokenByIDsRequest) String

type GetPersonalAccessTokenByIDsResponse

type GetPersonalAccessTokenByIDsResponse struct {
	Token *user.PersonalAccessToken `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPersonalAccessTokenByIDsResponse) Descriptor deprecated

func (*GetPersonalAccessTokenByIDsResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetPersonalAccessTokenByIDsResponse.ProtoReflect.Descriptor instead.

func (*GetPersonalAccessTokenByIDsResponse) GetToken

func (*GetPersonalAccessTokenByIDsResponse) ProtoMessage

func (*GetPersonalAccessTokenByIDsResponse) ProtoMessage()

func (*GetPersonalAccessTokenByIDsResponse) ProtoReflect

func (*GetPersonalAccessTokenByIDsResponse) Reset

func (*GetPersonalAccessTokenByIDsResponse) String

type GetPreviewLabelPolicyRequest

type GetPreviewLabelPolicyRequest struct {
	// contains filtered or unexported fields
}

This is an empty request

func (*GetPreviewLabelPolicyRequest) Descriptor deprecated

func (*GetPreviewLabelPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetPreviewLabelPolicyRequest.ProtoReflect.Descriptor instead.

func (*GetPreviewLabelPolicyRequest) ProtoMessage

func (*GetPreviewLabelPolicyRequest) ProtoMessage()

func (*GetPreviewLabelPolicyRequest) ProtoReflect

func (*GetPreviewLabelPolicyRequest) Reset

func (x *GetPreviewLabelPolicyRequest) Reset()

func (*GetPreviewLabelPolicyRequest) String

type GetPreviewLabelPolicyResponse

type GetPreviewLabelPolicyResponse struct {
	Policy *policy.LabelPolicy `protobuf:"bytes,1,opt,name=policy,proto3" json:"policy,omitempty"`
	//deprecated: is_default is also defined in zitadel.policy.v1.LabelPolicy
	IsDefault bool `protobuf:"varint,2,opt,name=is_default,json=isDefault,proto3" json:"is_default,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPreviewLabelPolicyResponse) Descriptor deprecated

func (*GetPreviewLabelPolicyResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetPreviewLabelPolicyResponse.ProtoReflect.Descriptor instead.

func (*GetPreviewLabelPolicyResponse) GetIsDefault

func (x *GetPreviewLabelPolicyResponse) GetIsDefault() bool

func (*GetPreviewLabelPolicyResponse) GetPolicy

func (*GetPreviewLabelPolicyResponse) ProtoMessage

func (*GetPreviewLabelPolicyResponse) ProtoMessage()

func (*GetPreviewLabelPolicyResponse) ProtoReflect

func (*GetPreviewLabelPolicyResponse) Reset

func (x *GetPreviewLabelPolicyResponse) Reset()

func (*GetPreviewLabelPolicyResponse) String

type GetPrivacyPolicyRequest

type GetPrivacyPolicyRequest struct {
	// contains filtered or unexported fields
}

This is an empty request

func (*GetPrivacyPolicyRequest) Descriptor deprecated

func (*GetPrivacyPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetPrivacyPolicyRequest.ProtoReflect.Descriptor instead.

func (*GetPrivacyPolicyRequest) ProtoMessage

func (*GetPrivacyPolicyRequest) ProtoMessage()

func (*GetPrivacyPolicyRequest) ProtoReflect

func (x *GetPrivacyPolicyRequest) ProtoReflect() protoreflect.Message

func (*GetPrivacyPolicyRequest) Reset

func (x *GetPrivacyPolicyRequest) Reset()

func (*GetPrivacyPolicyRequest) String

func (x *GetPrivacyPolicyRequest) String() string

type GetPrivacyPolicyResponse

type GetPrivacyPolicyResponse struct {
	Policy *policy.PrivacyPolicy `protobuf:"bytes,1,opt,name=policy,proto3" json:"policy,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPrivacyPolicyResponse) Descriptor deprecated

func (*GetPrivacyPolicyResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetPrivacyPolicyResponse.ProtoReflect.Descriptor instead.

func (*GetPrivacyPolicyResponse) GetPolicy

func (*GetPrivacyPolicyResponse) ProtoMessage

func (*GetPrivacyPolicyResponse) ProtoMessage()

func (*GetPrivacyPolicyResponse) ProtoReflect

func (x *GetPrivacyPolicyResponse) ProtoReflect() protoreflect.Message

func (*GetPrivacyPolicyResponse) Reset

func (x *GetPrivacyPolicyResponse) Reset()

func (*GetPrivacyPolicyResponse) String

func (x *GetPrivacyPolicyResponse) String() string

type GetProjectByIDRequest

type GetProjectByIDRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetProjectByIDRequest) Descriptor deprecated

func (*GetProjectByIDRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetProjectByIDRequest.ProtoReflect.Descriptor instead.

func (*GetProjectByIDRequest) GetId

func (x *GetProjectByIDRequest) GetId() string

func (*GetProjectByIDRequest) ProtoMessage

func (*GetProjectByIDRequest) ProtoMessage()

func (*GetProjectByIDRequest) ProtoReflect

func (x *GetProjectByIDRequest) ProtoReflect() protoreflect.Message

func (*GetProjectByIDRequest) Reset

func (x *GetProjectByIDRequest) Reset()

func (*GetProjectByIDRequest) String

func (x *GetProjectByIDRequest) String() string

type GetProjectByIDResponse

type GetProjectByIDResponse struct {
	Project *project.Project `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

func (*GetProjectByIDResponse) Descriptor deprecated

func (*GetProjectByIDResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetProjectByIDResponse.ProtoReflect.Descriptor instead.

func (*GetProjectByIDResponse) GetProject

func (x *GetProjectByIDResponse) GetProject() *project.Project

func (*GetProjectByIDResponse) ProtoMessage

func (*GetProjectByIDResponse) ProtoMessage()

func (*GetProjectByIDResponse) ProtoReflect

func (x *GetProjectByIDResponse) ProtoReflect() protoreflect.Message

func (*GetProjectByIDResponse) Reset

func (x *GetProjectByIDResponse) Reset()

func (*GetProjectByIDResponse) String

func (x *GetProjectByIDResponse) String() string

type GetProjectGrantByIDRequest

type GetProjectGrantByIDRequest struct {
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	GrantId   string `protobuf:"bytes,2,opt,name=grant_id,json=grantId,proto3" json:"grant_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetProjectGrantByIDRequest) Descriptor deprecated

func (*GetProjectGrantByIDRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetProjectGrantByIDRequest.ProtoReflect.Descriptor instead.

func (*GetProjectGrantByIDRequest) GetGrantId

func (x *GetProjectGrantByIDRequest) GetGrantId() string

func (*GetProjectGrantByIDRequest) GetProjectId

func (x *GetProjectGrantByIDRequest) GetProjectId() string

func (*GetProjectGrantByIDRequest) ProtoMessage

func (*GetProjectGrantByIDRequest) ProtoMessage()

func (*GetProjectGrantByIDRequest) ProtoReflect

func (*GetProjectGrantByIDRequest) Reset

func (x *GetProjectGrantByIDRequest) Reset()

func (*GetProjectGrantByIDRequest) String

func (x *GetProjectGrantByIDRequest) String() string

type GetProjectGrantByIDResponse

type GetProjectGrantByIDResponse struct {
	ProjectGrant *project.GrantedProject `protobuf:"bytes,1,opt,name=project_grant,json=projectGrant,proto3" json:"project_grant,omitempty"`
	// contains filtered or unexported fields
}

func (*GetProjectGrantByIDResponse) Descriptor deprecated

func (*GetProjectGrantByIDResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetProjectGrantByIDResponse.ProtoReflect.Descriptor instead.

func (*GetProjectGrantByIDResponse) GetProjectGrant

func (x *GetProjectGrantByIDResponse) GetProjectGrant() *project.GrantedProject

func (*GetProjectGrantByIDResponse) ProtoMessage

func (*GetProjectGrantByIDResponse) ProtoMessage()

func (*GetProjectGrantByIDResponse) ProtoReflect

func (*GetProjectGrantByIDResponse) Reset

func (x *GetProjectGrantByIDResponse) Reset()

func (*GetProjectGrantByIDResponse) String

func (x *GetProjectGrantByIDResponse) String() string

type GetSupportedLanguagesRequest

type GetSupportedLanguagesRequest struct {
	// contains filtered or unexported fields
}

This is an empty request

func (*GetSupportedLanguagesRequest) Descriptor deprecated

func (*GetSupportedLanguagesRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetSupportedLanguagesRequest.ProtoReflect.Descriptor instead.

func (*GetSupportedLanguagesRequest) ProtoMessage

func (*GetSupportedLanguagesRequest) ProtoMessage()

func (*GetSupportedLanguagesRequest) ProtoReflect

func (*GetSupportedLanguagesRequest) Reset

func (x *GetSupportedLanguagesRequest) Reset()

func (*GetSupportedLanguagesRequest) String

type GetSupportedLanguagesResponse

type GetSupportedLanguagesResponse struct {
	Languages []string `protobuf:"bytes,1,rep,name=languages,proto3" json:"languages,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSupportedLanguagesResponse) Descriptor deprecated

func (*GetSupportedLanguagesResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetSupportedLanguagesResponse.ProtoReflect.Descriptor instead.

func (*GetSupportedLanguagesResponse) GetLanguages

func (x *GetSupportedLanguagesResponse) GetLanguages() []string

func (*GetSupportedLanguagesResponse) ProtoMessage

func (*GetSupportedLanguagesResponse) ProtoMessage()

func (*GetSupportedLanguagesResponse) ProtoReflect

func (*GetSupportedLanguagesResponse) Reset

func (x *GetSupportedLanguagesResponse) Reset()

func (*GetSupportedLanguagesResponse) String

type GetUserByIDRequest

type GetUserByIDRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserByIDRequest) Descriptor deprecated

func (*GetUserByIDRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetUserByIDRequest.ProtoReflect.Descriptor instead.

func (*GetUserByIDRequest) GetId

func (x *GetUserByIDRequest) GetId() string

func (*GetUserByIDRequest) ProtoMessage

func (*GetUserByIDRequest) ProtoMessage()

func (*GetUserByIDRequest) ProtoReflect

func (x *GetUserByIDRequest) ProtoReflect() protoreflect.Message

func (*GetUserByIDRequest) Reset

func (x *GetUserByIDRequest) Reset()

func (*GetUserByIDRequest) String

func (x *GetUserByIDRequest) String() string

type GetUserByIDResponse

type GetUserByIDResponse struct {
	User *user.User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserByIDResponse) Descriptor deprecated

func (*GetUserByIDResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetUserByIDResponse.ProtoReflect.Descriptor instead.

func (*GetUserByIDResponse) GetUser

func (x *GetUserByIDResponse) GetUser() *user.User

func (*GetUserByIDResponse) ProtoMessage

func (*GetUserByIDResponse) ProtoMessage()

func (*GetUserByIDResponse) ProtoReflect

func (x *GetUserByIDResponse) ProtoReflect() protoreflect.Message

func (*GetUserByIDResponse) Reset

func (x *GetUserByIDResponse) Reset()

func (*GetUserByIDResponse) String

func (x *GetUserByIDResponse) String() string

type GetUserByLoginNameGlobalRequest

type GetUserByLoginNameGlobalRequest struct {
	LoginName string `protobuf:"bytes,1,opt,name=login_name,json=loginName,proto3" json:"login_name,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserByLoginNameGlobalRequest) Descriptor deprecated

func (*GetUserByLoginNameGlobalRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetUserByLoginNameGlobalRequest.ProtoReflect.Descriptor instead.

func (*GetUserByLoginNameGlobalRequest) GetLoginName

func (x *GetUserByLoginNameGlobalRequest) GetLoginName() string

func (*GetUserByLoginNameGlobalRequest) ProtoMessage

func (*GetUserByLoginNameGlobalRequest) ProtoMessage()

func (*GetUserByLoginNameGlobalRequest) ProtoReflect

func (*GetUserByLoginNameGlobalRequest) Reset

func (*GetUserByLoginNameGlobalRequest) String

type GetUserByLoginNameGlobalResponse

type GetUserByLoginNameGlobalResponse struct {
	User *user.User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserByLoginNameGlobalResponse) Descriptor deprecated

func (*GetUserByLoginNameGlobalResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetUserByLoginNameGlobalResponse.ProtoReflect.Descriptor instead.

func (*GetUserByLoginNameGlobalResponse) GetUser

func (*GetUserByLoginNameGlobalResponse) ProtoMessage

func (*GetUserByLoginNameGlobalResponse) ProtoMessage()

func (*GetUserByLoginNameGlobalResponse) ProtoReflect

func (*GetUserByLoginNameGlobalResponse) Reset

func (*GetUserByLoginNameGlobalResponse) String

type GetUserGrantByIDRequest

type GetUserGrantByIDRequest struct {
	UserId  string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	GrantId string `protobuf:"bytes,2,opt,name=grant_id,json=grantId,proto3" json:"grant_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserGrantByIDRequest) Descriptor deprecated

func (*GetUserGrantByIDRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetUserGrantByIDRequest.ProtoReflect.Descriptor instead.

func (*GetUserGrantByIDRequest) GetGrantId

func (x *GetUserGrantByIDRequest) GetGrantId() string

func (*GetUserGrantByIDRequest) GetUserId

func (x *GetUserGrantByIDRequest) GetUserId() string

func (*GetUserGrantByIDRequest) ProtoMessage

func (*GetUserGrantByIDRequest) ProtoMessage()

func (*GetUserGrantByIDRequest) ProtoReflect

func (x *GetUserGrantByIDRequest) ProtoReflect() protoreflect.Message

func (*GetUserGrantByIDRequest) Reset

func (x *GetUserGrantByIDRequest) Reset()

func (*GetUserGrantByIDRequest) String

func (x *GetUserGrantByIDRequest) String() string

type GetUserGrantByIDResponse

type GetUserGrantByIDResponse struct {
	UserGrant *user.UserGrant `protobuf:"bytes,1,opt,name=user_grant,json=userGrant,proto3" json:"user_grant,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserGrantByIDResponse) Descriptor deprecated

func (*GetUserGrantByIDResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetUserGrantByIDResponse.ProtoReflect.Descriptor instead.

func (*GetUserGrantByIDResponse) GetUserGrant

func (x *GetUserGrantByIDResponse) GetUserGrant() *user.UserGrant

func (*GetUserGrantByIDResponse) ProtoMessage

func (*GetUserGrantByIDResponse) ProtoMessage()

func (*GetUserGrantByIDResponse) ProtoReflect

func (x *GetUserGrantByIDResponse) ProtoReflect() protoreflect.Message

func (*GetUserGrantByIDResponse) Reset

func (x *GetUserGrantByIDResponse) Reset()

func (*GetUserGrantByIDResponse) String

func (x *GetUserGrantByIDResponse) String() string

type GetUserMetadataRequest

type GetUserMetadataRequest struct {
	Id  string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Key string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserMetadataRequest) Descriptor deprecated

func (*GetUserMetadataRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetUserMetadataRequest.ProtoReflect.Descriptor instead.

func (*GetUserMetadataRequest) GetId

func (x *GetUserMetadataRequest) GetId() string

func (*GetUserMetadataRequest) GetKey

func (x *GetUserMetadataRequest) GetKey() string

func (*GetUserMetadataRequest) ProtoMessage

func (*GetUserMetadataRequest) ProtoMessage()

func (*GetUserMetadataRequest) ProtoReflect

func (x *GetUserMetadataRequest) ProtoReflect() protoreflect.Message

func (*GetUserMetadataRequest) Reset

func (x *GetUserMetadataRequest) Reset()

func (*GetUserMetadataRequest) String

func (x *GetUserMetadataRequest) String() string

type GetUserMetadataResponse

type GetUserMetadataResponse struct {
	Metadata *metadata.Metadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserMetadataResponse) Descriptor deprecated

func (*GetUserMetadataResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetUserMetadataResponse.ProtoReflect.Descriptor instead.

func (*GetUserMetadataResponse) GetMetadata

func (x *GetUserMetadataResponse) GetMetadata() *metadata.Metadata

func (*GetUserMetadataResponse) ProtoMessage

func (*GetUserMetadataResponse) ProtoMessage()

func (*GetUserMetadataResponse) ProtoReflect

func (x *GetUserMetadataResponse) ProtoReflect() protoreflect.Message

func (*GetUserMetadataResponse) Reset

func (x *GetUserMetadataResponse) Reset()

func (*GetUserMetadataResponse) String

func (x *GetUserMetadataResponse) String() string

type HealthzRequest

type HealthzRequest struct {
	// contains filtered or unexported fields
}

This is an empty request

func (*HealthzRequest) Descriptor deprecated

func (*HealthzRequest) Descriptor() ([]byte, []int)

Deprecated: Use HealthzRequest.ProtoReflect.Descriptor instead.

func (*HealthzRequest) ProtoMessage

func (*HealthzRequest) ProtoMessage()

func (*HealthzRequest) ProtoReflect

func (x *HealthzRequest) ProtoReflect() protoreflect.Message

func (*HealthzRequest) Reset

func (x *HealthzRequest) Reset()

func (*HealthzRequest) String

func (x *HealthzRequest) String() string

type HealthzResponse

type HealthzResponse struct {
	// contains filtered or unexported fields
}

This is an empty response

func (*HealthzResponse) Descriptor deprecated

func (*HealthzResponse) Descriptor() ([]byte, []int)

Deprecated: Use HealthzResponse.ProtoReflect.Descriptor instead.

func (*HealthzResponse) ProtoMessage

func (*HealthzResponse) ProtoMessage()

func (*HealthzResponse) ProtoReflect

func (x *HealthzResponse) ProtoReflect() protoreflect.Message

func (*HealthzResponse) Reset

func (x *HealthzResponse) Reset()

func (*HealthzResponse) String

func (x *HealthzResponse) String() string

type IDPQuery

type IDPQuery struct {

	// Types that are assignable to Query:
	//	*IDPQuery_IdpIdQuery
	//	*IDPQuery_IdpNameQuery
	//	*IDPQuery_OwnerTypeQuery
	Query isIDPQuery_Query `protobuf_oneof:"query"`
	// contains filtered or unexported fields
}

func (*IDPQuery) Descriptor deprecated

func (*IDPQuery) Descriptor() ([]byte, []int)

Deprecated: Use IDPQuery.ProtoReflect.Descriptor instead.

func (*IDPQuery) GetIdpIdQuery

func (x *IDPQuery) GetIdpIdQuery() *idp.IDPIDQuery

func (*IDPQuery) GetIdpNameQuery

func (x *IDPQuery) GetIdpNameQuery() *idp.IDPNameQuery

func (*IDPQuery) GetOwnerTypeQuery

func (x *IDPQuery) GetOwnerTypeQuery() *idp.IDPOwnerTypeQuery

func (*IDPQuery) GetQuery

func (m *IDPQuery) GetQuery() isIDPQuery_Query

func (*IDPQuery) ProtoMessage

func (*IDPQuery) ProtoMessage()

func (*IDPQuery) ProtoReflect

func (x *IDPQuery) ProtoReflect() protoreflect.Message

func (*IDPQuery) Reset

func (x *IDPQuery) Reset()

func (*IDPQuery) String

func (x *IDPQuery) String() string

type IDPQuery_IdpIdQuery

type IDPQuery_IdpIdQuery struct {
	IdpIdQuery *idp.IDPIDQuery `protobuf:"bytes,1,opt,name=idp_id_query,json=idpIdQuery,proto3,oneof"`
}

type IDPQuery_IdpNameQuery

type IDPQuery_IdpNameQuery struct {
	IdpNameQuery *idp.IDPNameQuery `protobuf:"bytes,2,opt,name=idp_name_query,json=idpNameQuery,proto3,oneof"`
}

type IDPQuery_OwnerTypeQuery

type IDPQuery_OwnerTypeQuery struct {
	OwnerTypeQuery *idp.IDPOwnerTypeQuery `protobuf:"bytes,3,opt,name=owner_type_query,json=ownerTypeQuery,proto3,oneof"`
}

type ImportHumanUserRequest

type ImportHumanUserRequest struct {
	UserName                        string                          `protobuf:"bytes,1,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
	Profile                         *ImportHumanUserRequest_Profile `protobuf:"bytes,2,opt,name=profile,proto3" json:"profile,omitempty"`
	Email                           *ImportHumanUserRequest_Email   `protobuf:"bytes,3,opt,name=email,proto3" json:"email,omitempty"`
	Phone                           *ImportHumanUserRequest_Phone   `protobuf:"bytes,4,opt,name=phone,proto3" json:"phone,omitempty"`
	Password                        string                          `protobuf:"bytes,5,opt,name=password,proto3" json:"password,omitempty"`
	PasswordChangeRequired          bool                            `` /* 130-byte string literal not displayed */
	RequestPasswordlessRegistration bool                            `` /* 157-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ImportHumanUserRequest) Descriptor deprecated

func (*ImportHumanUserRequest) Descriptor() ([]byte, []int)

Deprecated: Use ImportHumanUserRequest.ProtoReflect.Descriptor instead.

func (*ImportHumanUserRequest) GetEmail

func (*ImportHumanUserRequest) GetPassword

func (x *ImportHumanUserRequest) GetPassword() string

func (*ImportHumanUserRequest) GetPasswordChangeRequired

func (x *ImportHumanUserRequest) GetPasswordChangeRequired() bool

func (*ImportHumanUserRequest) GetPhone

func (*ImportHumanUserRequest) GetProfile

func (*ImportHumanUserRequest) GetRequestPasswordlessRegistration

func (x *ImportHumanUserRequest) GetRequestPasswordlessRegistration() bool

func (*ImportHumanUserRequest) GetUserName

func (x *ImportHumanUserRequest) GetUserName() string

func (*ImportHumanUserRequest) ProtoMessage

func (*ImportHumanUserRequest) ProtoMessage()

func (*ImportHumanUserRequest) ProtoReflect

func (x *ImportHumanUserRequest) ProtoReflect() protoreflect.Message

func (*ImportHumanUserRequest) Reset

func (x *ImportHumanUserRequest) Reset()

func (*ImportHumanUserRequest) String

func (x *ImportHumanUserRequest) String() string

type ImportHumanUserRequest_Email

type ImportHumanUserRequest_Email struct {
	Email           string `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"` //TODO: check if no value is allowed
	IsEmailVerified bool   `protobuf:"varint,2,opt,name=is_email_verified,json=isEmailVerified,proto3" json:"is_email_verified,omitempty"`
	// contains filtered or unexported fields
}

func (*ImportHumanUserRequest_Email) Descriptor deprecated

func (*ImportHumanUserRequest_Email) Descriptor() ([]byte, []int)

Deprecated: Use ImportHumanUserRequest_Email.ProtoReflect.Descriptor instead.

func (*ImportHumanUserRequest_Email) GetEmail

func (x *ImportHumanUserRequest_Email) GetEmail() string

func (*ImportHumanUserRequest_Email) GetIsEmailVerified

func (x *ImportHumanUserRequest_Email) GetIsEmailVerified() bool

func (*ImportHumanUserRequest_Email) ProtoMessage

func (*ImportHumanUserRequest_Email) ProtoMessage()

func (*ImportHumanUserRequest_Email) ProtoReflect

func (*ImportHumanUserRequest_Email) Reset

func (x *ImportHumanUserRequest_Email) Reset()

func (*ImportHumanUserRequest_Email) String

type ImportHumanUserRequest_Phone

type ImportHumanUserRequest_Phone struct {

	// has to be a global number
	Phone           string `protobuf:"bytes,1,opt,name=phone,proto3" json:"phone,omitempty"`
	IsPhoneVerified bool   `protobuf:"varint,2,opt,name=is_phone_verified,json=isPhoneVerified,proto3" json:"is_phone_verified,omitempty"`
	// contains filtered or unexported fields
}

func (*ImportHumanUserRequest_Phone) Descriptor deprecated

func (*ImportHumanUserRequest_Phone) Descriptor() ([]byte, []int)

Deprecated: Use ImportHumanUserRequest_Phone.ProtoReflect.Descriptor instead.

func (*ImportHumanUserRequest_Phone) GetIsPhoneVerified

func (x *ImportHumanUserRequest_Phone) GetIsPhoneVerified() bool

func (*ImportHumanUserRequest_Phone) GetPhone

func (x *ImportHumanUserRequest_Phone) GetPhone() string

func (*ImportHumanUserRequest_Phone) ProtoMessage

func (*ImportHumanUserRequest_Phone) ProtoMessage()

func (*ImportHumanUserRequest_Phone) ProtoReflect

func (*ImportHumanUserRequest_Phone) Reset

func (x *ImportHumanUserRequest_Phone) Reset()

func (*ImportHumanUserRequest_Phone) String

type ImportHumanUserRequest_Profile

type ImportHumanUserRequest_Profile struct {
	FirstName         string      `protobuf:"bytes,1,opt,name=first_name,json=firstName,proto3" json:"first_name,omitempty"`
	LastName          string      `protobuf:"bytes,2,opt,name=last_name,json=lastName,proto3" json:"last_name,omitempty"`
	NickName          string      `protobuf:"bytes,3,opt,name=nick_name,json=nickName,proto3" json:"nick_name,omitempty"`
	DisplayName       string      `protobuf:"bytes,4,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	PreferredLanguage string      `protobuf:"bytes,5,opt,name=preferred_language,json=preferredLanguage,proto3" json:"preferred_language,omitempty"`
	Gender            user.Gender `protobuf:"varint,6,opt,name=gender,proto3,enum=zitadel.user.v1.Gender" json:"gender,omitempty"`
	// contains filtered or unexported fields
}

func (*ImportHumanUserRequest_Profile) Descriptor deprecated

func (*ImportHumanUserRequest_Profile) Descriptor() ([]byte, []int)

Deprecated: Use ImportHumanUserRequest_Profile.ProtoReflect.Descriptor instead.

func (*ImportHumanUserRequest_Profile) GetDisplayName

func (x *ImportHumanUserRequest_Profile) GetDisplayName() string

func (*ImportHumanUserRequest_Profile) GetFirstName

func (x *ImportHumanUserRequest_Profile) GetFirstName() string

func (*ImportHumanUserRequest_Profile) GetGender

func (*ImportHumanUserRequest_Profile) GetLastName

func (x *ImportHumanUserRequest_Profile) GetLastName() string

func (*ImportHumanUserRequest_Profile) GetNickName

func (x *ImportHumanUserRequest_Profile) GetNickName() string

func (*ImportHumanUserRequest_Profile) GetPreferredLanguage

func (x *ImportHumanUserRequest_Profile) GetPreferredLanguage() string

func (*ImportHumanUserRequest_Profile) ProtoMessage

func (*ImportHumanUserRequest_Profile) ProtoMessage()

func (*ImportHumanUserRequest_Profile) ProtoReflect

func (*ImportHumanUserRequest_Profile) Reset

func (x *ImportHumanUserRequest_Profile) Reset()

func (*ImportHumanUserRequest_Profile) String

type ImportHumanUserResponse

type ImportHumanUserResponse struct {
	UserId                   string                                            `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Details                  *object.ObjectDetails                             `protobuf:"bytes,2,opt,name=details,proto3" json:"details,omitempty"`
	PasswordlessRegistration *ImportHumanUserResponse_PasswordlessRegistration `` /* 133-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ImportHumanUserResponse) Descriptor deprecated

func (*ImportHumanUserResponse) Descriptor() ([]byte, []int)

Deprecated: Use ImportHumanUserResponse.ProtoReflect.Descriptor instead.

func (*ImportHumanUserResponse) GetDetails

func (x *ImportHumanUserResponse) GetDetails() *object.ObjectDetails

func (*ImportHumanUserResponse) GetPasswordlessRegistration

func (*ImportHumanUserResponse) GetUserId

func (x *ImportHumanUserResponse) GetUserId() string

func (*ImportHumanUserResponse) ProtoMessage

func (*ImportHumanUserResponse) ProtoMessage()

func (*ImportHumanUserResponse) ProtoReflect

func (x *ImportHumanUserResponse) ProtoReflect() protoreflect.Message

func (*ImportHumanUserResponse) Reset

func (x *ImportHumanUserResponse) Reset()

func (*ImportHumanUserResponse) String

func (x *ImportHumanUserResponse) String() string

type ImportHumanUserResponse_PasswordlessRegistration

type ImportHumanUserResponse_PasswordlessRegistration struct {
	Link string `protobuf:"bytes,1,opt,name=link,proto3" json:"link,omitempty"`
	//deprecated: use expiration instead
	Lifetime   *durationpb.Duration `protobuf:"bytes,2,opt,name=lifetime,proto3" json:"lifetime,omitempty"`
	Expiration *durationpb.Duration `protobuf:"bytes,3,opt,name=expiration,proto3" json:"expiration,omitempty"`
	// contains filtered or unexported fields
}

func (*ImportHumanUserResponse_PasswordlessRegistration) Descriptor deprecated

Deprecated: Use ImportHumanUserResponse_PasswordlessRegistration.ProtoReflect.Descriptor instead.

func (*ImportHumanUserResponse_PasswordlessRegistration) GetExpiration

func (*ImportHumanUserResponse_PasswordlessRegistration) GetLifetime

func (*ImportHumanUserResponse_PasswordlessRegistration) ProtoMessage

func (*ImportHumanUserResponse_PasswordlessRegistration) ProtoReflect

func (*ImportHumanUserResponse_PasswordlessRegistration) Reset

func (*ImportHumanUserResponse_PasswordlessRegistration) String

type IsUserUniqueRequest

type IsUserUniqueRequest struct {
	UserName string `protobuf:"bytes,1,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
	Email    string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
	// contains filtered or unexported fields
}

func (*IsUserUniqueRequest) Descriptor deprecated

func (*IsUserUniqueRequest) Descriptor() ([]byte, []int)

Deprecated: Use IsUserUniqueRequest.ProtoReflect.Descriptor instead.

func (*IsUserUniqueRequest) GetEmail

func (x *IsUserUniqueRequest) GetEmail() string

func (*IsUserUniqueRequest) GetUserName

func (x *IsUserUniqueRequest) GetUserName() string

func (*IsUserUniqueRequest) ProtoMessage

func (*IsUserUniqueRequest) ProtoMessage()

func (*IsUserUniqueRequest) ProtoReflect

func (x *IsUserUniqueRequest) ProtoReflect() protoreflect.Message

func (*IsUserUniqueRequest) Reset

func (x *IsUserUniqueRequest) Reset()

func (*IsUserUniqueRequest) String

func (x *IsUserUniqueRequest) String() string

type IsUserUniqueResponse

type IsUserUniqueResponse struct {
	IsUnique bool `protobuf:"varint,1,opt,name=is_unique,json=isUnique,proto3" json:"is_unique,omitempty"`
	// contains filtered or unexported fields
}

func (*IsUserUniqueResponse) Descriptor deprecated

func (*IsUserUniqueResponse) Descriptor() ([]byte, []int)

Deprecated: Use IsUserUniqueResponse.ProtoReflect.Descriptor instead.

func (*IsUserUniqueResponse) GetIsUnique

func (x *IsUserUniqueResponse) GetIsUnique() bool

func (*IsUserUniqueResponse) ProtoMessage

func (*IsUserUniqueResponse) ProtoMessage()

func (*IsUserUniqueResponse) ProtoReflect

func (x *IsUserUniqueResponse) ProtoReflect() protoreflect.Message

func (*IsUserUniqueResponse) Reset

func (x *IsUserUniqueResponse) Reset()

func (*IsUserUniqueResponse) String

func (x *IsUserUniqueResponse) String() string

type ListActionsRequest

type ListActionsRequest struct {

	//list limitations and ordering
	Query *object.ListQuery `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	//the field the result is sorted
	SortingColumn action.ActionFieldName `` /* 140-byte string literal not displayed */
	//criteria the client is looking for
	Queries []*ActionQuery `protobuf:"bytes,3,rep,name=queries,proto3" json:"queries,omitempty"`
	// contains filtered or unexported fields
}

func (*ListActionsRequest) Descriptor deprecated

func (*ListActionsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListActionsRequest.ProtoReflect.Descriptor instead.

func (*ListActionsRequest) GetQueries

func (x *ListActionsRequest) GetQueries() []*ActionQuery

func (*ListActionsRequest) GetQuery

func (x *ListActionsRequest) GetQuery() *object.ListQuery

func (*ListActionsRequest) GetSortingColumn

func (x *ListActionsRequest) GetSortingColumn() action.ActionFieldName

func (*ListActionsRequest) ProtoMessage

func (*ListActionsRequest) ProtoMessage()

func (*ListActionsRequest) ProtoReflect

func (x *ListActionsRequest) ProtoReflect() protoreflect.Message

func (*ListActionsRequest) Reset

func (x *ListActionsRequest) Reset()

func (*ListActionsRequest) String

func (x *ListActionsRequest) String() string

type ListActionsResponse

type ListActionsResponse struct {
	Details       *object.ListDetails    `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	SortingColumn action.ActionFieldName `` /* 140-byte string literal not displayed */
	Result        []*action.Action       `protobuf:"bytes,3,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListActionsResponse) Descriptor deprecated

func (*ListActionsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListActionsResponse.ProtoReflect.Descriptor instead.

func (*ListActionsResponse) GetDetails

func (x *ListActionsResponse) GetDetails() *object.ListDetails

func (*ListActionsResponse) GetResult

func (x *ListActionsResponse) GetResult() []*action.Action

func (*ListActionsResponse) GetSortingColumn

func (x *ListActionsResponse) GetSortingColumn() action.ActionFieldName

func (*ListActionsResponse) ProtoMessage

func (*ListActionsResponse) ProtoMessage()

func (*ListActionsResponse) ProtoReflect

func (x *ListActionsResponse) ProtoReflect() protoreflect.Message

func (*ListActionsResponse) Reset

func (x *ListActionsResponse) Reset()

func (*ListActionsResponse) String

func (x *ListActionsResponse) String() string

type ListAllProjectGrantsRequest

type ListAllProjectGrantsRequest struct {

	//list limitations and ordering
	Query *object.ListQuery `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	//criterias the client is looking for
	Queries []*project.AllProjectGrantQuery `protobuf:"bytes,2,rep,name=queries,proto3" json:"queries,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAllProjectGrantsRequest) Descriptor deprecated

func (*ListAllProjectGrantsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListAllProjectGrantsRequest.ProtoReflect.Descriptor instead.

func (*ListAllProjectGrantsRequest) GetQueries

func (*ListAllProjectGrantsRequest) GetQuery

func (*ListAllProjectGrantsRequest) ProtoMessage

func (*ListAllProjectGrantsRequest) ProtoMessage()

func (*ListAllProjectGrantsRequest) ProtoReflect

func (*ListAllProjectGrantsRequest) Reset

func (x *ListAllProjectGrantsRequest) Reset()

func (*ListAllProjectGrantsRequest) String

func (x *ListAllProjectGrantsRequest) String() string

type ListAllProjectGrantsResponse

type ListAllProjectGrantsResponse struct {
	Details *object.ListDetails       `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	Result  []*project.GrantedProject `protobuf:"bytes,2,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAllProjectGrantsResponse) Descriptor deprecated

func (*ListAllProjectGrantsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListAllProjectGrantsResponse.ProtoReflect.Descriptor instead.

func (*ListAllProjectGrantsResponse) GetDetails

func (*ListAllProjectGrantsResponse) GetResult

func (*ListAllProjectGrantsResponse) ProtoMessage

func (*ListAllProjectGrantsResponse) ProtoMessage()

func (*ListAllProjectGrantsResponse) ProtoReflect

func (*ListAllProjectGrantsResponse) Reset

func (x *ListAllProjectGrantsResponse) Reset()

func (*ListAllProjectGrantsResponse) String

type ListAppChangesRequest

type ListAppChangesRequest struct {

	//list limitations and ordering
	Query     *change.ChangeQuery `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	ProjectId string              `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	AppId     string              `protobuf:"bytes,3,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAppChangesRequest) Descriptor deprecated

func (*ListAppChangesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListAppChangesRequest.ProtoReflect.Descriptor instead.

func (*ListAppChangesRequest) GetAppId

func (x *ListAppChangesRequest) GetAppId() string

func (*ListAppChangesRequest) GetProjectId

func (x *ListAppChangesRequest) GetProjectId() string

func (*ListAppChangesRequest) GetQuery

func (x *ListAppChangesRequest) GetQuery() *change.ChangeQuery

func (*ListAppChangesRequest) ProtoMessage

func (*ListAppChangesRequest) ProtoMessage()

func (*ListAppChangesRequest) ProtoReflect

func (x *ListAppChangesRequest) ProtoReflect() protoreflect.Message

func (*ListAppChangesRequest) Reset

func (x *ListAppChangesRequest) Reset()

func (*ListAppChangesRequest) String

func (x *ListAppChangesRequest) String() string

type ListAppChangesResponse

type ListAppChangesResponse struct {

	// zitadel.v1.ListDetails details = 1; was always returned empty (as we cannot get the necessary infos)
	Result []*change.Change `protobuf:"bytes,2,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAppChangesResponse) Descriptor deprecated

func (*ListAppChangesResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListAppChangesResponse.ProtoReflect.Descriptor instead.

func (*ListAppChangesResponse) GetResult

func (x *ListAppChangesResponse) GetResult() []*change.Change

func (*ListAppChangesResponse) ProtoMessage

func (*ListAppChangesResponse) ProtoMessage()

func (*ListAppChangesResponse) ProtoReflect

func (x *ListAppChangesResponse) ProtoReflect() protoreflect.Message

func (*ListAppChangesResponse) Reset

func (x *ListAppChangesResponse) Reset()

func (*ListAppChangesResponse) String

func (x *ListAppChangesResponse) String() string

type ListAppKeysRequest

type ListAppKeysRequest struct {

	//list limitations and ordering
	Query     *object.ListQuery `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	AppId     string            `protobuf:"bytes,2,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"`
	ProjectId string            `protobuf:"bytes,3,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAppKeysRequest) Descriptor deprecated

func (*ListAppKeysRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListAppKeysRequest.ProtoReflect.Descriptor instead.

func (*ListAppKeysRequest) GetAppId

func (x *ListAppKeysRequest) GetAppId() string

func (*ListAppKeysRequest) GetProjectId

func (x *ListAppKeysRequest) GetProjectId() string

func (*ListAppKeysRequest) GetQuery

func (x *ListAppKeysRequest) GetQuery() *object.ListQuery

func (*ListAppKeysRequest) ProtoMessage

func (*ListAppKeysRequest) ProtoMessage()

func (*ListAppKeysRequest) ProtoReflect

func (x *ListAppKeysRequest) ProtoReflect() protoreflect.Message

func (*ListAppKeysRequest) Reset

func (x *ListAppKeysRequest) Reset()

func (*ListAppKeysRequest) String

func (x *ListAppKeysRequest) String() string

type ListAppKeysResponse

type ListAppKeysResponse struct {
	Details *object.ListDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	Result  []*authn.Key        `protobuf:"bytes,2,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAppKeysResponse) Descriptor deprecated

func (*ListAppKeysResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListAppKeysResponse.ProtoReflect.Descriptor instead.

func (*ListAppKeysResponse) GetDetails

func (x *ListAppKeysResponse) GetDetails() *object.ListDetails

func (*ListAppKeysResponse) GetResult

func (x *ListAppKeysResponse) GetResult() []*authn.Key

func (*ListAppKeysResponse) ProtoMessage

func (*ListAppKeysResponse) ProtoMessage()

func (*ListAppKeysResponse) ProtoReflect

func (x *ListAppKeysResponse) ProtoReflect() protoreflect.Message

func (*ListAppKeysResponse) Reset

func (x *ListAppKeysResponse) Reset()

func (*ListAppKeysResponse) String

func (x *ListAppKeysResponse) String() string

type ListAppsRequest

type ListAppsRequest struct {
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	//list limitations and ordering
	Query *object.ListQuery `protobuf:"bytes,2,opt,name=query,proto3" json:"query,omitempty"`
	//criterias the client is looking for
	Queries []*app.AppQuery `protobuf:"bytes,3,rep,name=queries,proto3" json:"queries,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAppsRequest) Descriptor deprecated

func (*ListAppsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListAppsRequest.ProtoReflect.Descriptor instead.

func (*ListAppsRequest) GetProjectId

func (x *ListAppsRequest) GetProjectId() string

func (*ListAppsRequest) GetQueries

func (x *ListAppsRequest) GetQueries() []*app.AppQuery

func (*ListAppsRequest) GetQuery

func (x *ListAppsRequest) GetQuery() *object.ListQuery

func (*ListAppsRequest) ProtoMessage

func (*ListAppsRequest) ProtoMessage()

func (*ListAppsRequest) ProtoReflect

func (x *ListAppsRequest) ProtoReflect() protoreflect.Message

func (*ListAppsRequest) Reset

func (x *ListAppsRequest) Reset()

func (*ListAppsRequest) String

func (x *ListAppsRequest) String() string

type ListAppsResponse

type ListAppsResponse struct {
	Details *object.ListDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	Result  []*app.App          `protobuf:"bytes,2,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAppsResponse) Descriptor deprecated

func (*ListAppsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListAppsResponse.ProtoReflect.Descriptor instead.

func (*ListAppsResponse) GetDetails

func (x *ListAppsResponse) GetDetails() *object.ListDetails

func (*ListAppsResponse) GetResult

func (x *ListAppsResponse) GetResult() []*app.App

func (*ListAppsResponse) ProtoMessage

func (*ListAppsResponse) ProtoMessage()

func (*ListAppsResponse) ProtoReflect

func (x *ListAppsResponse) ProtoReflect() protoreflect.Message

func (*ListAppsResponse) Reset

func (x *ListAppsResponse) Reset()

func (*ListAppsResponse) String

func (x *ListAppsResponse) String() string

type ListGrantedProjectRolesRequest

type ListGrantedProjectRolesRequest struct {
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	GrantId   string `protobuf:"bytes,2,opt,name=grant_id,json=grantId,proto3" json:"grant_id,omitempty"`
	//list limitations and ordering
	Query *object.ListQuery `protobuf:"bytes,3,opt,name=query,proto3" json:"query,omitempty"`
	//criterias the client is looking for
	Queries []*project.RoleQuery `protobuf:"bytes,4,rep,name=queries,proto3" json:"queries,omitempty"`
	// contains filtered or unexported fields
}

func (*ListGrantedProjectRolesRequest) Descriptor deprecated

func (*ListGrantedProjectRolesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListGrantedProjectRolesRequest.ProtoReflect.Descriptor instead.

func (*ListGrantedProjectRolesRequest) GetGrantId

func (x *ListGrantedProjectRolesRequest) GetGrantId() string

func (*ListGrantedProjectRolesRequest) GetProjectId

func (x *ListGrantedProjectRolesRequest) GetProjectId() string

func (*ListGrantedProjectRolesRequest) GetQueries

func (*ListGrantedProjectRolesRequest) GetQuery

func (*ListGrantedProjectRolesRequest) ProtoMessage

func (*ListGrantedProjectRolesRequest) ProtoMessage()

func (*ListGrantedProjectRolesRequest) ProtoReflect

func (*ListGrantedProjectRolesRequest) Reset

func (x *ListGrantedProjectRolesRequest) Reset()

func (*ListGrantedProjectRolesRequest) String

type ListGrantedProjectRolesResponse

type ListGrantedProjectRolesResponse struct {
	Details *object.ListDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	Result  []*project.Role     `protobuf:"bytes,2,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListGrantedProjectRolesResponse) Descriptor deprecated

func (*ListGrantedProjectRolesResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListGrantedProjectRolesResponse.ProtoReflect.Descriptor instead.

func (*ListGrantedProjectRolesResponse) GetDetails

func (*ListGrantedProjectRolesResponse) GetResult

func (x *ListGrantedProjectRolesResponse) GetResult() []*project.Role

func (*ListGrantedProjectRolesResponse) ProtoMessage

func (*ListGrantedProjectRolesResponse) ProtoMessage()

func (*ListGrantedProjectRolesResponse) ProtoReflect

func (*ListGrantedProjectRolesResponse) Reset

func (*ListGrantedProjectRolesResponse) String

type ListGrantedProjectsRequest

type ListGrantedProjectsRequest struct {

	//list limitations and ordering
	Query *object.ListQuery `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	//criterias the client is looking for
	Queries []*project.ProjectQuery `protobuf:"bytes,2,rep,name=queries,proto3" json:"queries,omitempty"`
	// contains filtered or unexported fields
}

func (*ListGrantedProjectsRequest) Descriptor deprecated

func (*ListGrantedProjectsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListGrantedProjectsRequest.ProtoReflect.Descriptor instead.

func (*ListGrantedProjectsRequest) GetQueries

func (x *ListGrantedProjectsRequest) GetQueries() []*project.ProjectQuery

func (*ListGrantedProjectsRequest) GetQuery

func (*ListGrantedProjectsRequest) ProtoMessage

func (*ListGrantedProjectsRequest) ProtoMessage()

func (*ListGrantedProjectsRequest) ProtoReflect

func (*ListGrantedProjectsRequest) Reset

func (x *ListGrantedProjectsRequest) Reset()

func (*ListGrantedProjectsRequest) String

func (x *ListGrantedProjectsRequest) String() string

type ListGrantedProjectsResponse

type ListGrantedProjectsResponse struct {
	Details *object.ListDetails       `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	Result  []*project.GrantedProject `protobuf:"bytes,2,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListGrantedProjectsResponse) Descriptor deprecated

func (*ListGrantedProjectsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListGrantedProjectsResponse.ProtoReflect.Descriptor instead.

func (*ListGrantedProjectsResponse) GetDetails

func (*ListGrantedProjectsResponse) GetResult

func (*ListGrantedProjectsResponse) ProtoMessage

func (*ListGrantedProjectsResponse) ProtoMessage()

func (*ListGrantedProjectsResponse) ProtoReflect

func (*ListGrantedProjectsResponse) Reset

func (x *ListGrantedProjectsResponse) Reset()

func (*ListGrantedProjectsResponse) String

func (x *ListGrantedProjectsResponse) String() string

type ListHumanAuthFactorsRequest

type ListHumanAuthFactorsRequest struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListHumanAuthFactorsRequest) Descriptor deprecated

func (*ListHumanAuthFactorsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListHumanAuthFactorsRequest.ProtoReflect.Descriptor instead.

func (*ListHumanAuthFactorsRequest) GetUserId

func (x *ListHumanAuthFactorsRequest) GetUserId() string

func (*ListHumanAuthFactorsRequest) ProtoMessage

func (*ListHumanAuthFactorsRequest) ProtoMessage()

func (*ListHumanAuthFactorsRequest) ProtoReflect

func (*ListHumanAuthFactorsRequest) Reset

func (x *ListHumanAuthFactorsRequest) Reset()

func (*ListHumanAuthFactorsRequest) String

func (x *ListHumanAuthFactorsRequest) String() string

type ListHumanAuthFactorsResponse

type ListHumanAuthFactorsResponse struct {
	Result []*user.AuthFactor `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListHumanAuthFactorsResponse) Descriptor deprecated

func (*ListHumanAuthFactorsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListHumanAuthFactorsResponse.ProtoReflect.Descriptor instead.

func (*ListHumanAuthFactorsResponse) GetResult

func (x *ListHumanAuthFactorsResponse) GetResult() []*user.AuthFactor

func (*ListHumanAuthFactorsResponse) ProtoMessage

func (*ListHumanAuthFactorsResponse) ProtoMessage()

func (*ListHumanAuthFactorsResponse) ProtoReflect

func (*ListHumanAuthFactorsResponse) Reset

func (x *ListHumanAuthFactorsResponse) Reset()

func (*ListHumanAuthFactorsResponse) String

type ListHumanLinkedIDPsRequest

type ListHumanLinkedIDPsRequest struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	//list limitations and ordering
	Query *object.ListQuery `protobuf:"bytes,2,opt,name=query,proto3" json:"query,omitempty"`
	// contains filtered or unexported fields
}

func (*ListHumanLinkedIDPsRequest) Descriptor deprecated

func (*ListHumanLinkedIDPsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListHumanLinkedIDPsRequest.ProtoReflect.Descriptor instead.

func (*ListHumanLinkedIDPsRequest) GetQuery

func (*ListHumanLinkedIDPsRequest) GetUserId

func (x *ListHumanLinkedIDPsRequest) GetUserId() string

func (*ListHumanLinkedIDPsRequest) ProtoMessage

func (*ListHumanLinkedIDPsRequest) ProtoMessage()

func (*ListHumanLinkedIDPsRequest) ProtoReflect

func (*ListHumanLinkedIDPsRequest) Reset

func (x *ListHumanLinkedIDPsRequest) Reset()

func (*ListHumanLinkedIDPsRequest) String

func (x *ListHumanLinkedIDPsRequest) String() string

type ListHumanLinkedIDPsResponse

type ListHumanLinkedIDPsResponse struct {
	Details *object.ListDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	Result  []*idp.IDPUserLink  `protobuf:"bytes,2,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListHumanLinkedIDPsResponse) Descriptor deprecated

func (*ListHumanLinkedIDPsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListHumanLinkedIDPsResponse.ProtoReflect.Descriptor instead.

func (*ListHumanLinkedIDPsResponse) GetDetails

func (*ListHumanLinkedIDPsResponse) GetResult

func (x *ListHumanLinkedIDPsResponse) GetResult() []*idp.IDPUserLink

func (*ListHumanLinkedIDPsResponse) ProtoMessage

func (*ListHumanLinkedIDPsResponse) ProtoMessage()

func (*ListHumanLinkedIDPsResponse) ProtoReflect

func (*ListHumanLinkedIDPsResponse) Reset

func (x *ListHumanLinkedIDPsResponse) Reset()

func (*ListHumanLinkedIDPsResponse) String

func (x *ListHumanLinkedIDPsResponse) String() string

type ListHumanPasswordlessRequest

type ListHumanPasswordlessRequest struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListHumanPasswordlessRequest) Descriptor deprecated

func (*ListHumanPasswordlessRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListHumanPasswordlessRequest.ProtoReflect.Descriptor instead.

func (*ListHumanPasswordlessRequest) GetUserId

func (x *ListHumanPasswordlessRequest) GetUserId() string

func (*ListHumanPasswordlessRequest) ProtoMessage

func (*ListHumanPasswordlessRequest) ProtoMessage()

func (*ListHumanPasswordlessRequest) ProtoReflect

func (*ListHumanPasswordlessRequest) Reset

func (x *ListHumanPasswordlessRequest) Reset()

func (*ListHumanPasswordlessRequest) String

type ListHumanPasswordlessResponse

type ListHumanPasswordlessResponse struct {
	Result []*user.WebAuthNToken `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListHumanPasswordlessResponse) Descriptor deprecated

func (*ListHumanPasswordlessResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListHumanPasswordlessResponse.ProtoReflect.Descriptor instead.

func (*ListHumanPasswordlessResponse) GetResult

func (*ListHumanPasswordlessResponse) ProtoMessage

func (*ListHumanPasswordlessResponse) ProtoMessage()

func (*ListHumanPasswordlessResponse) ProtoReflect

func (*ListHumanPasswordlessResponse) Reset

func (x *ListHumanPasswordlessResponse) Reset()

func (*ListHumanPasswordlessResponse) String

type ListLoginPolicyIDPsRequest

type ListLoginPolicyIDPsRequest struct {
	Query *object.ListQuery `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	// contains filtered or unexported fields
}

func (*ListLoginPolicyIDPsRequest) Descriptor deprecated

func (*ListLoginPolicyIDPsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListLoginPolicyIDPsRequest.ProtoReflect.Descriptor instead.

func (*ListLoginPolicyIDPsRequest) GetQuery

func (*ListLoginPolicyIDPsRequest) ProtoMessage

func (*ListLoginPolicyIDPsRequest) ProtoMessage()

func (*ListLoginPolicyIDPsRequest) ProtoReflect

func (*ListLoginPolicyIDPsRequest) Reset

func (x *ListLoginPolicyIDPsRequest) Reset()

func (*ListLoginPolicyIDPsRequest) String

func (x *ListLoginPolicyIDPsRequest) String() string

type ListLoginPolicyIDPsResponse

type ListLoginPolicyIDPsResponse struct {
	Details *object.ListDetails       `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	Result  []*idp.IDPLoginPolicyLink `protobuf:"bytes,2,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListLoginPolicyIDPsResponse) Descriptor deprecated

func (*ListLoginPolicyIDPsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListLoginPolicyIDPsResponse.ProtoReflect.Descriptor instead.

func (*ListLoginPolicyIDPsResponse) GetDetails

func (*ListLoginPolicyIDPsResponse) GetResult

func (*ListLoginPolicyIDPsResponse) ProtoMessage

func (*ListLoginPolicyIDPsResponse) ProtoMessage()

func (*ListLoginPolicyIDPsResponse) ProtoReflect

func (*ListLoginPolicyIDPsResponse) Reset

func (x *ListLoginPolicyIDPsResponse) Reset()

func (*ListLoginPolicyIDPsResponse) String

func (x *ListLoginPolicyIDPsResponse) String() string

type ListLoginPolicyMultiFactorsRequest

type ListLoginPolicyMultiFactorsRequest struct {
	// contains filtered or unexported fields
}

func (*ListLoginPolicyMultiFactorsRequest) Descriptor deprecated

func (*ListLoginPolicyMultiFactorsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListLoginPolicyMultiFactorsRequest.ProtoReflect.Descriptor instead.

func (*ListLoginPolicyMultiFactorsRequest) ProtoMessage

func (*ListLoginPolicyMultiFactorsRequest) ProtoMessage()

func (*ListLoginPolicyMultiFactorsRequest) ProtoReflect

func (*ListLoginPolicyMultiFactorsRequest) Reset

func (*ListLoginPolicyMultiFactorsRequest) String

type ListLoginPolicyMultiFactorsResponse

type ListLoginPolicyMultiFactorsResponse struct {
	Details *object.ListDetails      `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	Result  []policy.MultiFactorType `protobuf:"varint,2,rep,packed,name=result,proto3,enum=zitadel.policy.v1.MultiFactorType" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListLoginPolicyMultiFactorsResponse) Descriptor deprecated

func (*ListLoginPolicyMultiFactorsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListLoginPolicyMultiFactorsResponse.ProtoReflect.Descriptor instead.

func (*ListLoginPolicyMultiFactorsResponse) GetDetails

func (*ListLoginPolicyMultiFactorsResponse) GetResult

func (*ListLoginPolicyMultiFactorsResponse) ProtoMessage

func (*ListLoginPolicyMultiFactorsResponse) ProtoMessage()

func (*ListLoginPolicyMultiFactorsResponse) ProtoReflect

func (*ListLoginPolicyMultiFactorsResponse) Reset

func (*ListLoginPolicyMultiFactorsResponse) String

type ListLoginPolicySecondFactorsRequest

type ListLoginPolicySecondFactorsRequest struct {
	// contains filtered or unexported fields
}

func (*ListLoginPolicySecondFactorsRequest) Descriptor deprecated

func (*ListLoginPolicySecondFactorsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListLoginPolicySecondFactorsRequest.ProtoReflect.Descriptor instead.

func (*ListLoginPolicySecondFactorsRequest) ProtoMessage

func (*ListLoginPolicySecondFactorsRequest) ProtoMessage()

func (*ListLoginPolicySecondFactorsRequest) ProtoReflect

func (*ListLoginPolicySecondFactorsRequest) Reset

func (*ListLoginPolicySecondFactorsRequest) String

type ListLoginPolicySecondFactorsResponse

type ListLoginPolicySecondFactorsResponse struct {
	Details *object.ListDetails       `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	Result  []policy.SecondFactorType `protobuf:"varint,2,rep,packed,name=result,proto3,enum=zitadel.policy.v1.SecondFactorType" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListLoginPolicySecondFactorsResponse) Descriptor deprecated

func (*ListLoginPolicySecondFactorsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListLoginPolicySecondFactorsResponse.ProtoReflect.Descriptor instead.

func (*ListLoginPolicySecondFactorsResponse) GetDetails

func (*ListLoginPolicySecondFactorsResponse) GetResult

func (*ListLoginPolicySecondFactorsResponse) ProtoMessage

func (*ListLoginPolicySecondFactorsResponse) ProtoMessage()

func (*ListLoginPolicySecondFactorsResponse) ProtoReflect

func (*ListLoginPolicySecondFactorsResponse) Reset

func (*ListLoginPolicySecondFactorsResponse) String

type ListMachineKeysRequest

type ListMachineKeysRequest struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	//list limitations and ordering
	Query *object.ListQuery `protobuf:"bytes,2,opt,name=query,proto3" json:"query,omitempty"`
	// contains filtered or unexported fields
}

func (*ListMachineKeysRequest) Descriptor deprecated

func (*ListMachineKeysRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListMachineKeysRequest.ProtoReflect.Descriptor instead.

func (*ListMachineKeysRequest) GetQuery

func (x *ListMachineKeysRequest) GetQuery() *object.ListQuery

func (*ListMachineKeysRequest) GetUserId

func (x *ListMachineKeysRequest) GetUserId() string

func (*ListMachineKeysRequest) ProtoMessage

func (*ListMachineKeysRequest) ProtoMessage()

func (*ListMachineKeysRequest) ProtoReflect

func (x *ListMachineKeysRequest) ProtoReflect() protoreflect.Message

func (*ListMachineKeysRequest) Reset

func (x *ListMachineKeysRequest) Reset()

func (*ListMachineKeysRequest) String

func (x *ListMachineKeysRequest) String() string

type ListMachineKeysResponse

type ListMachineKeysResponse struct {
	Details *object.ListDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	Result  []*authn.Key        `protobuf:"bytes,2,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListMachineKeysResponse) Descriptor deprecated

func (*ListMachineKeysResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListMachineKeysResponse.ProtoReflect.Descriptor instead.

func (*ListMachineKeysResponse) GetDetails

func (x *ListMachineKeysResponse) GetDetails() *object.ListDetails

func (*ListMachineKeysResponse) GetResult

func (x *ListMachineKeysResponse) GetResult() []*authn.Key

func (*ListMachineKeysResponse) ProtoMessage

func (*ListMachineKeysResponse) ProtoMessage()

func (*ListMachineKeysResponse) ProtoReflect

func (x *ListMachineKeysResponse) ProtoReflect() protoreflect.Message

func (*ListMachineKeysResponse) Reset

func (x *ListMachineKeysResponse) Reset()

func (*ListMachineKeysResponse) String

func (x *ListMachineKeysResponse) String() string

type ListOrgChangesRequest

type ListOrgChangesRequest struct {

	//list limitations and ordering
	Query *change.ChangeQuery `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrgChangesRequest) Descriptor deprecated

func (*ListOrgChangesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListOrgChangesRequest.ProtoReflect.Descriptor instead.

func (*ListOrgChangesRequest) GetQuery

func (x *ListOrgChangesRequest) GetQuery() *change.ChangeQuery

func (*ListOrgChangesRequest) ProtoMessage

func (*ListOrgChangesRequest) ProtoMessage()

func (*ListOrgChangesRequest) ProtoReflect

func (x *ListOrgChangesRequest) ProtoReflect() protoreflect.Message

func (*ListOrgChangesRequest) Reset

func (x *ListOrgChangesRequest) Reset()

func (*ListOrgChangesRequest) String

func (x *ListOrgChangesRequest) String() string

type ListOrgChangesResponse

type ListOrgChangesResponse struct {

	// zitadel.v1.ListDetails details = 1; was always returned empty (as we cannot get the necessary infos)
	Result []*change.Change `protobuf:"bytes,2,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrgChangesResponse) Descriptor deprecated

func (*ListOrgChangesResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListOrgChangesResponse.ProtoReflect.Descriptor instead.

func (*ListOrgChangesResponse) GetResult

func (x *ListOrgChangesResponse) GetResult() []*change.Change

func (*ListOrgChangesResponse) ProtoMessage

func (*ListOrgChangesResponse) ProtoMessage()

func (*ListOrgChangesResponse) ProtoReflect

func (x *ListOrgChangesResponse) ProtoReflect() protoreflect.Message

func (*ListOrgChangesResponse) Reset

func (x *ListOrgChangesResponse) Reset()

func (*ListOrgChangesResponse) String

func (x *ListOrgChangesResponse) String() string

type ListOrgDomainsRequest

type ListOrgDomainsRequest struct {

	//list limitations and ordering
	Query *object.ListQuery `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	//criterias the client is looking for
	Queries []*org.DomainSearchQuery `protobuf:"bytes,2,rep,name=queries,proto3" json:"queries,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrgDomainsRequest) Descriptor deprecated

func (*ListOrgDomainsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListOrgDomainsRequest.ProtoReflect.Descriptor instead.

func (*ListOrgDomainsRequest) GetQueries

func (x *ListOrgDomainsRequest) GetQueries() []*org.DomainSearchQuery

func (*ListOrgDomainsRequest) GetQuery

func (x *ListOrgDomainsRequest) GetQuery() *object.ListQuery

func (*ListOrgDomainsRequest) ProtoMessage

func (*ListOrgDomainsRequest) ProtoMessage()

func (*ListOrgDomainsRequest) ProtoReflect

func (x *ListOrgDomainsRequest) ProtoReflect() protoreflect.Message

func (*ListOrgDomainsRequest) Reset

func (x *ListOrgDomainsRequest) Reset()

func (*ListOrgDomainsRequest) String

func (x *ListOrgDomainsRequest) String() string

type ListOrgDomainsResponse

type ListOrgDomainsResponse struct {
	Details *object.ListDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	Result  []*org.Domain       `protobuf:"bytes,2,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrgDomainsResponse) Descriptor deprecated

func (*ListOrgDomainsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListOrgDomainsResponse.ProtoReflect.Descriptor instead.

func (*ListOrgDomainsResponse) GetDetails

func (x *ListOrgDomainsResponse) GetDetails() *object.ListDetails

func (*ListOrgDomainsResponse) GetResult

func (x *ListOrgDomainsResponse) GetResult() []*org.Domain

func (*ListOrgDomainsResponse) ProtoMessage

func (*ListOrgDomainsResponse) ProtoMessage()

func (*ListOrgDomainsResponse) ProtoReflect

func (x *ListOrgDomainsResponse) ProtoReflect() protoreflect.Message

func (*ListOrgDomainsResponse) Reset

func (x *ListOrgDomainsResponse) Reset()

func (*ListOrgDomainsResponse) String

func (x *ListOrgDomainsResponse) String() string

type ListOrgIDPsRequest

type ListOrgIDPsRequest struct {

	//list limitations and ordering
	Query *object.ListQuery `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	//the field the result is sorted
	SortingColumn idp.IDPFieldName `` /* 134-byte string literal not displayed */
	//criterias the client is looking for
	Queries []*IDPQuery `protobuf:"bytes,3,rep,name=queries,proto3" json:"queries,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrgIDPsRequest) Descriptor deprecated

func (*ListOrgIDPsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListOrgIDPsRequest.ProtoReflect.Descriptor instead.

func (*ListOrgIDPsRequest) GetQueries

func (x *ListOrgIDPsRequest) GetQueries() []*IDPQuery

func (*ListOrgIDPsRequest) GetQuery

func (x *ListOrgIDPsRequest) GetQuery() *object.ListQuery

func (*ListOrgIDPsRequest) GetSortingColumn

func (x *ListOrgIDPsRequest) GetSortingColumn() idp.IDPFieldName

func (*ListOrgIDPsRequest) ProtoMessage

func (*ListOrgIDPsRequest) ProtoMessage()

func (*ListOrgIDPsRequest) ProtoReflect

func (x *ListOrgIDPsRequest) ProtoReflect() protoreflect.Message

func (*ListOrgIDPsRequest) Reset

func (x *ListOrgIDPsRequest) Reset()

func (*ListOrgIDPsRequest) String

func (x *ListOrgIDPsRequest) String() string

type ListOrgIDPsResponse

type ListOrgIDPsResponse struct {
	Details       *object.ListDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	SortingColumn idp.IDPFieldName    `` /* 134-byte string literal not displayed */
	Result        []*idp.IDP          `protobuf:"bytes,3,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrgIDPsResponse) Descriptor deprecated

func (*ListOrgIDPsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListOrgIDPsResponse.ProtoReflect.Descriptor instead.

func (*ListOrgIDPsResponse) GetDetails

func (x *ListOrgIDPsResponse) GetDetails() *object.ListDetails

func (*ListOrgIDPsResponse) GetResult

func (x *ListOrgIDPsResponse) GetResult() []*idp.IDP

func (*ListOrgIDPsResponse) GetSortingColumn

func (x *ListOrgIDPsResponse) GetSortingColumn() idp.IDPFieldName

func (*ListOrgIDPsResponse) ProtoMessage

func (*ListOrgIDPsResponse) ProtoMessage()

func (*ListOrgIDPsResponse) ProtoReflect

func (x *ListOrgIDPsResponse) ProtoReflect() protoreflect.Message

func (*ListOrgIDPsResponse) Reset

func (x *ListOrgIDPsResponse) Reset()

func (*ListOrgIDPsResponse) String

func (x *ListOrgIDPsResponse) String() string

type ListOrgMemberRolesRequest

type ListOrgMemberRolesRequest struct {
	// contains filtered or unexported fields
}

This is an empty request

func (*ListOrgMemberRolesRequest) Descriptor deprecated

func (*ListOrgMemberRolesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListOrgMemberRolesRequest.ProtoReflect.Descriptor instead.

func (*ListOrgMemberRolesRequest) ProtoMessage

func (*ListOrgMemberRolesRequest) ProtoMessage()

func (*ListOrgMemberRolesRequest) ProtoReflect

func (*ListOrgMemberRolesRequest) Reset

func (x *ListOrgMemberRolesRequest) Reset()

func (*ListOrgMemberRolesRequest) String

func (x *ListOrgMemberRolesRequest) String() string

type ListOrgMemberRolesResponse

type ListOrgMemberRolesResponse struct {
	Result []string `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrgMemberRolesResponse) Descriptor deprecated

func (*ListOrgMemberRolesResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListOrgMemberRolesResponse.ProtoReflect.Descriptor instead.

func (*ListOrgMemberRolesResponse) GetResult

func (x *ListOrgMemberRolesResponse) GetResult() []string

func (*ListOrgMemberRolesResponse) ProtoMessage

func (*ListOrgMemberRolesResponse) ProtoMessage()

func (*ListOrgMemberRolesResponse) ProtoReflect

func (*ListOrgMemberRolesResponse) Reset

func (x *ListOrgMemberRolesResponse) Reset()

func (*ListOrgMemberRolesResponse) String

func (x *ListOrgMemberRolesResponse) String() string

type ListOrgMembersRequest

type ListOrgMembersRequest struct {

	//list limitations and ordering
	Query *object.ListQuery `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	//criterias the client is looking for
	Queries []*member.SearchQuery `protobuf:"bytes,2,rep,name=queries,proto3" json:"queries,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrgMembersRequest) Descriptor deprecated

func (*ListOrgMembersRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListOrgMembersRequest.ProtoReflect.Descriptor instead.

func (*ListOrgMembersRequest) GetQueries

func (x *ListOrgMembersRequest) GetQueries() []*member.SearchQuery

func (*ListOrgMembersRequest) GetQuery

func (x *ListOrgMembersRequest) GetQuery() *object.ListQuery

func (*ListOrgMembersRequest) ProtoMessage

func (*ListOrgMembersRequest) ProtoMessage()

func (*ListOrgMembersRequest) ProtoReflect

func (x *ListOrgMembersRequest) ProtoReflect() protoreflect.Message

func (*ListOrgMembersRequest) Reset

func (x *ListOrgMembersRequest) Reset()

func (*ListOrgMembersRequest) String

func (x *ListOrgMembersRequest) String() string

type ListOrgMembersResponse

type ListOrgMembersResponse struct {

	//list limitations and ordering
	Details *object.ListDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	//criterias the client is looking for
	Result []*member.Member `protobuf:"bytes,2,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrgMembersResponse) Descriptor deprecated

func (*ListOrgMembersResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListOrgMembersResponse.ProtoReflect.Descriptor instead.

func (*ListOrgMembersResponse) GetDetails

func (x *ListOrgMembersResponse) GetDetails() *object.ListDetails

func (*ListOrgMembersResponse) GetResult

func (x *ListOrgMembersResponse) GetResult() []*member.Member

func (*ListOrgMembersResponse) ProtoMessage

func (*ListOrgMembersResponse) ProtoMessage()

func (*ListOrgMembersResponse) ProtoReflect

func (x *ListOrgMembersResponse) ProtoReflect() protoreflect.Message

func (*ListOrgMembersResponse) Reset

func (x *ListOrgMembersResponse) Reset()

func (*ListOrgMembersResponse) String

func (x *ListOrgMembersResponse) String() string

type ListPersonalAccessTokensRequest

type ListPersonalAccessTokensRequest struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	//list limitations and ordering
	Query *object.ListQuery `protobuf:"bytes,2,opt,name=query,proto3" json:"query,omitempty"`
	// contains filtered or unexported fields
}

func (*ListPersonalAccessTokensRequest) Descriptor deprecated

func (*ListPersonalAccessTokensRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListPersonalAccessTokensRequest.ProtoReflect.Descriptor instead.

func (*ListPersonalAccessTokensRequest) GetQuery

func (*ListPersonalAccessTokensRequest) GetUserId

func (x *ListPersonalAccessTokensRequest) GetUserId() string

func (*ListPersonalAccessTokensRequest) ProtoMessage

func (*ListPersonalAccessTokensRequest) ProtoMessage()

func (*ListPersonalAccessTokensRequest) ProtoReflect

func (*ListPersonalAccessTokensRequest) Reset

func (*ListPersonalAccessTokensRequest) String

type ListPersonalAccessTokensResponse

type ListPersonalAccessTokensResponse struct {
	Details *object.ListDetails         `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	Result  []*user.PersonalAccessToken `protobuf:"bytes,2,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListPersonalAccessTokensResponse) Descriptor deprecated

func (*ListPersonalAccessTokensResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListPersonalAccessTokensResponse.ProtoReflect.Descriptor instead.

func (*ListPersonalAccessTokensResponse) GetDetails

func (*ListPersonalAccessTokensResponse) GetResult

func (*ListPersonalAccessTokensResponse) ProtoMessage

func (*ListPersonalAccessTokensResponse) ProtoMessage()

func (*ListPersonalAccessTokensResponse) ProtoReflect

func (*ListPersonalAccessTokensResponse) Reset

func (*ListPersonalAccessTokensResponse) String

type ListProjectChangesRequest

type ListProjectChangesRequest struct {

	//list limitations and ordering
	Query     *change.ChangeQuery `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	ProjectId string              `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListProjectChangesRequest) Descriptor deprecated

func (*ListProjectChangesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListProjectChangesRequest.ProtoReflect.Descriptor instead.

func (*ListProjectChangesRequest) GetProjectId

func (x *ListProjectChangesRequest) GetProjectId() string

func (*ListProjectChangesRequest) GetQuery

func (*ListProjectChangesRequest) ProtoMessage

func (*ListProjectChangesRequest) ProtoMessage()

func (*ListProjectChangesRequest) ProtoReflect

func (*ListProjectChangesRequest) Reset

func (x *ListProjectChangesRequest) Reset()

func (*ListProjectChangesRequest) String

func (x *ListProjectChangesRequest) String() string

type ListProjectChangesResponse

type ListProjectChangesResponse struct {

	// zitadel.v1.ListDetails details = 1; was always returned empty (as we cannot get the necessary infos)
	Result []*change.Change `protobuf:"bytes,2,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListProjectChangesResponse) Descriptor deprecated

func (*ListProjectChangesResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListProjectChangesResponse.ProtoReflect.Descriptor instead.

func (*ListProjectChangesResponse) GetResult

func (x *ListProjectChangesResponse) GetResult() []*change.Change

func (*ListProjectChangesResponse) ProtoMessage

func (*ListProjectChangesResponse) ProtoMessage()

func (*ListProjectChangesResponse) ProtoReflect

func (*ListProjectChangesResponse) Reset

func (x *ListProjectChangesResponse) Reset()

func (*ListProjectChangesResponse) String

func (x *ListProjectChangesResponse) String() string

type ListProjectGrantMemberRolesRequest

type ListProjectGrantMemberRolesRequest struct {
	Query  *object.ListQuery `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	Result []string          `protobuf:"bytes,2,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListProjectGrantMemberRolesRequest) Descriptor deprecated

func (*ListProjectGrantMemberRolesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListProjectGrantMemberRolesRequest.ProtoReflect.Descriptor instead.

func (*ListProjectGrantMemberRolesRequest) GetQuery

func (*ListProjectGrantMemberRolesRequest) GetResult

func (x *ListProjectGrantMemberRolesRequest) GetResult() []string

func (*ListProjectGrantMemberRolesRequest) ProtoMessage

func (*ListProjectGrantMemberRolesRequest) ProtoMessage()

func (*ListProjectGrantMemberRolesRequest) ProtoReflect

func (*ListProjectGrantMemberRolesRequest) Reset

func (*ListProjectGrantMemberRolesRequest) String

type ListProjectGrantMemberRolesResponse

type ListProjectGrantMemberRolesResponse struct {
	Details *object.ListDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	Result  []string            `protobuf:"bytes,2,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListProjectGrantMemberRolesResponse) Descriptor deprecated

func (*ListProjectGrantMemberRolesResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListProjectGrantMemberRolesResponse.ProtoReflect.Descriptor instead.

func (*ListProjectGrantMemberRolesResponse) GetDetails

func (*ListProjectGrantMemberRolesResponse) GetResult

func (*ListProjectGrantMemberRolesResponse) ProtoMessage

func (*ListProjectGrantMemberRolesResponse) ProtoMessage()

func (*ListProjectGrantMemberRolesResponse) ProtoReflect

func (*ListProjectGrantMemberRolesResponse) Reset

func (*ListProjectGrantMemberRolesResponse) String

type ListProjectGrantMembersRequest

type ListProjectGrantMembersRequest struct {
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	GrantId   string `protobuf:"bytes,2,opt,name=grant_id,json=grantId,proto3" json:"grant_id,omitempty"`
	//list limitations and ordering
	Query *object.ListQuery `protobuf:"bytes,3,opt,name=query,proto3" json:"query,omitempty"`
	//criterias the client is looking for
	Queries []*member.SearchQuery `protobuf:"bytes,4,rep,name=queries,proto3" json:"queries,omitempty"`
	// contains filtered or unexported fields
}

func (*ListProjectGrantMembersRequest) Descriptor deprecated

func (*ListProjectGrantMembersRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListProjectGrantMembersRequest.ProtoReflect.Descriptor instead.

func (*ListProjectGrantMembersRequest) GetGrantId

func (x *ListProjectGrantMembersRequest) GetGrantId() string

func (*ListProjectGrantMembersRequest) GetProjectId

func (x *ListProjectGrantMembersRequest) GetProjectId() string

func (*ListProjectGrantMembersRequest) GetQueries

func (*ListProjectGrantMembersRequest) GetQuery

func (*ListProjectGrantMembersRequest) ProtoMessage

func (*ListProjectGrantMembersRequest) ProtoMessage()

func (*ListProjectGrantMembersRequest) ProtoReflect

func (*ListProjectGrantMembersRequest) Reset

func (x *ListProjectGrantMembersRequest) Reset()

func (*ListProjectGrantMembersRequest) String

type ListProjectGrantMembersResponse

type ListProjectGrantMembersResponse struct {
	Details *object.ListDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	Result  []*member.Member    `protobuf:"bytes,2,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListProjectGrantMembersResponse) Descriptor deprecated

func (*ListProjectGrantMembersResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListProjectGrantMembersResponse.ProtoReflect.Descriptor instead.

func (*ListProjectGrantMembersResponse) GetDetails

func (*ListProjectGrantMembersResponse) GetResult

func (x *ListProjectGrantMembersResponse) GetResult() []*member.Member

func (*ListProjectGrantMembersResponse) ProtoMessage

func (*ListProjectGrantMembersResponse) ProtoMessage()

func (*ListProjectGrantMembersResponse) ProtoReflect

func (*ListProjectGrantMembersResponse) Reset

func (*ListProjectGrantMembersResponse) String

type ListProjectGrantsRequest

type ListProjectGrantsRequest struct {
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	//list limitations and ordering
	Query *object.ListQuery `protobuf:"bytes,2,opt,name=query,proto3" json:"query,omitempty"`
	//criterias the client is looking for
	Queries []*project.ProjectGrantQuery `protobuf:"bytes,3,rep,name=queries,proto3" json:"queries,omitempty"`
	// contains filtered or unexported fields
}

func (*ListProjectGrantsRequest) Descriptor deprecated

func (*ListProjectGrantsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListProjectGrantsRequest.ProtoReflect.Descriptor instead.

func (*ListProjectGrantsRequest) GetProjectId

func (x *ListProjectGrantsRequest) GetProjectId() string

func (*ListProjectGrantsRequest) GetQueries

func (*ListProjectGrantsRequest) GetQuery

func (x *ListProjectGrantsRequest) GetQuery() *object.ListQuery

func (*ListProjectGrantsRequest) ProtoMessage

func (*ListProjectGrantsRequest) ProtoMessage()

func (*ListProjectGrantsRequest) ProtoReflect

func (x *ListProjectGrantsRequest) ProtoReflect() protoreflect.Message

func (*ListProjectGrantsRequest) Reset

func (x *ListProjectGrantsRequest) Reset()

func (*ListProjectGrantsRequest) String

func (x *ListProjectGrantsRequest) String() string

type ListProjectGrantsResponse

type ListProjectGrantsResponse struct {
	Details *object.ListDetails       `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	Result  []*project.GrantedProject `protobuf:"bytes,2,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListProjectGrantsResponse) Descriptor deprecated

func (*ListProjectGrantsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListProjectGrantsResponse.ProtoReflect.Descriptor instead.

func (*ListProjectGrantsResponse) GetDetails

func (x *ListProjectGrantsResponse) GetDetails() *object.ListDetails

func (*ListProjectGrantsResponse) GetResult

func (*ListProjectGrantsResponse) ProtoMessage

func (*ListProjectGrantsResponse) ProtoMessage()

func (*ListProjectGrantsResponse) ProtoReflect

func (*ListProjectGrantsResponse) Reset

func (x *ListProjectGrantsResponse) Reset()

func (*ListProjectGrantsResponse) String

func (x *ListProjectGrantsResponse) String() string

type ListProjectMemberRolesRequest

type ListProjectMemberRolesRequest struct {
	// contains filtered or unexported fields
}

This is an empty request

func (*ListProjectMemberRolesRequest) Descriptor deprecated

func (*ListProjectMemberRolesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListProjectMemberRolesRequest.ProtoReflect.Descriptor instead.

func (*ListProjectMemberRolesRequest) ProtoMessage

func (*ListProjectMemberRolesRequest) ProtoMessage()

func (*ListProjectMemberRolesRequest) ProtoReflect

func (*ListProjectMemberRolesRequest) Reset

func (x *ListProjectMemberRolesRequest) Reset()

func (*ListProjectMemberRolesRequest) String

type ListProjectMemberRolesResponse

type ListProjectMemberRolesResponse struct {
	Details *object.ListDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	Result  []string            `protobuf:"bytes,2,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListProjectMemberRolesResponse) Descriptor deprecated

func (*ListProjectMemberRolesResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListProjectMemberRolesResponse.ProtoReflect.Descriptor instead.

func (*ListProjectMemberRolesResponse) GetDetails

func (*ListProjectMemberRolesResponse) GetResult

func (x *ListProjectMemberRolesResponse) GetResult() []string

func (*ListProjectMemberRolesResponse) ProtoMessage

func (*ListProjectMemberRolesResponse) ProtoMessage()

func (*ListProjectMemberRolesResponse) ProtoReflect

func (*ListProjectMemberRolesResponse) Reset

func (x *ListProjectMemberRolesResponse) Reset()

func (*ListProjectMemberRolesResponse) String

type ListProjectMembersRequest

type ListProjectMembersRequest struct {
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	//list limitations and ordering
	Query *object.ListQuery `protobuf:"bytes,2,opt,name=query,proto3" json:"query,omitempty"`
	//criterias the client is looking for
	Queries []*member.SearchQuery `protobuf:"bytes,3,rep,name=queries,proto3" json:"queries,omitempty"`
	// contains filtered or unexported fields
}

func (*ListProjectMembersRequest) Descriptor deprecated

func (*ListProjectMembersRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListProjectMembersRequest.ProtoReflect.Descriptor instead.

func (*ListProjectMembersRequest) GetProjectId

func (x *ListProjectMembersRequest) GetProjectId() string

func (*ListProjectMembersRequest) GetQueries

func (x *ListProjectMembersRequest) GetQueries() []*member.SearchQuery

func (*ListProjectMembersRequest) GetQuery

func (*ListProjectMembersRequest) ProtoMessage

func (*ListProjectMembersRequest) ProtoMessage()

func (*ListProjectMembersRequest) ProtoReflect

func (*ListProjectMembersRequest) Reset

func (x *ListProjectMembersRequest) Reset()

func (*ListProjectMembersRequest) String

func (x *ListProjectMembersRequest) String() string

type ListProjectMembersResponse

type ListProjectMembersResponse struct {
	Details *object.ListDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	Result  []*member.Member    `protobuf:"bytes,2,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListProjectMembersResponse) Descriptor deprecated

func (*ListProjectMembersResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListProjectMembersResponse.ProtoReflect.Descriptor instead.

func (*ListProjectMembersResponse) GetDetails

func (*ListProjectMembersResponse) GetResult

func (x *ListProjectMembersResponse) GetResult() []*member.Member

func (*ListProjectMembersResponse) ProtoMessage

func (*ListProjectMembersResponse) ProtoMessage()

func (*ListProjectMembersResponse) ProtoReflect

func (*ListProjectMembersResponse) Reset

func (x *ListProjectMembersResponse) Reset()

func (*ListProjectMembersResponse) String

func (x *ListProjectMembersResponse) String() string

type ListProjectRolesRequest

type ListProjectRolesRequest struct {
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	//list limitations and ordering
	Query *object.ListQuery `protobuf:"bytes,2,opt,name=query,proto3" json:"query,omitempty"`
	//criterias the client is looking for
	Queries []*project.RoleQuery `protobuf:"bytes,3,rep,name=queries,proto3" json:"queries,omitempty"`
	// contains filtered or unexported fields
}

func (*ListProjectRolesRequest) Descriptor deprecated

func (*ListProjectRolesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListProjectRolesRequest.ProtoReflect.Descriptor instead.

func (*ListProjectRolesRequest) GetProjectId

func (x *ListProjectRolesRequest) GetProjectId() string

func (*ListProjectRolesRequest) GetQueries

func (x *ListProjectRolesRequest) GetQueries() []*project.RoleQuery

func (*ListProjectRolesRequest) GetQuery

func (x *ListProjectRolesRequest) GetQuery() *object.ListQuery

func (*ListProjectRolesRequest) ProtoMessage

func (*ListProjectRolesRequest) ProtoMessage()

func (*ListProjectRolesRequest) ProtoReflect

func (x *ListProjectRolesRequest) ProtoReflect() protoreflect.Message

func (*ListProjectRolesRequest) Reset

func (x *ListProjectRolesRequest) Reset()

func (*ListProjectRolesRequest) String

func (x *ListProjectRolesRequest) String() string

type ListProjectRolesResponse

type ListProjectRolesResponse struct {
	Details *object.ListDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	Result  []*project.Role     `protobuf:"bytes,2,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListProjectRolesResponse) Descriptor deprecated

func (*ListProjectRolesResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListProjectRolesResponse.ProtoReflect.Descriptor instead.

func (*ListProjectRolesResponse) GetDetails

func (x *ListProjectRolesResponse) GetDetails() *object.ListDetails

func (*ListProjectRolesResponse) GetResult

func (x *ListProjectRolesResponse) GetResult() []*project.Role

func (*ListProjectRolesResponse) ProtoMessage

func (*ListProjectRolesResponse) ProtoMessage()

func (*ListProjectRolesResponse) ProtoReflect

func (x *ListProjectRolesResponse) ProtoReflect() protoreflect.Message

func (*ListProjectRolesResponse) Reset

func (x *ListProjectRolesResponse) Reset()

func (*ListProjectRolesResponse) String

func (x *ListProjectRolesResponse) String() string

type ListProjectsRequest

type ListProjectsRequest struct {

	//list limitations and ordering
	Query *object.ListQuery `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	//criterias the client is looking for
	Queries []*project.ProjectQuery `protobuf:"bytes,2,rep,name=queries,proto3" json:"queries,omitempty"`
	// contains filtered or unexported fields
}

func (*ListProjectsRequest) Descriptor deprecated

func (*ListProjectsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListProjectsRequest.ProtoReflect.Descriptor instead.

func (*ListProjectsRequest) GetQueries

func (x *ListProjectsRequest) GetQueries() []*project.ProjectQuery

func (*ListProjectsRequest) GetQuery

func (x *ListProjectsRequest) GetQuery() *object.ListQuery

func (*ListProjectsRequest) ProtoMessage

func (*ListProjectsRequest) ProtoMessage()

func (*ListProjectsRequest) ProtoReflect

func (x *ListProjectsRequest) ProtoReflect() protoreflect.Message

func (*ListProjectsRequest) Reset

func (x *ListProjectsRequest) Reset()

func (*ListProjectsRequest) String

func (x *ListProjectsRequest) String() string

type ListProjectsResponse

type ListProjectsResponse struct {
	Details *object.ListDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	Result  []*project.Project  `protobuf:"bytes,2,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListProjectsResponse) Descriptor deprecated

func (*ListProjectsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListProjectsResponse.ProtoReflect.Descriptor instead.

func (*ListProjectsResponse) GetDetails

func (x *ListProjectsResponse) GetDetails() *object.ListDetails

func (*ListProjectsResponse) GetResult

func (x *ListProjectsResponse) GetResult() []*project.Project

func (*ListProjectsResponse) ProtoMessage

func (*ListProjectsResponse) ProtoMessage()

func (*ListProjectsResponse) ProtoReflect

func (x *ListProjectsResponse) ProtoReflect() protoreflect.Message

func (*ListProjectsResponse) Reset

func (x *ListProjectsResponse) Reset()

func (*ListProjectsResponse) String

func (x *ListProjectsResponse) String() string

type ListUserChangesRequest

type ListUserChangesRequest struct {

	//list limitations and ordering
	Query  *change.ChangeQuery `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	UserId string              `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListUserChangesRequest) Descriptor deprecated

func (*ListUserChangesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListUserChangesRequest.ProtoReflect.Descriptor instead.

func (*ListUserChangesRequest) GetQuery

func (x *ListUserChangesRequest) GetQuery() *change.ChangeQuery

func (*ListUserChangesRequest) GetUserId

func (x *ListUserChangesRequest) GetUserId() string

func (*ListUserChangesRequest) ProtoMessage

func (*ListUserChangesRequest) ProtoMessage()

func (*ListUserChangesRequest) ProtoReflect

func (x *ListUserChangesRequest) ProtoReflect() protoreflect.Message

func (*ListUserChangesRequest) Reset

func (x *ListUserChangesRequest) Reset()

func (*ListUserChangesRequest) String

func (x *ListUserChangesRequest) String() string

type ListUserChangesResponse

type ListUserChangesResponse struct {

	// zitadel.v1.ListDetails details = 1; was always returned empty (as we cannot get the necessary infos)
	Result []*change.Change `protobuf:"bytes,2,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListUserChangesResponse) Descriptor deprecated

func (*ListUserChangesResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListUserChangesResponse.ProtoReflect.Descriptor instead.

func (*ListUserChangesResponse) GetResult

func (x *ListUserChangesResponse) GetResult() []*change.Change

func (*ListUserChangesResponse) ProtoMessage

func (*ListUserChangesResponse) ProtoMessage()

func (*ListUserChangesResponse) ProtoReflect

func (x *ListUserChangesResponse) ProtoReflect() protoreflect.Message

func (*ListUserChangesResponse) Reset

func (x *ListUserChangesResponse) Reset()

func (*ListUserChangesResponse) String

func (x *ListUserChangesResponse) String() string

type ListUserGrantRequest

type ListUserGrantRequest struct {

	//list limitations and ordering
	Query *object.ListQuery `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	//criterias the client is looking for
	Queries []*user.UserGrantQuery `protobuf:"bytes,2,rep,name=queries,proto3" json:"queries,omitempty"`
	// contains filtered or unexported fields
}

func (*ListUserGrantRequest) Descriptor deprecated

func (*ListUserGrantRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListUserGrantRequest.ProtoReflect.Descriptor instead.

func (*ListUserGrantRequest) GetQueries

func (x *ListUserGrantRequest) GetQueries() []*user.UserGrantQuery

func (*ListUserGrantRequest) GetQuery

func (x *ListUserGrantRequest) GetQuery() *object.ListQuery

func (*ListUserGrantRequest) ProtoMessage

func (*ListUserGrantRequest) ProtoMessage()

func (*ListUserGrantRequest) ProtoReflect

func (x *ListUserGrantRequest) ProtoReflect() protoreflect.Message

func (*ListUserGrantRequest) Reset

func (x *ListUserGrantRequest) Reset()

func (*ListUserGrantRequest) String

func (x *ListUserGrantRequest) String() string

type ListUserGrantResponse

type ListUserGrantResponse struct {
	Details *object.ListDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	Result  []*user.UserGrant   `protobuf:"bytes,2,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListUserGrantResponse) Descriptor deprecated

func (*ListUserGrantResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListUserGrantResponse.ProtoReflect.Descriptor instead.

func (*ListUserGrantResponse) GetDetails

func (x *ListUserGrantResponse) GetDetails() *object.ListDetails

func (*ListUserGrantResponse) GetResult

func (x *ListUserGrantResponse) GetResult() []*user.UserGrant

func (*ListUserGrantResponse) ProtoMessage

func (*ListUserGrantResponse) ProtoMessage()

func (*ListUserGrantResponse) ProtoReflect

func (x *ListUserGrantResponse) ProtoReflect() protoreflect.Message

func (*ListUserGrantResponse) Reset

func (x *ListUserGrantResponse) Reset()

func (*ListUserGrantResponse) String

func (x *ListUserGrantResponse) String() string

type ListUserMembershipsRequest

type ListUserMembershipsRequest struct {

	//list limitations and ordering
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	//the field the result is sorted
	Query *object.ListQuery `protobuf:"bytes,2,opt,name=query,proto3" json:"query,omitempty"`
	//criterias the client is looking for
	Queries []*user.MembershipQuery `protobuf:"bytes,3,rep,name=queries,proto3" json:"queries,omitempty"`
	// contains filtered or unexported fields
}

func (*ListUserMembershipsRequest) Descriptor deprecated

func (*ListUserMembershipsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListUserMembershipsRequest.ProtoReflect.Descriptor instead.

func (*ListUserMembershipsRequest) GetQueries

func (x *ListUserMembershipsRequest) GetQueries() []*user.MembershipQuery

func (*ListUserMembershipsRequest) GetQuery

func (*ListUserMembershipsRequest) GetUserId

func (x *ListUserMembershipsRequest) GetUserId() string

func (*ListUserMembershipsRequest) ProtoMessage

func (*ListUserMembershipsRequest) ProtoMessage()

func (*ListUserMembershipsRequest) ProtoReflect

func (*ListUserMembershipsRequest) Reset

func (x *ListUserMembershipsRequest) Reset()

func (*ListUserMembershipsRequest) String

func (x *ListUserMembershipsRequest) String() string

type ListUserMembershipsResponse

type ListUserMembershipsResponse struct {
	Details *object.ListDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	Result  []*user.Membership  `protobuf:"bytes,2,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListUserMembershipsResponse) Descriptor deprecated

func (*ListUserMembershipsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListUserMembershipsResponse.ProtoReflect.Descriptor instead.

func (*ListUserMembershipsResponse) GetDetails

func (*ListUserMembershipsResponse) GetResult

func (x *ListUserMembershipsResponse) GetResult() []*user.Membership

func (*ListUserMembershipsResponse) ProtoMessage

func (*ListUserMembershipsResponse) ProtoMessage()

func (*ListUserMembershipsResponse) ProtoReflect

func (*ListUserMembershipsResponse) Reset

func (x *ListUserMembershipsResponse) Reset()

func (*ListUserMembershipsResponse) String

func (x *ListUserMembershipsResponse) String() string

type ListUserMetadataRequest

type ListUserMetadataRequest struct {
	Id      string                    `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Query   *object.ListQuery         `protobuf:"bytes,2,opt,name=query,proto3" json:"query,omitempty"`
	Queries []*metadata.MetadataQuery `protobuf:"bytes,3,rep,name=queries,proto3" json:"queries,omitempty"`
	// contains filtered or unexported fields
}

func (*ListUserMetadataRequest) Descriptor deprecated

func (*ListUserMetadataRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListUserMetadataRequest.ProtoReflect.Descriptor instead.

func (*ListUserMetadataRequest) GetId

func (x *ListUserMetadataRequest) GetId() string

func (*ListUserMetadataRequest) GetQueries

func (x *ListUserMetadataRequest) GetQueries() []*metadata.MetadataQuery

func (*ListUserMetadataRequest) GetQuery

func (x *ListUserMetadataRequest) GetQuery() *object.ListQuery

func (*ListUserMetadataRequest) ProtoMessage

func (*ListUserMetadataRequest) ProtoMessage()

func (*ListUserMetadataRequest) ProtoReflect

func (x *ListUserMetadataRequest) ProtoReflect() protoreflect.Message

func (*ListUserMetadataRequest) Reset

func (x *ListUserMetadataRequest) Reset()

func (*ListUserMetadataRequest) String

func (x *ListUserMetadataRequest) String() string

type ListUserMetadataResponse

type ListUserMetadataResponse struct {
	Details *object.ListDetails  `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	Result  []*metadata.Metadata `protobuf:"bytes,2,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListUserMetadataResponse) Descriptor deprecated

func (*ListUserMetadataResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListUserMetadataResponse.ProtoReflect.Descriptor instead.

func (*ListUserMetadataResponse) GetDetails

func (x *ListUserMetadataResponse) GetDetails() *object.ListDetails

func (*ListUserMetadataResponse) GetResult

func (x *ListUserMetadataResponse) GetResult() []*metadata.Metadata

func (*ListUserMetadataResponse) ProtoMessage

func (*ListUserMetadataResponse) ProtoMessage()

func (*ListUserMetadataResponse) ProtoReflect

func (x *ListUserMetadataResponse) ProtoReflect() protoreflect.Message

func (*ListUserMetadataResponse) Reset

func (x *ListUserMetadataResponse) Reset()

func (*ListUserMetadataResponse) String

func (x *ListUserMetadataResponse) String() string

type ListUsersRequest

type ListUsersRequest struct {

	//list limitations and ordering
	Query *object.ListQuery `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	// the field the result is sorted
	SortingColumn user.UserFieldName `` /* 136-byte string literal not displayed */
	//criterias the client is looking for
	Queries []*user.SearchQuery `protobuf:"bytes,3,rep,name=queries,proto3" json:"queries,omitempty"`
	// contains filtered or unexported fields
}

func (*ListUsersRequest) Descriptor deprecated

func (*ListUsersRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListUsersRequest.ProtoReflect.Descriptor instead.

func (*ListUsersRequest) GetQueries

func (x *ListUsersRequest) GetQueries() []*user.SearchQuery

func (*ListUsersRequest) GetQuery

func (x *ListUsersRequest) GetQuery() *object.ListQuery

func (*ListUsersRequest) GetSortingColumn

func (x *ListUsersRequest) GetSortingColumn() user.UserFieldName

func (*ListUsersRequest) ProtoMessage

func (*ListUsersRequest) ProtoMessage()

func (*ListUsersRequest) ProtoReflect

func (x *ListUsersRequest) ProtoReflect() protoreflect.Message

func (*ListUsersRequest) Reset

func (x *ListUsersRequest) Reset()

func (*ListUsersRequest) String

func (x *ListUsersRequest) String() string

type ListUsersResponse

type ListUsersResponse struct {
	Details       *object.ListDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	SortingColumn user.UserFieldName  `` /* 136-byte string literal not displayed */
	Result        []*user.User        `protobuf:"bytes,3,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListUsersResponse) Descriptor deprecated

func (*ListUsersResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListUsersResponse.ProtoReflect.Descriptor instead.

func (*ListUsersResponse) GetDetails

func (x *ListUsersResponse) GetDetails() *object.ListDetails

func (*ListUsersResponse) GetResult

func (x *ListUsersResponse) GetResult() []*user.User

func (*ListUsersResponse) GetSortingColumn

func (x *ListUsersResponse) GetSortingColumn() user.UserFieldName

func (*ListUsersResponse) ProtoMessage

func (*ListUsersResponse) ProtoMessage()

func (*ListUsersResponse) ProtoReflect

func (x *ListUsersResponse) ProtoReflect() protoreflect.Message

func (*ListUsersResponse) Reset

func (x *ListUsersResponse) Reset()

func (*ListUsersResponse) String

func (x *ListUsersResponse) String() string

type LockUserRequest

type LockUserRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*LockUserRequest) Descriptor deprecated

func (*LockUserRequest) Descriptor() ([]byte, []int)

Deprecated: Use LockUserRequest.ProtoReflect.Descriptor instead.

func (*LockUserRequest) GetId

func (x *LockUserRequest) GetId() string

func (*LockUserRequest) ProtoMessage

func (*LockUserRequest) ProtoMessage()

func (*LockUserRequest) ProtoReflect

func (x *LockUserRequest) ProtoReflect() protoreflect.Message

func (*LockUserRequest) Reset

func (x *LockUserRequest) Reset()

func (*LockUserRequest) String

func (x *LockUserRequest) String() string

type LockUserResponse

type LockUserResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*LockUserResponse) Descriptor deprecated

func (*LockUserResponse) Descriptor() ([]byte, []int)

Deprecated: Use LockUserResponse.ProtoReflect.Descriptor instead.

func (*LockUserResponse) GetDetails

func (x *LockUserResponse) GetDetails() *object.ObjectDetails

func (*LockUserResponse) ProtoMessage

func (*LockUserResponse) ProtoMessage()

func (*LockUserResponse) ProtoReflect

func (x *LockUserResponse) ProtoReflect() protoreflect.Message

func (*LockUserResponse) Reset

func (x *LockUserResponse) Reset()

func (*LockUserResponse) String

func (x *LockUserResponse) String() string

type ManagementServiceClient

type ManagementServiceClient interface {
	Healthz(ctx context.Context, in *HealthzRequest, opts ...grpc.CallOption) (*HealthzResponse, error)
	GetOIDCInformation(ctx context.Context, in *GetOIDCInformationRequest, opts ...grpc.CallOption) (*GetOIDCInformationResponse, error)
	// Returns some needed settings of the IAM (Global Organisation ID, Zitadel Project ID)
	GetIAM(ctx context.Context, in *GetIAMRequest, opts ...grpc.CallOption) (*GetIAMResponse, error)
	// Returns the default languages
	GetSupportedLanguages(ctx context.Context, in *GetSupportedLanguagesRequest, opts ...grpc.CallOption) (*GetSupportedLanguagesResponse, error)
	// Returns the requested full blown user (human or machine)
	GetUserByID(ctx context.Context, in *GetUserByIDRequest, opts ...grpc.CallOption) (*GetUserByIDResponse, error)
	// Searches a user over all organisations
	// the login name has to match exactly
	GetUserByLoginNameGlobal(ctx context.Context, in *GetUserByLoginNameGlobalRequest, opts ...grpc.CallOption) (*GetUserByLoginNameGlobalResponse, error)
	// Return the users matching the query
	// Limit should always be set, there is a default limit set by the service
	ListUsers(ctx context.Context, in *ListUsersRequest, opts ...grpc.CallOption) (*ListUsersResponse, error)
	// Returns the history of the user (each event)
	// Limit should always be set, there is a default limit set by the service
	ListUserChanges(ctx context.Context, in *ListUserChangesRequest, opts ...grpc.CallOption) (*ListUserChangesResponse, error)
	// Returns if a user with the searched email or username is unique
	IsUserUnique(ctx context.Context, in *IsUserUniqueRequest, opts ...grpc.CallOption) (*IsUserUniqueResponse, error)
	// Create a user of the type human
	// A email will be sent to the user if email is not verified or no password is set
	// If a password is given, the user has to change on the next login
	AddHumanUser(ctx context.Context, in *AddHumanUserRequest, opts ...grpc.CallOption) (*AddHumanUserResponse, error)
	// Create a user of the type human
	// A email will be sent to the user if email is not verified or no password is set
	// If a password is given, the user doesn't have to change on the next login
	ImportHumanUser(ctx context.Context, in *ImportHumanUserRequest, opts ...grpc.CallOption) (*ImportHumanUserResponse, error)
	// Create a user of the type machine
	AddMachineUser(ctx context.Context, in *AddMachineUserRequest, opts ...grpc.CallOption) (*AddMachineUserResponse, error)
	// Changes the user state to deactivated
	// The user will not be able to login
	// returns an error if user state is already deactivated
	DeactivateUser(ctx context.Context, in *DeactivateUserRequest, opts ...grpc.CallOption) (*DeactivateUserResponse, error)
	// Changes the user state to active
	// returns an error if user state is not deactivated
	ReactivateUser(ctx context.Context, in *ReactivateUserRequest, opts ...grpc.CallOption) (*ReactivateUserResponse, error)
	// Changes the user state to deactivated
	// The user will not be able to login
	// returns an error if user state is already locked
	LockUser(ctx context.Context, in *LockUserRequest, opts ...grpc.CallOption) (*LockUserResponse, error)
	// Changes the user state to active
	// returns an error if user state is not locked
	UnlockUser(ctx context.Context, in *UnlockUserRequest, opts ...grpc.CallOption) (*UnlockUserResponse, error)
	// Changes the user state to deleted
	RemoveUser(ctx context.Context, in *RemoveUserRequest, opts ...grpc.CallOption) (*RemoveUserResponse, error)
	// Changes the username
	UpdateUserName(ctx context.Context, in *UpdateUserNameRequest, opts ...grpc.CallOption) (*UpdateUserNameResponse, error)
	// Sets a user metadata by key
	SetUserMetadata(ctx context.Context, in *SetUserMetadataRequest, opts ...grpc.CallOption) (*SetUserMetadataResponse, error)
	// Set a list of user metadata
	BulkSetUserMetadata(ctx context.Context, in *BulkSetUserMetadataRequest, opts ...grpc.CallOption) (*BulkSetUserMetadataResponse, error)
	// Returns the user metadata
	ListUserMetadata(ctx context.Context, in *ListUserMetadataRequest, opts ...grpc.CallOption) (*ListUserMetadataResponse, error)
	// Returns the user metadata by key
	GetUserMetadata(ctx context.Context, in *GetUserMetadataRequest, opts ...grpc.CallOption) (*GetUserMetadataResponse, error)
	// Removes a user metadata by key
	RemoveUserMetadata(ctx context.Context, in *RemoveUserMetadataRequest, opts ...grpc.CallOption) (*RemoveUserMetadataResponse, error)
	// Set a list of user metadata
	BulkRemoveUserMetadata(ctx context.Context, in *BulkRemoveUserMetadataRequest, opts ...grpc.CallOption) (*BulkRemoveUserMetadataResponse, error)
	// Returns the profile of the human
	GetHumanProfile(ctx context.Context, in *GetHumanProfileRequest, opts ...grpc.CallOption) (*GetHumanProfileResponse, error)
	// Changes the profile of the human
	UpdateHumanProfile(ctx context.Context, in *UpdateHumanProfileRequest, opts ...grpc.CallOption) (*UpdateHumanProfileResponse, error)
	// GetHumanEmail returns the email and verified state of the human
	GetHumanEmail(ctx context.Context, in *GetHumanEmailRequest, opts ...grpc.CallOption) (*GetHumanEmailResponse, error)
	// Changes the email of the human
	// If state is not verified, the user will get a verification email
	UpdateHumanEmail(ctx context.Context, in *UpdateHumanEmailRequest, opts ...grpc.CallOption) (*UpdateHumanEmailResponse, error)
	// Resends an email to the given email address to finish the initialization process of the user
	// Changes the email address of the user if it is provided
	ResendHumanInitialization(ctx context.Context, in *ResendHumanInitializationRequest, opts ...grpc.CallOption) (*ResendHumanInitializationResponse, error)
	// Resends an email to the given email address to finish the email verification process of the user
	ResendHumanEmailVerification(ctx context.Context, in *ResendHumanEmailVerificationRequest, opts ...grpc.CallOption) (*ResendHumanEmailVerificationResponse, error)
	// Returns the phone and verified state of the human phone
	GetHumanPhone(ctx context.Context, in *GetHumanPhoneRequest, opts ...grpc.CallOption) (*GetHumanPhoneResponse, error)
	// Changes the phone number
	// If verified is not set, the user will get an sms to verify the number
	UpdateHumanPhone(ctx context.Context, in *UpdateHumanPhoneRequest, opts ...grpc.CallOption) (*UpdateHumanPhoneResponse, error)
	// Removes the phone number of the human
	RemoveHumanPhone(ctx context.Context, in *RemoveHumanPhoneRequest, opts ...grpc.CallOption) (*RemoveHumanPhoneResponse, error)
	// An sms will be sent to the given phone number to finish the phone verification process of the user
	ResendHumanPhoneVerification(ctx context.Context, in *ResendHumanPhoneVerificationRequest, opts ...grpc.CallOption) (*ResendHumanPhoneVerificationResponse, error)
	// Removes the avatar number of the human
	RemoveHumanAvatar(ctx context.Context, in *RemoveHumanAvatarRequest, opts ...grpc.CallOption) (*RemoveHumanAvatarResponse, error)
	// deprecated: use SetHumanPassword
	SetHumanInitialPassword(ctx context.Context, in *SetHumanInitialPasswordRequest, opts ...grpc.CallOption) (*SetHumanInitialPasswordResponse, error)
	// Set a new password for a user, on default the user has to change the password on the next login
	// Set no_change_required to true if the user does not have to change the password on the next login
	SetHumanPassword(ctx context.Context, in *SetHumanPasswordRequest, opts ...grpc.CallOption) (*SetHumanPasswordResponse, error)
	// An email will be sent to the given address to reset the password of the user
	SendHumanResetPasswordNotification(ctx context.Context, in *SendHumanResetPasswordNotificationRequest, opts ...grpc.CallOption) (*SendHumanResetPasswordNotificationResponse, error)
	// Returns a list of all factors (second and multi) which are configured on the user
	ListHumanAuthFactors(ctx context.Context, in *ListHumanAuthFactorsRequest, opts ...grpc.CallOption) (*ListHumanAuthFactorsResponse, error)
	// The otp second factor will be removed from the user
	// Because only one otp can be configured per user, the configured one will be removed
	RemoveHumanAuthFactorOTP(ctx context.Context, in *RemoveHumanAuthFactorOTPRequest, opts ...grpc.CallOption) (*RemoveHumanAuthFactorOTPResponse, error)
	// The u2f (universial second factor) will be removed from the user
	RemoveHumanAuthFactorU2F(ctx context.Context, in *RemoveHumanAuthFactorU2FRequest, opts ...grpc.CallOption) (*RemoveHumanAuthFactorU2FResponse, error)
	// Returns all configured passwordless authenticators
	ListHumanPasswordless(ctx context.Context, in *ListHumanPasswordlessRequest, opts ...grpc.CallOption) (*ListHumanPasswordlessResponse, error)
	// Adds a new passwordless authenticator link to the user and returns it directly
	// This link enables the user to register a new device if current passwordless devices are all platform authenticators
	// e.g. User has already registered Windows Hello and wants to register FaceID on the iPhone
	AddPasswordlessRegistration(ctx context.Context, in *AddPasswordlessRegistrationRequest, opts ...grpc.CallOption) (*AddPasswordlessRegistrationResponse, error)
	// Adds a new passwordless authenticator link to the user and sends it to the registered email address
	// This link enables the user to register a new device if current passwordless devices are all platform authenticators
	// e.g. User has already registered Windows Hello and wants to register FaceID on the iPhone
	SendPasswordlessRegistration(ctx context.Context, in *SendPasswordlessRegistrationRequest, opts ...grpc.CallOption) (*SendPasswordlessRegistrationResponse, error)
	// Removed a configured passwordless authenticator
	RemoveHumanPasswordless(ctx context.Context, in *RemoveHumanPasswordlessRequest, opts ...grpc.CallOption) (*RemoveHumanPasswordlessResponse, error)
	// Changes a machine user
	UpdateMachine(ctx context.Context, in *UpdateMachineRequest, opts ...grpc.CallOption) (*UpdateMachineResponse, error)
	// Returns a machine key of a (machine) user
	GetMachineKeyByIDs(ctx context.Context, in *GetMachineKeyByIDsRequest, opts ...grpc.CallOption) (*GetMachineKeyByIDsResponse, error)
	// Returns all machine keys of a (machine) user which match the query
	// Limit should always be set, there is a default limit set by the service
	ListMachineKeys(ctx context.Context, in *ListMachineKeysRequest, opts ...grpc.CallOption) (*ListMachineKeysResponse, error)
	// Generates a new machine key, details should be stored after return
	AddMachineKey(ctx context.Context, in *AddMachineKeyRequest, opts ...grpc.CallOption) (*AddMachineKeyResponse, error)
	// Removes a machine key
	RemoveMachineKey(ctx context.Context, in *RemoveMachineKeyRequest, opts ...grpc.CallOption) (*RemoveMachineKeyResponse, error)
	// Returns a personal access token of a (machine) user
	GetPersonalAccessTokenByIDs(ctx context.Context, in *GetPersonalAccessTokenByIDsRequest, opts ...grpc.CallOption) (*GetPersonalAccessTokenByIDsResponse, error)
	// Returns all personal access tokens of a (machine) user which match the query
	// Limit should always be set, there is a default limit set by the service
	ListPersonalAccessTokens(ctx context.Context, in *ListPersonalAccessTokensRequest, opts ...grpc.CallOption) (*ListPersonalAccessTokensResponse, error)
	// Generates a new personal access token for a machine user, details should be stored after return
	AddPersonalAccessToken(ctx context.Context, in *AddPersonalAccessTokenRequest, opts ...grpc.CallOption) (*AddPersonalAccessTokenResponse, error)
	// Removes a personal access token
	RemovePersonalAccessToken(ctx context.Context, in *RemovePersonalAccessTokenRequest, opts ...grpc.CallOption) (*RemovePersonalAccessTokenResponse, error)
	// Lists all identity providers (social logins) which a human has configured (e.g Google, Microsoft, AD, etc..)
	// Limit should always be set, there is a default limit set by the service
	ListHumanLinkedIDPs(ctx context.Context, in *ListHumanLinkedIDPsRequest, opts ...grpc.CallOption) (*ListHumanLinkedIDPsResponse, error)
	// Removed a configured identity provider (social login) of a human
	RemoveHumanLinkedIDP(ctx context.Context, in *RemoveHumanLinkedIDPRequest, opts ...grpc.CallOption) (*RemoveHumanLinkedIDPResponse, error)
	// Show all the permissions a user has iin ZITADEL (ZITADEL Manager)
	// Limit should always be set, there is a default limit set by the service
	ListUserMemberships(ctx context.Context, in *ListUserMembershipsRequest, opts ...grpc.CallOption) (*ListUserMembershipsResponse, error)
	// Returns the org given in the header
	GetMyOrg(ctx context.Context, in *GetMyOrgRequest, opts ...grpc.CallOption) (*GetMyOrgResponse, error)
	// Search a org over all organisations
	// Domain must match exactly
	GetOrgByDomainGlobal(ctx context.Context, in *GetOrgByDomainGlobalRequest, opts ...grpc.CallOption) (*GetOrgByDomainGlobalResponse, error)
	// Returns the history of my organisation (each event)
	// Limit should always be set, there is a default limit set by the service
	ListOrgChanges(ctx context.Context, in *ListOrgChangesRequest, opts ...grpc.CallOption) (*ListOrgChangesResponse, error)
	// Creates a new organisation
	AddOrg(ctx context.Context, in *AddOrgRequest, opts ...grpc.CallOption) (*AddOrgResponse, error)
	// Changes my organisation
	UpdateOrg(ctx context.Context, in *UpdateOrgRequest, opts ...grpc.CallOption) (*UpdateOrgResponse, error)
	// Sets the state of my organisation to deactivated
	// Users of this organisation will not be able login
	DeactivateOrg(ctx context.Context, in *DeactivateOrgRequest, opts ...grpc.CallOption) (*DeactivateOrgResponse, error)
	// Sets the state of my organisation to active
	ReactivateOrg(ctx context.Context, in *ReactivateOrgRequest, opts ...grpc.CallOption) (*ReactivateOrgResponse, error)
	// Returns all registered domains of my organisation
	// Limit should always be set, there is a default limit set by the service
	ListOrgDomains(ctx context.Context, in *ListOrgDomainsRequest, opts ...grpc.CallOption) (*ListOrgDomainsResponse, error)
	// Adds a new domain to my organisation
	AddOrgDomain(ctx context.Context, in *AddOrgDomainRequest, opts ...grpc.CallOption) (*AddOrgDomainResponse, error)
	// Removed the domain from my organisation
	RemoveOrgDomain(ctx context.Context, in *RemoveOrgDomainRequest, opts ...grpc.CallOption) (*RemoveOrgDomainResponse, error)
	// Generates a new file to validate you domain
	GenerateOrgDomainValidation(ctx context.Context, in *GenerateOrgDomainValidationRequest, opts ...grpc.CallOption) (*GenerateOrgDomainValidationResponse, error)
	// Validates your domain with the choosen method
	// Validated domains must be unique
	ValidateOrgDomain(ctx context.Context, in *ValidateOrgDomainRequest, opts ...grpc.CallOption) (*ValidateOrgDomainResponse, error)
	// Sets the domain as primary
	// Primary domain is shown as suffix on the preferred username on the users of the organisation
	SetPrimaryOrgDomain(ctx context.Context, in *SetPrimaryOrgDomainRequest, opts ...grpc.CallOption) (*SetPrimaryOrgDomainResponse, error)
	// Returns all ZITADEL roles which are for organisation managers
	ListOrgMemberRoles(ctx context.Context, in *ListOrgMemberRolesRequest, opts ...grpc.CallOption) (*ListOrgMemberRolesResponse, error)
	// Returns all ZITADEL managers of this organisation (Project and Project Grant managers not included)
	// Limit should always be set, there is a default limit set by the service
	ListOrgMembers(ctx context.Context, in *ListOrgMembersRequest, opts ...grpc.CallOption) (*ListOrgMembersResponse, error)
	// Adds a new organisation manager, which is allowed to administrate ZITADEL
	AddOrgMember(ctx context.Context, in *AddOrgMemberRequest, opts ...grpc.CallOption) (*AddOrgMemberResponse, error)
	// Changes the organisation manager
	UpdateOrgMember(ctx context.Context, in *UpdateOrgMemberRequest, opts ...grpc.CallOption) (*UpdateOrgMemberResponse, error)
	// Removes an organisation manager
	RemoveOrgMember(ctx context.Context, in *RemoveOrgMemberRequest, opts ...grpc.CallOption) (*RemoveOrgMemberResponse, error)
	// Returns a project from my organisation (no granted projects)
	GetProjectByID(ctx context.Context, in *GetProjectByIDRequest, opts ...grpc.CallOption) (*GetProjectByIDResponse, error)
	// returns a project my organisation got granted from another organisation
	GetGrantedProjectByID(ctx context.Context, in *GetGrantedProjectByIDRequest, opts ...grpc.CallOption) (*GetGrantedProjectByIDResponse, error)
	// Returns all projects my organisation is the owner (no granted projects)
	// Limit should always be set, there is a default limit set by the service
	ListProjects(ctx context.Context, in *ListProjectsRequest, opts ...grpc.CallOption) (*ListProjectsResponse, error)
	// returns all projects my organisation got granted from another organisation
	// Limit should always be set, there is a default limit set by the service
	ListGrantedProjects(ctx context.Context, in *ListGrantedProjectsRequest, opts ...grpc.CallOption) (*ListGrantedProjectsResponse, error)
	// returns all roles of a project grant
	// Limit should always be set, there is a default limit set by the service
	ListGrantedProjectRoles(ctx context.Context, in *ListGrantedProjectRolesRequest, opts ...grpc.CallOption) (*ListGrantedProjectRolesResponse, error)
	// Returns the history of the project (each event)
	// Limit should always be set, there is a default limit set by the service
	ListProjectChanges(ctx context.Context, in *ListProjectChangesRequest, opts ...grpc.CallOption) (*ListProjectChangesResponse, error)
	// Adds an new project to the organisation
	AddProject(ctx context.Context, in *AddProjectRequest, opts ...grpc.CallOption) (*AddProjectResponse, error)
	// Changes a project
	UpdateProject(ctx context.Context, in *UpdateProjectRequest, opts ...grpc.CallOption) (*UpdateProjectResponse, error)
	// Sets the state of a project to deactivated
	// Returns an error if project is already deactivated
	DeactivateProject(ctx context.Context, in *DeactivateProjectRequest, opts ...grpc.CallOption) (*DeactivateProjectResponse, error)
	// Sets the state of a project to active
	// Returns an error if project is not deactivated
	ReactivateProject(ctx context.Context, in *ReactivateProjectRequest, opts ...grpc.CallOption) (*ReactivateProjectResponse, error)
	// Removes a project
	// All project grants, applications and user grants for this project will be removed
	RemoveProject(ctx context.Context, in *RemoveProjectRequest, opts ...grpc.CallOption) (*RemoveProjectResponse, error)
	// Returns all roles of a project matching the search query
	// If no limit is requested, default limit will be set, if the limit is higher then the default an error will be returned
	ListProjectRoles(ctx context.Context, in *ListProjectRolesRequest, opts ...grpc.CallOption) (*ListProjectRolesResponse, error)
	// Adds a role to a project, key must be unique in the project
	AddProjectRole(ctx context.Context, in *AddProjectRoleRequest, opts ...grpc.CallOption) (*AddProjectRoleResponse, error)
	// add a list of project roles in one request
	BulkAddProjectRoles(ctx context.Context, in *BulkAddProjectRolesRequest, opts ...grpc.CallOption) (*BulkAddProjectRolesResponse, error)
	// Changes a project role, key is not editable
	// If a key should change, remove the role and create a new
	UpdateProjectRole(ctx context.Context, in *UpdateProjectRoleRequest, opts ...grpc.CallOption) (*UpdateProjectRoleResponse, error)
	// Removes role from UserGrants, ProjectGrants and from Project
	RemoveProjectRole(ctx context.Context, in *RemoveProjectRoleRequest, opts ...grpc.CallOption) (*RemoveProjectRoleResponse, error)
	// Returns all ZITADEL roles which are for project managers
	ListProjectMemberRoles(ctx context.Context, in *ListProjectMemberRolesRequest, opts ...grpc.CallOption) (*ListProjectMemberRolesResponse, error)
	// Returns all ZITADEL managers of a projects
	// Limit should always be set, there is a default limit set by the service
	ListProjectMembers(ctx context.Context, in *ListProjectMembersRequest, opts ...grpc.CallOption) (*ListProjectMembersResponse, error)
	// Adds a new project manager, which is allowed to administrate in ZITADEL
	AddProjectMember(ctx context.Context, in *AddProjectMemberRequest, opts ...grpc.CallOption) (*AddProjectMemberResponse, error)
	// Change project manager, which is allowed to administrate in ZITADEL
	UpdateProjectMember(ctx context.Context, in *UpdateProjectMemberRequest, opts ...grpc.CallOption) (*UpdateProjectMemberResponse, error)
	// Remove project manager, which is allowed to administrate in ZITADEL
	RemoveProjectMember(ctx context.Context, in *RemoveProjectMemberRequest, opts ...grpc.CallOption) (*RemoveProjectMemberResponse, error)
	// Returns an application (oidc or api)
	GetAppByID(ctx context.Context, in *GetAppByIDRequest, opts ...grpc.CallOption) (*GetAppByIDResponse, error)
	// Returns all applications of a project matching the query
	// Limit should always be set, there is a default limit set by the service
	ListApps(ctx context.Context, in *ListAppsRequest, opts ...grpc.CallOption) (*ListAppsResponse, error)
	// Returns the history of the application (each event)
	// Limit should always be set, there is a default limit set by the service
	ListAppChanges(ctx context.Context, in *ListAppChangesRequest, opts ...grpc.CallOption) (*ListAppChangesResponse, error)
	// Adds a new oidc client
	// Returns a client id
	// Returns a new generated secret if needed (Depending on the configuration)
	AddOIDCApp(ctx context.Context, in *AddOIDCAppRequest, opts ...grpc.CallOption) (*AddOIDCAppResponse, error)
	// Adds a new api application
	// Returns a client id
	// Returns a new generated secret if needed (Depending on the configuration)
	AddAPIApp(ctx context.Context, in *AddAPIAppRequest, opts ...grpc.CallOption) (*AddAPIAppResponse, error)
	// Changes application
	UpdateApp(ctx context.Context, in *UpdateAppRequest, opts ...grpc.CallOption) (*UpdateAppResponse, error)
	// Changes the configuration of the oidc client
	UpdateOIDCAppConfig(ctx context.Context, in *UpdateOIDCAppConfigRequest, opts ...grpc.CallOption) (*UpdateOIDCAppConfigResponse, error)
	// Changes the configuration of the api application
	UpdateAPIAppConfig(ctx context.Context, in *UpdateAPIAppConfigRequest, opts ...grpc.CallOption) (*UpdateAPIAppConfigResponse, error)
	// Set the state to deactivated
	// Its not possible to request tokens for deactivated apps
	// Returns an error if already deactivated
	DeactivateApp(ctx context.Context, in *DeactivateAppRequest, opts ...grpc.CallOption) (*DeactivateAppResponse, error)
	// Set the state to active
	// Returns an error if not deactivated
	ReactivateApp(ctx context.Context, in *ReactivateAppRequest, opts ...grpc.CallOption) (*ReactivateAppResponse, error)
	// Removed the application
	RemoveApp(ctx context.Context, in *RemoveAppRequest, opts ...grpc.CallOption) (*RemoveAppResponse, error)
	// Generates a new client secret for the oidc client, make sure to save the response
	RegenerateOIDCClientSecret(ctx context.Context, in *RegenerateOIDCClientSecretRequest, opts ...grpc.CallOption) (*RegenerateOIDCClientSecretResponse, error)
	// Generates a new client secret for the api application, make sure to save the response
	RegenerateAPIClientSecret(ctx context.Context, in *RegenerateAPIClientSecretRequest, opts ...grpc.CallOption) (*RegenerateAPIClientSecretResponse, error)
	// Returns an application key
	GetAppKey(ctx context.Context, in *GetAppKeyRequest, opts ...grpc.CallOption) (*GetAppKeyResponse, error)
	// Returns all application keys matching the result
	// Limit should always be set, there is a default limit set by the service
	ListAppKeys(ctx context.Context, in *ListAppKeysRequest, opts ...grpc.CallOption) (*ListAppKeysResponse, error)
	// Creates a new app key
	// Will return key details in result, make sure to save it
	AddAppKey(ctx context.Context, in *AddAppKeyRequest, opts ...grpc.CallOption) (*AddAppKeyResponse, error)
	// Removes an app key
	RemoveAppKey(ctx context.Context, in *RemoveAppKeyRequest, opts ...grpc.CallOption) (*RemoveAppKeyResponse, error)
	// Returns a project grant (ProjectGrant = Grant another organisation for my project)
	GetProjectGrantByID(ctx context.Context, in *GetProjectGrantByIDRequest, opts ...grpc.CallOption) (*GetProjectGrantByIDResponse, error)
	// Returns all project grants matching the query, (ProjectGrant = Grant another organisation for my project)
	// Limit should always be set, there is a default limit set by the service
	ListProjectGrants(ctx context.Context, in *ListProjectGrantsRequest, opts ...grpc.CallOption) (*ListProjectGrantsResponse, error)
	// Returns all project grants matching the query, (ProjectGrant = Grant another organisation for my project)
	// Limit should always be set, there is a default limit set by the service
	ListAllProjectGrants(ctx context.Context, in *ListAllProjectGrantsRequest, opts ...grpc.CallOption) (*ListAllProjectGrantsResponse, error)
	// Add a new project grant (ProjectGrant = Grant another organisation for my project)
	// Project Grant will be listed in granted project of the other organisation
	AddProjectGrant(ctx context.Context, in *AddProjectGrantRequest, opts ...grpc.CallOption) (*AddProjectGrantResponse, error)
	// Change project grant (ProjectGrant = Grant another organisation for my project)
	// Project Grant will be listed in granted project of the other organisation
	UpdateProjectGrant(ctx context.Context, in *UpdateProjectGrantRequest, opts ...grpc.CallOption) (*UpdateProjectGrantResponse, error)
	// Set state of project grant to deactivated (ProjectGrant = Grant another organisation for my project)
	// Returns error if project not active
	DeactivateProjectGrant(ctx context.Context, in *DeactivateProjectGrantRequest, opts ...grpc.CallOption) (*DeactivateProjectGrantResponse, error)
	// Set state of project grant to active (ProjectGrant = Grant another organisation for my project)
	// Returns error if project not deactivated
	ReactivateProjectGrant(ctx context.Context, in *ReactivateProjectGrantRequest, opts ...grpc.CallOption) (*ReactivateProjectGrantResponse, error)
	// Removes project grant and all user grants for this project grant
	RemoveProjectGrant(ctx context.Context, in *RemoveProjectGrantRequest, opts ...grpc.CallOption) (*RemoveProjectGrantResponse, error)
	// Returns all ZITADEL roles which are for project grant managers
	ListProjectGrantMemberRoles(ctx context.Context, in *ListProjectGrantMemberRolesRequest, opts ...grpc.CallOption) (*ListProjectGrantMemberRolesResponse, error)
	// Returns all ZITADEL managers of this project grant
	// Limit should always be set, there is a default limit set by the service
	ListProjectGrantMembers(ctx context.Context, in *ListProjectGrantMembersRequest, opts ...grpc.CallOption) (*ListProjectGrantMembersResponse, error)
	// Adds a new project grant manager, which is allowed to administrate in ZITADEL
	AddProjectGrantMember(ctx context.Context, in *AddProjectGrantMemberRequest, opts ...grpc.CallOption) (*AddProjectGrantMemberResponse, error)
	// Changes project grant manager, which is allowed to administrate in ZITADEL
	UpdateProjectGrantMember(ctx context.Context, in *UpdateProjectGrantMemberRequest, opts ...grpc.CallOption) (*UpdateProjectGrantMemberResponse, error)
	// Removed project grant manager
	RemoveProjectGrantMember(ctx context.Context, in *RemoveProjectGrantMemberRequest, opts ...grpc.CallOption) (*RemoveProjectGrantMemberResponse, error)
	// Returns a user grant (authorization of a user for a project)
	GetUserGrantByID(ctx context.Context, in *GetUserGrantByIDRequest, opts ...grpc.CallOption) (*GetUserGrantByIDResponse, error)
	// Returns al user grant matching the query (authorizations of user for projects)
	// Limit should always be set, there is a default limit set by the service
	ListUserGrants(ctx context.Context, in *ListUserGrantRequest, opts ...grpc.CallOption) (*ListUserGrantResponse, error)
	// Creates a new user grant (authorization of a user for a project with specified roles)
	AddUserGrant(ctx context.Context, in *AddUserGrantRequest, opts ...grpc.CallOption) (*AddUserGrantResponse, error)
	// Changes a user grant (authorization of a user for a project with specified roles)
	UpdateUserGrant(ctx context.Context, in *UpdateUserGrantRequest, opts ...grpc.CallOption) (*UpdateUserGrantResponse, error)
	// Sets the state of a user grant to deactivated
	// User will not be able to use the granted project anymore
	// Returns an error if user grant is already deactivated
	DeactivateUserGrant(ctx context.Context, in *DeactivateUserGrantRequest, opts ...grpc.CallOption) (*DeactivateUserGrantResponse, error)
	// Sets the state of a user grant to active
	// Returns an error if user grant is not deactivated
	ReactivateUserGrant(ctx context.Context, in *ReactivateUserGrantRequest, opts ...grpc.CallOption) (*ReactivateUserGrantResponse, error)
	// Removes a user grant
	RemoveUserGrant(ctx context.Context, in *RemoveUserGrantRequest, opts ...grpc.CallOption) (*RemoveUserGrantResponse, error)
	// remove a list of user grants in one request
	BulkRemoveUserGrant(ctx context.Context, in *BulkRemoveUserGrantRequest, opts ...grpc.CallOption) (*BulkRemoveUserGrantResponse, error)
	GetFeatures(ctx context.Context, in *GetFeaturesRequest, opts ...grpc.CallOption) (*GetFeaturesResponse, error)
	// Returns the org iam policy (this policy is managed by the iam administrator)
	GetOrgIAMPolicy(ctx context.Context, in *GetOrgIAMPolicyRequest, opts ...grpc.CallOption) (*GetOrgIAMPolicyResponse, error)
	// Returns the login policy of the organisation
	// With this policy the login gui can be configured
	GetLoginPolicy(ctx context.Context, in *GetLoginPolicyRequest, opts ...grpc.CallOption) (*GetLoginPolicyResponse, error)
	// Returns the default login policy configured in the IAM
	GetDefaultLoginPolicy(ctx context.Context, in *GetDefaultLoginPolicyRequest, opts ...grpc.CallOption) (*GetDefaultLoginPolicyResponse, error)
	// Add a custom login policy for the organisation
	// With this policy the login gui can be configured
	AddCustomLoginPolicy(ctx context.Context, in *AddCustomLoginPolicyRequest, opts ...grpc.CallOption) (*AddCustomLoginPolicyResponse, error)
	// Change the custom login policy for the organisation
	// With this policy the login gui can be configured
	UpdateCustomLoginPolicy(ctx context.Context, in *UpdateCustomLoginPolicyRequest, opts ...grpc.CallOption) (*UpdateCustomLoginPolicyResponse, error)
	// Removes the custom login policy of the organisation
	// The default policy of the IAM will trigger after
	ResetLoginPolicyToDefault(ctx context.Context, in *ResetLoginPolicyToDefaultRequest, opts ...grpc.CallOption) (*ResetLoginPolicyToDefaultResponse, error)
	// Lists all possible identity providers configured on the organisation
	// Limit should always be set, there is a default limit set by the service
	ListLoginPolicyIDPs(ctx context.Context, in *ListLoginPolicyIDPsRequest, opts ...grpc.CallOption) (*ListLoginPolicyIDPsResponse, error)
	// Add a (preconfigured) identity provider to the custom login policy
	AddIDPToLoginPolicy(ctx context.Context, in *AddIDPToLoginPolicyRequest, opts ...grpc.CallOption) (*AddIDPToLoginPolicyResponse, error)
	// Remove a identity provider from the custom login policy
	RemoveIDPFromLoginPolicy(ctx context.Context, in *RemoveIDPFromLoginPolicyRequest, opts ...grpc.CallOption) (*RemoveIDPFromLoginPolicyResponse, error)
	// Returns all configured second factors of the custom login policy
	ListLoginPolicySecondFactors(ctx context.Context, in *ListLoginPolicySecondFactorsRequest, opts ...grpc.CallOption) (*ListLoginPolicySecondFactorsResponse, error)
	// Adds a new second factor to the custom login policy
	AddSecondFactorToLoginPolicy(ctx context.Context, in *AddSecondFactorToLoginPolicyRequest, opts ...grpc.CallOption) (*AddSecondFactorToLoginPolicyResponse, error)
	// Remove a second factor from the custom login policy
	RemoveSecondFactorFromLoginPolicy(ctx context.Context, in *RemoveSecondFactorFromLoginPolicyRequest, opts ...grpc.CallOption) (*RemoveSecondFactorFromLoginPolicyResponse, error)
	// Returns all configured multi factors of the custom login policy
	ListLoginPolicyMultiFactors(ctx context.Context, in *ListLoginPolicyMultiFactorsRequest, opts ...grpc.CallOption) (*ListLoginPolicyMultiFactorsResponse, error)
	// Adds a new multi factor to the custom login policy
	AddMultiFactorToLoginPolicy(ctx context.Context, in *AddMultiFactorToLoginPolicyRequest, opts ...grpc.CallOption) (*AddMultiFactorToLoginPolicyResponse, error)
	// Remove a multi factor from the custom login policy
	RemoveMultiFactorFromLoginPolicy(ctx context.Context, in *RemoveMultiFactorFromLoginPolicyRequest, opts ...grpc.CallOption) (*RemoveMultiFactorFromLoginPolicyResponse, error)
	// Returns the password complexity policy of the organisation
	// With this policy the password strength can be configured
	GetPasswordComplexityPolicy(ctx context.Context, in *GetPasswordComplexityPolicyRequest, opts ...grpc.CallOption) (*GetPasswordComplexityPolicyResponse, error)
	// Returns the default password complexity policy of the IAM
	// With this policy the password strength can be configured
	GetDefaultPasswordComplexityPolicy(ctx context.Context, in *GetDefaultPasswordComplexityPolicyRequest, opts ...grpc.CallOption) (*GetDefaultPasswordComplexityPolicyResponse, error)
	// Add a custom password complexity policy for the organisation
	// With this policy the password strength can be configured
	AddCustomPasswordComplexityPolicy(ctx context.Context, in *AddCustomPasswordComplexityPolicyRequest, opts ...grpc.CallOption) (*AddCustomPasswordComplexityPolicyResponse, error)
	// Update the custom password complexity policy for the organisation
	// With this policy the password strength can be configured
	UpdateCustomPasswordComplexityPolicy(ctx context.Context, in *UpdateCustomPasswordComplexityPolicyRequest, opts ...grpc.CallOption) (*UpdateCustomPasswordComplexityPolicyResponse, error)
	// Removes the custom password complexity policy of the organisation
	// The default policy of the IAM will trigger after
	ResetPasswordComplexityPolicyToDefault(ctx context.Context, in *ResetPasswordComplexityPolicyToDefaultRequest, opts ...grpc.CallOption) (*ResetPasswordComplexityPolicyToDefaultResponse, error)
	// The password age policy is not used at the moment
	GetPasswordAgePolicy(ctx context.Context, in *GetPasswordAgePolicyRequest, opts ...grpc.CallOption) (*GetPasswordAgePolicyResponse, error)
	// The password age policy is not used at the moment
	GetDefaultPasswordAgePolicy(ctx context.Context, in *GetDefaultPasswordAgePolicyRequest, opts ...grpc.CallOption) (*GetDefaultPasswordAgePolicyResponse, error)
	// The password age policy is not used at the moment
	AddCustomPasswordAgePolicy(ctx context.Context, in *AddCustomPasswordAgePolicyRequest, opts ...grpc.CallOption) (*AddCustomPasswordAgePolicyResponse, error)
	// The password age policy is not used at the moment
	UpdateCustomPasswordAgePolicy(ctx context.Context, in *UpdateCustomPasswordAgePolicyRequest, opts ...grpc.CallOption) (*UpdateCustomPasswordAgePolicyResponse, error)
	// The password age policy is not used at the moment
	ResetPasswordAgePolicyToDefault(ctx context.Context, in *ResetPasswordAgePolicyToDefaultRequest, opts ...grpc.CallOption) (*ResetPasswordAgePolicyToDefaultResponse, error)
	GetLockoutPolicy(ctx context.Context, in *GetLockoutPolicyRequest, opts ...grpc.CallOption) (*GetLockoutPolicyResponse, error)
	GetDefaultLockoutPolicy(ctx context.Context, in *GetDefaultLockoutPolicyRequest, opts ...grpc.CallOption) (*GetDefaultLockoutPolicyResponse, error)
	AddCustomLockoutPolicy(ctx context.Context, in *AddCustomLockoutPolicyRequest, opts ...grpc.CallOption) (*AddCustomLockoutPolicyResponse, error)
	UpdateCustomLockoutPolicy(ctx context.Context, in *UpdateCustomLockoutPolicyRequest, opts ...grpc.CallOption) (*UpdateCustomLockoutPolicyResponse, error)
	ResetLockoutPolicyToDefault(ctx context.Context, in *ResetLockoutPolicyToDefaultRequest, opts ...grpc.CallOption) (*ResetLockoutPolicyToDefaultResponse, error)
	// Returns the privacy policy of the organisation
	// With this policy privacy relevant things can be configured (e.g. tos link)
	GetPrivacyPolicy(ctx context.Context, in *GetPrivacyPolicyRequest, opts ...grpc.CallOption) (*GetPrivacyPolicyResponse, error)
	// Returns the default privacy policy of the IAM
	// With this policy the privacy relevant things can be configured (e.g tos link)
	GetDefaultPrivacyPolicy(ctx context.Context, in *GetDefaultPrivacyPolicyRequest, opts ...grpc.CallOption) (*GetDefaultPrivacyPolicyResponse, error)
	// Add a custom privacy policy for the organisation
	// With this policy privacy relevant things can be configured (e.g. tos link)
	// Variable {{.Lang}} can be set to have different links based on the language
	AddCustomPrivacyPolicy(ctx context.Context, in *AddCustomPrivacyPolicyRequest, opts ...grpc.CallOption) (*AddCustomPrivacyPolicyResponse, error)
	// Update the privacy complexity policy for the organisation
	// With this policy privacy relevant things can be configured (e.g. tos link)
	// Variable {{.Lang}} can be set to have different links based on the language
	UpdateCustomPrivacyPolicy(ctx context.Context, in *UpdateCustomPrivacyPolicyRequest, opts ...grpc.CallOption) (*UpdateCustomPrivacyPolicyResponse, error)
	// Removes the privacy policy of the organisation
	// The default policy of the IAM will trigger after
	ResetPrivacyPolicyToDefault(ctx context.Context, in *ResetPrivacyPolicyToDefaultRequest, opts ...grpc.CallOption) (*ResetPrivacyPolicyToDefaultResponse, error)
	// Returns the active label policy of the organisation
	// With this policy the private labeling can be configured (colors, etc.)
	GetLabelPolicy(ctx context.Context, in *GetLabelPolicyRequest, opts ...grpc.CallOption) (*GetLabelPolicyResponse, error)
	// Returns the preview label policy of the organisation
	// With this policy the private labeling can be configured (colors, etc.)
	GetPreviewLabelPolicy(ctx context.Context, in *GetPreviewLabelPolicyRequest, opts ...grpc.CallOption) (*GetPreviewLabelPolicyResponse, error)
	// Returns the default label policy of the IAM
	// With this policy the private labeling can be configured (colors, etc.)
	GetDefaultLabelPolicy(ctx context.Context, in *GetDefaultLabelPolicyRequest, opts ...grpc.CallOption) (*GetDefaultLabelPolicyResponse, error)
	// Add a custom label policy for the organisation
	// With this policy the private labeling can be configured (colors, etc.)
	AddCustomLabelPolicy(ctx context.Context, in *AddCustomLabelPolicyRequest, opts ...grpc.CallOption) (*AddCustomLabelPolicyResponse, error)
	// Changes the custom label policy for the organisation
	// With this policy the private labeling can be configured (colors, etc.)
	UpdateCustomLabelPolicy(ctx context.Context, in *UpdateCustomLabelPolicyRequest, opts ...grpc.CallOption) (*UpdateCustomLabelPolicyResponse, error)
	// Activates all changes of the label policy
	ActivateCustomLabelPolicy(ctx context.Context, in *ActivateCustomLabelPolicyRequest, opts ...grpc.CallOption) (*ActivateCustomLabelPolicyResponse, error)
	RemoveCustomLabelPolicyLogo(ctx context.Context, in *RemoveCustomLabelPolicyLogoRequest, opts ...grpc.CallOption) (*RemoveCustomLabelPolicyLogoResponse, error)
	// Removes the logo dark of the label policy
	RemoveCustomLabelPolicyLogoDark(ctx context.Context, in *RemoveCustomLabelPolicyLogoDarkRequest, opts ...grpc.CallOption) (*RemoveCustomLabelPolicyLogoDarkResponse, error)
	// Removes the icon of the label policy
	RemoveCustomLabelPolicyIcon(ctx context.Context, in *RemoveCustomLabelPolicyIconRequest, opts ...grpc.CallOption) (*RemoveCustomLabelPolicyIconResponse, error)
	// Removes the logo dark of the label policy
	RemoveCustomLabelPolicyIconDark(ctx context.Context, in *RemoveCustomLabelPolicyIconDarkRequest, opts ...grpc.CallOption) (*RemoveCustomLabelPolicyIconDarkResponse, error)
	// Removes the font of the label policy
	RemoveCustomLabelPolicyFont(ctx context.Context, in *RemoveCustomLabelPolicyFontRequest, opts ...grpc.CallOption) (*RemoveCustomLabelPolicyFontResponse, error)
	// Removes the custom label policy of the organisation
	// The default policy of the IAM will trigger after
	ResetLabelPolicyToDefault(ctx context.Context, in *ResetLabelPolicyToDefaultRequest, opts ...grpc.CallOption) (*ResetLabelPolicyToDefaultResponse, error)
	//Returns the custom text for initial message
	GetCustomInitMessageText(ctx context.Context, in *GetCustomInitMessageTextRequest, opts ...grpc.CallOption) (*GetCustomInitMessageTextResponse, error)
	//Returns the default text for initial message
	GetDefaultInitMessageText(ctx context.Context, in *GetDefaultInitMessageTextRequest, opts ...grpc.CallOption) (*GetDefaultInitMessageTextResponse, error)
	// Sets the custom text for initial message
	// The Following Variables can be used:
	// {{.Code}} {{.UserName}} {{.FirstName}} {{.LastName}} {{.NickName}} {{.DisplayName}} {{.LastEmail}} {{.VerifiedEmail}} {{.LastPhone}} {{.VerifiedPhone}} {{.PreferredLoginName}} {{.LoginNames}} {{.ChangeDate}}
	SetCustomInitMessageText(ctx context.Context, in *SetCustomInitMessageTextRequest, opts ...grpc.CallOption) (*SetCustomInitMessageTextResponse, error)
	// Removes the custom init message text of the organisation
	// The default text of the IAM will trigger after
	ResetCustomInitMessageTextToDefault(ctx context.Context, in *ResetCustomInitMessageTextToDefaultRequest, opts ...grpc.CallOption) (*ResetCustomInitMessageTextToDefaultResponse, error)
	//Returns the custom text for password reset message
	GetCustomPasswordResetMessageText(ctx context.Context, in *GetCustomPasswordResetMessageTextRequest, opts ...grpc.CallOption) (*GetCustomPasswordResetMessageTextResponse, error)
	//Returns the default text for password reset message
	GetDefaultPasswordResetMessageText(ctx context.Context, in *GetDefaultPasswordResetMessageTextRequest, opts ...grpc.CallOption) (*GetDefaultPasswordResetMessageTextResponse, error)
	// Sets the custom text for password reset message
	// The Following Variables can be used:
	// {{.Code}} {{.UserName}} {{.FirstName}} {{.LastName}} {{.NickName}} {{.DisplayName}} {{.LastEmail}} {{.VerifiedEmail}} {{.LastPhone}} {{.VerifiedPhone}} {{.PreferredLoginName}} {{.LoginNames}} {{.ChangeDate}}
	SetCustomPasswordResetMessageText(ctx context.Context, in *SetCustomPasswordResetMessageTextRequest, opts ...grpc.CallOption) (*SetCustomPasswordResetMessageTextResponse, error)
	// Removes the custom password reset message text of the organisation
	// The default text of the IAM will trigger after
	ResetCustomPasswordResetMessageTextToDefault(ctx context.Context, in *ResetCustomPasswordResetMessageTextToDefaultRequest, opts ...grpc.CallOption) (*ResetCustomPasswordResetMessageTextToDefaultResponse, error)
	//Returns the custom text for verify email message
	GetCustomVerifyEmailMessageText(ctx context.Context, in *GetCustomVerifyEmailMessageTextRequest, opts ...grpc.CallOption) (*GetCustomVerifyEmailMessageTextResponse, error)
	//Returns the default text for verify email message
	GetDefaultVerifyEmailMessageText(ctx context.Context, in *GetDefaultVerifyEmailMessageTextRequest, opts ...grpc.CallOption) (*GetDefaultVerifyEmailMessageTextResponse, error)
	// Sets the custom text for verify email message
	// The Following Variables can be used:
	// {{.Code}} {{.UserName}} {{.FirstName}} {{.LastName}} {{.NickName}} {{.DisplayName}} {{.LastEmail}} {{.VerifiedEmail}} {{.LastPhone}} {{.VerifiedPhone}} {{.PreferredLoginName}} {{.LoginNames}} {{.ChangeDate}}
	SetCustomVerifyEmailMessageText(ctx context.Context, in *SetCustomVerifyEmailMessageTextRequest, opts ...grpc.CallOption) (*SetCustomVerifyEmailMessageTextResponse, error)
	// Removes the custom verify email message text of the organisation
	// The default text of the IAM will trigger after
	ResetCustomVerifyEmailMessageTextToDefault(ctx context.Context, in *ResetCustomVerifyEmailMessageTextToDefaultRequest, opts ...grpc.CallOption) (*ResetCustomVerifyEmailMessageTextToDefaultResponse, error)
	//Returns the custom text for verify email message
	GetCustomVerifyPhoneMessageText(ctx context.Context, in *GetCustomVerifyPhoneMessageTextRequest, opts ...grpc.CallOption) (*GetCustomVerifyPhoneMessageTextResponse, error)
	//Returns the custom text for verify email message
	GetDefaultVerifyPhoneMessageText(ctx context.Context, in *GetDefaultVerifyPhoneMessageTextRequest, opts ...grpc.CallOption) (*GetDefaultVerifyPhoneMessageTextResponse, error)
	// Sets the default custom text for verify email message
	// The Following Variables can be used:
	// {{.Code}} {{.UserName}} {{.FirstName}} {{.LastName}} {{.NickName}} {{.DisplayName}} {{.LastEmail}} {{.VerifiedEmail}} {{.LastPhone}} {{.VerifiedPhone}} {{.PreferredLoginName}} {{.LoginNames}} {{.ChangeDate}}
	SetCustomVerifyPhoneMessageText(ctx context.Context, in *SetCustomVerifyPhoneMessageTextRequest, opts ...grpc.CallOption) (*SetCustomVerifyPhoneMessageTextResponse, error)
	// Removes the custom verify phone text of the organisation
	// The default text of the IAM will trigger after
	ResetCustomVerifyPhoneMessageTextToDefault(ctx context.Context, in *ResetCustomVerifyPhoneMessageTextToDefaultRequest, opts ...grpc.CallOption) (*ResetCustomVerifyPhoneMessageTextToDefaultResponse, error)
	//Returns the custom text for domain claimed message
	GetCustomDomainClaimedMessageText(ctx context.Context, in *GetCustomDomainClaimedMessageTextRequest, opts ...grpc.CallOption) (*GetCustomDomainClaimedMessageTextResponse, error)
	//Returns the custom text for domain claimed message
	GetDefaultDomainClaimedMessageText(ctx context.Context, in *GetDefaultDomainClaimedMessageTextRequest, opts ...grpc.CallOption) (*GetDefaultDomainClaimedMessageTextResponse, error)
	// Sets the custom text for domain claimed message
	// The Following Variables can be used:
	// {{.Domain}} {{.TempUsername}} {{.UserName}} {{.FirstName}} {{.LastName}} {{.NickName}} {{.DisplayName}} {{.LastEmail}} {{.VerifiedEmail}} {{.LastPhone}} {{.VerifiedPhone}} {{.PreferredLoginName}} {{.LoginNames}} {{.ChangeDate}}
	SetCustomDomainClaimedMessageCustomText(ctx context.Context, in *SetCustomDomainClaimedMessageTextRequest, opts ...grpc.CallOption) (*SetCustomDomainClaimedMessageTextResponse, error)
	// Removes the custom domain claimed message text of the organisation
	// The default text of the IAM will trigger after
	ResetCustomDomainClaimedMessageTextToDefault(ctx context.Context, in *ResetCustomDomainClaimedMessageTextToDefaultRequest, opts ...grpc.CallOption) (*ResetCustomDomainClaimedMessageTextToDefaultResponse, error)
	//Returns the custom text for passwordless link message
	GetCustomPasswordlessRegistrationMessageText(ctx context.Context, in *GetCustomPasswordlessRegistrationMessageTextRequest, opts ...grpc.CallOption) (*GetCustomPasswordlessRegistrationMessageTextResponse, error)
	//Returns the custom text for passwordless link message
	GetDefaultPasswordlessRegistrationMessageText(ctx context.Context, in *GetDefaultPasswordlessRegistrationMessageTextRequest, opts ...grpc.CallOption) (*GetDefaultPasswordlessRegistrationMessageTextResponse, error)
	// Sets the custom text for passwordless link message
	// The Following Variables can be used:
	// {{.UserName}} {{.FirstName}} {{.LastName}} {{.NickName}} {{.DisplayName}} {{.LastEmail}} {{.VerifiedEmail}} {{.LastPhone}} {{.VerifiedPhone}} {{.PreferredLoginName}} {{.LoginNames}} {{.ChangeDate}}
	SetCustomPasswordlessRegistrationMessageCustomText(ctx context.Context, in *SetCustomPasswordlessRegistrationMessageTextRequest, opts ...grpc.CallOption) (*SetCustomPasswordlessRegistrationMessageTextResponse, error)
	// Removes the custom passwordless link message text of the organisation
	// The default text of the IAM will trigger after
	ResetCustomPasswordlessRegistrationMessageTextToDefault(ctx context.Context, in *ResetCustomPasswordlessRegistrationMessageTextToDefaultRequest, opts ...grpc.CallOption) (*ResetCustomPasswordlessRegistrationMessageTextToDefaultResponse, error)
	//Returns the custom texts for login ui
	GetCustomLoginTexts(ctx context.Context, in *GetCustomLoginTextsRequest, opts ...grpc.CallOption) (*GetCustomLoginTextsResponse, error)
	//Returns the custom texts for login ui
	GetDefaultLoginTexts(ctx context.Context, in *GetDefaultLoginTextsRequest, opts ...grpc.CallOption) (*GetDefaultLoginTextsResponse, error)
	//Sets the default custom text for login ui
	//it impacts all organisations without customized login ui texts
	SetCustomLoginText(ctx context.Context, in *SetCustomLoginTextsRequest, opts ...grpc.CallOption) (*SetCustomLoginTextsResponse, error)
	// Removes the custom login text of the organisation
	// The default text of the IAM will trigger after
	ResetCustomLoginTextToDefault(ctx context.Context, in *ResetCustomLoginTextsToDefaultRequest, opts ...grpc.CallOption) (*ResetCustomLoginTextsToDefaultResponse, error)
	// Returns a identity provider configuration of the organisation
	GetOrgIDPByID(ctx context.Context, in *GetOrgIDPByIDRequest, opts ...grpc.CallOption) (*GetOrgIDPByIDResponse, error)
	// Returns all identity provider configuration in the organisation, which match the query
	// Limit should always be set, there is a default limit set by the service
	ListOrgIDPs(ctx context.Context, in *ListOrgIDPsRequest, opts ...grpc.CallOption) (*ListOrgIDPsResponse, error)
	// Add a new identity provider configuration in the organisation
	// Provider must be OIDC compliant
	AddOrgOIDCIDP(ctx context.Context, in *AddOrgOIDCIDPRequest, opts ...grpc.CallOption) (*AddOrgOIDCIDPResponse, error)
	// Add a new jwt identity provider configuration in the organisation
	AddOrgJWTIDP(ctx context.Context, in *AddOrgJWTIDPRequest, opts ...grpc.CallOption) (*AddOrgJWTIDPResponse, error)
	// Deactivate identity provider configuration
	// Users will not be able to use this provider for login (e.g Google, Microsoft, AD, etc)
	// Returns error if already deactivated
	DeactivateOrgIDP(ctx context.Context, in *DeactivateOrgIDPRequest, opts ...grpc.CallOption) (*DeactivateOrgIDPResponse, error)
	// Activate identity provider configuration
	// Returns error if not deactivated
	ReactivateOrgIDP(ctx context.Context, in *ReactivateOrgIDPRequest, opts ...grpc.CallOption) (*ReactivateOrgIDPResponse, error)
	// Removes identity provider configuration
	// Will remove all linked providers of this configuration on the users
	RemoveOrgIDP(ctx context.Context, in *RemoveOrgIDPRequest, opts ...grpc.CallOption) (*RemoveOrgIDPResponse, error)
	// Change identity provider configuration of the organisation
	UpdateOrgIDP(ctx context.Context, in *UpdateOrgIDPRequest, opts ...grpc.CallOption) (*UpdateOrgIDPResponse, error)
	// Change OIDC identity provider configuration of the organisation
	UpdateOrgIDPOIDCConfig(ctx context.Context, in *UpdateOrgIDPOIDCConfigRequest, opts ...grpc.CallOption) (*UpdateOrgIDPOIDCConfigResponse, error)
	// Change JWT identity provider configuration of the organisation
	UpdateOrgIDPJWTConfig(ctx context.Context, in *UpdateOrgIDPJWTConfigRequest, opts ...grpc.CallOption) (*UpdateOrgIDPJWTConfigResponse, error)
	ListActions(ctx context.Context, in *ListActionsRequest, opts ...grpc.CallOption) (*ListActionsResponse, error)
	GetAction(ctx context.Context, in *GetActionRequest, opts ...grpc.CallOption) (*GetActionResponse, error)
	CreateAction(ctx context.Context, in *CreateActionRequest, opts ...grpc.CallOption) (*CreateActionResponse, error)
	UpdateAction(ctx context.Context, in *UpdateActionRequest, opts ...grpc.CallOption) (*UpdateActionResponse, error)
	DeactivateAction(ctx context.Context, in *DeactivateActionRequest, opts ...grpc.CallOption) (*DeactivateActionResponse, error)
	ReactivateAction(ctx context.Context, in *ReactivateActionRequest, opts ...grpc.CallOption) (*ReactivateActionResponse, error)
	DeleteAction(ctx context.Context, in *DeleteActionRequest, opts ...grpc.CallOption) (*DeleteActionResponse, error)
	GetFlow(ctx context.Context, in *GetFlowRequest, opts ...grpc.CallOption) (*GetFlowResponse, error)
	ClearFlow(ctx context.Context, in *ClearFlowRequest, opts ...grpc.CallOption) (*ClearFlowResponse, error)
	SetTriggerActions(ctx context.Context, in *SetTriggerActionsRequest, opts ...grpc.CallOption) (*SetTriggerActionsResponse, error)
}

ManagementServiceClient is the client API for ManagementService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type ManagementServiceServer

type ManagementServiceServer interface {
	Healthz(context.Context, *HealthzRequest) (*HealthzResponse, error)
	GetOIDCInformation(context.Context, *GetOIDCInformationRequest) (*GetOIDCInformationResponse, error)
	// Returns some needed settings of the IAM (Global Organisation ID, Zitadel Project ID)
	GetIAM(context.Context, *GetIAMRequest) (*GetIAMResponse, error)
	// Returns the default languages
	GetSupportedLanguages(context.Context, *GetSupportedLanguagesRequest) (*GetSupportedLanguagesResponse, error)
	// Returns the requested full blown user (human or machine)
	GetUserByID(context.Context, *GetUserByIDRequest) (*GetUserByIDResponse, error)
	// Searches a user over all organisations
	// the login name has to match exactly
	GetUserByLoginNameGlobal(context.Context, *GetUserByLoginNameGlobalRequest) (*GetUserByLoginNameGlobalResponse, error)
	// Return the users matching the query
	// Limit should always be set, there is a default limit set by the service
	ListUsers(context.Context, *ListUsersRequest) (*ListUsersResponse, error)
	// Returns the history of the user (each event)
	// Limit should always be set, there is a default limit set by the service
	ListUserChanges(context.Context, *ListUserChangesRequest) (*ListUserChangesResponse, error)
	// Returns if a user with the searched email or username is unique
	IsUserUnique(context.Context, *IsUserUniqueRequest) (*IsUserUniqueResponse, error)
	// Create a user of the type human
	// A email will be sent to the user if email is not verified or no password is set
	// If a password is given, the user has to change on the next login
	AddHumanUser(context.Context, *AddHumanUserRequest) (*AddHumanUserResponse, error)
	// Create a user of the type human
	// A email will be sent to the user if email is not verified or no password is set
	// If a password is given, the user doesn't have to change on the next login
	ImportHumanUser(context.Context, *ImportHumanUserRequest) (*ImportHumanUserResponse, error)
	// Create a user of the type machine
	AddMachineUser(context.Context, *AddMachineUserRequest) (*AddMachineUserResponse, error)
	// Changes the user state to deactivated
	// The user will not be able to login
	// returns an error if user state is already deactivated
	DeactivateUser(context.Context, *DeactivateUserRequest) (*DeactivateUserResponse, error)
	// Changes the user state to active
	// returns an error if user state is not deactivated
	ReactivateUser(context.Context, *ReactivateUserRequest) (*ReactivateUserResponse, error)
	// Changes the user state to deactivated
	// The user will not be able to login
	// returns an error if user state is already locked
	LockUser(context.Context, *LockUserRequest) (*LockUserResponse, error)
	// Changes the user state to active
	// returns an error if user state is not locked
	UnlockUser(context.Context, *UnlockUserRequest) (*UnlockUserResponse, error)
	// Changes the user state to deleted
	RemoveUser(context.Context, *RemoveUserRequest) (*RemoveUserResponse, error)
	// Changes the username
	UpdateUserName(context.Context, *UpdateUserNameRequest) (*UpdateUserNameResponse, error)
	// Sets a user metadata by key
	SetUserMetadata(context.Context, *SetUserMetadataRequest) (*SetUserMetadataResponse, error)
	// Set a list of user metadata
	BulkSetUserMetadata(context.Context, *BulkSetUserMetadataRequest) (*BulkSetUserMetadataResponse, error)
	// Returns the user metadata
	ListUserMetadata(context.Context, *ListUserMetadataRequest) (*ListUserMetadataResponse, error)
	// Returns the user metadata by key
	GetUserMetadata(context.Context, *GetUserMetadataRequest) (*GetUserMetadataResponse, error)
	// Removes a user metadata by key
	RemoveUserMetadata(context.Context, *RemoveUserMetadataRequest) (*RemoveUserMetadataResponse, error)
	// Set a list of user metadata
	BulkRemoveUserMetadata(context.Context, *BulkRemoveUserMetadataRequest) (*BulkRemoveUserMetadataResponse, error)
	// Returns the profile of the human
	GetHumanProfile(context.Context, *GetHumanProfileRequest) (*GetHumanProfileResponse, error)
	// Changes the profile of the human
	UpdateHumanProfile(context.Context, *UpdateHumanProfileRequest) (*UpdateHumanProfileResponse, error)
	// GetHumanEmail returns the email and verified state of the human
	GetHumanEmail(context.Context, *GetHumanEmailRequest) (*GetHumanEmailResponse, error)
	// Changes the email of the human
	// If state is not verified, the user will get a verification email
	UpdateHumanEmail(context.Context, *UpdateHumanEmailRequest) (*UpdateHumanEmailResponse, error)
	// Resends an email to the given email address to finish the initialization process of the user
	// Changes the email address of the user if it is provided
	ResendHumanInitialization(context.Context, *ResendHumanInitializationRequest) (*ResendHumanInitializationResponse, error)
	// Resends an email to the given email address to finish the email verification process of the user
	ResendHumanEmailVerification(context.Context, *ResendHumanEmailVerificationRequest) (*ResendHumanEmailVerificationResponse, error)
	// Returns the phone and verified state of the human phone
	GetHumanPhone(context.Context, *GetHumanPhoneRequest) (*GetHumanPhoneResponse, error)
	// Changes the phone number
	// If verified is not set, the user will get an sms to verify the number
	UpdateHumanPhone(context.Context, *UpdateHumanPhoneRequest) (*UpdateHumanPhoneResponse, error)
	// Removes the phone number of the human
	RemoveHumanPhone(context.Context, *RemoveHumanPhoneRequest) (*RemoveHumanPhoneResponse, error)
	// An sms will be sent to the given phone number to finish the phone verification process of the user
	ResendHumanPhoneVerification(context.Context, *ResendHumanPhoneVerificationRequest) (*ResendHumanPhoneVerificationResponse, error)
	// Removes the avatar number of the human
	RemoveHumanAvatar(context.Context, *RemoveHumanAvatarRequest) (*RemoveHumanAvatarResponse, error)
	// deprecated: use SetHumanPassword
	SetHumanInitialPassword(context.Context, *SetHumanInitialPasswordRequest) (*SetHumanInitialPasswordResponse, error)
	// Set a new password for a user, on default the user has to change the password on the next login
	// Set no_change_required to true if the user does not have to change the password on the next login
	SetHumanPassword(context.Context, *SetHumanPasswordRequest) (*SetHumanPasswordResponse, error)
	// An email will be sent to the given address to reset the password of the user
	SendHumanResetPasswordNotification(context.Context, *SendHumanResetPasswordNotificationRequest) (*SendHumanResetPasswordNotificationResponse, error)
	// Returns a list of all factors (second and multi) which are configured on the user
	ListHumanAuthFactors(context.Context, *ListHumanAuthFactorsRequest) (*ListHumanAuthFactorsResponse, error)
	// The otp second factor will be removed from the user
	// Because only one otp can be configured per user, the configured one will be removed
	RemoveHumanAuthFactorOTP(context.Context, *RemoveHumanAuthFactorOTPRequest) (*RemoveHumanAuthFactorOTPResponse, error)
	// The u2f (universial second factor) will be removed from the user
	RemoveHumanAuthFactorU2F(context.Context, *RemoveHumanAuthFactorU2FRequest) (*RemoveHumanAuthFactorU2FResponse, error)
	// Returns all configured passwordless authenticators
	ListHumanPasswordless(context.Context, *ListHumanPasswordlessRequest) (*ListHumanPasswordlessResponse, error)
	// Adds a new passwordless authenticator link to the user and returns it directly
	// This link enables the user to register a new device if current passwordless devices are all platform authenticators
	// e.g. User has already registered Windows Hello and wants to register FaceID on the iPhone
	AddPasswordlessRegistration(context.Context, *AddPasswordlessRegistrationRequest) (*AddPasswordlessRegistrationResponse, error)
	// Adds a new passwordless authenticator link to the user and sends it to the registered email address
	// This link enables the user to register a new device if current passwordless devices are all platform authenticators
	// e.g. User has already registered Windows Hello and wants to register FaceID on the iPhone
	SendPasswordlessRegistration(context.Context, *SendPasswordlessRegistrationRequest) (*SendPasswordlessRegistrationResponse, error)
	// Removed a configured passwordless authenticator
	RemoveHumanPasswordless(context.Context, *RemoveHumanPasswordlessRequest) (*RemoveHumanPasswordlessResponse, error)
	// Changes a machine user
	UpdateMachine(context.Context, *UpdateMachineRequest) (*UpdateMachineResponse, error)
	// Returns a machine key of a (machine) user
	GetMachineKeyByIDs(context.Context, *GetMachineKeyByIDsRequest) (*GetMachineKeyByIDsResponse, error)
	// Returns all machine keys of a (machine) user which match the query
	// Limit should always be set, there is a default limit set by the service
	ListMachineKeys(context.Context, *ListMachineKeysRequest) (*ListMachineKeysResponse, error)
	// Generates a new machine key, details should be stored after return
	AddMachineKey(context.Context, *AddMachineKeyRequest) (*AddMachineKeyResponse, error)
	// Removes a machine key
	RemoveMachineKey(context.Context, *RemoveMachineKeyRequest) (*RemoveMachineKeyResponse, error)
	// Returns a personal access token of a (machine) user
	GetPersonalAccessTokenByIDs(context.Context, *GetPersonalAccessTokenByIDsRequest) (*GetPersonalAccessTokenByIDsResponse, error)
	// Returns all personal access tokens of a (machine) user which match the query
	// Limit should always be set, there is a default limit set by the service
	ListPersonalAccessTokens(context.Context, *ListPersonalAccessTokensRequest) (*ListPersonalAccessTokensResponse, error)
	// Generates a new personal access token for a machine user, details should be stored after return
	AddPersonalAccessToken(context.Context, *AddPersonalAccessTokenRequest) (*AddPersonalAccessTokenResponse, error)
	// Removes a personal access token
	RemovePersonalAccessToken(context.Context, *RemovePersonalAccessTokenRequest) (*RemovePersonalAccessTokenResponse, error)
	// Lists all identity providers (social logins) which a human has configured (e.g Google, Microsoft, AD, etc..)
	// Limit should always be set, there is a default limit set by the service
	ListHumanLinkedIDPs(context.Context, *ListHumanLinkedIDPsRequest) (*ListHumanLinkedIDPsResponse, error)
	// Removed a configured identity provider (social login) of a human
	RemoveHumanLinkedIDP(context.Context, *RemoveHumanLinkedIDPRequest) (*RemoveHumanLinkedIDPResponse, error)
	// Show all the permissions a user has iin ZITADEL (ZITADEL Manager)
	// Limit should always be set, there is a default limit set by the service
	ListUserMemberships(context.Context, *ListUserMembershipsRequest) (*ListUserMembershipsResponse, error)
	// Returns the org given in the header
	GetMyOrg(context.Context, *GetMyOrgRequest) (*GetMyOrgResponse, error)
	// Search a org over all organisations
	// Domain must match exactly
	GetOrgByDomainGlobal(context.Context, *GetOrgByDomainGlobalRequest) (*GetOrgByDomainGlobalResponse, error)
	// Returns the history of my organisation (each event)
	// Limit should always be set, there is a default limit set by the service
	ListOrgChanges(context.Context, *ListOrgChangesRequest) (*ListOrgChangesResponse, error)
	// Creates a new organisation
	AddOrg(context.Context, *AddOrgRequest) (*AddOrgResponse, error)
	// Changes my organisation
	UpdateOrg(context.Context, *UpdateOrgRequest) (*UpdateOrgResponse, error)
	// Sets the state of my organisation to deactivated
	// Users of this organisation will not be able login
	DeactivateOrg(context.Context, *DeactivateOrgRequest) (*DeactivateOrgResponse, error)
	// Sets the state of my organisation to active
	ReactivateOrg(context.Context, *ReactivateOrgRequest) (*ReactivateOrgResponse, error)
	// Returns all registered domains of my organisation
	// Limit should always be set, there is a default limit set by the service
	ListOrgDomains(context.Context, *ListOrgDomainsRequest) (*ListOrgDomainsResponse, error)
	// Adds a new domain to my organisation
	AddOrgDomain(context.Context, *AddOrgDomainRequest) (*AddOrgDomainResponse, error)
	// Removed the domain from my organisation
	RemoveOrgDomain(context.Context, *RemoveOrgDomainRequest) (*RemoveOrgDomainResponse, error)
	// Generates a new file to validate you domain
	GenerateOrgDomainValidation(context.Context, *GenerateOrgDomainValidationRequest) (*GenerateOrgDomainValidationResponse, error)
	// Validates your domain with the choosen method
	// Validated domains must be unique
	ValidateOrgDomain(context.Context, *ValidateOrgDomainRequest) (*ValidateOrgDomainResponse, error)
	// Sets the domain as primary
	// Primary domain is shown as suffix on the preferred username on the users of the organisation
	SetPrimaryOrgDomain(context.Context, *SetPrimaryOrgDomainRequest) (*SetPrimaryOrgDomainResponse, error)
	// Returns all ZITADEL roles which are for organisation managers
	ListOrgMemberRoles(context.Context, *ListOrgMemberRolesRequest) (*ListOrgMemberRolesResponse, error)
	// Returns all ZITADEL managers of this organisation (Project and Project Grant managers not included)
	// Limit should always be set, there is a default limit set by the service
	ListOrgMembers(context.Context, *ListOrgMembersRequest) (*ListOrgMembersResponse, error)
	// Adds a new organisation manager, which is allowed to administrate ZITADEL
	AddOrgMember(context.Context, *AddOrgMemberRequest) (*AddOrgMemberResponse, error)
	// Changes the organisation manager
	UpdateOrgMember(context.Context, *UpdateOrgMemberRequest) (*UpdateOrgMemberResponse, error)
	// Removes an organisation manager
	RemoveOrgMember(context.Context, *RemoveOrgMemberRequest) (*RemoveOrgMemberResponse, error)
	// Returns a project from my organisation (no granted projects)
	GetProjectByID(context.Context, *GetProjectByIDRequest) (*GetProjectByIDResponse, error)
	// returns a project my organisation got granted from another organisation
	GetGrantedProjectByID(context.Context, *GetGrantedProjectByIDRequest) (*GetGrantedProjectByIDResponse, error)
	// Returns all projects my organisation is the owner (no granted projects)
	// Limit should always be set, there is a default limit set by the service
	ListProjects(context.Context, *ListProjectsRequest) (*ListProjectsResponse, error)
	// returns all projects my organisation got granted from another organisation
	// Limit should always be set, there is a default limit set by the service
	ListGrantedProjects(context.Context, *ListGrantedProjectsRequest) (*ListGrantedProjectsResponse, error)
	// returns all roles of a project grant
	// Limit should always be set, there is a default limit set by the service
	ListGrantedProjectRoles(context.Context, *ListGrantedProjectRolesRequest) (*ListGrantedProjectRolesResponse, error)
	// Returns the history of the project (each event)
	// Limit should always be set, there is a default limit set by the service
	ListProjectChanges(context.Context, *ListProjectChangesRequest) (*ListProjectChangesResponse, error)
	// Adds an new project to the organisation
	AddProject(context.Context, *AddProjectRequest) (*AddProjectResponse, error)
	// Changes a project
	UpdateProject(context.Context, *UpdateProjectRequest) (*UpdateProjectResponse, error)
	// Sets the state of a project to deactivated
	// Returns an error if project is already deactivated
	DeactivateProject(context.Context, *DeactivateProjectRequest) (*DeactivateProjectResponse, error)
	// Sets the state of a project to active
	// Returns an error if project is not deactivated
	ReactivateProject(context.Context, *ReactivateProjectRequest) (*ReactivateProjectResponse, error)
	// Removes a project
	// All project grants, applications and user grants for this project will be removed
	RemoveProject(context.Context, *RemoveProjectRequest) (*RemoveProjectResponse, error)
	// Returns all roles of a project matching the search query
	// If no limit is requested, default limit will be set, if the limit is higher then the default an error will be returned
	ListProjectRoles(context.Context, *ListProjectRolesRequest) (*ListProjectRolesResponse, error)
	// Adds a role to a project, key must be unique in the project
	AddProjectRole(context.Context, *AddProjectRoleRequest) (*AddProjectRoleResponse, error)
	// add a list of project roles in one request
	BulkAddProjectRoles(context.Context, *BulkAddProjectRolesRequest) (*BulkAddProjectRolesResponse, error)
	// Changes a project role, key is not editable
	// If a key should change, remove the role and create a new
	UpdateProjectRole(context.Context, *UpdateProjectRoleRequest) (*UpdateProjectRoleResponse, error)
	// Removes role from UserGrants, ProjectGrants and from Project
	RemoveProjectRole(context.Context, *RemoveProjectRoleRequest) (*RemoveProjectRoleResponse, error)
	// Returns all ZITADEL roles which are for project managers
	ListProjectMemberRoles(context.Context, *ListProjectMemberRolesRequest) (*ListProjectMemberRolesResponse, error)
	// Returns all ZITADEL managers of a projects
	// Limit should always be set, there is a default limit set by the service
	ListProjectMembers(context.Context, *ListProjectMembersRequest) (*ListProjectMembersResponse, error)
	// Adds a new project manager, which is allowed to administrate in ZITADEL
	AddProjectMember(context.Context, *AddProjectMemberRequest) (*AddProjectMemberResponse, error)
	// Change project manager, which is allowed to administrate in ZITADEL
	UpdateProjectMember(context.Context, *UpdateProjectMemberRequest) (*UpdateProjectMemberResponse, error)
	// Remove project manager, which is allowed to administrate in ZITADEL
	RemoveProjectMember(context.Context, *RemoveProjectMemberRequest) (*RemoveProjectMemberResponse, error)
	// Returns an application (oidc or api)
	GetAppByID(context.Context, *GetAppByIDRequest) (*GetAppByIDResponse, error)
	// Returns all applications of a project matching the query
	// Limit should always be set, there is a default limit set by the service
	ListApps(context.Context, *ListAppsRequest) (*ListAppsResponse, error)
	// Returns the history of the application (each event)
	// Limit should always be set, there is a default limit set by the service
	ListAppChanges(context.Context, *ListAppChangesRequest) (*ListAppChangesResponse, error)
	// Adds a new oidc client
	// Returns a client id
	// Returns a new generated secret if needed (Depending on the configuration)
	AddOIDCApp(context.Context, *AddOIDCAppRequest) (*AddOIDCAppResponse, error)
	// Adds a new api application
	// Returns a client id
	// Returns a new generated secret if needed (Depending on the configuration)
	AddAPIApp(context.Context, *AddAPIAppRequest) (*AddAPIAppResponse, error)
	// Changes application
	UpdateApp(context.Context, *UpdateAppRequest) (*UpdateAppResponse, error)
	// Changes the configuration of the oidc client
	UpdateOIDCAppConfig(context.Context, *UpdateOIDCAppConfigRequest) (*UpdateOIDCAppConfigResponse, error)
	// Changes the configuration of the api application
	UpdateAPIAppConfig(context.Context, *UpdateAPIAppConfigRequest) (*UpdateAPIAppConfigResponse, error)
	// Set the state to deactivated
	// Its not possible to request tokens for deactivated apps
	// Returns an error if already deactivated
	DeactivateApp(context.Context, *DeactivateAppRequest) (*DeactivateAppResponse, error)
	// Set the state to active
	// Returns an error if not deactivated
	ReactivateApp(context.Context, *ReactivateAppRequest) (*ReactivateAppResponse, error)
	// Removed the application
	RemoveApp(context.Context, *RemoveAppRequest) (*RemoveAppResponse, error)
	// Generates a new client secret for the oidc client, make sure to save the response
	RegenerateOIDCClientSecret(context.Context, *RegenerateOIDCClientSecretRequest) (*RegenerateOIDCClientSecretResponse, error)
	// Generates a new client secret for the api application, make sure to save the response
	RegenerateAPIClientSecret(context.Context, *RegenerateAPIClientSecretRequest) (*RegenerateAPIClientSecretResponse, error)
	// Returns an application key
	GetAppKey(context.Context, *GetAppKeyRequest) (*GetAppKeyResponse, error)
	// Returns all application keys matching the result
	// Limit should always be set, there is a default limit set by the service
	ListAppKeys(context.Context, *ListAppKeysRequest) (*ListAppKeysResponse, error)
	// Creates a new app key
	// Will return key details in result, make sure to save it
	AddAppKey(context.Context, *AddAppKeyRequest) (*AddAppKeyResponse, error)
	// Removes an app key
	RemoveAppKey(context.Context, *RemoveAppKeyRequest) (*RemoveAppKeyResponse, error)
	// Returns a project grant (ProjectGrant = Grant another organisation for my project)
	GetProjectGrantByID(context.Context, *GetProjectGrantByIDRequest) (*GetProjectGrantByIDResponse, error)
	// Returns all project grants matching the query, (ProjectGrant = Grant another organisation for my project)
	// Limit should always be set, there is a default limit set by the service
	ListProjectGrants(context.Context, *ListProjectGrantsRequest) (*ListProjectGrantsResponse, error)
	// Returns all project grants matching the query, (ProjectGrant = Grant another organisation for my project)
	// Limit should always be set, there is a default limit set by the service
	ListAllProjectGrants(context.Context, *ListAllProjectGrantsRequest) (*ListAllProjectGrantsResponse, error)
	// Add a new project grant (ProjectGrant = Grant another organisation for my project)
	// Project Grant will be listed in granted project of the other organisation
	AddProjectGrant(context.Context, *AddProjectGrantRequest) (*AddProjectGrantResponse, error)
	// Change project grant (ProjectGrant = Grant another organisation for my project)
	// Project Grant will be listed in granted project of the other organisation
	UpdateProjectGrant(context.Context, *UpdateProjectGrantRequest) (*UpdateProjectGrantResponse, error)
	// Set state of project grant to deactivated (ProjectGrant = Grant another organisation for my project)
	// Returns error if project not active
	DeactivateProjectGrant(context.Context, *DeactivateProjectGrantRequest) (*DeactivateProjectGrantResponse, error)
	// Set state of project grant to active (ProjectGrant = Grant another organisation for my project)
	// Returns error if project not deactivated
	ReactivateProjectGrant(context.Context, *ReactivateProjectGrantRequest) (*ReactivateProjectGrantResponse, error)
	// Removes project grant and all user grants for this project grant
	RemoveProjectGrant(context.Context, *RemoveProjectGrantRequest) (*RemoveProjectGrantResponse, error)
	// Returns all ZITADEL roles which are for project grant managers
	ListProjectGrantMemberRoles(context.Context, *ListProjectGrantMemberRolesRequest) (*ListProjectGrantMemberRolesResponse, error)
	// Returns all ZITADEL managers of this project grant
	// Limit should always be set, there is a default limit set by the service
	ListProjectGrantMembers(context.Context, *ListProjectGrantMembersRequest) (*ListProjectGrantMembersResponse, error)
	// Adds a new project grant manager, which is allowed to administrate in ZITADEL
	AddProjectGrantMember(context.Context, *AddProjectGrantMemberRequest) (*AddProjectGrantMemberResponse, error)
	// Changes project grant manager, which is allowed to administrate in ZITADEL
	UpdateProjectGrantMember(context.Context, *UpdateProjectGrantMemberRequest) (*UpdateProjectGrantMemberResponse, error)
	// Removed project grant manager
	RemoveProjectGrantMember(context.Context, *RemoveProjectGrantMemberRequest) (*RemoveProjectGrantMemberResponse, error)
	// Returns a user grant (authorization of a user for a project)
	GetUserGrantByID(context.Context, *GetUserGrantByIDRequest) (*GetUserGrantByIDResponse, error)
	// Returns al user grant matching the query (authorizations of user for projects)
	// Limit should always be set, there is a default limit set by the service
	ListUserGrants(context.Context, *ListUserGrantRequest) (*ListUserGrantResponse, error)
	// Creates a new user grant (authorization of a user for a project with specified roles)
	AddUserGrant(context.Context, *AddUserGrantRequest) (*AddUserGrantResponse, error)
	// Changes a user grant (authorization of a user for a project with specified roles)
	UpdateUserGrant(context.Context, *UpdateUserGrantRequest) (*UpdateUserGrantResponse, error)
	// Sets the state of a user grant to deactivated
	// User will not be able to use the granted project anymore
	// Returns an error if user grant is already deactivated
	DeactivateUserGrant(context.Context, *DeactivateUserGrantRequest) (*DeactivateUserGrantResponse, error)
	// Sets the state of a user grant to active
	// Returns an error if user grant is not deactivated
	ReactivateUserGrant(context.Context, *ReactivateUserGrantRequest) (*ReactivateUserGrantResponse, error)
	// Removes a user grant
	RemoveUserGrant(context.Context, *RemoveUserGrantRequest) (*RemoveUserGrantResponse, error)
	// remove a list of user grants in one request
	BulkRemoveUserGrant(context.Context, *BulkRemoveUserGrantRequest) (*BulkRemoveUserGrantResponse, error)
	GetFeatures(context.Context, *GetFeaturesRequest) (*GetFeaturesResponse, error)
	// Returns the org iam policy (this policy is managed by the iam administrator)
	GetOrgIAMPolicy(context.Context, *GetOrgIAMPolicyRequest) (*GetOrgIAMPolicyResponse, error)
	// Returns the login policy of the organisation
	// With this policy the login gui can be configured
	GetLoginPolicy(context.Context, *GetLoginPolicyRequest) (*GetLoginPolicyResponse, error)
	// Returns the default login policy configured in the IAM
	GetDefaultLoginPolicy(context.Context, *GetDefaultLoginPolicyRequest) (*GetDefaultLoginPolicyResponse, error)
	// Add a custom login policy for the organisation
	// With this policy the login gui can be configured
	AddCustomLoginPolicy(context.Context, *AddCustomLoginPolicyRequest) (*AddCustomLoginPolicyResponse, error)
	// Change the custom login policy for the organisation
	// With this policy the login gui can be configured
	UpdateCustomLoginPolicy(context.Context, *UpdateCustomLoginPolicyRequest) (*UpdateCustomLoginPolicyResponse, error)
	// Removes the custom login policy of the organisation
	// The default policy of the IAM will trigger after
	ResetLoginPolicyToDefault(context.Context, *ResetLoginPolicyToDefaultRequest) (*ResetLoginPolicyToDefaultResponse, error)
	// Lists all possible identity providers configured on the organisation
	// Limit should always be set, there is a default limit set by the service
	ListLoginPolicyIDPs(context.Context, *ListLoginPolicyIDPsRequest) (*ListLoginPolicyIDPsResponse, error)
	// Add a (preconfigured) identity provider to the custom login policy
	AddIDPToLoginPolicy(context.Context, *AddIDPToLoginPolicyRequest) (*AddIDPToLoginPolicyResponse, error)
	// Remove a identity provider from the custom login policy
	RemoveIDPFromLoginPolicy(context.Context, *RemoveIDPFromLoginPolicyRequest) (*RemoveIDPFromLoginPolicyResponse, error)
	// Returns all configured second factors of the custom login policy
	ListLoginPolicySecondFactors(context.Context, *ListLoginPolicySecondFactorsRequest) (*ListLoginPolicySecondFactorsResponse, error)
	// Adds a new second factor to the custom login policy
	AddSecondFactorToLoginPolicy(context.Context, *AddSecondFactorToLoginPolicyRequest) (*AddSecondFactorToLoginPolicyResponse, error)
	// Remove a second factor from the custom login policy
	RemoveSecondFactorFromLoginPolicy(context.Context, *RemoveSecondFactorFromLoginPolicyRequest) (*RemoveSecondFactorFromLoginPolicyResponse, error)
	// Returns all configured multi factors of the custom login policy
	ListLoginPolicyMultiFactors(context.Context, *ListLoginPolicyMultiFactorsRequest) (*ListLoginPolicyMultiFactorsResponse, error)
	// Adds a new multi factor to the custom login policy
	AddMultiFactorToLoginPolicy(context.Context, *AddMultiFactorToLoginPolicyRequest) (*AddMultiFactorToLoginPolicyResponse, error)
	// Remove a multi factor from the custom login policy
	RemoveMultiFactorFromLoginPolicy(context.Context, *RemoveMultiFactorFromLoginPolicyRequest) (*RemoveMultiFactorFromLoginPolicyResponse, error)
	// Returns the password complexity policy of the organisation
	// With this policy the password strength can be configured
	GetPasswordComplexityPolicy(context.Context, *GetPasswordComplexityPolicyRequest) (*GetPasswordComplexityPolicyResponse, error)
	// Returns the default password complexity policy of the IAM
	// With this policy the password strength can be configured
	GetDefaultPasswordComplexityPolicy(context.Context, *GetDefaultPasswordComplexityPolicyRequest) (*GetDefaultPasswordComplexityPolicyResponse, error)
	// Add a custom password complexity policy for the organisation
	// With this policy the password strength can be configured
	AddCustomPasswordComplexityPolicy(context.Context, *AddCustomPasswordComplexityPolicyRequest) (*AddCustomPasswordComplexityPolicyResponse, error)
	// Update the custom password complexity policy for the organisation
	// With this policy the password strength can be configured
	UpdateCustomPasswordComplexityPolicy(context.Context, *UpdateCustomPasswordComplexityPolicyRequest) (*UpdateCustomPasswordComplexityPolicyResponse, error)
	// Removes the custom password complexity policy of the organisation
	// The default policy of the IAM will trigger after
	ResetPasswordComplexityPolicyToDefault(context.Context, *ResetPasswordComplexityPolicyToDefaultRequest) (*ResetPasswordComplexityPolicyToDefaultResponse, error)
	// The password age policy is not used at the moment
	GetPasswordAgePolicy(context.Context, *GetPasswordAgePolicyRequest) (*GetPasswordAgePolicyResponse, error)
	// The password age policy is not used at the moment
	GetDefaultPasswordAgePolicy(context.Context, *GetDefaultPasswordAgePolicyRequest) (*GetDefaultPasswordAgePolicyResponse, error)
	// The password age policy is not used at the moment
	AddCustomPasswordAgePolicy(context.Context, *AddCustomPasswordAgePolicyRequest) (*AddCustomPasswordAgePolicyResponse, error)
	// The password age policy is not used at the moment
	UpdateCustomPasswordAgePolicy(context.Context, *UpdateCustomPasswordAgePolicyRequest) (*UpdateCustomPasswordAgePolicyResponse, error)
	// The password age policy is not used at the moment
	ResetPasswordAgePolicyToDefault(context.Context, *ResetPasswordAgePolicyToDefaultRequest) (*ResetPasswordAgePolicyToDefaultResponse, error)
	GetLockoutPolicy(context.Context, *GetLockoutPolicyRequest) (*GetLockoutPolicyResponse, error)
	GetDefaultLockoutPolicy(context.Context, *GetDefaultLockoutPolicyRequest) (*GetDefaultLockoutPolicyResponse, error)
	AddCustomLockoutPolicy(context.Context, *AddCustomLockoutPolicyRequest) (*AddCustomLockoutPolicyResponse, error)
	UpdateCustomLockoutPolicy(context.Context, *UpdateCustomLockoutPolicyRequest) (*UpdateCustomLockoutPolicyResponse, error)
	ResetLockoutPolicyToDefault(context.Context, *ResetLockoutPolicyToDefaultRequest) (*ResetLockoutPolicyToDefaultResponse, error)
	// Returns the privacy policy of the organisation
	// With this policy privacy relevant things can be configured (e.g. tos link)
	GetPrivacyPolicy(context.Context, *GetPrivacyPolicyRequest) (*GetPrivacyPolicyResponse, error)
	// Returns the default privacy policy of the IAM
	// With this policy the privacy relevant things can be configured (e.g tos link)
	GetDefaultPrivacyPolicy(context.Context, *GetDefaultPrivacyPolicyRequest) (*GetDefaultPrivacyPolicyResponse, error)
	// Add a custom privacy policy for the organisation
	// With this policy privacy relevant things can be configured (e.g. tos link)
	// Variable {{.Lang}} can be set to have different links based on the language
	AddCustomPrivacyPolicy(context.Context, *AddCustomPrivacyPolicyRequest) (*AddCustomPrivacyPolicyResponse, error)
	// Update the privacy complexity policy for the organisation
	// With this policy privacy relevant things can be configured (e.g. tos link)
	// Variable {{.Lang}} can be set to have different links based on the language
	UpdateCustomPrivacyPolicy(context.Context, *UpdateCustomPrivacyPolicyRequest) (*UpdateCustomPrivacyPolicyResponse, error)
	// Removes the privacy policy of the organisation
	// The default policy of the IAM will trigger after
	ResetPrivacyPolicyToDefault(context.Context, *ResetPrivacyPolicyToDefaultRequest) (*ResetPrivacyPolicyToDefaultResponse, error)
	// Returns the active label policy of the organisation
	// With this policy the private labeling can be configured (colors, etc.)
	GetLabelPolicy(context.Context, *GetLabelPolicyRequest) (*GetLabelPolicyResponse, error)
	// Returns the preview label policy of the organisation
	// With this policy the private labeling can be configured (colors, etc.)
	GetPreviewLabelPolicy(context.Context, *GetPreviewLabelPolicyRequest) (*GetPreviewLabelPolicyResponse, error)
	// Returns the default label policy of the IAM
	// With this policy the private labeling can be configured (colors, etc.)
	GetDefaultLabelPolicy(context.Context, *GetDefaultLabelPolicyRequest) (*GetDefaultLabelPolicyResponse, error)
	// Add a custom label policy for the organisation
	// With this policy the private labeling can be configured (colors, etc.)
	AddCustomLabelPolicy(context.Context, *AddCustomLabelPolicyRequest) (*AddCustomLabelPolicyResponse, error)
	// Changes the custom label policy for the organisation
	// With this policy the private labeling can be configured (colors, etc.)
	UpdateCustomLabelPolicy(context.Context, *UpdateCustomLabelPolicyRequest) (*UpdateCustomLabelPolicyResponse, error)
	// Activates all changes of the label policy
	ActivateCustomLabelPolicy(context.Context, *ActivateCustomLabelPolicyRequest) (*ActivateCustomLabelPolicyResponse, error)
	RemoveCustomLabelPolicyLogo(context.Context, *RemoveCustomLabelPolicyLogoRequest) (*RemoveCustomLabelPolicyLogoResponse, error)
	// Removes the logo dark of the label policy
	RemoveCustomLabelPolicyLogoDark(context.Context, *RemoveCustomLabelPolicyLogoDarkRequest) (*RemoveCustomLabelPolicyLogoDarkResponse, error)
	// Removes the icon of the label policy
	RemoveCustomLabelPolicyIcon(context.Context, *RemoveCustomLabelPolicyIconRequest) (*RemoveCustomLabelPolicyIconResponse, error)
	// Removes the logo dark of the label policy
	RemoveCustomLabelPolicyIconDark(context.Context, *RemoveCustomLabelPolicyIconDarkRequest) (*RemoveCustomLabelPolicyIconDarkResponse, error)
	// Removes the font of the label policy
	RemoveCustomLabelPolicyFont(context.Context, *RemoveCustomLabelPolicyFontRequest) (*RemoveCustomLabelPolicyFontResponse, error)
	// Removes the custom label policy of the organisation
	// The default policy of the IAM will trigger after
	ResetLabelPolicyToDefault(context.Context, *ResetLabelPolicyToDefaultRequest) (*ResetLabelPolicyToDefaultResponse, error)
	//Returns the custom text for initial message
	GetCustomInitMessageText(context.Context, *GetCustomInitMessageTextRequest) (*GetCustomInitMessageTextResponse, error)
	//Returns the default text for initial message
	GetDefaultInitMessageText(context.Context, *GetDefaultInitMessageTextRequest) (*GetDefaultInitMessageTextResponse, error)
	// Sets the custom text for initial message
	// The Following Variables can be used:
	// {{.Code}} {{.UserName}} {{.FirstName}} {{.LastName}} {{.NickName}} {{.DisplayName}} {{.LastEmail}} {{.VerifiedEmail}} {{.LastPhone}} {{.VerifiedPhone}} {{.PreferredLoginName}} {{.LoginNames}} {{.ChangeDate}}
	SetCustomInitMessageText(context.Context, *SetCustomInitMessageTextRequest) (*SetCustomInitMessageTextResponse, error)
	// Removes the custom init message text of the organisation
	// The default text of the IAM will trigger after
	ResetCustomInitMessageTextToDefault(context.Context, *ResetCustomInitMessageTextToDefaultRequest) (*ResetCustomInitMessageTextToDefaultResponse, error)
	//Returns the custom text for password reset message
	GetCustomPasswordResetMessageText(context.Context, *GetCustomPasswordResetMessageTextRequest) (*GetCustomPasswordResetMessageTextResponse, error)
	//Returns the default text for password reset message
	GetDefaultPasswordResetMessageText(context.Context, *GetDefaultPasswordResetMessageTextRequest) (*GetDefaultPasswordResetMessageTextResponse, error)
	// Sets the custom text for password reset message
	// The Following Variables can be used:
	// {{.Code}} {{.UserName}} {{.FirstName}} {{.LastName}} {{.NickName}} {{.DisplayName}} {{.LastEmail}} {{.VerifiedEmail}} {{.LastPhone}} {{.VerifiedPhone}} {{.PreferredLoginName}} {{.LoginNames}} {{.ChangeDate}}
	SetCustomPasswordResetMessageText(context.Context, *SetCustomPasswordResetMessageTextRequest) (*SetCustomPasswordResetMessageTextResponse, error)
	// Removes the custom password reset message text of the organisation
	// The default text of the IAM will trigger after
	ResetCustomPasswordResetMessageTextToDefault(context.Context, *ResetCustomPasswordResetMessageTextToDefaultRequest) (*ResetCustomPasswordResetMessageTextToDefaultResponse, error)
	//Returns the custom text for verify email message
	GetCustomVerifyEmailMessageText(context.Context, *GetCustomVerifyEmailMessageTextRequest) (*GetCustomVerifyEmailMessageTextResponse, error)
	//Returns the default text for verify email message
	GetDefaultVerifyEmailMessageText(context.Context, *GetDefaultVerifyEmailMessageTextRequest) (*GetDefaultVerifyEmailMessageTextResponse, error)
	// Sets the custom text for verify email message
	// The Following Variables can be used:
	// {{.Code}} {{.UserName}} {{.FirstName}} {{.LastName}} {{.NickName}} {{.DisplayName}} {{.LastEmail}} {{.VerifiedEmail}} {{.LastPhone}} {{.VerifiedPhone}} {{.PreferredLoginName}} {{.LoginNames}} {{.ChangeDate}}
	SetCustomVerifyEmailMessageText(context.Context, *SetCustomVerifyEmailMessageTextRequest) (*SetCustomVerifyEmailMessageTextResponse, error)
	// Removes the custom verify email message text of the organisation
	// The default text of the IAM will trigger after
	ResetCustomVerifyEmailMessageTextToDefault(context.Context, *ResetCustomVerifyEmailMessageTextToDefaultRequest) (*ResetCustomVerifyEmailMessageTextToDefaultResponse, error)
	//Returns the custom text for verify email message
	GetCustomVerifyPhoneMessageText(context.Context, *GetCustomVerifyPhoneMessageTextRequest) (*GetCustomVerifyPhoneMessageTextResponse, error)
	//Returns the custom text for verify email message
	GetDefaultVerifyPhoneMessageText(context.Context, *GetDefaultVerifyPhoneMessageTextRequest) (*GetDefaultVerifyPhoneMessageTextResponse, error)
	// Sets the default custom text for verify email message
	// The Following Variables can be used:
	// {{.Code}} {{.UserName}} {{.FirstName}} {{.LastName}} {{.NickName}} {{.DisplayName}} {{.LastEmail}} {{.VerifiedEmail}} {{.LastPhone}} {{.VerifiedPhone}} {{.PreferredLoginName}} {{.LoginNames}} {{.ChangeDate}}
	SetCustomVerifyPhoneMessageText(context.Context, *SetCustomVerifyPhoneMessageTextRequest) (*SetCustomVerifyPhoneMessageTextResponse, error)
	// Removes the custom verify phone text of the organisation
	// The default text of the IAM will trigger after
	ResetCustomVerifyPhoneMessageTextToDefault(context.Context, *ResetCustomVerifyPhoneMessageTextToDefaultRequest) (*ResetCustomVerifyPhoneMessageTextToDefaultResponse, error)
	//Returns the custom text for domain claimed message
	GetCustomDomainClaimedMessageText(context.Context, *GetCustomDomainClaimedMessageTextRequest) (*GetCustomDomainClaimedMessageTextResponse, error)
	//Returns the custom text for domain claimed message
	GetDefaultDomainClaimedMessageText(context.Context, *GetDefaultDomainClaimedMessageTextRequest) (*GetDefaultDomainClaimedMessageTextResponse, error)
	// Sets the custom text for domain claimed message
	// The Following Variables can be used:
	// {{.Domain}} {{.TempUsername}} {{.UserName}} {{.FirstName}} {{.LastName}} {{.NickName}} {{.DisplayName}} {{.LastEmail}} {{.VerifiedEmail}} {{.LastPhone}} {{.VerifiedPhone}} {{.PreferredLoginName}} {{.LoginNames}} {{.ChangeDate}}
	SetCustomDomainClaimedMessageCustomText(context.Context, *SetCustomDomainClaimedMessageTextRequest) (*SetCustomDomainClaimedMessageTextResponse, error)
	// Removes the custom domain claimed message text of the organisation
	// The default text of the IAM will trigger after
	ResetCustomDomainClaimedMessageTextToDefault(context.Context, *ResetCustomDomainClaimedMessageTextToDefaultRequest) (*ResetCustomDomainClaimedMessageTextToDefaultResponse, error)
	//Returns the custom text for passwordless link message
	GetCustomPasswordlessRegistrationMessageText(context.Context, *GetCustomPasswordlessRegistrationMessageTextRequest) (*GetCustomPasswordlessRegistrationMessageTextResponse, error)
	//Returns the custom text for passwordless link message
	GetDefaultPasswordlessRegistrationMessageText(context.Context, *GetDefaultPasswordlessRegistrationMessageTextRequest) (*GetDefaultPasswordlessRegistrationMessageTextResponse, error)
	// Sets the custom text for passwordless link message
	// The Following Variables can be used:
	// {{.UserName}} {{.FirstName}} {{.LastName}} {{.NickName}} {{.DisplayName}} {{.LastEmail}} {{.VerifiedEmail}} {{.LastPhone}} {{.VerifiedPhone}} {{.PreferredLoginName}} {{.LoginNames}} {{.ChangeDate}}
	SetCustomPasswordlessRegistrationMessageCustomText(context.Context, *SetCustomPasswordlessRegistrationMessageTextRequest) (*SetCustomPasswordlessRegistrationMessageTextResponse, error)
	// Removes the custom passwordless link message text of the organisation
	// The default text of the IAM will trigger after
	ResetCustomPasswordlessRegistrationMessageTextToDefault(context.Context, *ResetCustomPasswordlessRegistrationMessageTextToDefaultRequest) (*ResetCustomPasswordlessRegistrationMessageTextToDefaultResponse, error)
	//Returns the custom texts for login ui
	GetCustomLoginTexts(context.Context, *GetCustomLoginTextsRequest) (*GetCustomLoginTextsResponse, error)
	//Returns the custom texts for login ui
	GetDefaultLoginTexts(context.Context, *GetDefaultLoginTextsRequest) (*GetDefaultLoginTextsResponse, error)
	//Sets the default custom text for login ui
	//it impacts all organisations without customized login ui texts
	SetCustomLoginText(context.Context, *SetCustomLoginTextsRequest) (*SetCustomLoginTextsResponse, error)
	// Removes the custom login text of the organisation
	// The default text of the IAM will trigger after
	ResetCustomLoginTextToDefault(context.Context, *ResetCustomLoginTextsToDefaultRequest) (*ResetCustomLoginTextsToDefaultResponse, error)
	// Returns a identity provider configuration of the organisation
	GetOrgIDPByID(context.Context, *GetOrgIDPByIDRequest) (*GetOrgIDPByIDResponse, error)
	// Returns all identity provider configuration in the organisation, which match the query
	// Limit should always be set, there is a default limit set by the service
	ListOrgIDPs(context.Context, *ListOrgIDPsRequest) (*ListOrgIDPsResponse, error)
	// Add a new identity provider configuration in the organisation
	// Provider must be OIDC compliant
	AddOrgOIDCIDP(context.Context, *AddOrgOIDCIDPRequest) (*AddOrgOIDCIDPResponse, error)
	// Add a new jwt identity provider configuration in the organisation
	AddOrgJWTIDP(context.Context, *AddOrgJWTIDPRequest) (*AddOrgJWTIDPResponse, error)
	// Deactivate identity provider configuration
	// Users will not be able to use this provider for login (e.g Google, Microsoft, AD, etc)
	// Returns error if already deactivated
	DeactivateOrgIDP(context.Context, *DeactivateOrgIDPRequest) (*DeactivateOrgIDPResponse, error)
	// Activate identity provider configuration
	// Returns error if not deactivated
	ReactivateOrgIDP(context.Context, *ReactivateOrgIDPRequest) (*ReactivateOrgIDPResponse, error)
	// Removes identity provider configuration
	// Will remove all linked providers of this configuration on the users
	RemoveOrgIDP(context.Context, *RemoveOrgIDPRequest) (*RemoveOrgIDPResponse, error)
	// Change identity provider configuration of the organisation
	UpdateOrgIDP(context.Context, *UpdateOrgIDPRequest) (*UpdateOrgIDPResponse, error)
	// Change OIDC identity provider configuration of the organisation
	UpdateOrgIDPOIDCConfig(context.Context, *UpdateOrgIDPOIDCConfigRequest) (*UpdateOrgIDPOIDCConfigResponse, error)
	// Change JWT identity provider configuration of the organisation
	UpdateOrgIDPJWTConfig(context.Context, *UpdateOrgIDPJWTConfigRequest) (*UpdateOrgIDPJWTConfigResponse, error)
	ListActions(context.Context, *ListActionsRequest) (*ListActionsResponse, error)
	GetAction(context.Context, *GetActionRequest) (*GetActionResponse, error)
	CreateAction(context.Context, *CreateActionRequest) (*CreateActionResponse, error)
	UpdateAction(context.Context, *UpdateActionRequest) (*UpdateActionResponse, error)
	DeactivateAction(context.Context, *DeactivateActionRequest) (*DeactivateActionResponse, error)
	ReactivateAction(context.Context, *ReactivateActionRequest) (*ReactivateActionResponse, error)
	DeleteAction(context.Context, *DeleteActionRequest) (*DeleteActionResponse, error)
	GetFlow(context.Context, *GetFlowRequest) (*GetFlowResponse, error)
	ClearFlow(context.Context, *ClearFlowRequest) (*ClearFlowResponse, error)
	SetTriggerActions(context.Context, *SetTriggerActionsRequest) (*SetTriggerActionsResponse, error)
	// contains filtered or unexported methods
}

ManagementServiceServer is the server API for ManagementService service. All implementations must embed UnimplementedManagementServiceServer for forward compatibility

type ReactivateActionRequest

type ReactivateActionRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*ReactivateActionRequest) Descriptor deprecated

func (*ReactivateActionRequest) Descriptor() ([]byte, []int)

Deprecated: Use ReactivateActionRequest.ProtoReflect.Descriptor instead.

func (*ReactivateActionRequest) GetId

func (x *ReactivateActionRequest) GetId() string

func (*ReactivateActionRequest) ProtoMessage

func (*ReactivateActionRequest) ProtoMessage()

func (*ReactivateActionRequest) ProtoReflect

func (x *ReactivateActionRequest) ProtoReflect() protoreflect.Message

func (*ReactivateActionRequest) Reset

func (x *ReactivateActionRequest) Reset()

func (*ReactivateActionRequest) String

func (x *ReactivateActionRequest) String() string

type ReactivateActionResponse

type ReactivateActionResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*ReactivateActionResponse) Descriptor deprecated

func (*ReactivateActionResponse) Descriptor() ([]byte, []int)

Deprecated: Use ReactivateActionResponse.ProtoReflect.Descriptor instead.

func (*ReactivateActionResponse) GetDetails

func (*ReactivateActionResponse) ProtoMessage

func (*ReactivateActionResponse) ProtoMessage()

func (*ReactivateActionResponse) ProtoReflect

func (x *ReactivateActionResponse) ProtoReflect() protoreflect.Message

func (*ReactivateActionResponse) Reset

func (x *ReactivateActionResponse) Reset()

func (*ReactivateActionResponse) String

func (x *ReactivateActionResponse) String() string

type ReactivateAppRequest

type ReactivateAppRequest struct {
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	AppId     string `protobuf:"bytes,2,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ReactivateAppRequest) Descriptor deprecated

func (*ReactivateAppRequest) Descriptor() ([]byte, []int)

Deprecated: Use ReactivateAppRequest.ProtoReflect.Descriptor instead.

func (*ReactivateAppRequest) GetAppId

func (x *ReactivateAppRequest) GetAppId() string

func (*ReactivateAppRequest) GetProjectId

func (x *ReactivateAppRequest) GetProjectId() string

func (*ReactivateAppRequest) ProtoMessage

func (*ReactivateAppRequest) ProtoMessage()

func (*ReactivateAppRequest) ProtoReflect

func (x *ReactivateAppRequest) ProtoReflect() protoreflect.Message

func (*ReactivateAppRequest) Reset

func (x *ReactivateAppRequest) Reset()

func (*ReactivateAppRequest) String

func (x *ReactivateAppRequest) String() string

type ReactivateAppResponse

type ReactivateAppResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*ReactivateAppResponse) Descriptor deprecated

func (*ReactivateAppResponse) Descriptor() ([]byte, []int)

Deprecated: Use ReactivateAppResponse.ProtoReflect.Descriptor instead.

func (*ReactivateAppResponse) GetDetails

func (x *ReactivateAppResponse) GetDetails() *object.ObjectDetails

func (*ReactivateAppResponse) ProtoMessage

func (*ReactivateAppResponse) ProtoMessage()

func (*ReactivateAppResponse) ProtoReflect

func (x *ReactivateAppResponse) ProtoReflect() protoreflect.Message

func (*ReactivateAppResponse) Reset

func (x *ReactivateAppResponse) Reset()

func (*ReactivateAppResponse) String

func (x *ReactivateAppResponse) String() string

type ReactivateOrgIDPRequest

type ReactivateOrgIDPRequest struct {
	IdpId string `protobuf:"bytes,1,opt,name=idp_id,json=idpId,proto3" json:"idp_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ReactivateOrgIDPRequest) Descriptor deprecated

func (*ReactivateOrgIDPRequest) Descriptor() ([]byte, []int)

Deprecated: Use ReactivateOrgIDPRequest.ProtoReflect.Descriptor instead.

func (*ReactivateOrgIDPRequest) GetIdpId

func (x *ReactivateOrgIDPRequest) GetIdpId() string

func (*ReactivateOrgIDPRequest) ProtoMessage

func (*ReactivateOrgIDPRequest) ProtoMessage()

func (*ReactivateOrgIDPRequest) ProtoReflect

func (x *ReactivateOrgIDPRequest) ProtoReflect() protoreflect.Message

func (*ReactivateOrgIDPRequest) Reset

func (x *ReactivateOrgIDPRequest) Reset()

func (*ReactivateOrgIDPRequest) String

func (x *ReactivateOrgIDPRequest) String() string

type ReactivateOrgIDPResponse

type ReactivateOrgIDPResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*ReactivateOrgIDPResponse) Descriptor deprecated

func (*ReactivateOrgIDPResponse) Descriptor() ([]byte, []int)

Deprecated: Use ReactivateOrgIDPResponse.ProtoReflect.Descriptor instead.

func (*ReactivateOrgIDPResponse) GetDetails

func (*ReactivateOrgIDPResponse) ProtoMessage

func (*ReactivateOrgIDPResponse) ProtoMessage()

func (*ReactivateOrgIDPResponse) ProtoReflect

func (x *ReactivateOrgIDPResponse) ProtoReflect() protoreflect.Message

func (*ReactivateOrgIDPResponse) Reset

func (x *ReactivateOrgIDPResponse) Reset()

func (*ReactivateOrgIDPResponse) String

func (x *ReactivateOrgIDPResponse) String() string

type ReactivateOrgRequest

type ReactivateOrgRequest struct {
	// contains filtered or unexported fields
}

This is an empty request

func (*ReactivateOrgRequest) Descriptor deprecated

func (*ReactivateOrgRequest) Descriptor() ([]byte, []int)

Deprecated: Use ReactivateOrgRequest.ProtoReflect.Descriptor instead.

func (*ReactivateOrgRequest) ProtoMessage

func (*ReactivateOrgRequest) ProtoMessage()

func (*ReactivateOrgRequest) ProtoReflect

func (x *ReactivateOrgRequest) ProtoReflect() protoreflect.Message

func (*ReactivateOrgRequest) Reset

func (x *ReactivateOrgRequest) Reset()

func (*ReactivateOrgRequest) String

func (x *ReactivateOrgRequest) String() string

type ReactivateOrgResponse

type ReactivateOrgResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*ReactivateOrgResponse) Descriptor deprecated

func (*ReactivateOrgResponse) Descriptor() ([]byte, []int)

Deprecated: Use ReactivateOrgResponse.ProtoReflect.Descriptor instead.

func (*ReactivateOrgResponse) GetDetails

func (x *ReactivateOrgResponse) GetDetails() *object.ObjectDetails

func (*ReactivateOrgResponse) ProtoMessage

func (*ReactivateOrgResponse) ProtoMessage()

func (*ReactivateOrgResponse) ProtoReflect

func (x *ReactivateOrgResponse) ProtoReflect() protoreflect.Message

func (*ReactivateOrgResponse) Reset

func (x *ReactivateOrgResponse) Reset()

func (*ReactivateOrgResponse) String

func (x *ReactivateOrgResponse) String() string

type ReactivateProjectGrantRequest

type ReactivateProjectGrantRequest struct {
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	GrantId   string `protobuf:"bytes,2,opt,name=grant_id,json=grantId,proto3" json:"grant_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ReactivateProjectGrantRequest) Descriptor deprecated

func (*ReactivateProjectGrantRequest) Descriptor() ([]byte, []int)

Deprecated: Use ReactivateProjectGrantRequest.ProtoReflect.Descriptor instead.

func (*ReactivateProjectGrantRequest) GetGrantId

func (x *ReactivateProjectGrantRequest) GetGrantId() string

func (*ReactivateProjectGrantRequest) GetProjectId

func (x *ReactivateProjectGrantRequest) GetProjectId() string

func (*ReactivateProjectGrantRequest) ProtoMessage

func (*ReactivateProjectGrantRequest) ProtoMessage()

func (*ReactivateProjectGrantRequest) ProtoReflect

func (*ReactivateProjectGrantRequest) Reset

func (x *ReactivateProjectGrantRequest) Reset()

func (*ReactivateProjectGrantRequest) String

type ReactivateProjectGrantResponse

type ReactivateProjectGrantResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*ReactivateProjectGrantResponse) Descriptor deprecated

func (*ReactivateProjectGrantResponse) Descriptor() ([]byte, []int)

Deprecated: Use ReactivateProjectGrantResponse.ProtoReflect.Descriptor instead.

func (*ReactivateProjectGrantResponse) GetDetails

func (*ReactivateProjectGrantResponse) ProtoMessage

func (*ReactivateProjectGrantResponse) ProtoMessage()

func (*ReactivateProjectGrantResponse) ProtoReflect

func (*ReactivateProjectGrantResponse) Reset

func (x *ReactivateProjectGrantResponse) Reset()

func (*ReactivateProjectGrantResponse) String

type ReactivateProjectRequest

type ReactivateProjectRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*ReactivateProjectRequest) Descriptor deprecated

func (*ReactivateProjectRequest) Descriptor() ([]byte, []int)

Deprecated: Use ReactivateProjectRequest.ProtoReflect.Descriptor instead.

func (*ReactivateProjectRequest) GetId

func (x *ReactivateProjectRequest) GetId() string

func (*ReactivateProjectRequest) ProtoMessage

func (*ReactivateProjectRequest) ProtoMessage()

func (*ReactivateProjectRequest) ProtoReflect

func (x *ReactivateProjectRequest) ProtoReflect() protoreflect.Message

func (*ReactivateProjectRequest) Reset

func (x *ReactivateProjectRequest) Reset()

func (*ReactivateProjectRequest) String

func (x *ReactivateProjectRequest) String() string

type ReactivateProjectResponse

type ReactivateProjectResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*ReactivateProjectResponse) Descriptor deprecated

func (*ReactivateProjectResponse) Descriptor() ([]byte, []int)

Deprecated: Use ReactivateProjectResponse.ProtoReflect.Descriptor instead.

func (*ReactivateProjectResponse) GetDetails

func (*ReactivateProjectResponse) ProtoMessage

func (*ReactivateProjectResponse) ProtoMessage()

func (*ReactivateProjectResponse) ProtoReflect

func (*ReactivateProjectResponse) Reset

func (x *ReactivateProjectResponse) Reset()

func (*ReactivateProjectResponse) String

func (x *ReactivateProjectResponse) String() string

type ReactivateUserGrantRequest

type ReactivateUserGrantRequest struct {
	UserId  string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	GrantId string `protobuf:"bytes,2,opt,name=grant_id,json=grantId,proto3" json:"grant_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ReactivateUserGrantRequest) Descriptor deprecated

func (*ReactivateUserGrantRequest) Descriptor() ([]byte, []int)

Deprecated: Use ReactivateUserGrantRequest.ProtoReflect.Descriptor instead.

func (*ReactivateUserGrantRequest) GetGrantId

func (x *ReactivateUserGrantRequest) GetGrantId() string

func (*ReactivateUserGrantRequest) GetUserId

func (x *ReactivateUserGrantRequest) GetUserId() string

func (*ReactivateUserGrantRequest) ProtoMessage

func (*ReactivateUserGrantRequest) ProtoMessage()

func (*ReactivateUserGrantRequest) ProtoReflect

func (*ReactivateUserGrantRequest) Reset

func (x *ReactivateUserGrantRequest) Reset()

func (*ReactivateUserGrantRequest) String

func (x *ReactivateUserGrantRequest) String() string

type ReactivateUserGrantResponse

type ReactivateUserGrantResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*ReactivateUserGrantResponse) Descriptor deprecated

func (*ReactivateUserGrantResponse) Descriptor() ([]byte, []int)

Deprecated: Use ReactivateUserGrantResponse.ProtoReflect.Descriptor instead.

func (*ReactivateUserGrantResponse) GetDetails

func (*ReactivateUserGrantResponse) ProtoMessage

func (*ReactivateUserGrantResponse) ProtoMessage()

func (*ReactivateUserGrantResponse) ProtoReflect

func (*ReactivateUserGrantResponse) Reset

func (x *ReactivateUserGrantResponse) Reset()

func (*ReactivateUserGrantResponse) String

func (x *ReactivateUserGrantResponse) String() string

type ReactivateUserRequest

type ReactivateUserRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*ReactivateUserRequest) Descriptor deprecated

func (*ReactivateUserRequest) Descriptor() ([]byte, []int)

Deprecated: Use ReactivateUserRequest.ProtoReflect.Descriptor instead.

func (*ReactivateUserRequest) GetId

func (x *ReactivateUserRequest) GetId() string

func (*ReactivateUserRequest) ProtoMessage

func (*ReactivateUserRequest) ProtoMessage()

func (*ReactivateUserRequest) ProtoReflect

func (x *ReactivateUserRequest) ProtoReflect() protoreflect.Message

func (*ReactivateUserRequest) Reset

func (x *ReactivateUserRequest) Reset()

func (*ReactivateUserRequest) String

func (x *ReactivateUserRequest) String() string

type ReactivateUserResponse

type ReactivateUserResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*ReactivateUserResponse) Descriptor deprecated

func (*ReactivateUserResponse) Descriptor() ([]byte, []int)

Deprecated: Use ReactivateUserResponse.ProtoReflect.Descriptor instead.

func (*ReactivateUserResponse) GetDetails

func (x *ReactivateUserResponse) GetDetails() *object.ObjectDetails

func (*ReactivateUserResponse) ProtoMessage

func (*ReactivateUserResponse) ProtoMessage()

func (*ReactivateUserResponse) ProtoReflect

func (x *ReactivateUserResponse) ProtoReflect() protoreflect.Message

func (*ReactivateUserResponse) Reset

func (x *ReactivateUserResponse) Reset()

func (*ReactivateUserResponse) String

func (x *ReactivateUserResponse) String() string

type RegenerateAPIClientSecretRequest

type RegenerateAPIClientSecretRequest struct {
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	AppId     string `protobuf:"bytes,2,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RegenerateAPIClientSecretRequest) Descriptor deprecated

func (*RegenerateAPIClientSecretRequest) Descriptor() ([]byte, []int)

Deprecated: Use RegenerateAPIClientSecretRequest.ProtoReflect.Descriptor instead.

func (*RegenerateAPIClientSecretRequest) GetAppId

func (*RegenerateAPIClientSecretRequest) GetProjectId

func (x *RegenerateAPIClientSecretRequest) GetProjectId() string

func (*RegenerateAPIClientSecretRequest) ProtoMessage

func (*RegenerateAPIClientSecretRequest) ProtoMessage()

func (*RegenerateAPIClientSecretRequest) ProtoReflect

func (*RegenerateAPIClientSecretRequest) Reset

func (*RegenerateAPIClientSecretRequest) String

type RegenerateAPIClientSecretResponse

type RegenerateAPIClientSecretResponse struct {
	ClientSecret string                `protobuf:"bytes,1,opt,name=client_secret,json=clientSecret,proto3" json:"client_secret,omitempty"`
	Details      *object.ObjectDetails `protobuf:"bytes,2,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*RegenerateAPIClientSecretResponse) Descriptor deprecated

func (*RegenerateAPIClientSecretResponse) Descriptor() ([]byte, []int)

Deprecated: Use RegenerateAPIClientSecretResponse.ProtoReflect.Descriptor instead.

func (*RegenerateAPIClientSecretResponse) GetClientSecret

func (x *RegenerateAPIClientSecretResponse) GetClientSecret() string

func (*RegenerateAPIClientSecretResponse) GetDetails

func (*RegenerateAPIClientSecretResponse) ProtoMessage

func (*RegenerateAPIClientSecretResponse) ProtoMessage()

func (*RegenerateAPIClientSecretResponse) ProtoReflect

func (*RegenerateAPIClientSecretResponse) Reset

func (*RegenerateAPIClientSecretResponse) String

type RegenerateOIDCClientSecretRequest

type RegenerateOIDCClientSecretRequest struct {
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	AppId     string `protobuf:"bytes,2,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RegenerateOIDCClientSecretRequest) Descriptor deprecated

func (*RegenerateOIDCClientSecretRequest) Descriptor() ([]byte, []int)

Deprecated: Use RegenerateOIDCClientSecretRequest.ProtoReflect.Descriptor instead.

func (*RegenerateOIDCClientSecretRequest) GetAppId

func (*RegenerateOIDCClientSecretRequest) GetProjectId

func (x *RegenerateOIDCClientSecretRequest) GetProjectId() string

func (*RegenerateOIDCClientSecretRequest) ProtoMessage

func (*RegenerateOIDCClientSecretRequest) ProtoMessage()

func (*RegenerateOIDCClientSecretRequest) ProtoReflect

func (*RegenerateOIDCClientSecretRequest) Reset

func (*RegenerateOIDCClientSecretRequest) String

type RegenerateOIDCClientSecretResponse

type RegenerateOIDCClientSecretResponse struct {
	ClientSecret string                `protobuf:"bytes,1,opt,name=client_secret,json=clientSecret,proto3" json:"client_secret,omitempty"`
	Details      *object.ObjectDetails `protobuf:"bytes,2,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*RegenerateOIDCClientSecretResponse) Descriptor deprecated

func (*RegenerateOIDCClientSecretResponse) Descriptor() ([]byte, []int)

Deprecated: Use RegenerateOIDCClientSecretResponse.ProtoReflect.Descriptor instead.

func (*RegenerateOIDCClientSecretResponse) GetClientSecret

func (x *RegenerateOIDCClientSecretResponse) GetClientSecret() string

func (*RegenerateOIDCClientSecretResponse) GetDetails

func (*RegenerateOIDCClientSecretResponse) ProtoMessage

func (*RegenerateOIDCClientSecretResponse) ProtoMessage()

func (*RegenerateOIDCClientSecretResponse) ProtoReflect

func (*RegenerateOIDCClientSecretResponse) Reset

func (*RegenerateOIDCClientSecretResponse) String

type RemoveAppKeyRequest

type RemoveAppKeyRequest struct {
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	AppId     string `protobuf:"bytes,2,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"`
	KeyId     string `protobuf:"bytes,3,opt,name=key_id,json=keyId,proto3" json:"key_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveAppKeyRequest) Descriptor deprecated

func (*RemoveAppKeyRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveAppKeyRequest.ProtoReflect.Descriptor instead.

func (*RemoveAppKeyRequest) GetAppId

func (x *RemoveAppKeyRequest) GetAppId() string

func (*RemoveAppKeyRequest) GetKeyId

func (x *RemoveAppKeyRequest) GetKeyId() string

func (*RemoveAppKeyRequest) GetProjectId

func (x *RemoveAppKeyRequest) GetProjectId() string

func (*RemoveAppKeyRequest) ProtoMessage

func (*RemoveAppKeyRequest) ProtoMessage()

func (*RemoveAppKeyRequest) ProtoReflect

func (x *RemoveAppKeyRequest) ProtoReflect() protoreflect.Message

func (*RemoveAppKeyRequest) Reset

func (x *RemoveAppKeyRequest) Reset()

func (*RemoveAppKeyRequest) String

func (x *RemoveAppKeyRequest) String() string

type RemoveAppKeyResponse

type RemoveAppKeyResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveAppKeyResponse) Descriptor deprecated

func (*RemoveAppKeyResponse) Descriptor() ([]byte, []int)

Deprecated: Use RemoveAppKeyResponse.ProtoReflect.Descriptor instead.

func (*RemoveAppKeyResponse) GetDetails

func (x *RemoveAppKeyResponse) GetDetails() *object.ObjectDetails

func (*RemoveAppKeyResponse) ProtoMessage

func (*RemoveAppKeyResponse) ProtoMessage()

func (*RemoveAppKeyResponse) ProtoReflect

func (x *RemoveAppKeyResponse) ProtoReflect() protoreflect.Message

func (*RemoveAppKeyResponse) Reset

func (x *RemoveAppKeyResponse) Reset()

func (*RemoveAppKeyResponse) String

func (x *RemoveAppKeyResponse) String() string

type RemoveAppRequest

type RemoveAppRequest struct {
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	AppId     string `protobuf:"bytes,2,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveAppRequest) Descriptor deprecated

func (*RemoveAppRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveAppRequest.ProtoReflect.Descriptor instead.

func (*RemoveAppRequest) GetAppId

func (x *RemoveAppRequest) GetAppId() string

func (*RemoveAppRequest) GetProjectId

func (x *RemoveAppRequest) GetProjectId() string

func (*RemoveAppRequest) ProtoMessage

func (*RemoveAppRequest) ProtoMessage()

func (*RemoveAppRequest) ProtoReflect

func (x *RemoveAppRequest) ProtoReflect() protoreflect.Message

func (*RemoveAppRequest) Reset

func (x *RemoveAppRequest) Reset()

func (*RemoveAppRequest) String

func (x *RemoveAppRequest) String() string

type RemoveAppResponse

type RemoveAppResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveAppResponse) Descriptor deprecated

func (*RemoveAppResponse) Descriptor() ([]byte, []int)

Deprecated: Use RemoveAppResponse.ProtoReflect.Descriptor instead.

func (*RemoveAppResponse) GetDetails

func (x *RemoveAppResponse) GetDetails() *object.ObjectDetails

func (*RemoveAppResponse) ProtoMessage

func (*RemoveAppResponse) ProtoMessage()

func (*RemoveAppResponse) ProtoReflect

func (x *RemoveAppResponse) ProtoReflect() protoreflect.Message

func (*RemoveAppResponse) Reset

func (x *RemoveAppResponse) Reset()

func (*RemoveAppResponse) String

func (x *RemoveAppResponse) String() string

type RemoveCustomLabelPolicyFontRequest

type RemoveCustomLabelPolicyFontRequest struct {
	// contains filtered or unexported fields
}

This is an empty request

func (*RemoveCustomLabelPolicyFontRequest) Descriptor deprecated

func (*RemoveCustomLabelPolicyFontRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveCustomLabelPolicyFontRequest.ProtoReflect.Descriptor instead.

func (*RemoveCustomLabelPolicyFontRequest) ProtoMessage

func (*RemoveCustomLabelPolicyFontRequest) ProtoMessage()

func (*RemoveCustomLabelPolicyFontRequest) ProtoReflect

func (*RemoveCustomLabelPolicyFontRequest) Reset

func (*RemoveCustomLabelPolicyFontRequest) String

type RemoveCustomLabelPolicyFontResponse

type RemoveCustomLabelPolicyFontResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveCustomLabelPolicyFontResponse) Descriptor deprecated

func (*RemoveCustomLabelPolicyFontResponse) Descriptor() ([]byte, []int)

Deprecated: Use RemoveCustomLabelPolicyFontResponse.ProtoReflect.Descriptor instead.

func (*RemoveCustomLabelPolicyFontResponse) GetDetails

func (*RemoveCustomLabelPolicyFontResponse) ProtoMessage

func (*RemoveCustomLabelPolicyFontResponse) ProtoMessage()

func (*RemoveCustomLabelPolicyFontResponse) ProtoReflect

func (*RemoveCustomLabelPolicyFontResponse) Reset

func (*RemoveCustomLabelPolicyFontResponse) String

type RemoveCustomLabelPolicyIconDarkRequest

type RemoveCustomLabelPolicyIconDarkRequest struct {
	// contains filtered or unexported fields
}

This is an empty request

func (*RemoveCustomLabelPolicyIconDarkRequest) Descriptor deprecated

func (*RemoveCustomLabelPolicyIconDarkRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveCustomLabelPolicyIconDarkRequest.ProtoReflect.Descriptor instead.

func (*RemoveCustomLabelPolicyIconDarkRequest) ProtoMessage

func (*RemoveCustomLabelPolicyIconDarkRequest) ProtoReflect

func (*RemoveCustomLabelPolicyIconDarkRequest) Reset

func (*RemoveCustomLabelPolicyIconDarkRequest) String

type RemoveCustomLabelPolicyIconDarkResponse

type RemoveCustomLabelPolicyIconDarkResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveCustomLabelPolicyIconDarkResponse) Descriptor deprecated

func (*RemoveCustomLabelPolicyIconDarkResponse) Descriptor() ([]byte, []int)

Deprecated: Use RemoveCustomLabelPolicyIconDarkResponse.ProtoReflect.Descriptor instead.

func (*RemoveCustomLabelPolicyIconDarkResponse) GetDetails

func (*RemoveCustomLabelPolicyIconDarkResponse) ProtoMessage

func (*RemoveCustomLabelPolicyIconDarkResponse) ProtoReflect

func (*RemoveCustomLabelPolicyIconDarkResponse) Reset

func (*RemoveCustomLabelPolicyIconDarkResponse) String

type RemoveCustomLabelPolicyIconRequest

type RemoveCustomLabelPolicyIconRequest struct {
	// contains filtered or unexported fields
}

This is an empty request

func (*RemoveCustomLabelPolicyIconRequest) Descriptor deprecated

func (*RemoveCustomLabelPolicyIconRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveCustomLabelPolicyIconRequest.ProtoReflect.Descriptor instead.

func (*RemoveCustomLabelPolicyIconRequest) ProtoMessage

func (*RemoveCustomLabelPolicyIconRequest) ProtoMessage()

func (*RemoveCustomLabelPolicyIconRequest) ProtoReflect

func (*RemoveCustomLabelPolicyIconRequest) Reset

func (*RemoveCustomLabelPolicyIconRequest) String

type RemoveCustomLabelPolicyIconResponse

type RemoveCustomLabelPolicyIconResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveCustomLabelPolicyIconResponse) Descriptor deprecated

func (*RemoveCustomLabelPolicyIconResponse) Descriptor() ([]byte, []int)

Deprecated: Use RemoveCustomLabelPolicyIconResponse.ProtoReflect.Descriptor instead.

func (*RemoveCustomLabelPolicyIconResponse) GetDetails

func (*RemoveCustomLabelPolicyIconResponse) ProtoMessage

func (*RemoveCustomLabelPolicyIconResponse) ProtoMessage()

func (*RemoveCustomLabelPolicyIconResponse) ProtoReflect

func (*RemoveCustomLabelPolicyIconResponse) Reset

func (*RemoveCustomLabelPolicyIconResponse) String

type RemoveCustomLabelPolicyLogoDarkRequest

type RemoveCustomLabelPolicyLogoDarkRequest struct {
	// contains filtered or unexported fields
}

This is an empty request

func (*RemoveCustomLabelPolicyLogoDarkRequest) Descriptor deprecated

func (*RemoveCustomLabelPolicyLogoDarkRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveCustomLabelPolicyLogoDarkRequest.ProtoReflect.Descriptor instead.

func (*RemoveCustomLabelPolicyLogoDarkRequest) ProtoMessage

func (*RemoveCustomLabelPolicyLogoDarkRequest) ProtoReflect

func (*RemoveCustomLabelPolicyLogoDarkRequest) Reset

func (*RemoveCustomLabelPolicyLogoDarkRequest) String

type RemoveCustomLabelPolicyLogoDarkResponse

type RemoveCustomLabelPolicyLogoDarkResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveCustomLabelPolicyLogoDarkResponse) Descriptor deprecated

func (*RemoveCustomLabelPolicyLogoDarkResponse) Descriptor() ([]byte, []int)

Deprecated: Use RemoveCustomLabelPolicyLogoDarkResponse.ProtoReflect.Descriptor instead.

func (*RemoveCustomLabelPolicyLogoDarkResponse) GetDetails

func (*RemoveCustomLabelPolicyLogoDarkResponse) ProtoMessage

func (*RemoveCustomLabelPolicyLogoDarkResponse) ProtoReflect

func (*RemoveCustomLabelPolicyLogoDarkResponse) Reset

func (*RemoveCustomLabelPolicyLogoDarkResponse) String

type RemoveCustomLabelPolicyLogoRequest

type RemoveCustomLabelPolicyLogoRequest struct {
	// contains filtered or unexported fields
}

This is an empty request

func (*RemoveCustomLabelPolicyLogoRequest) Descriptor deprecated

func (*RemoveCustomLabelPolicyLogoRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveCustomLabelPolicyLogoRequest.ProtoReflect.Descriptor instead.

func (*RemoveCustomLabelPolicyLogoRequest) ProtoMessage

func (*RemoveCustomLabelPolicyLogoRequest) ProtoMessage()

func (*RemoveCustomLabelPolicyLogoRequest) ProtoReflect

func (*RemoveCustomLabelPolicyLogoRequest) Reset

func (*RemoveCustomLabelPolicyLogoRequest) String

type RemoveCustomLabelPolicyLogoResponse

type RemoveCustomLabelPolicyLogoResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveCustomLabelPolicyLogoResponse) Descriptor deprecated

func (*RemoveCustomLabelPolicyLogoResponse) Descriptor() ([]byte, []int)

Deprecated: Use RemoveCustomLabelPolicyLogoResponse.ProtoReflect.Descriptor instead.

func (*RemoveCustomLabelPolicyLogoResponse) GetDetails

func (*RemoveCustomLabelPolicyLogoResponse) ProtoMessage

func (*RemoveCustomLabelPolicyLogoResponse) ProtoMessage()

func (*RemoveCustomLabelPolicyLogoResponse) ProtoReflect

func (*RemoveCustomLabelPolicyLogoResponse) Reset

func (*RemoveCustomLabelPolicyLogoResponse) String

type RemoveHumanAuthFactorOTPRequest

type RemoveHumanAuthFactorOTPRequest struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveHumanAuthFactorOTPRequest) Descriptor deprecated

func (*RemoveHumanAuthFactorOTPRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveHumanAuthFactorOTPRequest.ProtoReflect.Descriptor instead.

func (*RemoveHumanAuthFactorOTPRequest) GetUserId

func (x *RemoveHumanAuthFactorOTPRequest) GetUserId() string

func (*RemoveHumanAuthFactorOTPRequest) ProtoMessage

func (*RemoveHumanAuthFactorOTPRequest) ProtoMessage()

func (*RemoveHumanAuthFactorOTPRequest) ProtoReflect

func (*RemoveHumanAuthFactorOTPRequest) Reset

func (*RemoveHumanAuthFactorOTPRequest) String

type RemoveHumanAuthFactorOTPResponse

type RemoveHumanAuthFactorOTPResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveHumanAuthFactorOTPResponse) Descriptor deprecated

func (*RemoveHumanAuthFactorOTPResponse) Descriptor() ([]byte, []int)

Deprecated: Use RemoveHumanAuthFactorOTPResponse.ProtoReflect.Descriptor instead.

func (*RemoveHumanAuthFactorOTPResponse) GetDetails

func (*RemoveHumanAuthFactorOTPResponse) ProtoMessage

func (*RemoveHumanAuthFactorOTPResponse) ProtoMessage()

func (*RemoveHumanAuthFactorOTPResponse) ProtoReflect

func (*RemoveHumanAuthFactorOTPResponse) Reset

func (*RemoveHumanAuthFactorOTPResponse) String

type RemoveHumanAuthFactorU2FRequest

type RemoveHumanAuthFactorU2FRequest struct {
	UserId  string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	TokenId string `protobuf:"bytes,2,opt,name=token_id,json=tokenId,proto3" json:"token_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveHumanAuthFactorU2FRequest) Descriptor deprecated

func (*RemoveHumanAuthFactorU2FRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveHumanAuthFactorU2FRequest.ProtoReflect.Descriptor instead.

func (*RemoveHumanAuthFactorU2FRequest) GetTokenId

func (x *RemoveHumanAuthFactorU2FRequest) GetTokenId() string

func (*RemoveHumanAuthFactorU2FRequest) GetUserId

func (x *RemoveHumanAuthFactorU2FRequest) GetUserId() string

func (*RemoveHumanAuthFactorU2FRequest) ProtoMessage

func (*RemoveHumanAuthFactorU2FRequest) ProtoMessage()

func (*RemoveHumanAuthFactorU2FRequest) ProtoReflect

func (*RemoveHumanAuthFactorU2FRequest) Reset

func (*RemoveHumanAuthFactorU2FRequest) String

type RemoveHumanAuthFactorU2FResponse

type RemoveHumanAuthFactorU2FResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveHumanAuthFactorU2FResponse) Descriptor deprecated

func (*RemoveHumanAuthFactorU2FResponse) Descriptor() ([]byte, []int)

Deprecated: Use RemoveHumanAuthFactorU2FResponse.ProtoReflect.Descriptor instead.

func (*RemoveHumanAuthFactorU2FResponse) GetDetails

func (*RemoveHumanAuthFactorU2FResponse) ProtoMessage

func (*RemoveHumanAuthFactorU2FResponse) ProtoMessage()

func (*RemoveHumanAuthFactorU2FResponse) ProtoReflect

func (*RemoveHumanAuthFactorU2FResponse) Reset

func (*RemoveHumanAuthFactorU2FResponse) String

type RemoveHumanAvatarRequest

type RemoveHumanAvatarRequest struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveHumanAvatarRequest) Descriptor deprecated

func (*RemoveHumanAvatarRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveHumanAvatarRequest.ProtoReflect.Descriptor instead.

func (*RemoveHumanAvatarRequest) GetUserId

func (x *RemoveHumanAvatarRequest) GetUserId() string

func (*RemoveHumanAvatarRequest) ProtoMessage

func (*RemoveHumanAvatarRequest) ProtoMessage()

func (*RemoveHumanAvatarRequest) ProtoReflect

func (x *RemoveHumanAvatarRequest) ProtoReflect() protoreflect.Message

func (*RemoveHumanAvatarRequest) Reset

func (x *RemoveHumanAvatarRequest) Reset()

func (*RemoveHumanAvatarRequest) String

func (x *RemoveHumanAvatarRequest) String() string

type RemoveHumanAvatarResponse

type RemoveHumanAvatarResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveHumanAvatarResponse) Descriptor deprecated

func (*RemoveHumanAvatarResponse) Descriptor() ([]byte, []int)

Deprecated: Use RemoveHumanAvatarResponse.ProtoReflect.Descriptor instead.

func (*RemoveHumanAvatarResponse) GetDetails

func (*RemoveHumanAvatarResponse) ProtoMessage

func (*RemoveHumanAvatarResponse) ProtoMessage()

func (*RemoveHumanAvatarResponse) ProtoReflect

func (*RemoveHumanAvatarResponse) Reset

func (x *RemoveHumanAvatarResponse) Reset()

func (*RemoveHumanAvatarResponse) String

func (x *RemoveHumanAvatarResponse) String() string

type RemoveHumanLinkedIDPRequest

type RemoveHumanLinkedIDPRequest struct {
	UserId       string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	IdpId        string `protobuf:"bytes,2,opt,name=idp_id,json=idpId,proto3" json:"idp_id,omitempty"`
	LinkedUserId string `protobuf:"bytes,3,opt,name=linked_user_id,json=linkedUserId,proto3" json:"linked_user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveHumanLinkedIDPRequest) Descriptor deprecated

func (*RemoveHumanLinkedIDPRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveHumanLinkedIDPRequest.ProtoReflect.Descriptor instead.

func (*RemoveHumanLinkedIDPRequest) GetIdpId

func (x *RemoveHumanLinkedIDPRequest) GetIdpId() string

func (*RemoveHumanLinkedIDPRequest) GetLinkedUserId

func (x *RemoveHumanLinkedIDPRequest) GetLinkedUserId() string

func (*RemoveHumanLinkedIDPRequest) GetUserId

func (x *RemoveHumanLinkedIDPRequest) GetUserId() string

func (*RemoveHumanLinkedIDPRequest) ProtoMessage

func (*RemoveHumanLinkedIDPRequest) ProtoMessage()

func (*RemoveHumanLinkedIDPRequest) ProtoReflect

func (*RemoveHumanLinkedIDPRequest) Reset

func (x *RemoveHumanLinkedIDPRequest) Reset()

func (*RemoveHumanLinkedIDPRequest) String

func (x *RemoveHumanLinkedIDPRequest) String() string

type RemoveHumanLinkedIDPResponse

type RemoveHumanLinkedIDPResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveHumanLinkedIDPResponse) Descriptor deprecated

func (*RemoveHumanLinkedIDPResponse) Descriptor() ([]byte, []int)

Deprecated: Use RemoveHumanLinkedIDPResponse.ProtoReflect.Descriptor instead.

func (*RemoveHumanLinkedIDPResponse) GetDetails

func (*RemoveHumanLinkedIDPResponse) ProtoMessage

func (*RemoveHumanLinkedIDPResponse) ProtoMessage()

func (*RemoveHumanLinkedIDPResponse) ProtoReflect

func (*RemoveHumanLinkedIDPResponse) Reset

func (x *RemoveHumanLinkedIDPResponse) Reset()

func (*RemoveHumanLinkedIDPResponse) String

type RemoveHumanPasswordlessRequest

type RemoveHumanPasswordlessRequest struct {
	UserId  string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	TokenId string `protobuf:"bytes,2,opt,name=token_id,json=tokenId,proto3" json:"token_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveHumanPasswordlessRequest) Descriptor deprecated

func (*RemoveHumanPasswordlessRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveHumanPasswordlessRequest.ProtoReflect.Descriptor instead.

func (*RemoveHumanPasswordlessRequest) GetTokenId

func (x *RemoveHumanPasswordlessRequest) GetTokenId() string

func (*RemoveHumanPasswordlessRequest) GetUserId

func (x *RemoveHumanPasswordlessRequest) GetUserId() string

func (*RemoveHumanPasswordlessRequest) ProtoMessage

func (*RemoveHumanPasswordlessRequest) ProtoMessage()

func (*RemoveHumanPasswordlessRequest) ProtoReflect

func (*RemoveHumanPasswordlessRequest) Reset

func (x *RemoveHumanPasswordlessRequest) Reset()

func (*RemoveHumanPasswordlessRequest) String

type RemoveHumanPasswordlessResponse

type RemoveHumanPasswordlessResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveHumanPasswordlessResponse) Descriptor deprecated

func (*RemoveHumanPasswordlessResponse) Descriptor() ([]byte, []int)

Deprecated: Use RemoveHumanPasswordlessResponse.ProtoReflect.Descriptor instead.

func (*RemoveHumanPasswordlessResponse) GetDetails

func (*RemoveHumanPasswordlessResponse) ProtoMessage

func (*RemoveHumanPasswordlessResponse) ProtoMessage()

func (*RemoveHumanPasswordlessResponse) ProtoReflect

func (*RemoveHumanPasswordlessResponse) Reset

func (*RemoveHumanPasswordlessResponse) String

type RemoveHumanPhoneRequest

type RemoveHumanPhoneRequest struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveHumanPhoneRequest) Descriptor deprecated

func (*RemoveHumanPhoneRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveHumanPhoneRequest.ProtoReflect.Descriptor instead.

func (*RemoveHumanPhoneRequest) GetUserId

func (x *RemoveHumanPhoneRequest) GetUserId() string

func (*RemoveHumanPhoneRequest) ProtoMessage

func (*RemoveHumanPhoneRequest) ProtoMessage()

func (*RemoveHumanPhoneRequest) ProtoReflect

func (x *RemoveHumanPhoneRequest) ProtoReflect() protoreflect.Message

func (*RemoveHumanPhoneRequest) Reset

func (x *RemoveHumanPhoneRequest) Reset()

func (*RemoveHumanPhoneRequest) String

func (x *RemoveHumanPhoneRequest) String() string

type RemoveHumanPhoneResponse

type RemoveHumanPhoneResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveHumanPhoneResponse) Descriptor deprecated

func (*RemoveHumanPhoneResponse) Descriptor() ([]byte, []int)

Deprecated: Use RemoveHumanPhoneResponse.ProtoReflect.Descriptor instead.

func (*RemoveHumanPhoneResponse) GetDetails

func (*RemoveHumanPhoneResponse) ProtoMessage

func (*RemoveHumanPhoneResponse) ProtoMessage()

func (*RemoveHumanPhoneResponse) ProtoReflect

func (x *RemoveHumanPhoneResponse) ProtoReflect() protoreflect.Message

func (*RemoveHumanPhoneResponse) Reset

func (x *RemoveHumanPhoneResponse) Reset()

func (*RemoveHumanPhoneResponse) String

func (x *RemoveHumanPhoneResponse) String() string

type RemoveIDPFromLoginPolicyRequest

type RemoveIDPFromLoginPolicyRequest struct {
	IdpId string `protobuf:"bytes,1,opt,name=idp_id,json=idpId,proto3" json:"idp_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveIDPFromLoginPolicyRequest) Descriptor deprecated

func (*RemoveIDPFromLoginPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveIDPFromLoginPolicyRequest.ProtoReflect.Descriptor instead.

func (*RemoveIDPFromLoginPolicyRequest) GetIdpId

func (*RemoveIDPFromLoginPolicyRequest) ProtoMessage

func (*RemoveIDPFromLoginPolicyRequest) ProtoMessage()

func (*RemoveIDPFromLoginPolicyRequest) ProtoReflect

func (*RemoveIDPFromLoginPolicyRequest) Reset

func (*RemoveIDPFromLoginPolicyRequest) String

type RemoveIDPFromLoginPolicyResponse

type RemoveIDPFromLoginPolicyResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveIDPFromLoginPolicyResponse) Descriptor deprecated

func (*RemoveIDPFromLoginPolicyResponse) Descriptor() ([]byte, []int)

Deprecated: Use RemoveIDPFromLoginPolicyResponse.ProtoReflect.Descriptor instead.

func (*RemoveIDPFromLoginPolicyResponse) GetDetails

func (*RemoveIDPFromLoginPolicyResponse) ProtoMessage

func (*RemoveIDPFromLoginPolicyResponse) ProtoMessage()

func (*RemoveIDPFromLoginPolicyResponse) ProtoReflect

func (*RemoveIDPFromLoginPolicyResponse) Reset

func (*RemoveIDPFromLoginPolicyResponse) String

type RemoveMachineKeyRequest

type RemoveMachineKeyRequest struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	KeyId  string `protobuf:"bytes,2,opt,name=key_id,json=keyId,proto3" json:"key_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveMachineKeyRequest) Descriptor deprecated

func (*RemoveMachineKeyRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveMachineKeyRequest.ProtoReflect.Descriptor instead.

func (*RemoveMachineKeyRequest) GetKeyId

func (x *RemoveMachineKeyRequest) GetKeyId() string

func (*RemoveMachineKeyRequest) GetUserId

func (x *RemoveMachineKeyRequest) GetUserId() string

func (*RemoveMachineKeyRequest) ProtoMessage

func (*RemoveMachineKeyRequest) ProtoMessage()

func (*RemoveMachineKeyRequest) ProtoReflect

func (x *RemoveMachineKeyRequest) ProtoReflect() protoreflect.Message

func (*RemoveMachineKeyRequest) Reset

func (x *RemoveMachineKeyRequest) Reset()

func (*RemoveMachineKeyRequest) String

func (x *RemoveMachineKeyRequest) String() string

type RemoveMachineKeyResponse

type RemoveMachineKeyResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveMachineKeyResponse) Descriptor deprecated

func (*RemoveMachineKeyResponse) Descriptor() ([]byte, []int)

Deprecated: Use RemoveMachineKeyResponse.ProtoReflect.Descriptor instead.

func (*RemoveMachineKeyResponse) GetDetails

func (*RemoveMachineKeyResponse) ProtoMessage

func (*RemoveMachineKeyResponse) ProtoMessage()

func (*RemoveMachineKeyResponse) ProtoReflect

func (x *RemoveMachineKeyResponse) ProtoReflect() protoreflect.Message

func (*RemoveMachineKeyResponse) Reset

func (x *RemoveMachineKeyResponse) Reset()

func (*RemoveMachineKeyResponse) String

func (x *RemoveMachineKeyResponse) String() string

type RemoveMultiFactorFromLoginPolicyRequest

type RemoveMultiFactorFromLoginPolicyRequest struct {
	Type policy.MultiFactorType `protobuf:"varint,1,opt,name=type,proto3,enum=zitadel.policy.v1.MultiFactorType" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveMultiFactorFromLoginPolicyRequest) Descriptor deprecated

func (*RemoveMultiFactorFromLoginPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveMultiFactorFromLoginPolicyRequest.ProtoReflect.Descriptor instead.

func (*RemoveMultiFactorFromLoginPolicyRequest) GetType

func (*RemoveMultiFactorFromLoginPolicyRequest) ProtoMessage

func (*RemoveMultiFactorFromLoginPolicyRequest) ProtoReflect

func (*RemoveMultiFactorFromLoginPolicyRequest) Reset

func (*RemoveMultiFactorFromLoginPolicyRequest) String

type RemoveMultiFactorFromLoginPolicyResponse

type RemoveMultiFactorFromLoginPolicyResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveMultiFactorFromLoginPolicyResponse) Descriptor deprecated

func (*RemoveMultiFactorFromLoginPolicyResponse) Descriptor() ([]byte, []int)

Deprecated: Use RemoveMultiFactorFromLoginPolicyResponse.ProtoReflect.Descriptor instead.

func (*RemoveMultiFactorFromLoginPolicyResponse) GetDetails

func (*RemoveMultiFactorFromLoginPolicyResponse) ProtoMessage

func (*RemoveMultiFactorFromLoginPolicyResponse) ProtoReflect

func (*RemoveMultiFactorFromLoginPolicyResponse) Reset

func (*RemoveMultiFactorFromLoginPolicyResponse) String

type RemoveOrgDomainRequest

type RemoveOrgDomainRequest struct {
	Domain string `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveOrgDomainRequest) Descriptor deprecated

func (*RemoveOrgDomainRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveOrgDomainRequest.ProtoReflect.Descriptor instead.

func (*RemoveOrgDomainRequest) GetDomain

func (x *RemoveOrgDomainRequest) GetDomain() string

func (*RemoveOrgDomainRequest) ProtoMessage

func (*RemoveOrgDomainRequest) ProtoMessage()

func (*RemoveOrgDomainRequest) ProtoReflect

func (x *RemoveOrgDomainRequest) ProtoReflect() protoreflect.Message

func (*RemoveOrgDomainRequest) Reset

func (x *RemoveOrgDomainRequest) Reset()

func (*RemoveOrgDomainRequest) String

func (x *RemoveOrgDomainRequest) String() string

type RemoveOrgDomainResponse

type RemoveOrgDomainResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveOrgDomainResponse) Descriptor deprecated

func (*RemoveOrgDomainResponse) Descriptor() ([]byte, []int)

Deprecated: Use RemoveOrgDomainResponse.ProtoReflect.Descriptor instead.

func (*RemoveOrgDomainResponse) GetDetails

func (x *RemoveOrgDomainResponse) GetDetails() *object.ObjectDetails

func (*RemoveOrgDomainResponse) ProtoMessage

func (*RemoveOrgDomainResponse) ProtoMessage()

func (*RemoveOrgDomainResponse) ProtoReflect

func (x *RemoveOrgDomainResponse) ProtoReflect() protoreflect.Message

func (*RemoveOrgDomainResponse) Reset

func (x *RemoveOrgDomainResponse) Reset()

func (*RemoveOrgDomainResponse) String

func (x *RemoveOrgDomainResponse) String() string

type RemoveOrgIDPRequest

type RemoveOrgIDPRequest struct {
	IdpId string `protobuf:"bytes,1,opt,name=idp_id,json=idpId,proto3" json:"idp_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveOrgIDPRequest) Descriptor deprecated

func (*RemoveOrgIDPRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveOrgIDPRequest.ProtoReflect.Descriptor instead.

func (*RemoveOrgIDPRequest) GetIdpId

func (x *RemoveOrgIDPRequest) GetIdpId() string

func (*RemoveOrgIDPRequest) ProtoMessage

func (*RemoveOrgIDPRequest) ProtoMessage()

func (*RemoveOrgIDPRequest) ProtoReflect

func (x *RemoveOrgIDPRequest) ProtoReflect() protoreflect.Message

func (*RemoveOrgIDPRequest) Reset

func (x *RemoveOrgIDPRequest) Reset()

func (*RemoveOrgIDPRequest) String

func (x *RemoveOrgIDPRequest) String() string

type RemoveOrgIDPResponse

type RemoveOrgIDPResponse struct {
	// contains filtered or unexported fields
}

This is an empty response

func (*RemoveOrgIDPResponse) Descriptor deprecated

func (*RemoveOrgIDPResponse) Descriptor() ([]byte, []int)

Deprecated: Use RemoveOrgIDPResponse.ProtoReflect.Descriptor instead.

func (*RemoveOrgIDPResponse) ProtoMessage

func (*RemoveOrgIDPResponse) ProtoMessage()

func (*RemoveOrgIDPResponse) ProtoReflect

func (x *RemoveOrgIDPResponse) ProtoReflect() protoreflect.Message

func (*RemoveOrgIDPResponse) Reset

func (x *RemoveOrgIDPResponse) Reset()

func (*RemoveOrgIDPResponse) String

func (x *RemoveOrgIDPResponse) String() string

type RemoveOrgMemberRequest

type RemoveOrgMemberRequest struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveOrgMemberRequest) Descriptor deprecated

func (*RemoveOrgMemberRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveOrgMemberRequest.ProtoReflect.Descriptor instead.

func (*RemoveOrgMemberRequest) GetUserId

func (x *RemoveOrgMemberRequest) GetUserId() string

func (*RemoveOrgMemberRequest) ProtoMessage

func (*RemoveOrgMemberRequest) ProtoMessage()

func (*RemoveOrgMemberRequest) ProtoReflect

func (x *RemoveOrgMemberRequest) ProtoReflect() protoreflect.Message

func (*RemoveOrgMemberRequest) Reset

func (x *RemoveOrgMemberRequest) Reset()

func (*RemoveOrgMemberRequest) String

func (x *RemoveOrgMemberRequest) String() string

type RemoveOrgMemberResponse

type RemoveOrgMemberResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveOrgMemberResponse) Descriptor deprecated

func (*RemoveOrgMemberResponse) Descriptor() ([]byte, []int)

Deprecated: Use RemoveOrgMemberResponse.ProtoReflect.Descriptor instead.

func (*RemoveOrgMemberResponse) GetDetails

func (x *RemoveOrgMemberResponse) GetDetails() *object.ObjectDetails

func (*RemoveOrgMemberResponse) ProtoMessage

func (*RemoveOrgMemberResponse) ProtoMessage()

func (*RemoveOrgMemberResponse) ProtoReflect

func (x *RemoveOrgMemberResponse) ProtoReflect() protoreflect.Message

func (*RemoveOrgMemberResponse) Reset

func (x *RemoveOrgMemberResponse) Reset()

func (*RemoveOrgMemberResponse) String

func (x *RemoveOrgMemberResponse) String() string

type RemovePersonalAccessTokenRequest

type RemovePersonalAccessTokenRequest struct {
	UserId  string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	TokenId string `protobuf:"bytes,2,opt,name=token_id,json=tokenId,proto3" json:"token_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RemovePersonalAccessTokenRequest) Descriptor deprecated

func (*RemovePersonalAccessTokenRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemovePersonalAccessTokenRequest.ProtoReflect.Descriptor instead.

func (*RemovePersonalAccessTokenRequest) GetTokenId

func (x *RemovePersonalAccessTokenRequest) GetTokenId() string

func (*RemovePersonalAccessTokenRequest) GetUserId

func (*RemovePersonalAccessTokenRequest) ProtoMessage

func (*RemovePersonalAccessTokenRequest) ProtoMessage()

func (*RemovePersonalAccessTokenRequest) ProtoReflect

func (*RemovePersonalAccessTokenRequest) Reset

func (*RemovePersonalAccessTokenRequest) String

type RemovePersonalAccessTokenResponse

type RemovePersonalAccessTokenResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*RemovePersonalAccessTokenResponse) Descriptor deprecated

func (*RemovePersonalAccessTokenResponse) Descriptor() ([]byte, []int)

Deprecated: Use RemovePersonalAccessTokenResponse.ProtoReflect.Descriptor instead.

func (*RemovePersonalAccessTokenResponse) GetDetails

func (*RemovePersonalAccessTokenResponse) ProtoMessage

func (*RemovePersonalAccessTokenResponse) ProtoMessage()

func (*RemovePersonalAccessTokenResponse) ProtoReflect

func (*RemovePersonalAccessTokenResponse) Reset

func (*RemovePersonalAccessTokenResponse) String

type RemoveProjectGrantMemberRequest

type RemoveProjectGrantMemberRequest struct {
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	GrantId   string `protobuf:"bytes,2,opt,name=grant_id,json=grantId,proto3" json:"grant_id,omitempty"`
	UserId    string `protobuf:"bytes,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveProjectGrantMemberRequest) Descriptor deprecated

func (*RemoveProjectGrantMemberRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveProjectGrantMemberRequest.ProtoReflect.Descriptor instead.

func (*RemoveProjectGrantMemberRequest) GetGrantId

func (x *RemoveProjectGrantMemberRequest) GetGrantId() string

func (*RemoveProjectGrantMemberRequest) GetProjectId

func (x *RemoveProjectGrantMemberRequest) GetProjectId() string

func (*RemoveProjectGrantMemberRequest) GetUserId

func (x *RemoveProjectGrantMemberRequest) GetUserId() string

func (*RemoveProjectGrantMemberRequest) ProtoMessage

func (*RemoveProjectGrantMemberRequest) ProtoMessage()

func (*RemoveProjectGrantMemberRequest) ProtoReflect

func (*RemoveProjectGrantMemberRequest) Reset

func (*RemoveProjectGrantMemberRequest) String

type RemoveProjectGrantMemberResponse

type RemoveProjectGrantMemberResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveProjectGrantMemberResponse) Descriptor deprecated

func (*RemoveProjectGrantMemberResponse) Descriptor() ([]byte, []int)

Deprecated: Use RemoveProjectGrantMemberResponse.ProtoReflect.Descriptor instead.

func (*RemoveProjectGrantMemberResponse) GetDetails

func (*RemoveProjectGrantMemberResponse) ProtoMessage

func (*RemoveProjectGrantMemberResponse) ProtoMessage()

func (*RemoveProjectGrantMemberResponse) ProtoReflect

func (*RemoveProjectGrantMemberResponse) Reset

func (*RemoveProjectGrantMemberResponse) String

type RemoveProjectGrantRequest

type RemoveProjectGrantRequest struct {
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	GrantId   string `protobuf:"bytes,2,opt,name=grant_id,json=grantId,proto3" json:"grant_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveProjectGrantRequest) Descriptor deprecated

func (*RemoveProjectGrantRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveProjectGrantRequest.ProtoReflect.Descriptor instead.

func (*RemoveProjectGrantRequest) GetGrantId

func (x *RemoveProjectGrantRequest) GetGrantId() string

func (*RemoveProjectGrantRequest) GetProjectId

func (x *RemoveProjectGrantRequest) GetProjectId() string

func (*RemoveProjectGrantRequest) ProtoMessage

func (*RemoveProjectGrantRequest) ProtoMessage()

func (*RemoveProjectGrantRequest) ProtoReflect

func (*RemoveProjectGrantRequest) Reset

func (x *RemoveProjectGrantRequest) Reset()

func (*RemoveProjectGrantRequest) String

func (x *RemoveProjectGrantRequest) String() string

type RemoveProjectGrantResponse

type RemoveProjectGrantResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveProjectGrantResponse) Descriptor deprecated

func (*RemoveProjectGrantResponse) Descriptor() ([]byte, []int)

Deprecated: Use RemoveProjectGrantResponse.ProtoReflect.Descriptor instead.

func (*RemoveProjectGrantResponse) GetDetails

func (*RemoveProjectGrantResponse) ProtoMessage

func (*RemoveProjectGrantResponse) ProtoMessage()

func (*RemoveProjectGrantResponse) ProtoReflect

func (*RemoveProjectGrantResponse) Reset

func (x *RemoveProjectGrantResponse) Reset()

func (*RemoveProjectGrantResponse) String

func (x *RemoveProjectGrantResponse) String() string

type RemoveProjectMemberRequest

type RemoveProjectMemberRequest struct {
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	UserId    string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveProjectMemberRequest) Descriptor deprecated

func (*RemoveProjectMemberRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveProjectMemberRequest.ProtoReflect.Descriptor instead.

func (*RemoveProjectMemberRequest) GetProjectId

func (x *RemoveProjectMemberRequest) GetProjectId() string

func (*RemoveProjectMemberRequest) GetUserId

func (x *RemoveProjectMemberRequest) GetUserId() string

func (*RemoveProjectMemberRequest) ProtoMessage

func (*RemoveProjectMemberRequest) ProtoMessage()

func (*RemoveProjectMemberRequest) ProtoReflect

func (*RemoveProjectMemberRequest) Reset

func (x *RemoveProjectMemberRequest) Reset()

func (*RemoveProjectMemberRequest) String

func (x *RemoveProjectMemberRequest) String() string

type RemoveProjectMemberResponse

type RemoveProjectMemberResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveProjectMemberResponse) Descriptor deprecated

func (*RemoveProjectMemberResponse) Descriptor() ([]byte, []int)

Deprecated: Use RemoveProjectMemberResponse.ProtoReflect.Descriptor instead.

func (*RemoveProjectMemberResponse) GetDetails

func (*RemoveProjectMemberResponse) ProtoMessage

func (*RemoveProjectMemberResponse) ProtoMessage()

func (*RemoveProjectMemberResponse) ProtoReflect

func (*RemoveProjectMemberResponse) Reset

func (x *RemoveProjectMemberResponse) Reset()

func (*RemoveProjectMemberResponse) String

func (x *RemoveProjectMemberResponse) String() string

type RemoveProjectRequest

type RemoveProjectRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveProjectRequest) Descriptor deprecated

func (*RemoveProjectRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveProjectRequest.ProtoReflect.Descriptor instead.

func (*RemoveProjectRequest) GetId

func (x *RemoveProjectRequest) GetId() string

func (*RemoveProjectRequest) ProtoMessage

func (*RemoveProjectRequest) ProtoMessage()

func (*RemoveProjectRequest) ProtoReflect

func (x *RemoveProjectRequest) ProtoReflect() protoreflect.Message

func (*RemoveProjectRequest) Reset

func (x *RemoveProjectRequest) Reset()

func (*RemoveProjectRequest) String

func (x *RemoveProjectRequest) String() string

type RemoveProjectResponse

type RemoveProjectResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveProjectResponse) Descriptor deprecated

func (*RemoveProjectResponse) Descriptor() ([]byte, []int)

Deprecated: Use RemoveProjectResponse.ProtoReflect.Descriptor instead.

func (*RemoveProjectResponse) GetDetails

func (x *RemoveProjectResponse) GetDetails() *object.ObjectDetails

func (*RemoveProjectResponse) ProtoMessage

func (*RemoveProjectResponse) ProtoMessage()

func (*RemoveProjectResponse) ProtoReflect

func (x *RemoveProjectResponse) ProtoReflect() protoreflect.Message

func (*RemoveProjectResponse) Reset

func (x *RemoveProjectResponse) Reset()

func (*RemoveProjectResponse) String

func (x *RemoveProjectResponse) String() string

type RemoveProjectRoleRequest

type RemoveProjectRoleRequest struct {
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	RoleKey   string `protobuf:"bytes,2,opt,name=role_key,json=roleKey,proto3" json:"role_key,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveProjectRoleRequest) Descriptor deprecated

func (*RemoveProjectRoleRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveProjectRoleRequest.ProtoReflect.Descriptor instead.

func (*RemoveProjectRoleRequest) GetProjectId

func (x *RemoveProjectRoleRequest) GetProjectId() string

func (*RemoveProjectRoleRequest) GetRoleKey

func (x *RemoveProjectRoleRequest) GetRoleKey() string

func (*RemoveProjectRoleRequest) ProtoMessage

func (*RemoveProjectRoleRequest) ProtoMessage()

func (*RemoveProjectRoleRequest) ProtoReflect

func (x *RemoveProjectRoleRequest) ProtoReflect() protoreflect.Message

func (*RemoveProjectRoleRequest) Reset

func (x *RemoveProjectRoleRequest) Reset()

func (*RemoveProjectRoleRequest) String

func (x *RemoveProjectRoleRequest) String() string

type RemoveProjectRoleResponse

type RemoveProjectRoleResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveProjectRoleResponse) Descriptor deprecated

func (*RemoveProjectRoleResponse) Descriptor() ([]byte, []int)

Deprecated: Use RemoveProjectRoleResponse.ProtoReflect.Descriptor instead.

func (*RemoveProjectRoleResponse) GetDetails

func (*RemoveProjectRoleResponse) ProtoMessage

func (*RemoveProjectRoleResponse) ProtoMessage()

func (*RemoveProjectRoleResponse) ProtoReflect

func (*RemoveProjectRoleResponse) Reset

func (x *RemoveProjectRoleResponse) Reset()

func (*RemoveProjectRoleResponse) String

func (x *RemoveProjectRoleResponse) String() string

type RemoveSecondFactorFromLoginPolicyRequest

type RemoveSecondFactorFromLoginPolicyRequest struct {
	Type policy.SecondFactorType `protobuf:"varint,1,opt,name=type,proto3,enum=zitadel.policy.v1.SecondFactorType" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveSecondFactorFromLoginPolicyRequest) Descriptor deprecated

func (*RemoveSecondFactorFromLoginPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveSecondFactorFromLoginPolicyRequest.ProtoReflect.Descriptor instead.

func (*RemoveSecondFactorFromLoginPolicyRequest) GetType

func (*RemoveSecondFactorFromLoginPolicyRequest) ProtoMessage

func (*RemoveSecondFactorFromLoginPolicyRequest) ProtoReflect

func (*RemoveSecondFactorFromLoginPolicyRequest) Reset

func (*RemoveSecondFactorFromLoginPolicyRequest) String

type RemoveSecondFactorFromLoginPolicyResponse

type RemoveSecondFactorFromLoginPolicyResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveSecondFactorFromLoginPolicyResponse) Descriptor deprecated

func (*RemoveSecondFactorFromLoginPolicyResponse) Descriptor() ([]byte, []int)

Deprecated: Use RemoveSecondFactorFromLoginPolicyResponse.ProtoReflect.Descriptor instead.

func (*RemoveSecondFactorFromLoginPolicyResponse) GetDetails

func (*RemoveSecondFactorFromLoginPolicyResponse) ProtoMessage

func (*RemoveSecondFactorFromLoginPolicyResponse) ProtoReflect

func (*RemoveSecondFactorFromLoginPolicyResponse) Reset

func (*RemoveSecondFactorFromLoginPolicyResponse) String

type RemoveUserGrantRequest

type RemoveUserGrantRequest struct {
	UserId  string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	GrantId string `protobuf:"bytes,2,opt,name=grant_id,json=grantId,proto3" json:"grant_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveUserGrantRequest) Descriptor deprecated

func (*RemoveUserGrantRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveUserGrantRequest.ProtoReflect.Descriptor instead.

func (*RemoveUserGrantRequest) GetGrantId

func (x *RemoveUserGrantRequest) GetGrantId() string

func (*RemoveUserGrantRequest) GetUserId

func (x *RemoveUserGrantRequest) GetUserId() string

func (*RemoveUserGrantRequest) ProtoMessage

func (*RemoveUserGrantRequest) ProtoMessage()

func (*RemoveUserGrantRequest) ProtoReflect

func (x *RemoveUserGrantRequest) ProtoReflect() protoreflect.Message

func (*RemoveUserGrantRequest) Reset

func (x *RemoveUserGrantRequest) Reset()

func (*RemoveUserGrantRequest) String

func (x *RemoveUserGrantRequest) String() string

type RemoveUserGrantResponse

type RemoveUserGrantResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveUserGrantResponse) Descriptor deprecated

func (*RemoveUserGrantResponse) Descriptor() ([]byte, []int)

Deprecated: Use RemoveUserGrantResponse.ProtoReflect.Descriptor instead.

func (*RemoveUserGrantResponse) GetDetails

func (x *RemoveUserGrantResponse) GetDetails() *object.ObjectDetails

func (*RemoveUserGrantResponse) ProtoMessage

func (*RemoveUserGrantResponse) ProtoMessage()

func (*RemoveUserGrantResponse) ProtoReflect

func (x *RemoveUserGrantResponse) ProtoReflect() protoreflect.Message

func (*RemoveUserGrantResponse) Reset

func (x *RemoveUserGrantResponse) Reset()

func (*RemoveUserGrantResponse) String

func (x *RemoveUserGrantResponse) String() string

type RemoveUserMetadataRequest

type RemoveUserMetadataRequest struct {
	Id  string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Key string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveUserMetadataRequest) Descriptor deprecated

func (*RemoveUserMetadataRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveUserMetadataRequest.ProtoReflect.Descriptor instead.

func (*RemoveUserMetadataRequest) GetId

func (x *RemoveUserMetadataRequest) GetId() string

func (*RemoveUserMetadataRequest) GetKey

func (x *RemoveUserMetadataRequest) GetKey() string

func (*RemoveUserMetadataRequest) ProtoMessage

func (*RemoveUserMetadataRequest) ProtoMessage()

func (*RemoveUserMetadataRequest) ProtoReflect

func (*RemoveUserMetadataRequest) Reset

func (x *RemoveUserMetadataRequest) Reset()

func (*RemoveUserMetadataRequest) String

func (x *RemoveUserMetadataRequest) String() string

type RemoveUserMetadataResponse

type RemoveUserMetadataResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveUserMetadataResponse) Descriptor deprecated

func (*RemoveUserMetadataResponse) Descriptor() ([]byte, []int)

Deprecated: Use RemoveUserMetadataResponse.ProtoReflect.Descriptor instead.

func (*RemoveUserMetadataResponse) GetDetails

func (*RemoveUserMetadataResponse) ProtoMessage

func (*RemoveUserMetadataResponse) ProtoMessage()

func (*RemoveUserMetadataResponse) ProtoReflect

func (*RemoveUserMetadataResponse) Reset

func (x *RemoveUserMetadataResponse) Reset()

func (*RemoveUserMetadataResponse) String

func (x *RemoveUserMetadataResponse) String() string

type RemoveUserRequest

type RemoveUserRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveUserRequest) Descriptor deprecated

func (*RemoveUserRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveUserRequest.ProtoReflect.Descriptor instead.

func (*RemoveUserRequest) GetId

func (x *RemoveUserRequest) GetId() string

func (*RemoveUserRequest) ProtoMessage

func (*RemoveUserRequest) ProtoMessage()

func (*RemoveUserRequest) ProtoReflect

func (x *RemoveUserRequest) ProtoReflect() protoreflect.Message

func (*RemoveUserRequest) Reset

func (x *RemoveUserRequest) Reset()

func (*RemoveUserRequest) String

func (x *RemoveUserRequest) String() string

type RemoveUserResponse

type RemoveUserResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveUserResponse) Descriptor deprecated

func (*RemoveUserResponse) Descriptor() ([]byte, []int)

Deprecated: Use RemoveUserResponse.ProtoReflect.Descriptor instead.

func (*RemoveUserResponse) GetDetails

func (x *RemoveUserResponse) GetDetails() *object.ObjectDetails

func (*RemoveUserResponse) ProtoMessage

func (*RemoveUserResponse) ProtoMessage()

func (*RemoveUserResponse) ProtoReflect

func (x *RemoveUserResponse) ProtoReflect() protoreflect.Message

func (*RemoveUserResponse) Reset

func (x *RemoveUserResponse) Reset()

func (*RemoveUserResponse) String

func (x *RemoveUserResponse) String() string

type ResendHumanEmailVerificationRequest

type ResendHumanEmailVerificationRequest struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ResendHumanEmailVerificationRequest) Descriptor deprecated

func (*ResendHumanEmailVerificationRequest) Descriptor() ([]byte, []int)

Deprecated: Use ResendHumanEmailVerificationRequest.ProtoReflect.Descriptor instead.

func (*ResendHumanEmailVerificationRequest) GetUserId

func (*ResendHumanEmailVerificationRequest) ProtoMessage

func (*ResendHumanEmailVerificationRequest) ProtoMessage()

func (*ResendHumanEmailVerificationRequest) ProtoReflect

func (*ResendHumanEmailVerificationRequest) Reset

func (*ResendHumanEmailVerificationRequest) String

type ResendHumanEmailVerificationResponse

type ResendHumanEmailVerificationResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*ResendHumanEmailVerificationResponse) Descriptor deprecated

func (*ResendHumanEmailVerificationResponse) Descriptor() ([]byte, []int)

Deprecated: Use ResendHumanEmailVerificationResponse.ProtoReflect.Descriptor instead.

func (*ResendHumanEmailVerificationResponse) GetDetails

func (*ResendHumanEmailVerificationResponse) ProtoMessage

func (*ResendHumanEmailVerificationResponse) ProtoMessage()

func (*ResendHumanEmailVerificationResponse) ProtoReflect

func (*ResendHumanEmailVerificationResponse) Reset

func (*ResendHumanEmailVerificationResponse) String

type ResendHumanInitializationRequest

type ResendHumanInitializationRequest struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Email  string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
	// contains filtered or unexported fields
}

func (*ResendHumanInitializationRequest) Descriptor deprecated

func (*ResendHumanInitializationRequest) Descriptor() ([]byte, []int)

Deprecated: Use ResendHumanInitializationRequest.ProtoReflect.Descriptor instead.

func (*ResendHumanInitializationRequest) GetEmail

func (*ResendHumanInitializationRequest) GetUserId

func (*ResendHumanInitializationRequest) ProtoMessage

func (*ResendHumanInitializationRequest) ProtoMessage()

func (*ResendHumanInitializationRequest) ProtoReflect

func (*ResendHumanInitializationRequest) Reset

func (*ResendHumanInitializationRequest) String

type ResendHumanInitializationResponse

type ResendHumanInitializationResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*ResendHumanInitializationResponse) Descriptor deprecated

func (*ResendHumanInitializationResponse) Descriptor() ([]byte, []int)

Deprecated: Use ResendHumanInitializationResponse.ProtoReflect.Descriptor instead.

func (*ResendHumanInitializationResponse) GetDetails

func (*ResendHumanInitializationResponse) ProtoMessage

func (*ResendHumanInitializationResponse) ProtoMessage()

func (*ResendHumanInitializationResponse) ProtoReflect

func (*ResendHumanInitializationResponse) Reset

func (*ResendHumanInitializationResponse) String

type ResendHumanPhoneVerificationRequest

type ResendHumanPhoneVerificationRequest struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ResendHumanPhoneVerificationRequest) Descriptor deprecated

func (*ResendHumanPhoneVerificationRequest) Descriptor() ([]byte, []int)

Deprecated: Use ResendHumanPhoneVerificationRequest.ProtoReflect.Descriptor instead.

func (*ResendHumanPhoneVerificationRequest) GetUserId

func (*ResendHumanPhoneVerificationRequest) ProtoMessage

func (*ResendHumanPhoneVerificationRequest) ProtoMessage()

func (*ResendHumanPhoneVerificationRequest) ProtoReflect

func (*ResendHumanPhoneVerificationRequest) Reset

func (*ResendHumanPhoneVerificationRequest) String

type ResendHumanPhoneVerificationResponse

type ResendHumanPhoneVerificationResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*ResendHumanPhoneVerificationResponse) Descriptor deprecated

func (*ResendHumanPhoneVerificationResponse) Descriptor() ([]byte, []int)

Deprecated: Use ResendHumanPhoneVerificationResponse.ProtoReflect.Descriptor instead.

func (*ResendHumanPhoneVerificationResponse) GetDetails

func (*ResendHumanPhoneVerificationResponse) ProtoMessage

func (*ResendHumanPhoneVerificationResponse) ProtoMessage()

func (*ResendHumanPhoneVerificationResponse) ProtoReflect

func (*ResendHumanPhoneVerificationResponse) Reset

func (*ResendHumanPhoneVerificationResponse) String

type ResetCustomDomainClaimedMessageTextToDefaultRequest

type ResetCustomDomainClaimedMessageTextToDefaultRequest struct {
	Language string `protobuf:"bytes,1,opt,name=language,proto3" json:"language,omitempty"`
	// contains filtered or unexported fields
}

This is an empty request

func (*ResetCustomDomainClaimedMessageTextToDefaultRequest) Descriptor deprecated

Deprecated: Use ResetCustomDomainClaimedMessageTextToDefaultRequest.ProtoReflect.Descriptor instead.

func (*ResetCustomDomainClaimedMessageTextToDefaultRequest) GetLanguage

func (*ResetCustomDomainClaimedMessageTextToDefaultRequest) ProtoMessage

func (*ResetCustomDomainClaimedMessageTextToDefaultRequest) ProtoReflect

func (*ResetCustomDomainClaimedMessageTextToDefaultRequest) Reset

func (*ResetCustomDomainClaimedMessageTextToDefaultRequest) String

type ResetCustomDomainClaimedMessageTextToDefaultResponse

type ResetCustomDomainClaimedMessageTextToDefaultResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*ResetCustomDomainClaimedMessageTextToDefaultResponse) Descriptor deprecated

Deprecated: Use ResetCustomDomainClaimedMessageTextToDefaultResponse.ProtoReflect.Descriptor instead.

func (*ResetCustomDomainClaimedMessageTextToDefaultResponse) GetDetails

func (*ResetCustomDomainClaimedMessageTextToDefaultResponse) ProtoMessage

func (*ResetCustomDomainClaimedMessageTextToDefaultResponse) ProtoReflect

func (*ResetCustomDomainClaimedMessageTextToDefaultResponse) Reset

func (*ResetCustomDomainClaimedMessageTextToDefaultResponse) String

type ResetCustomInitMessageTextToDefaultRequest

type ResetCustomInitMessageTextToDefaultRequest struct {
	Language string `protobuf:"bytes,1,opt,name=language,proto3" json:"language,omitempty"`
	// contains filtered or unexported fields
}

func (*ResetCustomInitMessageTextToDefaultRequest) Descriptor deprecated

Deprecated: Use ResetCustomInitMessageTextToDefaultRequest.ProtoReflect.Descriptor instead.

func (*ResetCustomInitMessageTextToDefaultRequest) GetLanguage

func (*ResetCustomInitMessageTextToDefaultRequest) ProtoMessage

func (*ResetCustomInitMessageTextToDefaultRequest) ProtoReflect

func (*ResetCustomInitMessageTextToDefaultRequest) Reset

func (*ResetCustomInitMessageTextToDefaultRequest) String

type ResetCustomInitMessageTextToDefaultResponse

type ResetCustomInitMessageTextToDefaultResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*ResetCustomInitMessageTextToDefaultResponse) Descriptor deprecated

Deprecated: Use ResetCustomInitMessageTextToDefaultResponse.ProtoReflect.Descriptor instead.

func (*ResetCustomInitMessageTextToDefaultResponse) GetDetails

func (*ResetCustomInitMessageTextToDefaultResponse) ProtoMessage

func (*ResetCustomInitMessageTextToDefaultResponse) ProtoReflect

func (*ResetCustomInitMessageTextToDefaultResponse) Reset

func (*ResetCustomInitMessageTextToDefaultResponse) String

type ResetCustomLoginTextsToDefaultRequest

type ResetCustomLoginTextsToDefaultRequest struct {
	Language string `protobuf:"bytes,1,opt,name=language,proto3" json:"language,omitempty"`
	// contains filtered or unexported fields
}

func (*ResetCustomLoginTextsToDefaultRequest) Descriptor deprecated

func (*ResetCustomLoginTextsToDefaultRequest) Descriptor() ([]byte, []int)

Deprecated: Use ResetCustomLoginTextsToDefaultRequest.ProtoReflect.Descriptor instead.

func (*ResetCustomLoginTextsToDefaultRequest) GetLanguage

func (*ResetCustomLoginTextsToDefaultRequest) ProtoMessage

func (*ResetCustomLoginTextsToDefaultRequest) ProtoMessage()

func (*ResetCustomLoginTextsToDefaultRequest) ProtoReflect

func (*ResetCustomLoginTextsToDefaultRequest) Reset

func (*ResetCustomLoginTextsToDefaultRequest) String

type ResetCustomLoginTextsToDefaultResponse

type ResetCustomLoginTextsToDefaultResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*ResetCustomLoginTextsToDefaultResponse) Descriptor deprecated

func (*ResetCustomLoginTextsToDefaultResponse) Descriptor() ([]byte, []int)

Deprecated: Use ResetCustomLoginTextsToDefaultResponse.ProtoReflect.Descriptor instead.

func (*ResetCustomLoginTextsToDefaultResponse) GetDetails

func (*ResetCustomLoginTextsToDefaultResponse) ProtoMessage

func (*ResetCustomLoginTextsToDefaultResponse) ProtoReflect

func (*ResetCustomLoginTextsToDefaultResponse) Reset

func (*ResetCustomLoginTextsToDefaultResponse) String

type ResetCustomPasswordResetMessageTextToDefaultRequest

type ResetCustomPasswordResetMessageTextToDefaultRequest struct {
	Language string `protobuf:"bytes,1,opt,name=language,proto3" json:"language,omitempty"`
	// contains filtered or unexported fields
}

func (*ResetCustomPasswordResetMessageTextToDefaultRequest) Descriptor deprecated

Deprecated: Use ResetCustomPasswordResetMessageTextToDefaultRequest.ProtoReflect.Descriptor instead.

func (*ResetCustomPasswordResetMessageTextToDefaultRequest) GetLanguage

func (*ResetCustomPasswordResetMessageTextToDefaultRequest) ProtoMessage

func (*ResetCustomPasswordResetMessageTextToDefaultRequest) ProtoReflect

func (*ResetCustomPasswordResetMessageTextToDefaultRequest) Reset

func (*ResetCustomPasswordResetMessageTextToDefaultRequest) String

type ResetCustomPasswordResetMessageTextToDefaultResponse

type ResetCustomPasswordResetMessageTextToDefaultResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*ResetCustomPasswordResetMessageTextToDefaultResponse) Descriptor deprecated

Deprecated: Use ResetCustomPasswordResetMessageTextToDefaultResponse.ProtoReflect.Descriptor instead.

func (*ResetCustomPasswordResetMessageTextToDefaultResponse) GetDetails

func (*ResetCustomPasswordResetMessageTextToDefaultResponse) ProtoMessage

func (*ResetCustomPasswordResetMessageTextToDefaultResponse) ProtoReflect

func (*ResetCustomPasswordResetMessageTextToDefaultResponse) Reset

func (*ResetCustomPasswordResetMessageTextToDefaultResponse) String

type ResetCustomPasswordlessRegistrationMessageTextToDefaultRequest

type ResetCustomPasswordlessRegistrationMessageTextToDefaultRequest struct {
	Language string `protobuf:"bytes,1,opt,name=language,proto3" json:"language,omitempty"`
	// contains filtered or unexported fields
}

func (*ResetCustomPasswordlessRegistrationMessageTextToDefaultRequest) Descriptor deprecated

Deprecated: Use ResetCustomPasswordlessRegistrationMessageTextToDefaultRequest.ProtoReflect.Descriptor instead.

func (*ResetCustomPasswordlessRegistrationMessageTextToDefaultRequest) GetLanguage

func (*ResetCustomPasswordlessRegistrationMessageTextToDefaultRequest) ProtoMessage

func (*ResetCustomPasswordlessRegistrationMessageTextToDefaultRequest) ProtoReflect

func (*ResetCustomPasswordlessRegistrationMessageTextToDefaultRequest) Reset

func (*ResetCustomPasswordlessRegistrationMessageTextToDefaultRequest) String

type ResetCustomPasswordlessRegistrationMessageTextToDefaultResponse

type ResetCustomPasswordlessRegistrationMessageTextToDefaultResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*ResetCustomPasswordlessRegistrationMessageTextToDefaultResponse) Descriptor deprecated

Deprecated: Use ResetCustomPasswordlessRegistrationMessageTextToDefaultResponse.ProtoReflect.Descriptor instead.

func (*ResetCustomPasswordlessRegistrationMessageTextToDefaultResponse) GetDetails

func (*ResetCustomPasswordlessRegistrationMessageTextToDefaultResponse) ProtoMessage

func (*ResetCustomPasswordlessRegistrationMessageTextToDefaultResponse) ProtoReflect

func (*ResetCustomPasswordlessRegistrationMessageTextToDefaultResponse) Reset

func (*ResetCustomPasswordlessRegistrationMessageTextToDefaultResponse) String

type ResetCustomVerifyEmailMessageTextToDefaultRequest

type ResetCustomVerifyEmailMessageTextToDefaultRequest struct {
	Language string `protobuf:"bytes,1,opt,name=language,proto3" json:"language,omitempty"`
	// contains filtered or unexported fields
}

func (*ResetCustomVerifyEmailMessageTextToDefaultRequest) Descriptor deprecated

Deprecated: Use ResetCustomVerifyEmailMessageTextToDefaultRequest.ProtoReflect.Descriptor instead.

func (*ResetCustomVerifyEmailMessageTextToDefaultRequest) GetLanguage

func (*ResetCustomVerifyEmailMessageTextToDefaultRequest) ProtoMessage

func (*ResetCustomVerifyEmailMessageTextToDefaultRequest) ProtoReflect

func (*ResetCustomVerifyEmailMessageTextToDefaultRequest) Reset

func (*ResetCustomVerifyEmailMessageTextToDefaultRequest) String

type ResetCustomVerifyEmailMessageTextToDefaultResponse

type ResetCustomVerifyEmailMessageTextToDefaultResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*ResetCustomVerifyEmailMessageTextToDefaultResponse) Descriptor deprecated

Deprecated: Use ResetCustomVerifyEmailMessageTextToDefaultResponse.ProtoReflect.Descriptor instead.

func (*ResetCustomVerifyEmailMessageTextToDefaultResponse) GetDetails

func (*ResetCustomVerifyEmailMessageTextToDefaultResponse) ProtoMessage

func (*ResetCustomVerifyEmailMessageTextToDefaultResponse) ProtoReflect

func (*ResetCustomVerifyEmailMessageTextToDefaultResponse) Reset

func (*ResetCustomVerifyEmailMessageTextToDefaultResponse) String

type ResetCustomVerifyPhoneMessageTextToDefaultRequest

type ResetCustomVerifyPhoneMessageTextToDefaultRequest struct {
	Language string `protobuf:"bytes,1,opt,name=language,proto3" json:"language,omitempty"`
	// contains filtered or unexported fields
}

func (*ResetCustomVerifyPhoneMessageTextToDefaultRequest) Descriptor deprecated

Deprecated: Use ResetCustomVerifyPhoneMessageTextToDefaultRequest.ProtoReflect.Descriptor instead.

func (*ResetCustomVerifyPhoneMessageTextToDefaultRequest) GetLanguage

func (*ResetCustomVerifyPhoneMessageTextToDefaultRequest) ProtoMessage

func (*ResetCustomVerifyPhoneMessageTextToDefaultRequest) ProtoReflect

func (*ResetCustomVerifyPhoneMessageTextToDefaultRequest) Reset

func (*ResetCustomVerifyPhoneMessageTextToDefaultRequest) String

type ResetCustomVerifyPhoneMessageTextToDefaultResponse

type ResetCustomVerifyPhoneMessageTextToDefaultResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*ResetCustomVerifyPhoneMessageTextToDefaultResponse) Descriptor deprecated

Deprecated: Use ResetCustomVerifyPhoneMessageTextToDefaultResponse.ProtoReflect.Descriptor instead.

func (*ResetCustomVerifyPhoneMessageTextToDefaultResponse) GetDetails

func (*ResetCustomVerifyPhoneMessageTextToDefaultResponse) ProtoMessage

func (*ResetCustomVerifyPhoneMessageTextToDefaultResponse) ProtoReflect

func (*ResetCustomVerifyPhoneMessageTextToDefaultResponse) Reset

func (*ResetCustomVerifyPhoneMessageTextToDefaultResponse) String

type ResetLabelPolicyToDefaultRequest

type ResetLabelPolicyToDefaultRequest struct {
	// contains filtered or unexported fields
}

This is an empty request

func (*ResetLabelPolicyToDefaultRequest) Descriptor deprecated

func (*ResetLabelPolicyToDefaultRequest) Descriptor() ([]byte, []int)

Deprecated: Use ResetLabelPolicyToDefaultRequest.ProtoReflect.Descriptor instead.

func (*ResetLabelPolicyToDefaultRequest) ProtoMessage

func (*ResetLabelPolicyToDefaultRequest) ProtoMessage()

func (*ResetLabelPolicyToDefaultRequest) ProtoReflect

func (*ResetLabelPolicyToDefaultRequest) Reset

func (*ResetLabelPolicyToDefaultRequest) String

type ResetLabelPolicyToDefaultResponse

type ResetLabelPolicyToDefaultResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*ResetLabelPolicyToDefaultResponse) Descriptor deprecated

func (*ResetLabelPolicyToDefaultResponse) Descriptor() ([]byte, []int)

Deprecated: Use ResetLabelPolicyToDefaultResponse.ProtoReflect.Descriptor instead.

func (*ResetLabelPolicyToDefaultResponse) GetDetails

func (*ResetLabelPolicyToDefaultResponse) ProtoMessage

func (*ResetLabelPolicyToDefaultResponse) ProtoMessage()

func (*ResetLabelPolicyToDefaultResponse) ProtoReflect

func (*ResetLabelPolicyToDefaultResponse) Reset

func (*ResetLabelPolicyToDefaultResponse) String

type ResetLockoutPolicyToDefaultRequest

type ResetLockoutPolicyToDefaultRequest struct {
	// contains filtered or unexported fields
}

This is an empty request

func (*ResetLockoutPolicyToDefaultRequest) Descriptor deprecated

func (*ResetLockoutPolicyToDefaultRequest) Descriptor() ([]byte, []int)

Deprecated: Use ResetLockoutPolicyToDefaultRequest.ProtoReflect.Descriptor instead.

func (*ResetLockoutPolicyToDefaultRequest) ProtoMessage

func (*ResetLockoutPolicyToDefaultRequest) ProtoMessage()

func (*ResetLockoutPolicyToDefaultRequest) ProtoReflect

func (*ResetLockoutPolicyToDefaultRequest) Reset

func (*ResetLockoutPolicyToDefaultRequest) String

type ResetLockoutPolicyToDefaultResponse

type ResetLockoutPolicyToDefaultResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*ResetLockoutPolicyToDefaultResponse) Descriptor deprecated

func (*ResetLockoutPolicyToDefaultResponse) Descriptor() ([]byte, []int)

Deprecated: Use ResetLockoutPolicyToDefaultResponse.ProtoReflect.Descriptor instead.

func (*ResetLockoutPolicyToDefaultResponse) GetDetails

func (*ResetLockoutPolicyToDefaultResponse) ProtoMessage

func (*ResetLockoutPolicyToDefaultResponse) ProtoMessage()

func (*ResetLockoutPolicyToDefaultResponse) ProtoReflect

func (*ResetLockoutPolicyToDefaultResponse) Reset

func (*ResetLockoutPolicyToDefaultResponse) String

type ResetLoginPolicyToDefaultRequest

type ResetLoginPolicyToDefaultRequest struct {
	// contains filtered or unexported fields
}

func (*ResetLoginPolicyToDefaultRequest) Descriptor deprecated

func (*ResetLoginPolicyToDefaultRequest) Descriptor() ([]byte, []int)

Deprecated: Use ResetLoginPolicyToDefaultRequest.ProtoReflect.Descriptor instead.

func (*ResetLoginPolicyToDefaultRequest) ProtoMessage

func (*ResetLoginPolicyToDefaultRequest) ProtoMessage()

func (*ResetLoginPolicyToDefaultRequest) ProtoReflect

func (*ResetLoginPolicyToDefaultRequest) Reset

func (*ResetLoginPolicyToDefaultRequest) String

type ResetLoginPolicyToDefaultResponse

type ResetLoginPolicyToDefaultResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*ResetLoginPolicyToDefaultResponse) Descriptor deprecated

func (*ResetLoginPolicyToDefaultResponse) Descriptor() ([]byte, []int)

Deprecated: Use ResetLoginPolicyToDefaultResponse.ProtoReflect.Descriptor instead.

func (*ResetLoginPolicyToDefaultResponse) GetDetails

func (*ResetLoginPolicyToDefaultResponse) ProtoMessage

func (*ResetLoginPolicyToDefaultResponse) ProtoMessage()

func (*ResetLoginPolicyToDefaultResponse) ProtoReflect

func (*ResetLoginPolicyToDefaultResponse) Reset

func (*ResetLoginPolicyToDefaultResponse) String

type ResetPasswordAgePolicyToDefaultRequest

type ResetPasswordAgePolicyToDefaultRequest struct {
	// contains filtered or unexported fields
}

This is an empty request

func (*ResetPasswordAgePolicyToDefaultRequest) Descriptor deprecated

func (*ResetPasswordAgePolicyToDefaultRequest) Descriptor() ([]byte, []int)

Deprecated: Use ResetPasswordAgePolicyToDefaultRequest.ProtoReflect.Descriptor instead.

func (*ResetPasswordAgePolicyToDefaultRequest) ProtoMessage

func (*ResetPasswordAgePolicyToDefaultRequest) ProtoReflect

func (*ResetPasswordAgePolicyToDefaultRequest) Reset

func (*ResetPasswordAgePolicyToDefaultRequest) String

type ResetPasswordAgePolicyToDefaultResponse

type ResetPasswordAgePolicyToDefaultResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*ResetPasswordAgePolicyToDefaultResponse) Descriptor deprecated

func (*ResetPasswordAgePolicyToDefaultResponse) Descriptor() ([]byte, []int)

Deprecated: Use ResetPasswordAgePolicyToDefaultResponse.ProtoReflect.Descriptor instead.

func (*ResetPasswordAgePolicyToDefaultResponse) GetDetails

func (*ResetPasswordAgePolicyToDefaultResponse) ProtoMessage

func (*ResetPasswordAgePolicyToDefaultResponse) ProtoReflect

func (*ResetPasswordAgePolicyToDefaultResponse) Reset

func (*ResetPasswordAgePolicyToDefaultResponse) String

type ResetPasswordComplexityPolicyToDefaultRequest

type ResetPasswordComplexityPolicyToDefaultRequest struct {
	// contains filtered or unexported fields
}

This is an empty request

func (*ResetPasswordComplexityPolicyToDefaultRequest) Descriptor deprecated

Deprecated: Use ResetPasswordComplexityPolicyToDefaultRequest.ProtoReflect.Descriptor instead.

func (*ResetPasswordComplexityPolicyToDefaultRequest) ProtoMessage

func (*ResetPasswordComplexityPolicyToDefaultRequest) ProtoReflect

func (*ResetPasswordComplexityPolicyToDefaultRequest) Reset

func (*ResetPasswordComplexityPolicyToDefaultRequest) String

type ResetPasswordComplexityPolicyToDefaultResponse

type ResetPasswordComplexityPolicyToDefaultResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*ResetPasswordComplexityPolicyToDefaultResponse) Descriptor deprecated

Deprecated: Use ResetPasswordComplexityPolicyToDefaultResponse.ProtoReflect.Descriptor instead.

func (*ResetPasswordComplexityPolicyToDefaultResponse) GetDetails

func (*ResetPasswordComplexityPolicyToDefaultResponse) ProtoMessage

func (*ResetPasswordComplexityPolicyToDefaultResponse) ProtoReflect

func (*ResetPasswordComplexityPolicyToDefaultResponse) Reset

func (*ResetPasswordComplexityPolicyToDefaultResponse) String

type ResetPrivacyPolicyToDefaultRequest

type ResetPrivacyPolicyToDefaultRequest struct {
	// contains filtered or unexported fields
}

This is an empty request

func (*ResetPrivacyPolicyToDefaultRequest) Descriptor deprecated

func (*ResetPrivacyPolicyToDefaultRequest) Descriptor() ([]byte, []int)

Deprecated: Use ResetPrivacyPolicyToDefaultRequest.ProtoReflect.Descriptor instead.

func (*ResetPrivacyPolicyToDefaultRequest) ProtoMessage

func (*ResetPrivacyPolicyToDefaultRequest) ProtoMessage()

func (*ResetPrivacyPolicyToDefaultRequest) ProtoReflect

func (*ResetPrivacyPolicyToDefaultRequest) Reset

func (*ResetPrivacyPolicyToDefaultRequest) String

type ResetPrivacyPolicyToDefaultResponse

type ResetPrivacyPolicyToDefaultResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*ResetPrivacyPolicyToDefaultResponse) Descriptor deprecated

func (*ResetPrivacyPolicyToDefaultResponse) Descriptor() ([]byte, []int)

Deprecated: Use ResetPrivacyPolicyToDefaultResponse.ProtoReflect.Descriptor instead.

func (*ResetPrivacyPolicyToDefaultResponse) GetDetails

func (*ResetPrivacyPolicyToDefaultResponse) ProtoMessage

func (*ResetPrivacyPolicyToDefaultResponse) ProtoMessage()

func (*ResetPrivacyPolicyToDefaultResponse) ProtoReflect

func (*ResetPrivacyPolicyToDefaultResponse) Reset

func (*ResetPrivacyPolicyToDefaultResponse) String

type SendHumanResetPasswordNotificationRequest

type SendHumanResetPasswordNotificationRequest struct {
	UserId string                                         `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Type   SendHumanResetPasswordNotificationRequest_Type `` /* 136-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SendHumanResetPasswordNotificationRequest) Descriptor deprecated

func (*SendHumanResetPasswordNotificationRequest) Descriptor() ([]byte, []int)

Deprecated: Use SendHumanResetPasswordNotificationRequest.ProtoReflect.Descriptor instead.

func (*SendHumanResetPasswordNotificationRequest) GetType

func (*SendHumanResetPasswordNotificationRequest) GetUserId

func (*SendHumanResetPasswordNotificationRequest) ProtoMessage

func (*SendHumanResetPasswordNotificationRequest) ProtoReflect

func (*SendHumanResetPasswordNotificationRequest) Reset

func (*SendHumanResetPasswordNotificationRequest) String

type SendHumanResetPasswordNotificationRequest_Type

type SendHumanResetPasswordNotificationRequest_Type int32
const (
	SendHumanResetPasswordNotificationRequest_TYPE_EMAIL SendHumanResetPasswordNotificationRequest_Type = 0
	SendHumanResetPasswordNotificationRequest_TYPE_SMS   SendHumanResetPasswordNotificationRequest_Type = 1
)

func (SendHumanResetPasswordNotificationRequest_Type) Descriptor

func (SendHumanResetPasswordNotificationRequest_Type) Enum

func (SendHumanResetPasswordNotificationRequest_Type) EnumDescriptor deprecated

Deprecated: Use SendHumanResetPasswordNotificationRequest_Type.Descriptor instead.

func (SendHumanResetPasswordNotificationRequest_Type) Number

func (SendHumanResetPasswordNotificationRequest_Type) String

func (SendHumanResetPasswordNotificationRequest_Type) Type

type SendHumanResetPasswordNotificationResponse

type SendHumanResetPasswordNotificationResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*SendHumanResetPasswordNotificationResponse) Descriptor deprecated

Deprecated: Use SendHumanResetPasswordNotificationResponse.ProtoReflect.Descriptor instead.

func (*SendHumanResetPasswordNotificationResponse) GetDetails

func (*SendHumanResetPasswordNotificationResponse) ProtoMessage

func (*SendHumanResetPasswordNotificationResponse) ProtoReflect

func (*SendHumanResetPasswordNotificationResponse) Reset

func (*SendHumanResetPasswordNotificationResponse) String

type SendPasswordlessRegistrationRequest

type SendPasswordlessRegistrationRequest struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*SendPasswordlessRegistrationRequest) Descriptor deprecated

func (*SendPasswordlessRegistrationRequest) Descriptor() ([]byte, []int)

Deprecated: Use SendPasswordlessRegistrationRequest.ProtoReflect.Descriptor instead.

func (*SendPasswordlessRegistrationRequest) GetUserId

func (*SendPasswordlessRegistrationRequest) ProtoMessage

func (*SendPasswordlessRegistrationRequest) ProtoMessage()

func (*SendPasswordlessRegistrationRequest) ProtoReflect

func (*SendPasswordlessRegistrationRequest) Reset

func (*SendPasswordlessRegistrationRequest) String

type SendPasswordlessRegistrationResponse

type SendPasswordlessRegistrationResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*SendPasswordlessRegistrationResponse) Descriptor deprecated

func (*SendPasswordlessRegistrationResponse) Descriptor() ([]byte, []int)

Deprecated: Use SendPasswordlessRegistrationResponse.ProtoReflect.Descriptor instead.

func (*SendPasswordlessRegistrationResponse) GetDetails

func (*SendPasswordlessRegistrationResponse) ProtoMessage

func (*SendPasswordlessRegistrationResponse) ProtoMessage()

func (*SendPasswordlessRegistrationResponse) ProtoReflect

func (*SendPasswordlessRegistrationResponse) Reset

func (*SendPasswordlessRegistrationResponse) String

type SetCustomDomainClaimedMessageTextRequest

type SetCustomDomainClaimedMessageTextRequest struct {
	Language   string `protobuf:"bytes,1,opt,name=language,proto3" json:"language,omitempty"`
	Title      string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	PreHeader  string `protobuf:"bytes,3,opt,name=pre_header,json=preHeader,proto3" json:"pre_header,omitempty"`
	Subject    string `protobuf:"bytes,4,opt,name=subject,proto3" json:"subject,omitempty"`
	Greeting   string `protobuf:"bytes,5,opt,name=greeting,proto3" json:"greeting,omitempty"`
	Text       string `protobuf:"bytes,6,opt,name=text,proto3" json:"text,omitempty"`
	ButtonText string `protobuf:"bytes,7,opt,name=button_text,json=buttonText,proto3" json:"button_text,omitempty"`
	FooterText string `protobuf:"bytes,8,opt,name=footer_text,json=footerText,proto3" json:"footer_text,omitempty"`
	// contains filtered or unexported fields
}

func (*SetCustomDomainClaimedMessageTextRequest) Descriptor deprecated

func (*SetCustomDomainClaimedMessageTextRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetCustomDomainClaimedMessageTextRequest.ProtoReflect.Descriptor instead.

func (*SetCustomDomainClaimedMessageTextRequest) GetButtonText

func (*SetCustomDomainClaimedMessageTextRequest) GetFooterText

func (*SetCustomDomainClaimedMessageTextRequest) GetGreeting

func (*SetCustomDomainClaimedMessageTextRequest) GetLanguage

func (*SetCustomDomainClaimedMessageTextRequest) GetPreHeader

func (*SetCustomDomainClaimedMessageTextRequest) GetSubject

func (*SetCustomDomainClaimedMessageTextRequest) GetText

func (*SetCustomDomainClaimedMessageTextRequest) GetTitle

func (*SetCustomDomainClaimedMessageTextRequest) ProtoMessage

func (*SetCustomDomainClaimedMessageTextRequest) ProtoReflect

func (*SetCustomDomainClaimedMessageTextRequest) Reset

func (*SetCustomDomainClaimedMessageTextRequest) String

type SetCustomDomainClaimedMessageTextResponse

type SetCustomDomainClaimedMessageTextResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*SetCustomDomainClaimedMessageTextResponse) Descriptor deprecated

func (*SetCustomDomainClaimedMessageTextResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetCustomDomainClaimedMessageTextResponse.ProtoReflect.Descriptor instead.

func (*SetCustomDomainClaimedMessageTextResponse) GetDetails

func (*SetCustomDomainClaimedMessageTextResponse) ProtoMessage

func (*SetCustomDomainClaimedMessageTextResponse) ProtoReflect

func (*SetCustomDomainClaimedMessageTextResponse) Reset

func (*SetCustomDomainClaimedMessageTextResponse) String

type SetCustomInitMessageTextRequest

type SetCustomInitMessageTextRequest struct {
	Language   string `protobuf:"bytes,1,opt,name=language,proto3" json:"language,omitempty"`
	Title      string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	PreHeader  string `protobuf:"bytes,3,opt,name=pre_header,json=preHeader,proto3" json:"pre_header,omitempty"`
	Subject    string `protobuf:"bytes,4,opt,name=subject,proto3" json:"subject,omitempty"`
	Greeting   string `protobuf:"bytes,5,opt,name=greeting,proto3" json:"greeting,omitempty"`
	Text       string `protobuf:"bytes,6,opt,name=text,proto3" json:"text,omitempty"`
	ButtonText string `protobuf:"bytes,7,opt,name=button_text,json=buttonText,proto3" json:"button_text,omitempty"`
	FooterText string `protobuf:"bytes,8,opt,name=footer_text,json=footerText,proto3" json:"footer_text,omitempty"`
	// contains filtered or unexported fields
}

func (*SetCustomInitMessageTextRequest) Descriptor deprecated

func (*SetCustomInitMessageTextRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetCustomInitMessageTextRequest.ProtoReflect.Descriptor instead.

func (*SetCustomInitMessageTextRequest) GetButtonText

func (x *SetCustomInitMessageTextRequest) GetButtonText() string

func (*SetCustomInitMessageTextRequest) GetFooterText

func (x *SetCustomInitMessageTextRequest) GetFooterText() string

func (*SetCustomInitMessageTextRequest) GetGreeting

func (x *SetCustomInitMessageTextRequest) GetGreeting() string

func (*SetCustomInitMessageTextRequest) GetLanguage

func (x *SetCustomInitMessageTextRequest) GetLanguage() string

func (*SetCustomInitMessageTextRequest) GetPreHeader

func (x *SetCustomInitMessageTextRequest) GetPreHeader() string

func (*SetCustomInitMessageTextRequest) GetSubject

func (x *SetCustomInitMessageTextRequest) GetSubject() string

func (*SetCustomInitMessageTextRequest) GetText

func (*SetCustomInitMessageTextRequest) GetTitle

func (*SetCustomInitMessageTextRequest) ProtoMessage

func (*SetCustomInitMessageTextRequest) ProtoMessage()

func (*SetCustomInitMessageTextRequest) ProtoReflect

func (*SetCustomInitMessageTextRequest) Reset

func (*SetCustomInitMessageTextRequest) String

type SetCustomInitMessageTextResponse

type SetCustomInitMessageTextResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*SetCustomInitMessageTextResponse) Descriptor deprecated

func (*SetCustomInitMessageTextResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetCustomInitMessageTextResponse.ProtoReflect.Descriptor instead.

func (*SetCustomInitMessageTextResponse) GetDetails

func (*SetCustomInitMessageTextResponse) ProtoMessage

func (*SetCustomInitMessageTextResponse) ProtoMessage()

func (*SetCustomInitMessageTextResponse) ProtoReflect

func (*SetCustomInitMessageTextResponse) Reset

func (*SetCustomInitMessageTextResponse) String

type SetCustomLoginTextsRequest

type SetCustomLoginTextsRequest struct {
	Language                             string                                           `protobuf:"bytes,1,opt,name=language,proto3" json:"language,omitempty"`
	SelectAccountText                    *text.SelectAccountScreenText                    `protobuf:"bytes,2,opt,name=select_account_text,json=selectAccountText,proto3" json:"select_account_text,omitempty"`
	LoginText                            *text.LoginScreenText                            `protobuf:"bytes,3,opt,name=login_text,json=loginText,proto3" json:"login_text,omitempty"`
	PasswordText                         *text.PasswordScreenText                         `protobuf:"bytes,4,opt,name=password_text,json=passwordText,proto3" json:"password_text,omitempty"`
	UsernameChangeText                   *text.UsernameChangeScreenText                   `protobuf:"bytes,5,opt,name=username_change_text,json=usernameChangeText,proto3" json:"username_change_text,omitempty"`
	UsernameChangeDoneText               *text.UsernameChangeDoneScreenText               `` /* 131-byte string literal not displayed */
	InitPasswordText                     *text.InitPasswordScreenText                     `protobuf:"bytes,7,opt,name=init_password_text,json=initPasswordText,proto3" json:"init_password_text,omitempty"`
	InitPasswordDoneText                 *text.InitPasswordDoneScreenText                 `protobuf:"bytes,8,opt,name=init_password_done_text,json=initPasswordDoneText,proto3" json:"init_password_done_text,omitempty"`
	EmailVerificationText                *text.EmailVerificationScreenText                `` /* 126-byte string literal not displayed */
	EmailVerificationDoneText            *text.EmailVerificationDoneScreenText            `` /* 141-byte string literal not displayed */
	InitializeUserText                   *text.InitializeUserScreenText                   `protobuf:"bytes,11,opt,name=initialize_user_text,json=initializeUserText,proto3" json:"initialize_user_text,omitempty"`
	InitializeDoneText                   *text.InitializeUserDoneScreenText               `protobuf:"bytes,12,opt,name=initialize_done_text,json=initializeDoneText,proto3" json:"initialize_done_text,omitempty"`
	InitMfaPromptText                    *text.InitMFAPromptScreenText                    `protobuf:"bytes,13,opt,name=init_mfa_prompt_text,json=initMfaPromptText,proto3" json:"init_mfa_prompt_text,omitempty"`
	InitMfaOtpText                       *text.InitMFAOTPScreenText                       `protobuf:"bytes,14,opt,name=init_mfa_otp_text,json=initMfaOtpText,proto3" json:"init_mfa_otp_text,omitempty"`
	InitMfaU2FText                       *text.InitMFAU2FScreenText                       `protobuf:"bytes,15,opt,name=init_mfa_u2f_text,json=initMfaU2fText,proto3" json:"init_mfa_u2f_text,omitempty"`
	InitMfaDoneText                      *text.InitMFADoneScreenText                      `protobuf:"bytes,16,opt,name=init_mfa_done_text,json=initMfaDoneText,proto3" json:"init_mfa_done_text,omitempty"`
	MfaProvidersText                     *text.MFAProvidersText                           `protobuf:"bytes,17,opt,name=mfa_providers_text,json=mfaProvidersText,proto3" json:"mfa_providers_text,omitempty"`
	VerifyMfaOtpText                     *text.VerifyMFAOTPScreenText                     `protobuf:"bytes,18,opt,name=verify_mfa_otp_text,json=verifyMfaOtpText,proto3" json:"verify_mfa_otp_text,omitempty"`
	VerifyMfaU2FText                     *text.VerifyMFAU2FScreenText                     `protobuf:"bytes,19,opt,name=verify_mfa_u2f_text,json=verifyMfaU2fText,proto3" json:"verify_mfa_u2f_text,omitempty"`
	PasswordlessText                     *text.PasswordlessScreenText                     `protobuf:"bytes,20,opt,name=passwordless_text,json=passwordlessText,proto3" json:"passwordless_text,omitempty"`
	PasswordChangeText                   *text.PasswordChangeScreenText                   `protobuf:"bytes,21,opt,name=password_change_text,json=passwordChangeText,proto3" json:"password_change_text,omitempty"`
	PasswordChangeDoneText               *text.PasswordChangeDoneScreenText               `` /* 132-byte string literal not displayed */
	PasswordResetDoneText                *text.PasswordResetDoneScreenText                `` /* 129-byte string literal not displayed */
	RegistrationOptionText               *text.RegistrationOptionScreenText               `` /* 130-byte string literal not displayed */
	RegistrationUserText                 *text.RegistrationUserScreenText                 `protobuf:"bytes,25,opt,name=registration_user_text,json=registrationUserText,proto3" json:"registration_user_text,omitempty"`
	RegistrationOrgText                  *text.RegistrationOrgScreenText                  `protobuf:"bytes,26,opt,name=registration_org_text,json=registrationOrgText,proto3" json:"registration_org_text,omitempty"`
	LinkingUserDoneText                  *text.LinkingUserDoneScreenText                  `protobuf:"bytes,27,opt,name=linking_user_done_text,json=linkingUserDoneText,proto3" json:"linking_user_done_text,omitempty"`
	ExternalUserNotFoundText             *text.ExternalUserNotFoundScreenText             `` /* 140-byte string literal not displayed */
	SuccessLoginText                     *text.SuccessLoginScreenText                     `protobuf:"bytes,29,opt,name=success_login_text,json=successLoginText,proto3" json:"success_login_text,omitempty"`
	LogoutText                           *text.LogoutDoneScreenText                       `protobuf:"bytes,30,opt,name=logout_text,json=logoutText,proto3" json:"logout_text,omitempty"`
	FooterText                           *text.FooterText                                 `protobuf:"bytes,31,opt,name=footer_text,json=footerText,proto3" json:"footer_text,omitempty"`
	PasswordlessPromptText               *text.PasswordlessPromptScreenText               `` /* 130-byte string literal not displayed */
	PasswordlessRegistrationText         *text.PasswordlessRegistrationScreenText         `` /* 148-byte string literal not displayed */
	PasswordlessRegistrationDoneText     *text.PasswordlessRegistrationDoneScreenText     `` /* 162-byte string literal not displayed */
	ExternalRegistrationUserOverviewText *text.ExternalRegistrationUserOverviewScreenText `` /* 176-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SetCustomLoginTextsRequest) Descriptor deprecated

func (*SetCustomLoginTextsRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetCustomLoginTextsRequest.ProtoReflect.Descriptor instead.

func (*SetCustomLoginTextsRequest) GetEmailVerificationDoneText

func (x *SetCustomLoginTextsRequest) GetEmailVerificationDoneText() *text.EmailVerificationDoneScreenText

func (*SetCustomLoginTextsRequest) GetEmailVerificationText

func (x *SetCustomLoginTextsRequest) GetEmailVerificationText() *text.EmailVerificationScreenText

func (*SetCustomLoginTextsRequest) GetExternalRegistrationUserOverviewText

func (x *SetCustomLoginTextsRequest) GetExternalRegistrationUserOverviewText() *text.ExternalRegistrationUserOverviewScreenText

func (*SetCustomLoginTextsRequest) GetExternalUserNotFoundText

func (x *SetCustomLoginTextsRequest) GetExternalUserNotFoundText() *text.ExternalUserNotFoundScreenText

func (*SetCustomLoginTextsRequest) GetFooterText

func (x *SetCustomLoginTextsRequest) GetFooterText() *text.FooterText

func (*SetCustomLoginTextsRequest) GetInitMfaDoneText

func (x *SetCustomLoginTextsRequest) GetInitMfaDoneText() *text.InitMFADoneScreenText

func (*SetCustomLoginTextsRequest) GetInitMfaOtpText

func (x *SetCustomLoginTextsRequest) GetInitMfaOtpText() *text.InitMFAOTPScreenText

func (*SetCustomLoginTextsRequest) GetInitMfaPromptText

func (x *SetCustomLoginTextsRequest) GetInitMfaPromptText() *text.InitMFAPromptScreenText

func (*SetCustomLoginTextsRequest) GetInitMfaU2FText

func (x *SetCustomLoginTextsRequest) GetInitMfaU2FText() *text.InitMFAU2FScreenText

func (*SetCustomLoginTextsRequest) GetInitPasswordDoneText

func (x *SetCustomLoginTextsRequest) GetInitPasswordDoneText() *text.InitPasswordDoneScreenText

func (*SetCustomLoginTextsRequest) GetInitPasswordText

func (x *SetCustomLoginTextsRequest) GetInitPasswordText() *text.InitPasswordScreenText

func (*SetCustomLoginTextsRequest) GetInitializeDoneText

func (x *SetCustomLoginTextsRequest) GetInitializeDoneText() *text.InitializeUserDoneScreenText

func (*SetCustomLoginTextsRequest) GetInitializeUserText

func (x *SetCustomLoginTextsRequest) GetInitializeUserText() *text.InitializeUserScreenText

func (*SetCustomLoginTextsRequest) GetLanguage

func (x *SetCustomLoginTextsRequest) GetLanguage() string

func (*SetCustomLoginTextsRequest) GetLinkingUserDoneText

func (x *SetCustomLoginTextsRequest) GetLinkingUserDoneText() *text.LinkingUserDoneScreenText

func (*SetCustomLoginTextsRequest) GetLoginText

func (x *SetCustomLoginTextsRequest) GetLoginText() *text.LoginScreenText

func (*SetCustomLoginTextsRequest) GetLogoutText

func (*SetCustomLoginTextsRequest) GetMfaProvidersText

func (x *SetCustomLoginTextsRequest) GetMfaProvidersText() *text.MFAProvidersText

func (*SetCustomLoginTextsRequest) GetPasswordChangeDoneText

func (x *SetCustomLoginTextsRequest) GetPasswordChangeDoneText() *text.PasswordChangeDoneScreenText

func (*SetCustomLoginTextsRequest) GetPasswordChangeText

func (x *SetCustomLoginTextsRequest) GetPasswordChangeText() *text.PasswordChangeScreenText

func (*SetCustomLoginTextsRequest) GetPasswordResetDoneText

func (x *SetCustomLoginTextsRequest) GetPasswordResetDoneText() *text.PasswordResetDoneScreenText

func (*SetCustomLoginTextsRequest) GetPasswordText

func (x *SetCustomLoginTextsRequest) GetPasswordText() *text.PasswordScreenText

func (*SetCustomLoginTextsRequest) GetPasswordlessPromptText

func (x *SetCustomLoginTextsRequest) GetPasswordlessPromptText() *text.PasswordlessPromptScreenText

func (*SetCustomLoginTextsRequest) GetPasswordlessRegistrationDoneText

func (x *SetCustomLoginTextsRequest) GetPasswordlessRegistrationDoneText() *text.PasswordlessRegistrationDoneScreenText

func (*SetCustomLoginTextsRequest) GetPasswordlessRegistrationText

func (x *SetCustomLoginTextsRequest) GetPasswordlessRegistrationText() *text.PasswordlessRegistrationScreenText

func (*SetCustomLoginTextsRequest) GetPasswordlessText

func (x *SetCustomLoginTextsRequest) GetPasswordlessText() *text.PasswordlessScreenText

func (*SetCustomLoginTextsRequest) GetRegistrationOptionText

func (x *SetCustomLoginTextsRequest) GetRegistrationOptionText() *text.RegistrationOptionScreenText

func (*SetCustomLoginTextsRequest) GetRegistrationOrgText

func (x *SetCustomLoginTextsRequest) GetRegistrationOrgText() *text.RegistrationOrgScreenText

func (*SetCustomLoginTextsRequest) GetRegistrationUserText

func (x *SetCustomLoginTextsRequest) GetRegistrationUserText() *text.RegistrationUserScreenText

func (*SetCustomLoginTextsRequest) GetSelectAccountText

func (x *SetCustomLoginTextsRequest) GetSelectAccountText() *text.SelectAccountScreenText

func (*SetCustomLoginTextsRequest) GetSuccessLoginText

func (x *SetCustomLoginTextsRequest) GetSuccessLoginText() *text.SuccessLoginScreenText

func (*SetCustomLoginTextsRequest) GetUsernameChangeDoneText

func (x *SetCustomLoginTextsRequest) GetUsernameChangeDoneText() *text.UsernameChangeDoneScreenText

func (*SetCustomLoginTextsRequest) GetUsernameChangeText

func (x *SetCustomLoginTextsRequest) GetUsernameChangeText() *text.UsernameChangeScreenText

func (*SetCustomLoginTextsRequest) GetVerifyMfaOtpText

func (x *SetCustomLoginTextsRequest) GetVerifyMfaOtpText() *text.VerifyMFAOTPScreenText

func (*SetCustomLoginTextsRequest) GetVerifyMfaU2FText

func (x *SetCustomLoginTextsRequest) GetVerifyMfaU2FText() *text.VerifyMFAU2FScreenText

func (*SetCustomLoginTextsRequest) ProtoMessage

func (*SetCustomLoginTextsRequest) ProtoMessage()

func (*SetCustomLoginTextsRequest) ProtoReflect

func (*SetCustomLoginTextsRequest) Reset

func (x *SetCustomLoginTextsRequest) Reset()

func (*SetCustomLoginTextsRequest) String

func (x *SetCustomLoginTextsRequest) String() string

type SetCustomLoginTextsResponse

type SetCustomLoginTextsResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*SetCustomLoginTextsResponse) Descriptor deprecated

func (*SetCustomLoginTextsResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetCustomLoginTextsResponse.ProtoReflect.Descriptor instead.

func (*SetCustomLoginTextsResponse) GetDetails

func (*SetCustomLoginTextsResponse) ProtoMessage

func (*SetCustomLoginTextsResponse) ProtoMessage()

func (*SetCustomLoginTextsResponse) ProtoReflect

func (*SetCustomLoginTextsResponse) Reset

func (x *SetCustomLoginTextsResponse) Reset()

func (*SetCustomLoginTextsResponse) String

func (x *SetCustomLoginTextsResponse) String() string

type SetCustomPasswordResetMessageTextRequest

type SetCustomPasswordResetMessageTextRequest struct {
	Language   string `protobuf:"bytes,1,opt,name=language,proto3" json:"language,omitempty"`
	Title      string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	PreHeader  string `protobuf:"bytes,3,opt,name=pre_header,json=preHeader,proto3" json:"pre_header,omitempty"`
	Subject    string `protobuf:"bytes,4,opt,name=subject,proto3" json:"subject,omitempty"`
	Greeting   string `protobuf:"bytes,5,opt,name=greeting,proto3" json:"greeting,omitempty"`
	Text       string `protobuf:"bytes,6,opt,name=text,proto3" json:"text,omitempty"`
	ButtonText string `protobuf:"bytes,7,opt,name=button_text,json=buttonText,proto3" json:"button_text,omitempty"`
	FooterText string `protobuf:"bytes,8,opt,name=footer_text,json=footerText,proto3" json:"footer_text,omitempty"`
	// contains filtered or unexported fields
}

func (*SetCustomPasswordResetMessageTextRequest) Descriptor deprecated

func (*SetCustomPasswordResetMessageTextRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetCustomPasswordResetMessageTextRequest.ProtoReflect.Descriptor instead.

func (*SetCustomPasswordResetMessageTextRequest) GetButtonText

func (*SetCustomPasswordResetMessageTextRequest) GetFooterText

func (*SetCustomPasswordResetMessageTextRequest) GetGreeting

func (*SetCustomPasswordResetMessageTextRequest) GetLanguage

func (*SetCustomPasswordResetMessageTextRequest) GetPreHeader

func (*SetCustomPasswordResetMessageTextRequest) GetSubject

func (*SetCustomPasswordResetMessageTextRequest) GetText

func (*SetCustomPasswordResetMessageTextRequest) GetTitle

func (*SetCustomPasswordResetMessageTextRequest) ProtoMessage

func (*SetCustomPasswordResetMessageTextRequest) ProtoReflect

func (*SetCustomPasswordResetMessageTextRequest) Reset

func (*SetCustomPasswordResetMessageTextRequest) String

type SetCustomPasswordResetMessageTextResponse

type SetCustomPasswordResetMessageTextResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*SetCustomPasswordResetMessageTextResponse) Descriptor deprecated

func (*SetCustomPasswordResetMessageTextResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetCustomPasswordResetMessageTextResponse.ProtoReflect.Descriptor instead.

func (*SetCustomPasswordResetMessageTextResponse) GetDetails

func (*SetCustomPasswordResetMessageTextResponse) ProtoMessage

func (*SetCustomPasswordResetMessageTextResponse) ProtoReflect

func (*SetCustomPasswordResetMessageTextResponse) Reset

func (*SetCustomPasswordResetMessageTextResponse) String

type SetCustomPasswordlessRegistrationMessageTextRequest

type SetCustomPasswordlessRegistrationMessageTextRequest struct {
	Language   string `protobuf:"bytes,1,opt,name=language,proto3" json:"language,omitempty"`
	Title      string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	PreHeader  string `protobuf:"bytes,3,opt,name=pre_header,json=preHeader,proto3" json:"pre_header,omitempty"`
	Subject    string `protobuf:"bytes,4,opt,name=subject,proto3" json:"subject,omitempty"`
	Greeting   string `protobuf:"bytes,5,opt,name=greeting,proto3" json:"greeting,omitempty"`
	Text       string `protobuf:"bytes,6,opt,name=text,proto3" json:"text,omitempty"`
	ButtonText string `protobuf:"bytes,7,opt,name=button_text,json=buttonText,proto3" json:"button_text,omitempty"`
	FooterText string `protobuf:"bytes,8,opt,name=footer_text,json=footerText,proto3" json:"footer_text,omitempty"`
	// contains filtered or unexported fields
}

func (*SetCustomPasswordlessRegistrationMessageTextRequest) Descriptor deprecated

Deprecated: Use SetCustomPasswordlessRegistrationMessageTextRequest.ProtoReflect.Descriptor instead.

func (*SetCustomPasswordlessRegistrationMessageTextRequest) GetButtonText

func (*SetCustomPasswordlessRegistrationMessageTextRequest) GetFooterText

func (*SetCustomPasswordlessRegistrationMessageTextRequest) GetGreeting

func (*SetCustomPasswordlessRegistrationMessageTextRequest) GetLanguage

func (*SetCustomPasswordlessRegistrationMessageTextRequest) GetPreHeader

func (*SetCustomPasswordlessRegistrationMessageTextRequest) GetSubject

func (*SetCustomPasswordlessRegistrationMessageTextRequest) GetText

func (*SetCustomPasswordlessRegistrationMessageTextRequest) GetTitle

func (*SetCustomPasswordlessRegistrationMessageTextRequest) ProtoMessage

func (*SetCustomPasswordlessRegistrationMessageTextRequest) ProtoReflect

func (*SetCustomPasswordlessRegistrationMessageTextRequest) Reset

func (*SetCustomPasswordlessRegistrationMessageTextRequest) String

type SetCustomPasswordlessRegistrationMessageTextResponse

type SetCustomPasswordlessRegistrationMessageTextResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*SetCustomPasswordlessRegistrationMessageTextResponse) Descriptor deprecated

Deprecated: Use SetCustomPasswordlessRegistrationMessageTextResponse.ProtoReflect.Descriptor instead.

func (*SetCustomPasswordlessRegistrationMessageTextResponse) GetDetails

func (*SetCustomPasswordlessRegistrationMessageTextResponse) ProtoMessage

func (*SetCustomPasswordlessRegistrationMessageTextResponse) ProtoReflect

func (*SetCustomPasswordlessRegistrationMessageTextResponse) Reset

func (*SetCustomPasswordlessRegistrationMessageTextResponse) String

type SetCustomVerifyEmailMessageTextRequest

type SetCustomVerifyEmailMessageTextRequest struct {
	Language   string `protobuf:"bytes,1,opt,name=language,proto3" json:"language,omitempty"`
	Title      string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	PreHeader  string `protobuf:"bytes,3,opt,name=pre_header,json=preHeader,proto3" json:"pre_header,omitempty"`
	Subject    string `protobuf:"bytes,4,opt,name=subject,proto3" json:"subject,omitempty"`
	Greeting   string `protobuf:"bytes,5,opt,name=greeting,proto3" json:"greeting,omitempty"`
	Text       string `protobuf:"bytes,6,opt,name=text,proto3" json:"text,omitempty"`
	ButtonText string `protobuf:"bytes,7,opt,name=button_text,json=buttonText,proto3" json:"button_text,omitempty"`
	FooterText string `protobuf:"bytes,8,opt,name=footer_text,json=footerText,proto3" json:"footer_text,omitempty"`
	// contains filtered or unexported fields
}

func (*SetCustomVerifyEmailMessageTextRequest) Descriptor deprecated

func (*SetCustomVerifyEmailMessageTextRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetCustomVerifyEmailMessageTextRequest.ProtoReflect.Descriptor instead.

func (*SetCustomVerifyEmailMessageTextRequest) GetButtonText

func (*SetCustomVerifyEmailMessageTextRequest) GetFooterText

func (*SetCustomVerifyEmailMessageTextRequest) GetGreeting

func (*SetCustomVerifyEmailMessageTextRequest) GetLanguage

func (*SetCustomVerifyEmailMessageTextRequest) GetPreHeader

func (*SetCustomVerifyEmailMessageTextRequest) GetSubject

func (*SetCustomVerifyEmailMessageTextRequest) GetText

func (*SetCustomVerifyEmailMessageTextRequest) GetTitle

func (*SetCustomVerifyEmailMessageTextRequest) ProtoMessage

func (*SetCustomVerifyEmailMessageTextRequest) ProtoReflect

func (*SetCustomVerifyEmailMessageTextRequest) Reset

func (*SetCustomVerifyEmailMessageTextRequest) String

type SetCustomVerifyEmailMessageTextResponse

type SetCustomVerifyEmailMessageTextResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*SetCustomVerifyEmailMessageTextResponse) Descriptor deprecated

func (*SetCustomVerifyEmailMessageTextResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetCustomVerifyEmailMessageTextResponse.ProtoReflect.Descriptor instead.

func (*SetCustomVerifyEmailMessageTextResponse) GetDetails

func (*SetCustomVerifyEmailMessageTextResponse) ProtoMessage

func (*SetCustomVerifyEmailMessageTextResponse) ProtoReflect

func (*SetCustomVerifyEmailMessageTextResponse) Reset

func (*SetCustomVerifyEmailMessageTextResponse) String

type SetCustomVerifyPhoneMessageTextRequest

type SetCustomVerifyPhoneMessageTextRequest struct {
	Language   string `protobuf:"bytes,1,opt,name=language,proto3" json:"language,omitempty"`
	Title      string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	PreHeader  string `protobuf:"bytes,3,opt,name=pre_header,json=preHeader,proto3" json:"pre_header,omitempty"`
	Subject    string `protobuf:"bytes,4,opt,name=subject,proto3" json:"subject,omitempty"`
	Greeting   string `protobuf:"bytes,5,opt,name=greeting,proto3" json:"greeting,omitempty"`
	Text       string `protobuf:"bytes,6,opt,name=text,proto3" json:"text,omitempty"`
	ButtonText string `protobuf:"bytes,7,opt,name=button_text,json=buttonText,proto3" json:"button_text,omitempty"`
	FooterText string `protobuf:"bytes,8,opt,name=footer_text,json=footerText,proto3" json:"footer_text,omitempty"`
	// contains filtered or unexported fields
}

func (*SetCustomVerifyPhoneMessageTextRequest) Descriptor deprecated

func (*SetCustomVerifyPhoneMessageTextRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetCustomVerifyPhoneMessageTextRequest.ProtoReflect.Descriptor instead.

func (*SetCustomVerifyPhoneMessageTextRequest) GetButtonText

func (*SetCustomVerifyPhoneMessageTextRequest) GetFooterText

func (*SetCustomVerifyPhoneMessageTextRequest) GetGreeting

func (*SetCustomVerifyPhoneMessageTextRequest) GetLanguage

func (*SetCustomVerifyPhoneMessageTextRequest) GetPreHeader

func (*SetCustomVerifyPhoneMessageTextRequest) GetSubject

func (*SetCustomVerifyPhoneMessageTextRequest) GetText

func (*SetCustomVerifyPhoneMessageTextRequest) GetTitle

func (*SetCustomVerifyPhoneMessageTextRequest) ProtoMessage

func (*SetCustomVerifyPhoneMessageTextRequest) ProtoReflect

func (*SetCustomVerifyPhoneMessageTextRequest) Reset

func (*SetCustomVerifyPhoneMessageTextRequest) String

type SetCustomVerifyPhoneMessageTextResponse

type SetCustomVerifyPhoneMessageTextResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*SetCustomVerifyPhoneMessageTextResponse) Descriptor deprecated

func (*SetCustomVerifyPhoneMessageTextResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetCustomVerifyPhoneMessageTextResponse.ProtoReflect.Descriptor instead.

func (*SetCustomVerifyPhoneMessageTextResponse) GetDetails

func (*SetCustomVerifyPhoneMessageTextResponse) ProtoMessage

func (*SetCustomVerifyPhoneMessageTextResponse) ProtoReflect

func (*SetCustomVerifyPhoneMessageTextResponse) Reset

func (*SetCustomVerifyPhoneMessageTextResponse) String

type SetHumanInitialPasswordRequest

type SetHumanInitialPasswordRequest struct {
	UserId   string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
	// contains filtered or unexported fields
}

func (*SetHumanInitialPasswordRequest) Descriptor deprecated

func (*SetHumanInitialPasswordRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetHumanInitialPasswordRequest.ProtoReflect.Descriptor instead.

func (*SetHumanInitialPasswordRequest) GetPassword

func (x *SetHumanInitialPasswordRequest) GetPassword() string

func (*SetHumanInitialPasswordRequest) GetUserId

func (x *SetHumanInitialPasswordRequest) GetUserId() string

func (*SetHumanInitialPasswordRequest) ProtoMessage

func (*SetHumanInitialPasswordRequest) ProtoMessage()

func (*SetHumanInitialPasswordRequest) ProtoReflect

func (*SetHumanInitialPasswordRequest) Reset

func (x *SetHumanInitialPasswordRequest) Reset()

func (*SetHumanInitialPasswordRequest) String

type SetHumanInitialPasswordResponse

type SetHumanInitialPasswordResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*SetHumanInitialPasswordResponse) Descriptor deprecated

func (*SetHumanInitialPasswordResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetHumanInitialPasswordResponse.ProtoReflect.Descriptor instead.

func (*SetHumanInitialPasswordResponse) GetDetails

func (*SetHumanInitialPasswordResponse) ProtoMessage

func (*SetHumanInitialPasswordResponse) ProtoMessage()

func (*SetHumanInitialPasswordResponse) ProtoReflect

func (*SetHumanInitialPasswordResponse) Reset

func (*SetHumanInitialPasswordResponse) String

type SetHumanPasswordRequest

type SetHumanPasswordRequest struct {
	UserId           string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Password         string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
	NoChangeRequired bool   `protobuf:"varint,3,opt,name=no_change_required,json=noChangeRequired,proto3" json:"no_change_required,omitempty"`
	// contains filtered or unexported fields
}

func (*SetHumanPasswordRequest) Descriptor deprecated

func (*SetHumanPasswordRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetHumanPasswordRequest.ProtoReflect.Descriptor instead.

func (*SetHumanPasswordRequest) GetNoChangeRequired

func (x *SetHumanPasswordRequest) GetNoChangeRequired() bool

func (*SetHumanPasswordRequest) GetPassword

func (x *SetHumanPasswordRequest) GetPassword() string

func (*SetHumanPasswordRequest) GetUserId

func (x *SetHumanPasswordRequest) GetUserId() string

func (*SetHumanPasswordRequest) ProtoMessage

func (*SetHumanPasswordRequest) ProtoMessage()

func (*SetHumanPasswordRequest) ProtoReflect

func (x *SetHumanPasswordRequest) ProtoReflect() protoreflect.Message

func (*SetHumanPasswordRequest) Reset

func (x *SetHumanPasswordRequest) Reset()

func (*SetHumanPasswordRequest) String

func (x *SetHumanPasswordRequest) String() string

type SetHumanPasswordResponse

type SetHumanPasswordResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*SetHumanPasswordResponse) Descriptor deprecated

func (*SetHumanPasswordResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetHumanPasswordResponse.ProtoReflect.Descriptor instead.

func (*SetHumanPasswordResponse) GetDetails

func (*SetHumanPasswordResponse) ProtoMessage

func (*SetHumanPasswordResponse) ProtoMessage()

func (*SetHumanPasswordResponse) ProtoReflect

func (x *SetHumanPasswordResponse) ProtoReflect() protoreflect.Message

func (*SetHumanPasswordResponse) Reset

func (x *SetHumanPasswordResponse) Reset()

func (*SetHumanPasswordResponse) String

func (x *SetHumanPasswordResponse) String() string

type SetPrimaryOrgDomainRequest

type SetPrimaryOrgDomainRequest struct {
	Domain string `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
	// contains filtered or unexported fields
}

func (*SetPrimaryOrgDomainRequest) Descriptor deprecated

func (*SetPrimaryOrgDomainRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetPrimaryOrgDomainRequest.ProtoReflect.Descriptor instead.

func (*SetPrimaryOrgDomainRequest) GetDomain

func (x *SetPrimaryOrgDomainRequest) GetDomain() string

func (*SetPrimaryOrgDomainRequest) ProtoMessage

func (*SetPrimaryOrgDomainRequest) ProtoMessage()

func (*SetPrimaryOrgDomainRequest) ProtoReflect

func (*SetPrimaryOrgDomainRequest) Reset

func (x *SetPrimaryOrgDomainRequest) Reset()

func (*SetPrimaryOrgDomainRequest) String

func (x *SetPrimaryOrgDomainRequest) String() string

type SetPrimaryOrgDomainResponse

type SetPrimaryOrgDomainResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*SetPrimaryOrgDomainResponse) Descriptor deprecated

func (*SetPrimaryOrgDomainResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetPrimaryOrgDomainResponse.ProtoReflect.Descriptor instead.

func (*SetPrimaryOrgDomainResponse) GetDetails

func (*SetPrimaryOrgDomainResponse) ProtoMessage

func (*SetPrimaryOrgDomainResponse) ProtoMessage()

func (*SetPrimaryOrgDomainResponse) ProtoReflect

func (*SetPrimaryOrgDomainResponse) Reset

func (x *SetPrimaryOrgDomainResponse) Reset()

func (*SetPrimaryOrgDomainResponse) String

func (x *SetPrimaryOrgDomainResponse) String() string

type SetTriggerActionsRequest

type SetTriggerActionsRequest struct {
	FlowType    action.FlowType    `protobuf:"varint,1,opt,name=flow_type,json=flowType,proto3,enum=zitadel.action.v1.FlowType" json:"flow_type,omitempty"`
	TriggerType action.TriggerType `` /* 130-byte string literal not displayed */
	ActionIds   []string           `protobuf:"bytes,3,rep,name=action_ids,json=actionIds,proto3" json:"action_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*SetTriggerActionsRequest) Descriptor deprecated

func (*SetTriggerActionsRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetTriggerActionsRequest.ProtoReflect.Descriptor instead.

func (*SetTriggerActionsRequest) GetActionIds

func (x *SetTriggerActionsRequest) GetActionIds() []string

func (*SetTriggerActionsRequest) GetFlowType

func (x *SetTriggerActionsRequest) GetFlowType() action.FlowType

func (*SetTriggerActionsRequest) GetTriggerType

func (x *SetTriggerActionsRequest) GetTriggerType() action.TriggerType

func (*SetTriggerActionsRequest) ProtoMessage

func (*SetTriggerActionsRequest) ProtoMessage()

func (*SetTriggerActionsRequest) ProtoReflect

func (x *SetTriggerActionsRequest) ProtoReflect() protoreflect.Message

func (*SetTriggerActionsRequest) Reset

func (x *SetTriggerActionsRequest) Reset()

func (*SetTriggerActionsRequest) String

func (x *SetTriggerActionsRequest) String() string

type SetTriggerActionsResponse

type SetTriggerActionsResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*SetTriggerActionsResponse) Descriptor deprecated

func (*SetTriggerActionsResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetTriggerActionsResponse.ProtoReflect.Descriptor instead.

func (*SetTriggerActionsResponse) GetDetails

func (*SetTriggerActionsResponse) ProtoMessage

func (*SetTriggerActionsResponse) ProtoMessage()

func (*SetTriggerActionsResponse) ProtoReflect

func (*SetTriggerActionsResponse) Reset

func (x *SetTriggerActionsResponse) Reset()

func (*SetTriggerActionsResponse) String

func (x *SetTriggerActionsResponse) String() string

type SetUserMetadataRequest

type SetUserMetadataRequest struct {
	Id    string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Key   string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
	Value []byte `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*SetUserMetadataRequest) Descriptor deprecated

func (*SetUserMetadataRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetUserMetadataRequest.ProtoReflect.Descriptor instead.

func (*SetUserMetadataRequest) GetId

func (x *SetUserMetadataRequest) GetId() string

func (*SetUserMetadataRequest) GetKey

func (x *SetUserMetadataRequest) GetKey() string

func (*SetUserMetadataRequest) GetValue

func (x *SetUserMetadataRequest) GetValue() []byte

func (*SetUserMetadataRequest) ProtoMessage

func (*SetUserMetadataRequest) ProtoMessage()

func (*SetUserMetadataRequest) ProtoReflect

func (x *SetUserMetadataRequest) ProtoReflect() protoreflect.Message

func (*SetUserMetadataRequest) Reset

func (x *SetUserMetadataRequest) Reset()

func (*SetUserMetadataRequest) String

func (x *SetUserMetadataRequest) String() string

type SetUserMetadataResponse

type SetUserMetadataResponse struct {
	Id      string                `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Details *object.ObjectDetails `protobuf:"bytes,2,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*SetUserMetadataResponse) Descriptor deprecated

func (*SetUserMetadataResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetUserMetadataResponse.ProtoReflect.Descriptor instead.

func (*SetUserMetadataResponse) GetDetails

func (x *SetUserMetadataResponse) GetDetails() *object.ObjectDetails

func (*SetUserMetadataResponse) GetId

func (x *SetUserMetadataResponse) GetId() string

func (*SetUserMetadataResponse) ProtoMessage

func (*SetUserMetadataResponse) ProtoMessage()

func (*SetUserMetadataResponse) ProtoReflect

func (x *SetUserMetadataResponse) ProtoReflect() protoreflect.Message

func (*SetUserMetadataResponse) Reset

func (x *SetUserMetadataResponse) Reset()

func (*SetUserMetadataResponse) String

func (x *SetUserMetadataResponse) String() string

type UnimplementedManagementServiceServer

type UnimplementedManagementServiceServer struct {
}

UnimplementedManagementServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedManagementServiceServer) AddAPIApp

func (UnimplementedManagementServiceServer) AddAppKey

func (UnimplementedManagementServiceServer) AddCustomLabelPolicy

func (UnimplementedManagementServiceServer) AddCustomLoginPolicy

func (UnimplementedManagementServiceServer) AddHumanUser

func (UnimplementedManagementServiceServer) AddIDPToLoginPolicy

func (UnimplementedManagementServiceServer) AddMachineKey

func (UnimplementedManagementServiceServer) AddMachineUser

func (UnimplementedManagementServiceServer) AddOIDCApp

func (UnimplementedManagementServiceServer) AddOrg

func (UnimplementedManagementServiceServer) AddOrgDomain

func (UnimplementedManagementServiceServer) AddOrgJWTIDP

func (UnimplementedManagementServiceServer) AddOrgMember

func (UnimplementedManagementServiceServer) AddOrgOIDCIDP

func (UnimplementedManagementServiceServer) AddProject

func (UnimplementedManagementServiceServer) AddProjectGrant

func (UnimplementedManagementServiceServer) AddProjectMember

func (UnimplementedManagementServiceServer) AddProjectRole

func (UnimplementedManagementServiceServer) AddUserGrant

func (UnimplementedManagementServiceServer) BulkAddProjectRoles

func (UnimplementedManagementServiceServer) BulkRemoveUserGrant

func (UnimplementedManagementServiceServer) BulkSetUserMetadata

func (UnimplementedManagementServiceServer) ClearFlow

func (UnimplementedManagementServiceServer) CreateAction

func (UnimplementedManagementServiceServer) DeactivateAction

func (UnimplementedManagementServiceServer) DeactivateApp

func (UnimplementedManagementServiceServer) DeactivateOrg

func (UnimplementedManagementServiceServer) DeactivateOrgIDP

func (UnimplementedManagementServiceServer) DeactivateProject

func (UnimplementedManagementServiceServer) DeactivateUser

func (UnimplementedManagementServiceServer) DeactivateUserGrant

func (UnimplementedManagementServiceServer) DeleteAction

func (UnimplementedManagementServiceServer) GetAction

func (UnimplementedManagementServiceServer) GetAppByID

func (UnimplementedManagementServiceServer) GetAppKey

func (UnimplementedManagementServiceServer) GetCustomLoginTexts

func (UnimplementedManagementServiceServer) GetDefaultLoginTexts

func (UnimplementedManagementServiceServer) GetFeatures

func (UnimplementedManagementServiceServer) GetFlow

func (UnimplementedManagementServiceServer) GetHumanEmail

func (UnimplementedManagementServiceServer) GetHumanPhone

func (UnimplementedManagementServiceServer) GetHumanProfile

func (UnimplementedManagementServiceServer) GetIAM

func (UnimplementedManagementServiceServer) GetLabelPolicy

func (UnimplementedManagementServiceServer) GetLockoutPolicy

func (UnimplementedManagementServiceServer) GetLoginPolicy

func (UnimplementedManagementServiceServer) GetMachineKeyByIDs

func (UnimplementedManagementServiceServer) GetMyOrg

func (UnimplementedManagementServiceServer) GetOIDCInformation

func (UnimplementedManagementServiceServer) GetOrgByDomainGlobal

func (UnimplementedManagementServiceServer) GetOrgIAMPolicy

func (UnimplementedManagementServiceServer) GetOrgIDPByID

func (UnimplementedManagementServiceServer) GetPasswordAgePolicy

func (UnimplementedManagementServiceServer) GetPrivacyPolicy

func (UnimplementedManagementServiceServer) GetProjectByID

func (UnimplementedManagementServiceServer) GetProjectGrantByID

func (UnimplementedManagementServiceServer) GetUserByID

func (UnimplementedManagementServiceServer) GetUserGrantByID

func (UnimplementedManagementServiceServer) GetUserMetadata

func (UnimplementedManagementServiceServer) Healthz

func (UnimplementedManagementServiceServer) ImportHumanUser

func (UnimplementedManagementServiceServer) IsUserUnique

func (UnimplementedManagementServiceServer) ListActions

func (UnimplementedManagementServiceServer) ListAllProjectGrants

func (UnimplementedManagementServiceServer) ListAppChanges

func (UnimplementedManagementServiceServer) ListAppKeys

func (UnimplementedManagementServiceServer) ListApps

func (UnimplementedManagementServiceServer) ListGrantedProjects

func (UnimplementedManagementServiceServer) ListHumanAuthFactors

func (UnimplementedManagementServiceServer) ListHumanLinkedIDPs

func (UnimplementedManagementServiceServer) ListLoginPolicyIDPs

func (UnimplementedManagementServiceServer) ListMachineKeys

func (UnimplementedManagementServiceServer) ListOrgChanges

func (UnimplementedManagementServiceServer) ListOrgDomains

func (UnimplementedManagementServiceServer) ListOrgIDPs

func (UnimplementedManagementServiceServer) ListOrgMemberRoles

func (UnimplementedManagementServiceServer) ListOrgMembers

func (UnimplementedManagementServiceServer) ListProjectChanges

func (UnimplementedManagementServiceServer) ListProjectGrants

func (UnimplementedManagementServiceServer) ListProjectMembers

func (UnimplementedManagementServiceServer) ListProjectRoles

func (UnimplementedManagementServiceServer) ListProjects

func (UnimplementedManagementServiceServer) ListUserChanges

func (UnimplementedManagementServiceServer) ListUserGrants

func (UnimplementedManagementServiceServer) ListUserMemberships

func (UnimplementedManagementServiceServer) ListUserMetadata

func (UnimplementedManagementServiceServer) ListUsers

func (UnimplementedManagementServiceServer) LockUser

func (UnimplementedManagementServiceServer) ReactivateAction

func (UnimplementedManagementServiceServer) ReactivateApp

func (UnimplementedManagementServiceServer) ReactivateOrg

func (UnimplementedManagementServiceServer) ReactivateOrgIDP

func (UnimplementedManagementServiceServer) ReactivateProject

func (UnimplementedManagementServiceServer) ReactivateUser

func (UnimplementedManagementServiceServer) ReactivateUserGrant

func (UnimplementedManagementServiceServer) RemoveApp

func (UnimplementedManagementServiceServer) RemoveAppKey

func (UnimplementedManagementServiceServer) RemoveHumanAvatar

func (UnimplementedManagementServiceServer) RemoveHumanLinkedIDP

func (UnimplementedManagementServiceServer) RemoveHumanPhone

func (UnimplementedManagementServiceServer) RemoveMachineKey

func (UnimplementedManagementServiceServer) RemoveOrgDomain

func (UnimplementedManagementServiceServer) RemoveOrgIDP

func (UnimplementedManagementServiceServer) RemoveOrgMember

func (UnimplementedManagementServiceServer) RemoveProject

func (UnimplementedManagementServiceServer) RemoveProjectGrant

func (UnimplementedManagementServiceServer) RemoveProjectMember

func (UnimplementedManagementServiceServer) RemoveProjectRole

func (UnimplementedManagementServiceServer) RemoveUser

func (UnimplementedManagementServiceServer) RemoveUserGrant

func (UnimplementedManagementServiceServer) RemoveUserMetadata

func (UnimplementedManagementServiceServer) SetCustomLoginText

func (UnimplementedManagementServiceServer) SetHumanPassword

func (UnimplementedManagementServiceServer) SetPrimaryOrgDomain

func (UnimplementedManagementServiceServer) SetTriggerActions

func (UnimplementedManagementServiceServer) SetUserMetadata

func (UnimplementedManagementServiceServer) UnlockUser

func (UnimplementedManagementServiceServer) UpdateAPIAppConfig

func (UnimplementedManagementServiceServer) UpdateAction

func (UnimplementedManagementServiceServer) UpdateApp

func (UnimplementedManagementServiceServer) UpdateHumanEmail

func (UnimplementedManagementServiceServer) UpdateHumanPhone

func (UnimplementedManagementServiceServer) UpdateHumanProfile

func (UnimplementedManagementServiceServer) UpdateMachine

func (UnimplementedManagementServiceServer) UpdateOIDCAppConfig

func (UnimplementedManagementServiceServer) UpdateOrg

func (UnimplementedManagementServiceServer) UpdateOrgIDP

func (UnimplementedManagementServiceServer) UpdateOrgMember

func (UnimplementedManagementServiceServer) UpdateProject

func (UnimplementedManagementServiceServer) UpdateProjectGrant

func (UnimplementedManagementServiceServer) UpdateProjectMember

func (UnimplementedManagementServiceServer) UpdateProjectRole

func (UnimplementedManagementServiceServer) UpdateUserGrant

func (UnimplementedManagementServiceServer) UpdateUserName

func (UnimplementedManagementServiceServer) ValidateOrgDomain

type UnlockUserRequest

type UnlockUserRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*UnlockUserRequest) Descriptor deprecated

func (*UnlockUserRequest) Descriptor() ([]byte, []int)

Deprecated: Use UnlockUserRequest.ProtoReflect.Descriptor instead.

func (*UnlockUserRequest) GetId

func (x *UnlockUserRequest) GetId() string

func (*UnlockUserRequest) ProtoMessage

func (*UnlockUserRequest) ProtoMessage()

func (*UnlockUserRequest) ProtoReflect

func (x *UnlockUserRequest) ProtoReflect() protoreflect.Message

func (*UnlockUserRequest) Reset

func (x *UnlockUserRequest) Reset()

func (*UnlockUserRequest) String

func (x *UnlockUserRequest) String() string

type UnlockUserResponse

type UnlockUserResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*UnlockUserResponse) Descriptor deprecated

func (*UnlockUserResponse) Descriptor() ([]byte, []int)

Deprecated: Use UnlockUserResponse.ProtoReflect.Descriptor instead.

func (*UnlockUserResponse) GetDetails

func (x *UnlockUserResponse) GetDetails() *object.ObjectDetails

func (*UnlockUserResponse) ProtoMessage

func (*UnlockUserResponse) ProtoMessage()

func (*UnlockUserResponse) ProtoReflect

func (x *UnlockUserResponse) ProtoReflect() protoreflect.Message

func (*UnlockUserResponse) Reset

func (x *UnlockUserResponse) Reset()

func (*UnlockUserResponse) String

func (x *UnlockUserResponse) String() string

type UnsafeManagementServiceServer

type UnsafeManagementServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeManagementServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ManagementServiceServer will result in compilation errors.

type UpdateAPIAppConfigRequest

type UpdateAPIAppConfigRequest struct {
	ProjectId      string                `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	AppId          string                `protobuf:"bytes,2,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"`
	AuthMethodType app.APIAuthMethodType `` /* 144-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*UpdateAPIAppConfigRequest) Descriptor deprecated

func (*UpdateAPIAppConfigRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateAPIAppConfigRequest.ProtoReflect.Descriptor instead.

func (*UpdateAPIAppConfigRequest) GetAppId

func (x *UpdateAPIAppConfigRequest) GetAppId() string

func (*UpdateAPIAppConfigRequest) GetAuthMethodType

func (x *UpdateAPIAppConfigRequest) GetAuthMethodType() app.APIAuthMethodType

func (*UpdateAPIAppConfigRequest) GetProjectId

func (x *UpdateAPIAppConfigRequest) GetProjectId() string

func (*UpdateAPIAppConfigRequest) ProtoMessage

func (*UpdateAPIAppConfigRequest) ProtoMessage()

func (*UpdateAPIAppConfigRequest) ProtoReflect

func (*UpdateAPIAppConfigRequest) Reset

func (x *UpdateAPIAppConfigRequest) Reset()

func (*UpdateAPIAppConfigRequest) String

func (x *UpdateAPIAppConfigRequest) String() string

type UpdateAPIAppConfigResponse

type UpdateAPIAppConfigResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateAPIAppConfigResponse) Descriptor deprecated

func (*UpdateAPIAppConfigResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateAPIAppConfigResponse.ProtoReflect.Descriptor instead.

func (*UpdateAPIAppConfigResponse) GetDetails

func (*UpdateAPIAppConfigResponse) ProtoMessage

func (*UpdateAPIAppConfigResponse) ProtoMessage()

func (*UpdateAPIAppConfigResponse) ProtoReflect

func (*UpdateAPIAppConfigResponse) Reset

func (x *UpdateAPIAppConfigResponse) Reset()

func (*UpdateAPIAppConfigResponse) String

func (x *UpdateAPIAppConfigResponse) String() string

type UpdateActionRequest

type UpdateActionRequest struct {
	Id            string               `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name          string               `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Script        string               `protobuf:"bytes,3,opt,name=script,proto3" json:"script,omitempty"`
	Timeout       *durationpb.Duration `protobuf:"bytes,4,opt,name=timeout,proto3" json:"timeout,omitempty"`
	AllowedToFail bool                 `protobuf:"varint,5,opt,name=allowed_to_fail,json=allowedToFail,proto3" json:"allowed_to_fail,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateActionRequest) Descriptor deprecated

func (*UpdateActionRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateActionRequest.ProtoReflect.Descriptor instead.

func (*UpdateActionRequest) GetAllowedToFail

func (x *UpdateActionRequest) GetAllowedToFail() bool

func (*UpdateActionRequest) GetId

func (x *UpdateActionRequest) GetId() string

func (*UpdateActionRequest) GetName

func (x *UpdateActionRequest) GetName() string

func (*UpdateActionRequest) GetScript

func (x *UpdateActionRequest) GetScript() string

func (*UpdateActionRequest) GetTimeout

func (x *UpdateActionRequest) GetTimeout() *durationpb.Duration

func (*UpdateActionRequest) ProtoMessage

func (*UpdateActionRequest) ProtoMessage()

func (*UpdateActionRequest) ProtoReflect

func (x *UpdateActionRequest) ProtoReflect() protoreflect.Message

func (*UpdateActionRequest) Reset

func (x *UpdateActionRequest) Reset()

func (*UpdateActionRequest) String

func (x *UpdateActionRequest) String() string

type UpdateActionResponse

type UpdateActionResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateActionResponse) Descriptor deprecated

func (*UpdateActionResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateActionResponse.ProtoReflect.Descriptor instead.

func (*UpdateActionResponse) GetDetails

func (x *UpdateActionResponse) GetDetails() *object.ObjectDetails

func (*UpdateActionResponse) ProtoMessage

func (*UpdateActionResponse) ProtoMessage()

func (*UpdateActionResponse) ProtoReflect

func (x *UpdateActionResponse) ProtoReflect() protoreflect.Message

func (*UpdateActionResponse) Reset

func (x *UpdateActionResponse) Reset()

func (*UpdateActionResponse) String

func (x *UpdateActionResponse) String() string

type UpdateAppRequest

type UpdateAppRequest struct {
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	AppId     string `protobuf:"bytes,2,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"`
	Name      string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateAppRequest) Descriptor deprecated

func (*UpdateAppRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateAppRequest.ProtoReflect.Descriptor instead.

func (*UpdateAppRequest) GetAppId

func (x *UpdateAppRequest) GetAppId() string

func (*UpdateAppRequest) GetName

func (x *UpdateAppRequest) GetName() string

func (*UpdateAppRequest) GetProjectId

func (x *UpdateAppRequest) GetProjectId() string

func (*UpdateAppRequest) ProtoMessage

func (*UpdateAppRequest) ProtoMessage()

func (*UpdateAppRequest) ProtoReflect

func (x *UpdateAppRequest) ProtoReflect() protoreflect.Message

func (*UpdateAppRequest) Reset

func (x *UpdateAppRequest) Reset()

func (*UpdateAppRequest) String

func (x *UpdateAppRequest) String() string

type UpdateAppResponse

type UpdateAppResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateAppResponse) Descriptor deprecated

func (*UpdateAppResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateAppResponse.ProtoReflect.Descriptor instead.

func (*UpdateAppResponse) GetDetails

func (x *UpdateAppResponse) GetDetails() *object.ObjectDetails

func (*UpdateAppResponse) ProtoMessage

func (*UpdateAppResponse) ProtoMessage()

func (*UpdateAppResponse) ProtoReflect

func (x *UpdateAppResponse) ProtoReflect() protoreflect.Message

func (*UpdateAppResponse) Reset

func (x *UpdateAppResponse) Reset()

func (*UpdateAppResponse) String

func (x *UpdateAppResponse) String() string

type UpdateCustomLabelPolicyRequest

type UpdateCustomLabelPolicyRequest struct {
	PrimaryColor        string `protobuf:"bytes,1,opt,name=primary_color,json=primaryColor,proto3" json:"primary_color,omitempty"`
	HideLoginNameSuffix bool   `protobuf:"varint,3,opt,name=hide_login_name_suffix,json=hideLoginNameSuffix,proto3" json:"hide_login_name_suffix,omitempty"`
	WarnColor           string `protobuf:"bytes,4,opt,name=warn_color,json=warnColor,proto3" json:"warn_color,omitempty"`
	BackgroundColor     string `protobuf:"bytes,5,opt,name=background_color,json=backgroundColor,proto3" json:"background_color,omitempty"`
	FontColor           string `protobuf:"bytes,6,opt,name=font_color,json=fontColor,proto3" json:"font_color,omitempty"`
	PrimaryColorDark    string `protobuf:"bytes,7,opt,name=primary_color_dark,json=primaryColorDark,proto3" json:"primary_color_dark,omitempty"`
	BackgroundColorDark string `protobuf:"bytes,8,opt,name=background_color_dark,json=backgroundColorDark,proto3" json:"background_color_dark,omitempty"`
	WarnColorDark       string `protobuf:"bytes,9,opt,name=warn_color_dark,json=warnColorDark,proto3" json:"warn_color_dark,omitempty"`
	FontColorDark       string `protobuf:"bytes,10,opt,name=font_color_dark,json=fontColorDark,proto3" json:"font_color_dark,omitempty"`
	DisableWatermark    bool   `protobuf:"varint,11,opt,name=disable_watermark,json=disableWatermark,proto3" json:"disable_watermark,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateCustomLabelPolicyRequest) Descriptor deprecated

func (*UpdateCustomLabelPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateCustomLabelPolicyRequest.ProtoReflect.Descriptor instead.

func (*UpdateCustomLabelPolicyRequest) GetBackgroundColor

func (x *UpdateCustomLabelPolicyRequest) GetBackgroundColor() string

func (*UpdateCustomLabelPolicyRequest) GetBackgroundColorDark

func (x *UpdateCustomLabelPolicyRequest) GetBackgroundColorDark() string

func (*UpdateCustomLabelPolicyRequest) GetDisableWatermark

func (x *UpdateCustomLabelPolicyRequest) GetDisableWatermark() bool

func (*UpdateCustomLabelPolicyRequest) GetFontColor

func (x *UpdateCustomLabelPolicyRequest) GetFontColor() string

func (*UpdateCustomLabelPolicyRequest) GetFontColorDark

func (x *UpdateCustomLabelPolicyRequest) GetFontColorDark() string

func (*UpdateCustomLabelPolicyRequest) GetHideLoginNameSuffix

func (x *UpdateCustomLabelPolicyRequest) GetHideLoginNameSuffix() bool

func (*UpdateCustomLabelPolicyRequest) GetPrimaryColor

func (x *UpdateCustomLabelPolicyRequest) GetPrimaryColor() string

func (*UpdateCustomLabelPolicyRequest) GetPrimaryColorDark

func (x *UpdateCustomLabelPolicyRequest) GetPrimaryColorDark() string

func (*UpdateCustomLabelPolicyRequest) GetWarnColor

func (x *UpdateCustomLabelPolicyRequest) GetWarnColor() string

func (*UpdateCustomLabelPolicyRequest) GetWarnColorDark

func (x *UpdateCustomLabelPolicyRequest) GetWarnColorDark() string

func (*UpdateCustomLabelPolicyRequest) ProtoMessage

func (*UpdateCustomLabelPolicyRequest) ProtoMessage()

func (*UpdateCustomLabelPolicyRequest) ProtoReflect

func (*UpdateCustomLabelPolicyRequest) Reset

func (x *UpdateCustomLabelPolicyRequest) Reset()

func (*UpdateCustomLabelPolicyRequest) String

type UpdateCustomLabelPolicyResponse

type UpdateCustomLabelPolicyResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateCustomLabelPolicyResponse) Descriptor deprecated

func (*UpdateCustomLabelPolicyResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateCustomLabelPolicyResponse.ProtoReflect.Descriptor instead.

func (*UpdateCustomLabelPolicyResponse) GetDetails

func (*UpdateCustomLabelPolicyResponse) ProtoMessage

func (*UpdateCustomLabelPolicyResponse) ProtoMessage()

func (*UpdateCustomLabelPolicyResponse) ProtoReflect

func (*UpdateCustomLabelPolicyResponse) Reset

func (*UpdateCustomLabelPolicyResponse) String

type UpdateCustomLockoutPolicyRequest

type UpdateCustomLockoutPolicyRequest struct {
	MaxPasswordAttempts uint32 `protobuf:"varint,1,opt,name=max_password_attempts,json=maxPasswordAttempts,proto3" json:"max_password_attempts,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateCustomLockoutPolicyRequest) Descriptor deprecated

func (*UpdateCustomLockoutPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateCustomLockoutPolicyRequest.ProtoReflect.Descriptor instead.

func (*UpdateCustomLockoutPolicyRequest) GetMaxPasswordAttempts

func (x *UpdateCustomLockoutPolicyRequest) GetMaxPasswordAttempts() uint32

func (*UpdateCustomLockoutPolicyRequest) ProtoMessage

func (*UpdateCustomLockoutPolicyRequest) ProtoMessage()

func (*UpdateCustomLockoutPolicyRequest) ProtoReflect

func (*UpdateCustomLockoutPolicyRequest) Reset

func (*UpdateCustomLockoutPolicyRequest) String

type UpdateCustomLockoutPolicyResponse

type UpdateCustomLockoutPolicyResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateCustomLockoutPolicyResponse) Descriptor deprecated

func (*UpdateCustomLockoutPolicyResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateCustomLockoutPolicyResponse.ProtoReflect.Descriptor instead.

func (*UpdateCustomLockoutPolicyResponse) GetDetails

func (*UpdateCustomLockoutPolicyResponse) ProtoMessage

func (*UpdateCustomLockoutPolicyResponse) ProtoMessage()

func (*UpdateCustomLockoutPolicyResponse) ProtoReflect

func (*UpdateCustomLockoutPolicyResponse) Reset

func (*UpdateCustomLockoutPolicyResponse) String

type UpdateCustomLoginPolicyRequest

type UpdateCustomLoginPolicyRequest struct {
	AllowUsernamePassword  bool                    `` /* 127-byte string literal not displayed */
	AllowRegister          bool                    `protobuf:"varint,2,opt,name=allow_register,json=allowRegister,proto3" json:"allow_register,omitempty"`
	AllowExternalIdp       bool                    `protobuf:"varint,3,opt,name=allow_external_idp,json=allowExternalIdp,proto3" json:"allow_external_idp,omitempty"`
	ForceMfa               bool                    `protobuf:"varint,4,opt,name=force_mfa,json=forceMfa,proto3" json:"force_mfa,omitempty"`
	PasswordlessType       policy.PasswordlessType `` /* 150-byte string literal not displayed */
	HidePasswordReset      bool                    `protobuf:"varint,6,opt,name=hide_password_reset,json=hidePasswordReset,proto3" json:"hide_password_reset,omitempty"`
	IgnoreUnknownUsernames bool                    `` /* 130-byte string literal not displayed */
	DefaultRedirectUri     string                  `protobuf:"bytes,8,opt,name=default_redirect_uri,json=defaultRedirectUri,proto3" json:"default_redirect_uri,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateCustomLoginPolicyRequest) Descriptor deprecated

func (*UpdateCustomLoginPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateCustomLoginPolicyRequest.ProtoReflect.Descriptor instead.

func (*UpdateCustomLoginPolicyRequest) GetAllowExternalIdp

func (x *UpdateCustomLoginPolicyRequest) GetAllowExternalIdp() bool

func (*UpdateCustomLoginPolicyRequest) GetAllowRegister

func (x *UpdateCustomLoginPolicyRequest) GetAllowRegister() bool

func (*UpdateCustomLoginPolicyRequest) GetAllowUsernamePassword

func (x *UpdateCustomLoginPolicyRequest) GetAllowUsernamePassword() bool

func (*UpdateCustomLoginPolicyRequest) GetDefaultRedirectUri added in v0.3.4

func (x *UpdateCustomLoginPolicyRequest) GetDefaultRedirectUri() string

func (*UpdateCustomLoginPolicyRequest) GetForceMfa

func (x *UpdateCustomLoginPolicyRequest) GetForceMfa() bool

func (*UpdateCustomLoginPolicyRequest) GetHidePasswordReset

func (x *UpdateCustomLoginPolicyRequest) GetHidePasswordReset() bool

func (*UpdateCustomLoginPolicyRequest) GetIgnoreUnknownUsernames

func (x *UpdateCustomLoginPolicyRequest) GetIgnoreUnknownUsernames() bool

func (*UpdateCustomLoginPolicyRequest) GetPasswordlessType

func (x *UpdateCustomLoginPolicyRequest) GetPasswordlessType() policy.PasswordlessType

func (*UpdateCustomLoginPolicyRequest) ProtoMessage

func (*UpdateCustomLoginPolicyRequest) ProtoMessage()

func (*UpdateCustomLoginPolicyRequest) ProtoReflect

func (*UpdateCustomLoginPolicyRequest) Reset

func (x *UpdateCustomLoginPolicyRequest) Reset()

func (*UpdateCustomLoginPolicyRequest) String

type UpdateCustomLoginPolicyResponse

type UpdateCustomLoginPolicyResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateCustomLoginPolicyResponse) Descriptor deprecated

func (*UpdateCustomLoginPolicyResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateCustomLoginPolicyResponse.ProtoReflect.Descriptor instead.

func (*UpdateCustomLoginPolicyResponse) GetDetails

func (*UpdateCustomLoginPolicyResponse) ProtoMessage

func (*UpdateCustomLoginPolicyResponse) ProtoMessage()

func (*UpdateCustomLoginPolicyResponse) ProtoReflect

func (*UpdateCustomLoginPolicyResponse) Reset

func (*UpdateCustomLoginPolicyResponse) String

type UpdateCustomPasswordAgePolicyRequest

type UpdateCustomPasswordAgePolicyRequest struct {
	MaxAgeDays     uint32 `protobuf:"varint,1,opt,name=max_age_days,json=maxAgeDays,proto3" json:"max_age_days,omitempty"`
	ExpireWarnDays uint32 `protobuf:"varint,2,opt,name=expire_warn_days,json=expireWarnDays,proto3" json:"expire_warn_days,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateCustomPasswordAgePolicyRequest) Descriptor deprecated

func (*UpdateCustomPasswordAgePolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateCustomPasswordAgePolicyRequest.ProtoReflect.Descriptor instead.

func (*UpdateCustomPasswordAgePolicyRequest) GetExpireWarnDays

func (x *UpdateCustomPasswordAgePolicyRequest) GetExpireWarnDays() uint32

func (*UpdateCustomPasswordAgePolicyRequest) GetMaxAgeDays

func (x *UpdateCustomPasswordAgePolicyRequest) GetMaxAgeDays() uint32

func (*UpdateCustomPasswordAgePolicyRequest) ProtoMessage

func (*UpdateCustomPasswordAgePolicyRequest) ProtoMessage()

func (*UpdateCustomPasswordAgePolicyRequest) ProtoReflect

func (*UpdateCustomPasswordAgePolicyRequest) Reset

func (*UpdateCustomPasswordAgePolicyRequest) String

type UpdateCustomPasswordAgePolicyResponse

type UpdateCustomPasswordAgePolicyResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateCustomPasswordAgePolicyResponse) Descriptor deprecated

func (*UpdateCustomPasswordAgePolicyResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateCustomPasswordAgePolicyResponse.ProtoReflect.Descriptor instead.

func (*UpdateCustomPasswordAgePolicyResponse) GetDetails

func (*UpdateCustomPasswordAgePolicyResponse) ProtoMessage

func (*UpdateCustomPasswordAgePolicyResponse) ProtoMessage()

func (*UpdateCustomPasswordAgePolicyResponse) ProtoReflect

func (*UpdateCustomPasswordAgePolicyResponse) Reset

func (*UpdateCustomPasswordAgePolicyResponse) String

type UpdateCustomPasswordComplexityPolicyRequest

type UpdateCustomPasswordComplexityPolicyRequest struct {
	MinLength    uint64 `protobuf:"varint,1,opt,name=min_length,json=minLength,proto3" json:"min_length,omitempty"`
	HasUppercase bool   `protobuf:"varint,2,opt,name=has_uppercase,json=hasUppercase,proto3" json:"has_uppercase,omitempty"`
	HasLowercase bool   `protobuf:"varint,3,opt,name=has_lowercase,json=hasLowercase,proto3" json:"has_lowercase,omitempty"`
	HasNumber    bool   `protobuf:"varint,4,opt,name=has_number,json=hasNumber,proto3" json:"has_number,omitempty"`
	HasSymbol    bool   `protobuf:"varint,5,opt,name=has_symbol,json=hasSymbol,proto3" json:"has_symbol,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateCustomPasswordComplexityPolicyRequest) Descriptor deprecated

Deprecated: Use UpdateCustomPasswordComplexityPolicyRequest.ProtoReflect.Descriptor instead.

func (*UpdateCustomPasswordComplexityPolicyRequest) GetHasLowercase

func (*UpdateCustomPasswordComplexityPolicyRequest) GetHasNumber

func (*UpdateCustomPasswordComplexityPolicyRequest) GetHasSymbol

func (*UpdateCustomPasswordComplexityPolicyRequest) GetHasUppercase

func (*UpdateCustomPasswordComplexityPolicyRequest) GetMinLength

func (*UpdateCustomPasswordComplexityPolicyRequest) ProtoMessage

func (*UpdateCustomPasswordComplexityPolicyRequest) ProtoReflect

func (*UpdateCustomPasswordComplexityPolicyRequest) Reset

func (*UpdateCustomPasswordComplexityPolicyRequest) String

type UpdateCustomPasswordComplexityPolicyResponse

type UpdateCustomPasswordComplexityPolicyResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateCustomPasswordComplexityPolicyResponse) Descriptor deprecated

Deprecated: Use UpdateCustomPasswordComplexityPolicyResponse.ProtoReflect.Descriptor instead.

func (*UpdateCustomPasswordComplexityPolicyResponse) GetDetails

func (*UpdateCustomPasswordComplexityPolicyResponse) ProtoMessage

func (*UpdateCustomPasswordComplexityPolicyResponse) ProtoReflect

func (*UpdateCustomPasswordComplexityPolicyResponse) Reset

func (*UpdateCustomPasswordComplexityPolicyResponse) String

type UpdateCustomPrivacyPolicyRequest

type UpdateCustomPrivacyPolicyRequest struct {
	TosLink     string `protobuf:"bytes,1,opt,name=tos_link,json=tosLink,proto3" json:"tos_link,omitempty"`
	PrivacyLink string `protobuf:"bytes,2,opt,name=privacy_link,json=privacyLink,proto3" json:"privacy_link,omitempty"`
	HelpLink    string `protobuf:"bytes,3,opt,name=help_link,json=helpLink,proto3" json:"help_link,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateCustomPrivacyPolicyRequest) Descriptor deprecated

func (*UpdateCustomPrivacyPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateCustomPrivacyPolicyRequest.ProtoReflect.Descriptor instead.

func (x *UpdateCustomPrivacyPolicyRequest) GetHelpLink() string
func (x *UpdateCustomPrivacyPolicyRequest) GetPrivacyLink() string
func (x *UpdateCustomPrivacyPolicyRequest) GetTosLink() string

func (*UpdateCustomPrivacyPolicyRequest) ProtoMessage

func (*UpdateCustomPrivacyPolicyRequest) ProtoMessage()

func (*UpdateCustomPrivacyPolicyRequest) ProtoReflect

func (*UpdateCustomPrivacyPolicyRequest) Reset

func (*UpdateCustomPrivacyPolicyRequest) String

type UpdateCustomPrivacyPolicyResponse

type UpdateCustomPrivacyPolicyResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateCustomPrivacyPolicyResponse) Descriptor deprecated

func (*UpdateCustomPrivacyPolicyResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateCustomPrivacyPolicyResponse.ProtoReflect.Descriptor instead.

func (*UpdateCustomPrivacyPolicyResponse) GetDetails

func (*UpdateCustomPrivacyPolicyResponse) ProtoMessage

func (*UpdateCustomPrivacyPolicyResponse) ProtoMessage()

func (*UpdateCustomPrivacyPolicyResponse) ProtoReflect

func (*UpdateCustomPrivacyPolicyResponse) Reset

func (*UpdateCustomPrivacyPolicyResponse) String

type UpdateHumanEmailRequest

type UpdateHumanEmailRequest struct {
	UserId          string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Email           string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
	IsEmailVerified bool   `protobuf:"varint,3,opt,name=is_email_verified,json=isEmailVerified,proto3" json:"is_email_verified,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateHumanEmailRequest) Descriptor deprecated

func (*UpdateHumanEmailRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateHumanEmailRequest.ProtoReflect.Descriptor instead.

func (*UpdateHumanEmailRequest) GetEmail

func (x *UpdateHumanEmailRequest) GetEmail() string

func (*UpdateHumanEmailRequest) GetIsEmailVerified

func (x *UpdateHumanEmailRequest) GetIsEmailVerified() bool

func (*UpdateHumanEmailRequest) GetUserId

func (x *UpdateHumanEmailRequest) GetUserId() string

func (*UpdateHumanEmailRequest) ProtoMessage

func (*UpdateHumanEmailRequest) ProtoMessage()

func (*UpdateHumanEmailRequest) ProtoReflect

func (x *UpdateHumanEmailRequest) ProtoReflect() protoreflect.Message

func (*UpdateHumanEmailRequest) Reset

func (x *UpdateHumanEmailRequest) Reset()

func (*UpdateHumanEmailRequest) String

func (x *UpdateHumanEmailRequest) String() string

type UpdateHumanEmailResponse

type UpdateHumanEmailResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateHumanEmailResponse) Descriptor deprecated

func (*UpdateHumanEmailResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateHumanEmailResponse.ProtoReflect.Descriptor instead.

func (*UpdateHumanEmailResponse) GetDetails

func (*UpdateHumanEmailResponse) ProtoMessage

func (*UpdateHumanEmailResponse) ProtoMessage()

func (*UpdateHumanEmailResponse) ProtoReflect

func (x *UpdateHumanEmailResponse) ProtoReflect() protoreflect.Message

func (*UpdateHumanEmailResponse) Reset

func (x *UpdateHumanEmailResponse) Reset()

func (*UpdateHumanEmailResponse) String

func (x *UpdateHumanEmailResponse) String() string

type UpdateHumanPhoneRequest

type UpdateHumanPhoneRequest struct {
	UserId          string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Phone           string `protobuf:"bytes,2,opt,name=phone,proto3" json:"phone,omitempty"`
	IsPhoneVerified bool   `protobuf:"varint,3,opt,name=is_phone_verified,json=isPhoneVerified,proto3" json:"is_phone_verified,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateHumanPhoneRequest) Descriptor deprecated

func (*UpdateHumanPhoneRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateHumanPhoneRequest.ProtoReflect.Descriptor instead.

func (*UpdateHumanPhoneRequest) GetIsPhoneVerified

func (x *UpdateHumanPhoneRequest) GetIsPhoneVerified() bool

func (*UpdateHumanPhoneRequest) GetPhone

func (x *UpdateHumanPhoneRequest) GetPhone() string

func (*UpdateHumanPhoneRequest) GetUserId

func (x *UpdateHumanPhoneRequest) GetUserId() string

func (*UpdateHumanPhoneRequest) ProtoMessage

func (*UpdateHumanPhoneRequest) ProtoMessage()

func (*UpdateHumanPhoneRequest) ProtoReflect

func (x *UpdateHumanPhoneRequest) ProtoReflect() protoreflect.Message

func (*UpdateHumanPhoneRequest) Reset

func (x *UpdateHumanPhoneRequest) Reset()

func (*UpdateHumanPhoneRequest) String

func (x *UpdateHumanPhoneRequest) String() string

type UpdateHumanPhoneResponse

type UpdateHumanPhoneResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateHumanPhoneResponse) Descriptor deprecated

func (*UpdateHumanPhoneResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateHumanPhoneResponse.ProtoReflect.Descriptor instead.

func (*UpdateHumanPhoneResponse) GetDetails

func (*UpdateHumanPhoneResponse) ProtoMessage

func (*UpdateHumanPhoneResponse) ProtoMessage()

func (*UpdateHumanPhoneResponse) ProtoReflect

func (x *UpdateHumanPhoneResponse) ProtoReflect() protoreflect.Message

func (*UpdateHumanPhoneResponse) Reset

func (x *UpdateHumanPhoneResponse) Reset()

func (*UpdateHumanPhoneResponse) String

func (x *UpdateHumanPhoneResponse) String() string

type UpdateHumanProfileRequest

type UpdateHumanProfileRequest struct {
	UserId            string      `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	FirstName         string      `protobuf:"bytes,2,opt,name=first_name,json=firstName,proto3" json:"first_name,omitempty"`
	LastName          string      `protobuf:"bytes,3,opt,name=last_name,json=lastName,proto3" json:"last_name,omitempty"`
	NickName          string      `protobuf:"bytes,4,opt,name=nick_name,json=nickName,proto3" json:"nick_name,omitempty"`
	DisplayName       string      `protobuf:"bytes,5,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	PreferredLanguage string      `protobuf:"bytes,6,opt,name=preferred_language,json=preferredLanguage,proto3" json:"preferred_language,omitempty"`
	Gender            user.Gender `protobuf:"varint,7,opt,name=gender,proto3,enum=zitadel.user.v1.Gender" json:"gender,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateHumanProfileRequest) Descriptor deprecated

func (*UpdateHumanProfileRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateHumanProfileRequest.ProtoReflect.Descriptor instead.

func (*UpdateHumanProfileRequest) GetDisplayName

func (x *UpdateHumanProfileRequest) GetDisplayName() string

func (*UpdateHumanProfileRequest) GetFirstName

func (x *UpdateHumanProfileRequest) GetFirstName() string

func (*UpdateHumanProfileRequest) GetGender

func (x *UpdateHumanProfileRequest) GetGender() user.Gender

func (*UpdateHumanProfileRequest) GetLastName

func (x *UpdateHumanProfileRequest) GetLastName() string

func (*UpdateHumanProfileRequest) GetNickName

func (x *UpdateHumanProfileRequest) GetNickName() string

func (*UpdateHumanProfileRequest) GetPreferredLanguage

func (x *UpdateHumanProfileRequest) GetPreferredLanguage() string

func (*UpdateHumanProfileRequest) GetUserId

func (x *UpdateHumanProfileRequest) GetUserId() string

func (*UpdateHumanProfileRequest) ProtoMessage

func (*UpdateHumanProfileRequest) ProtoMessage()

func (*UpdateHumanProfileRequest) ProtoReflect

func (*UpdateHumanProfileRequest) Reset

func (x *UpdateHumanProfileRequest) Reset()

func (*UpdateHumanProfileRequest) String

func (x *UpdateHumanProfileRequest) String() string

type UpdateHumanProfileResponse

type UpdateHumanProfileResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateHumanProfileResponse) Descriptor deprecated

func (*UpdateHumanProfileResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateHumanProfileResponse.ProtoReflect.Descriptor instead.

func (*UpdateHumanProfileResponse) GetDetails

func (*UpdateHumanProfileResponse) ProtoMessage

func (*UpdateHumanProfileResponse) ProtoMessage()

func (*UpdateHumanProfileResponse) ProtoReflect

func (*UpdateHumanProfileResponse) Reset

func (x *UpdateHumanProfileResponse) Reset()

func (*UpdateHumanProfileResponse) String

func (x *UpdateHumanProfileResponse) String() string

type UpdateMachineRequest

type UpdateMachineRequest struct {
	UserId      string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	Name        string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateMachineRequest) Descriptor deprecated

func (*UpdateMachineRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateMachineRequest.ProtoReflect.Descriptor instead.

func (*UpdateMachineRequest) GetDescription

func (x *UpdateMachineRequest) GetDescription() string

func (*UpdateMachineRequest) GetName

func (x *UpdateMachineRequest) GetName() string

func (*UpdateMachineRequest) GetUserId

func (x *UpdateMachineRequest) GetUserId() string

func (*UpdateMachineRequest) ProtoMessage

func (*UpdateMachineRequest) ProtoMessage()

func (*UpdateMachineRequest) ProtoReflect

func (x *UpdateMachineRequest) ProtoReflect() protoreflect.Message

func (*UpdateMachineRequest) Reset

func (x *UpdateMachineRequest) Reset()

func (*UpdateMachineRequest) String

func (x *UpdateMachineRequest) String() string

type UpdateMachineResponse

type UpdateMachineResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateMachineResponse) Descriptor deprecated

func (*UpdateMachineResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateMachineResponse.ProtoReflect.Descriptor instead.

func (*UpdateMachineResponse) GetDetails

func (x *UpdateMachineResponse) GetDetails() *object.ObjectDetails

func (*UpdateMachineResponse) ProtoMessage

func (*UpdateMachineResponse) ProtoMessage()

func (*UpdateMachineResponse) ProtoReflect

func (x *UpdateMachineResponse) ProtoReflect() protoreflect.Message

func (*UpdateMachineResponse) Reset

func (x *UpdateMachineResponse) Reset()

func (*UpdateMachineResponse) String

func (x *UpdateMachineResponse) String() string

type UpdateOIDCAppConfigRequest

type UpdateOIDCAppConfigRequest struct {
	ProjectId                string                 `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	AppId                    string                 `protobuf:"bytes,2,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"`
	RedirectUris             []string               `protobuf:"bytes,3,rep,name=redirect_uris,json=redirectUris,proto3" json:"redirect_uris,omitempty"`
	ResponseTypes            []app.OIDCResponseType `` /* 145-byte string literal not displayed */
	GrantTypes               []app.OIDCGrantType    `` /* 133-byte string literal not displayed */
	AppType                  app.OIDCAppType        `protobuf:"varint,6,opt,name=app_type,json=appType,proto3,enum=zitadel.app.v1.OIDCAppType" json:"app_type,omitempty"`
	AuthMethodType           app.OIDCAuthMethodType `` /* 145-byte string literal not displayed */
	PostLogoutRedirectUris   []string               `` /* 131-byte string literal not displayed */
	DevMode                  bool                   `protobuf:"varint,9,opt,name=dev_mode,json=devMode,proto3" json:"dev_mode,omitempty"`
	AccessTokenType          app.OIDCTokenType      `` /* 144-byte string literal not displayed */
	AccessTokenRoleAssertion bool                   `` /* 139-byte string literal not displayed */
	IdTokenRoleAssertion     bool                   `` /* 127-byte string literal not displayed */
	IdTokenUserinfoAssertion bool                   `` /* 139-byte string literal not displayed */
	ClockSkew                *durationpb.Duration   `protobuf:"bytes,14,opt,name=clock_skew,json=clockSkew,proto3" json:"clock_skew,omitempty"`
	AdditionalOrigins        []string               `protobuf:"bytes,15,rep,name=additional_origins,json=additionalOrigins,proto3" json:"additional_origins,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateOIDCAppConfigRequest) Descriptor deprecated

func (*UpdateOIDCAppConfigRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateOIDCAppConfigRequest.ProtoReflect.Descriptor instead.

func (*UpdateOIDCAppConfigRequest) GetAccessTokenRoleAssertion

func (x *UpdateOIDCAppConfigRequest) GetAccessTokenRoleAssertion() bool

func (*UpdateOIDCAppConfigRequest) GetAccessTokenType

func (x *UpdateOIDCAppConfigRequest) GetAccessTokenType() app.OIDCTokenType

func (*UpdateOIDCAppConfigRequest) GetAdditionalOrigins

func (x *UpdateOIDCAppConfigRequest) GetAdditionalOrigins() []string

func (*UpdateOIDCAppConfigRequest) GetAppId

func (x *UpdateOIDCAppConfigRequest) GetAppId() string

func (*UpdateOIDCAppConfigRequest) GetAppType

func (x *UpdateOIDCAppConfigRequest) GetAppType() app.OIDCAppType

func (*UpdateOIDCAppConfigRequest) GetAuthMethodType

func (x *UpdateOIDCAppConfigRequest) GetAuthMethodType() app.OIDCAuthMethodType

func (*UpdateOIDCAppConfigRequest) GetClockSkew

func (x *UpdateOIDCAppConfigRequest) GetClockSkew() *durationpb.Duration

func (*UpdateOIDCAppConfigRequest) GetDevMode

func (x *UpdateOIDCAppConfigRequest) GetDevMode() bool

func (*UpdateOIDCAppConfigRequest) GetGrantTypes

func (x *UpdateOIDCAppConfigRequest) GetGrantTypes() []app.OIDCGrantType

func (*UpdateOIDCAppConfigRequest) GetIdTokenRoleAssertion

func (x *UpdateOIDCAppConfigRequest) GetIdTokenRoleAssertion() bool

func (*UpdateOIDCAppConfigRequest) GetIdTokenUserinfoAssertion

func (x *UpdateOIDCAppConfigRequest) GetIdTokenUserinfoAssertion() bool

func (*UpdateOIDCAppConfigRequest) GetPostLogoutRedirectUris

func (x *UpdateOIDCAppConfigRequest) GetPostLogoutRedirectUris() []string

func (*UpdateOIDCAppConfigRequest) GetProjectId

func (x *UpdateOIDCAppConfigRequest) GetProjectId() string

func (*UpdateOIDCAppConfigRequest) GetRedirectUris

func (x *UpdateOIDCAppConfigRequest) GetRedirectUris() []string

func (*UpdateOIDCAppConfigRequest) GetResponseTypes

func (x *UpdateOIDCAppConfigRequest) GetResponseTypes() []app.OIDCResponseType

func (*UpdateOIDCAppConfigRequest) ProtoMessage

func (*UpdateOIDCAppConfigRequest) ProtoMessage()

func (*UpdateOIDCAppConfigRequest) ProtoReflect

func (*UpdateOIDCAppConfigRequest) Reset

func (x *UpdateOIDCAppConfigRequest) Reset()

func (*UpdateOIDCAppConfigRequest) String

func (x *UpdateOIDCAppConfigRequest) String() string

type UpdateOIDCAppConfigResponse

type UpdateOIDCAppConfigResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateOIDCAppConfigResponse) Descriptor deprecated

func (*UpdateOIDCAppConfigResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateOIDCAppConfigResponse.ProtoReflect.Descriptor instead.

func (*UpdateOIDCAppConfigResponse) GetDetails

func (*UpdateOIDCAppConfigResponse) ProtoMessage

func (*UpdateOIDCAppConfigResponse) ProtoMessage()

func (*UpdateOIDCAppConfigResponse) ProtoReflect

func (*UpdateOIDCAppConfigResponse) Reset

func (x *UpdateOIDCAppConfigResponse) Reset()

func (*UpdateOIDCAppConfigResponse) String

func (x *UpdateOIDCAppConfigResponse) String() string

type UpdateOrgIDPJWTConfigRequest

type UpdateOrgIDPJWTConfigRequest struct {
	IdpId        string `protobuf:"bytes,1,opt,name=idp_id,json=idpId,proto3" json:"idp_id,omitempty"`
	JwtEndpoint  string `protobuf:"bytes,2,opt,name=jwt_endpoint,json=jwtEndpoint,proto3" json:"jwt_endpoint,omitempty"`
	Issuer       string `protobuf:"bytes,3,opt,name=issuer,proto3" json:"issuer,omitempty"`
	KeysEndpoint string `protobuf:"bytes,4,opt,name=keys_endpoint,json=keysEndpoint,proto3" json:"keys_endpoint,omitempty"`
	HeaderName   string `protobuf:"bytes,5,opt,name=header_name,json=headerName,proto3" json:"header_name,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateOrgIDPJWTConfigRequest) Descriptor deprecated

func (*UpdateOrgIDPJWTConfigRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateOrgIDPJWTConfigRequest.ProtoReflect.Descriptor instead.

func (*UpdateOrgIDPJWTConfigRequest) GetHeaderName

func (x *UpdateOrgIDPJWTConfigRequest) GetHeaderName() string

func (*UpdateOrgIDPJWTConfigRequest) GetIdpId

func (x *UpdateOrgIDPJWTConfigRequest) GetIdpId() string

func (*UpdateOrgIDPJWTConfigRequest) GetIssuer

func (x *UpdateOrgIDPJWTConfigRequest) GetIssuer() string

func (*UpdateOrgIDPJWTConfigRequest) GetJwtEndpoint

func (x *UpdateOrgIDPJWTConfigRequest) GetJwtEndpoint() string

func (*UpdateOrgIDPJWTConfigRequest) GetKeysEndpoint

func (x *UpdateOrgIDPJWTConfigRequest) GetKeysEndpoint() string

func (*UpdateOrgIDPJWTConfigRequest) ProtoMessage

func (*UpdateOrgIDPJWTConfigRequest) ProtoMessage()

func (*UpdateOrgIDPJWTConfigRequest) ProtoReflect

func (*UpdateOrgIDPJWTConfigRequest) Reset

func (x *UpdateOrgIDPJWTConfigRequest) Reset()

func (*UpdateOrgIDPJWTConfigRequest) String

type UpdateOrgIDPJWTConfigResponse

type UpdateOrgIDPJWTConfigResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateOrgIDPJWTConfigResponse) Descriptor deprecated

func (*UpdateOrgIDPJWTConfigResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateOrgIDPJWTConfigResponse.ProtoReflect.Descriptor instead.

func (*UpdateOrgIDPJWTConfigResponse) GetDetails

func (*UpdateOrgIDPJWTConfigResponse) ProtoMessage

func (*UpdateOrgIDPJWTConfigResponse) ProtoMessage()

func (*UpdateOrgIDPJWTConfigResponse) ProtoReflect

func (*UpdateOrgIDPJWTConfigResponse) Reset

func (x *UpdateOrgIDPJWTConfigResponse) Reset()

func (*UpdateOrgIDPJWTConfigResponse) String

type UpdateOrgIDPOIDCConfigRequest

type UpdateOrgIDPOIDCConfigRequest struct {
	IdpId              string               `protobuf:"bytes,1,opt,name=idp_id,json=idpId,proto3" json:"idp_id,omitempty"`
	ClientId           string               `protobuf:"bytes,2,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	ClientSecret       string               `protobuf:"bytes,3,opt,name=client_secret,json=clientSecret,proto3" json:"client_secret,omitempty"`
	Issuer             string               `protobuf:"bytes,4,opt,name=issuer,proto3" json:"issuer,omitempty"`
	Scopes             []string             `protobuf:"bytes,5,rep,name=scopes,proto3" json:"scopes,omitempty"`
	DisplayNameMapping idp.OIDCMappingField `` /* 155-byte string literal not displayed */
	UsernameMapping    idp.OIDCMappingField `` /* 144-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*UpdateOrgIDPOIDCConfigRequest) Descriptor deprecated

func (*UpdateOrgIDPOIDCConfigRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateOrgIDPOIDCConfigRequest.ProtoReflect.Descriptor instead.

func (*UpdateOrgIDPOIDCConfigRequest) GetClientId

func (x *UpdateOrgIDPOIDCConfigRequest) GetClientId() string

func (*UpdateOrgIDPOIDCConfigRequest) GetClientSecret

func (x *UpdateOrgIDPOIDCConfigRequest) GetClientSecret() string

func (*UpdateOrgIDPOIDCConfigRequest) GetDisplayNameMapping

func (x *UpdateOrgIDPOIDCConfigRequest) GetDisplayNameMapping() idp.OIDCMappingField

func (*UpdateOrgIDPOIDCConfigRequest) GetIdpId

func (x *UpdateOrgIDPOIDCConfigRequest) GetIdpId() string

func (*UpdateOrgIDPOIDCConfigRequest) GetIssuer

func (x *UpdateOrgIDPOIDCConfigRequest) GetIssuer() string

func (*UpdateOrgIDPOIDCConfigRequest) GetScopes

func (x *UpdateOrgIDPOIDCConfigRequest) GetScopes() []string

func (*UpdateOrgIDPOIDCConfigRequest) GetUsernameMapping

func (x *UpdateOrgIDPOIDCConfigRequest) GetUsernameMapping() idp.OIDCMappingField

func (*UpdateOrgIDPOIDCConfigRequest) ProtoMessage

func (*UpdateOrgIDPOIDCConfigRequest) ProtoMessage()

func (*UpdateOrgIDPOIDCConfigRequest) ProtoReflect

func (*UpdateOrgIDPOIDCConfigRequest) Reset

func (x *UpdateOrgIDPOIDCConfigRequest) Reset()

func (*UpdateOrgIDPOIDCConfigRequest) String

type UpdateOrgIDPOIDCConfigResponse

type UpdateOrgIDPOIDCConfigResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateOrgIDPOIDCConfigResponse) Descriptor deprecated

func (*UpdateOrgIDPOIDCConfigResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateOrgIDPOIDCConfigResponse.ProtoReflect.Descriptor instead.

func (*UpdateOrgIDPOIDCConfigResponse) GetDetails

func (*UpdateOrgIDPOIDCConfigResponse) ProtoMessage

func (*UpdateOrgIDPOIDCConfigResponse) ProtoMessage()

func (*UpdateOrgIDPOIDCConfigResponse) ProtoReflect

func (*UpdateOrgIDPOIDCConfigResponse) Reset

func (x *UpdateOrgIDPOIDCConfigResponse) Reset()

func (*UpdateOrgIDPOIDCConfigResponse) String

type UpdateOrgIDPRequest

type UpdateOrgIDPRequest struct {
	IdpId        string             `protobuf:"bytes,1,opt,name=idp_id,json=idpId,proto3" json:"idp_id,omitempty"`
	Name         string             `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	StylingType  idp.IDPStylingType `` /* 130-byte string literal not displayed */
	AutoRegister bool               `protobuf:"varint,4,opt,name=auto_register,json=autoRegister,proto3" json:"auto_register,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateOrgIDPRequest) Descriptor deprecated

func (*UpdateOrgIDPRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateOrgIDPRequest.ProtoReflect.Descriptor instead.

func (*UpdateOrgIDPRequest) GetAutoRegister

func (x *UpdateOrgIDPRequest) GetAutoRegister() bool

func (*UpdateOrgIDPRequest) GetIdpId

func (x *UpdateOrgIDPRequest) GetIdpId() string

func (*UpdateOrgIDPRequest) GetName

func (x *UpdateOrgIDPRequest) GetName() string

func (*UpdateOrgIDPRequest) GetStylingType

func (x *UpdateOrgIDPRequest) GetStylingType() idp.IDPStylingType

func (*UpdateOrgIDPRequest) ProtoMessage

func (*UpdateOrgIDPRequest) ProtoMessage()

func (*UpdateOrgIDPRequest) ProtoReflect

func (x *UpdateOrgIDPRequest) ProtoReflect() protoreflect.Message

func (*UpdateOrgIDPRequest) Reset

func (x *UpdateOrgIDPRequest) Reset()

func (*UpdateOrgIDPRequest) String

func (x *UpdateOrgIDPRequest) String() string

type UpdateOrgIDPResponse

type UpdateOrgIDPResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateOrgIDPResponse) Descriptor deprecated

func (*UpdateOrgIDPResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateOrgIDPResponse.ProtoReflect.Descriptor instead.

func (*UpdateOrgIDPResponse) GetDetails

func (x *UpdateOrgIDPResponse) GetDetails() *object.ObjectDetails

func (*UpdateOrgIDPResponse) ProtoMessage

func (*UpdateOrgIDPResponse) ProtoMessage()

func (*UpdateOrgIDPResponse) ProtoReflect

func (x *UpdateOrgIDPResponse) ProtoReflect() protoreflect.Message

func (*UpdateOrgIDPResponse) Reset

func (x *UpdateOrgIDPResponse) Reset()

func (*UpdateOrgIDPResponse) String

func (x *UpdateOrgIDPResponse) String() string

type UpdateOrgMemberRequest

type UpdateOrgMemberRequest struct {
	UserId string   `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Roles  []string `protobuf:"bytes,2,rep,name=roles,proto3" json:"roles,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateOrgMemberRequest) Descriptor deprecated

func (*UpdateOrgMemberRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateOrgMemberRequest.ProtoReflect.Descriptor instead.

func (*UpdateOrgMemberRequest) GetRoles

func (x *UpdateOrgMemberRequest) GetRoles() []string

func (*UpdateOrgMemberRequest) GetUserId

func (x *UpdateOrgMemberRequest) GetUserId() string

func (*UpdateOrgMemberRequest) ProtoMessage

func (*UpdateOrgMemberRequest) ProtoMessage()

func (*UpdateOrgMemberRequest) ProtoReflect

func (x *UpdateOrgMemberRequest) ProtoReflect() protoreflect.Message

func (*UpdateOrgMemberRequest) Reset

func (x *UpdateOrgMemberRequest) Reset()

func (*UpdateOrgMemberRequest) String

func (x *UpdateOrgMemberRequest) String() string

type UpdateOrgMemberResponse

type UpdateOrgMemberResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateOrgMemberResponse) Descriptor deprecated

func (*UpdateOrgMemberResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateOrgMemberResponse.ProtoReflect.Descriptor instead.

func (*UpdateOrgMemberResponse) GetDetails

func (x *UpdateOrgMemberResponse) GetDetails() *object.ObjectDetails

func (*UpdateOrgMemberResponse) ProtoMessage

func (*UpdateOrgMemberResponse) ProtoMessage()

func (*UpdateOrgMemberResponse) ProtoReflect

func (x *UpdateOrgMemberResponse) ProtoReflect() protoreflect.Message

func (*UpdateOrgMemberResponse) Reset

func (x *UpdateOrgMemberResponse) Reset()

func (*UpdateOrgMemberResponse) String

func (x *UpdateOrgMemberResponse) String() string

type UpdateOrgRequest

type UpdateOrgRequest struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateOrgRequest) Descriptor deprecated

func (*UpdateOrgRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateOrgRequest.ProtoReflect.Descriptor instead.

func (*UpdateOrgRequest) GetName

func (x *UpdateOrgRequest) GetName() string

func (*UpdateOrgRequest) ProtoMessage

func (*UpdateOrgRequest) ProtoMessage()

func (*UpdateOrgRequest) ProtoReflect

func (x *UpdateOrgRequest) ProtoReflect() protoreflect.Message

func (*UpdateOrgRequest) Reset

func (x *UpdateOrgRequest) Reset()

func (*UpdateOrgRequest) String

func (x *UpdateOrgRequest) String() string

type UpdateOrgResponse

type UpdateOrgResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateOrgResponse) Descriptor deprecated

func (*UpdateOrgResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateOrgResponse.ProtoReflect.Descriptor instead.

func (*UpdateOrgResponse) GetDetails

func (x *UpdateOrgResponse) GetDetails() *object.ObjectDetails

func (*UpdateOrgResponse) ProtoMessage

func (*UpdateOrgResponse) ProtoMessage()

func (*UpdateOrgResponse) ProtoReflect

func (x *UpdateOrgResponse) ProtoReflect() protoreflect.Message

func (*UpdateOrgResponse) Reset

func (x *UpdateOrgResponse) Reset()

func (*UpdateOrgResponse) String

func (x *UpdateOrgResponse) String() string

type UpdateProjectGrantMemberRequest

type UpdateProjectGrantMemberRequest struct {
	ProjectId string   `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	GrantId   string   `protobuf:"bytes,2,opt,name=grant_id,json=grantId,proto3" json:"grant_id,omitempty"`
	UserId    string   `protobuf:"bytes,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Roles     []string `protobuf:"bytes,4,rep,name=roles,proto3" json:"roles,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateProjectGrantMemberRequest) Descriptor deprecated

func (*UpdateProjectGrantMemberRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateProjectGrantMemberRequest.ProtoReflect.Descriptor instead.

func (*UpdateProjectGrantMemberRequest) GetGrantId

func (x *UpdateProjectGrantMemberRequest) GetGrantId() string

func (*UpdateProjectGrantMemberRequest) GetProjectId

func (x *UpdateProjectGrantMemberRequest) GetProjectId() string

func (*UpdateProjectGrantMemberRequest) GetRoles

func (x *UpdateProjectGrantMemberRequest) GetRoles() []string

func (*UpdateProjectGrantMemberRequest) GetUserId

func (x *UpdateProjectGrantMemberRequest) GetUserId() string

func (*UpdateProjectGrantMemberRequest) ProtoMessage

func (*UpdateProjectGrantMemberRequest) ProtoMessage()

func (*UpdateProjectGrantMemberRequest) ProtoReflect

func (*UpdateProjectGrantMemberRequest) Reset

func (*UpdateProjectGrantMemberRequest) String

type UpdateProjectGrantMemberResponse

type UpdateProjectGrantMemberResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateProjectGrantMemberResponse) Descriptor deprecated

func (*UpdateProjectGrantMemberResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateProjectGrantMemberResponse.ProtoReflect.Descriptor instead.

func (*UpdateProjectGrantMemberResponse) GetDetails

func (*UpdateProjectGrantMemberResponse) ProtoMessage

func (*UpdateProjectGrantMemberResponse) ProtoMessage()

func (*UpdateProjectGrantMemberResponse) ProtoReflect

func (*UpdateProjectGrantMemberResponse) Reset

func (*UpdateProjectGrantMemberResponse) String

type UpdateProjectGrantRequest

type UpdateProjectGrantRequest struct {
	ProjectId string   `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	GrantId   string   `protobuf:"bytes,2,opt,name=grant_id,json=grantId,proto3" json:"grant_id,omitempty"`
	RoleKeys  []string `protobuf:"bytes,3,rep,name=role_keys,json=roleKeys,proto3" json:"role_keys,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateProjectGrantRequest) Descriptor deprecated

func (*UpdateProjectGrantRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateProjectGrantRequest.ProtoReflect.Descriptor instead.

func (*UpdateProjectGrantRequest) GetGrantId

func (x *UpdateProjectGrantRequest) GetGrantId() string

func (*UpdateProjectGrantRequest) GetProjectId

func (x *UpdateProjectGrantRequest) GetProjectId() string

func (*UpdateProjectGrantRequest) GetRoleKeys

func (x *UpdateProjectGrantRequest) GetRoleKeys() []string

func (*UpdateProjectGrantRequest) ProtoMessage

func (*UpdateProjectGrantRequest) ProtoMessage()

func (*UpdateProjectGrantRequest) ProtoReflect

func (*UpdateProjectGrantRequest) Reset

func (x *UpdateProjectGrantRequest) Reset()

func (*UpdateProjectGrantRequest) String

func (x *UpdateProjectGrantRequest) String() string

type UpdateProjectGrantResponse

type UpdateProjectGrantResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateProjectGrantResponse) Descriptor deprecated

func (*UpdateProjectGrantResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateProjectGrantResponse.ProtoReflect.Descriptor instead.

func (*UpdateProjectGrantResponse) GetDetails

func (*UpdateProjectGrantResponse) ProtoMessage

func (*UpdateProjectGrantResponse) ProtoMessage()

func (*UpdateProjectGrantResponse) ProtoReflect

func (*UpdateProjectGrantResponse) Reset

func (x *UpdateProjectGrantResponse) Reset()

func (*UpdateProjectGrantResponse) String

func (x *UpdateProjectGrantResponse) String() string

type UpdateProjectMemberRequest

type UpdateProjectMemberRequest struct {
	ProjectId string   `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	UserId    string   `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Roles     []string `protobuf:"bytes,3,rep,name=roles,proto3" json:"roles,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateProjectMemberRequest) Descriptor deprecated

func (*UpdateProjectMemberRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateProjectMemberRequest.ProtoReflect.Descriptor instead.

func (*UpdateProjectMemberRequest) GetProjectId

func (x *UpdateProjectMemberRequest) GetProjectId() string

func (*UpdateProjectMemberRequest) GetRoles

func (x *UpdateProjectMemberRequest) GetRoles() []string

func (*UpdateProjectMemberRequest) GetUserId

func (x *UpdateProjectMemberRequest) GetUserId() string

func (*UpdateProjectMemberRequest) ProtoMessage

func (*UpdateProjectMemberRequest) ProtoMessage()

func (*UpdateProjectMemberRequest) ProtoReflect

func (*UpdateProjectMemberRequest) Reset

func (x *UpdateProjectMemberRequest) Reset()

func (*UpdateProjectMemberRequest) String

func (x *UpdateProjectMemberRequest) String() string

type UpdateProjectMemberResponse

type UpdateProjectMemberResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateProjectMemberResponse) Descriptor deprecated

func (*UpdateProjectMemberResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateProjectMemberResponse.ProtoReflect.Descriptor instead.

func (*UpdateProjectMemberResponse) GetDetails

func (*UpdateProjectMemberResponse) ProtoMessage

func (*UpdateProjectMemberResponse) ProtoMessage()

func (*UpdateProjectMemberResponse) ProtoReflect

func (*UpdateProjectMemberResponse) Reset

func (x *UpdateProjectMemberResponse) Reset()

func (*UpdateProjectMemberResponse) String

func (x *UpdateProjectMemberResponse) String() string

type UpdateProjectRequest

type UpdateProjectRequest struct {
	Id                     string                         `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name                   string                         `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	ProjectRoleAssertion   bool                           `protobuf:"varint,3,opt,name=project_role_assertion,json=projectRoleAssertion,proto3" json:"project_role_assertion,omitempty"`
	ProjectRoleCheck       bool                           `protobuf:"varint,4,opt,name=project_role_check,json=projectRoleCheck,proto3" json:"project_role_check,omitempty"`
	HasProjectCheck        bool                           `protobuf:"varint,5,opt,name=has_project_check,json=hasProjectCheck,proto3" json:"has_project_check,omitempty"`
	PrivateLabelingSetting project.PrivateLabelingSetting `` /* 177-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*UpdateProjectRequest) Descriptor deprecated

func (*UpdateProjectRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateProjectRequest.ProtoReflect.Descriptor instead.

func (*UpdateProjectRequest) GetHasProjectCheck

func (x *UpdateProjectRequest) GetHasProjectCheck() bool

func (*UpdateProjectRequest) GetId

func (x *UpdateProjectRequest) GetId() string

func (*UpdateProjectRequest) GetName

func (x *UpdateProjectRequest) GetName() string

func (*UpdateProjectRequest) GetPrivateLabelingSetting

func (x *UpdateProjectRequest) GetPrivateLabelingSetting() project.PrivateLabelingSetting

func (*UpdateProjectRequest) GetProjectRoleAssertion

func (x *UpdateProjectRequest) GetProjectRoleAssertion() bool

func (*UpdateProjectRequest) GetProjectRoleCheck

func (x *UpdateProjectRequest) GetProjectRoleCheck() bool

func (*UpdateProjectRequest) ProtoMessage

func (*UpdateProjectRequest) ProtoMessage()

func (*UpdateProjectRequest) ProtoReflect

func (x *UpdateProjectRequest) ProtoReflect() protoreflect.Message

func (*UpdateProjectRequest) Reset

func (x *UpdateProjectRequest) Reset()

func (*UpdateProjectRequest) String

func (x *UpdateProjectRequest) String() string

type UpdateProjectResponse

type UpdateProjectResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateProjectResponse) Descriptor deprecated

func (*UpdateProjectResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateProjectResponse.ProtoReflect.Descriptor instead.

func (*UpdateProjectResponse) GetDetails

func (x *UpdateProjectResponse) GetDetails() *object.ObjectDetails

func (*UpdateProjectResponse) ProtoMessage

func (*UpdateProjectResponse) ProtoMessage()

func (*UpdateProjectResponse) ProtoReflect

func (x *UpdateProjectResponse) ProtoReflect() protoreflect.Message

func (*UpdateProjectResponse) Reset

func (x *UpdateProjectResponse) Reset()

func (*UpdateProjectResponse) String

func (x *UpdateProjectResponse) String() string

type UpdateProjectRoleRequest

type UpdateProjectRoleRequest struct {
	ProjectId   string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	RoleKey     string `protobuf:"bytes,2,opt,name=role_key,json=roleKey,proto3" json:"role_key,omitempty"`
	DisplayName string `protobuf:"bytes,3,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	Group       string `protobuf:"bytes,4,opt,name=group,proto3" json:"group,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateProjectRoleRequest) Descriptor deprecated

func (*UpdateProjectRoleRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateProjectRoleRequest.ProtoReflect.Descriptor instead.

func (*UpdateProjectRoleRequest) GetDisplayName

func (x *UpdateProjectRoleRequest) GetDisplayName() string

func (*UpdateProjectRoleRequest) GetGroup

func (x *UpdateProjectRoleRequest) GetGroup() string

func (*UpdateProjectRoleRequest) GetProjectId

func (x *UpdateProjectRoleRequest) GetProjectId() string

func (*UpdateProjectRoleRequest) GetRoleKey

func (x *UpdateProjectRoleRequest) GetRoleKey() string

func (*UpdateProjectRoleRequest) ProtoMessage

func (*UpdateProjectRoleRequest) ProtoMessage()

func (*UpdateProjectRoleRequest) ProtoReflect

func (x *UpdateProjectRoleRequest) ProtoReflect() protoreflect.Message

func (*UpdateProjectRoleRequest) Reset

func (x *UpdateProjectRoleRequest) Reset()

func (*UpdateProjectRoleRequest) String

func (x *UpdateProjectRoleRequest) String() string

type UpdateProjectRoleResponse

type UpdateProjectRoleResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateProjectRoleResponse) Descriptor deprecated

func (*UpdateProjectRoleResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateProjectRoleResponse.ProtoReflect.Descriptor instead.

func (*UpdateProjectRoleResponse) GetDetails

func (*UpdateProjectRoleResponse) ProtoMessage

func (*UpdateProjectRoleResponse) ProtoMessage()

func (*UpdateProjectRoleResponse) ProtoReflect

func (*UpdateProjectRoleResponse) Reset

func (x *UpdateProjectRoleResponse) Reset()

func (*UpdateProjectRoleResponse) String

func (x *UpdateProjectRoleResponse) String() string

type UpdateUserGrantRequest

type UpdateUserGrantRequest struct {
	UserId   string   `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	GrantId  string   `protobuf:"bytes,2,opt,name=grant_id,json=grantId,proto3" json:"grant_id,omitempty"`
	RoleKeys []string `protobuf:"bytes,3,rep,name=role_keys,json=roleKeys,proto3" json:"role_keys,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateUserGrantRequest) Descriptor deprecated

func (*UpdateUserGrantRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateUserGrantRequest.ProtoReflect.Descriptor instead.

func (*UpdateUserGrantRequest) GetGrantId

func (x *UpdateUserGrantRequest) GetGrantId() string

func (*UpdateUserGrantRequest) GetRoleKeys

func (x *UpdateUserGrantRequest) GetRoleKeys() []string

func (*UpdateUserGrantRequest) GetUserId

func (x *UpdateUserGrantRequest) GetUserId() string

func (*UpdateUserGrantRequest) ProtoMessage

func (*UpdateUserGrantRequest) ProtoMessage()

func (*UpdateUserGrantRequest) ProtoReflect

func (x *UpdateUserGrantRequest) ProtoReflect() protoreflect.Message

func (*UpdateUserGrantRequest) Reset

func (x *UpdateUserGrantRequest) Reset()

func (*UpdateUserGrantRequest) String

func (x *UpdateUserGrantRequest) String() string

type UpdateUserGrantResponse

type UpdateUserGrantResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateUserGrantResponse) Descriptor deprecated

func (*UpdateUserGrantResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateUserGrantResponse.ProtoReflect.Descriptor instead.

func (*UpdateUserGrantResponse) GetDetails

func (x *UpdateUserGrantResponse) GetDetails() *object.ObjectDetails

func (*UpdateUserGrantResponse) ProtoMessage

func (*UpdateUserGrantResponse) ProtoMessage()

func (*UpdateUserGrantResponse) ProtoReflect

func (x *UpdateUserGrantResponse) ProtoReflect() protoreflect.Message

func (*UpdateUserGrantResponse) Reset

func (x *UpdateUserGrantResponse) Reset()

func (*UpdateUserGrantResponse) String

func (x *UpdateUserGrantResponse) String() string

type UpdateUserNameRequest

type UpdateUserNameRequest struct {
	UserId   string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserName string `protobuf:"bytes,2,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateUserNameRequest) Descriptor deprecated

func (*UpdateUserNameRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateUserNameRequest.ProtoReflect.Descriptor instead.

func (*UpdateUserNameRequest) GetUserId

func (x *UpdateUserNameRequest) GetUserId() string

func (*UpdateUserNameRequest) GetUserName

func (x *UpdateUserNameRequest) GetUserName() string

func (*UpdateUserNameRequest) ProtoMessage

func (*UpdateUserNameRequest) ProtoMessage()

func (*UpdateUserNameRequest) ProtoReflect

func (x *UpdateUserNameRequest) ProtoReflect() protoreflect.Message

func (*UpdateUserNameRequest) Reset

func (x *UpdateUserNameRequest) Reset()

func (*UpdateUserNameRequest) String

func (x *UpdateUserNameRequest) String() string

type UpdateUserNameResponse

type UpdateUserNameResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateUserNameResponse) Descriptor deprecated

func (*UpdateUserNameResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateUserNameResponse.ProtoReflect.Descriptor instead.

func (*UpdateUserNameResponse) GetDetails

func (x *UpdateUserNameResponse) GetDetails() *object.ObjectDetails

func (*UpdateUserNameResponse) ProtoMessage

func (*UpdateUserNameResponse) ProtoMessage()

func (*UpdateUserNameResponse) ProtoReflect

func (x *UpdateUserNameResponse) ProtoReflect() protoreflect.Message

func (*UpdateUserNameResponse) Reset

func (x *UpdateUserNameResponse) Reset()

func (*UpdateUserNameResponse) String

func (x *UpdateUserNameResponse) String() string

type ValidateOrgDomainRequest

type ValidateOrgDomainRequest struct {
	Domain string `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
	// contains filtered or unexported fields
}

func (*ValidateOrgDomainRequest) Descriptor deprecated

func (*ValidateOrgDomainRequest) Descriptor() ([]byte, []int)

Deprecated: Use ValidateOrgDomainRequest.ProtoReflect.Descriptor instead.

func (*ValidateOrgDomainRequest) GetDomain

func (x *ValidateOrgDomainRequest) GetDomain() string

func (*ValidateOrgDomainRequest) ProtoMessage

func (*ValidateOrgDomainRequest) ProtoMessage()

func (*ValidateOrgDomainRequest) ProtoReflect

func (x *ValidateOrgDomainRequest) ProtoReflect() protoreflect.Message

func (*ValidateOrgDomainRequest) Reset

func (x *ValidateOrgDomainRequest) Reset()

func (*ValidateOrgDomainRequest) String

func (x *ValidateOrgDomainRequest) String() string

type ValidateOrgDomainResponse

type ValidateOrgDomainResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*ValidateOrgDomainResponse) Descriptor deprecated

func (*ValidateOrgDomainResponse) Descriptor() ([]byte, []int)

Deprecated: Use ValidateOrgDomainResponse.ProtoReflect.Descriptor instead.

func (*ValidateOrgDomainResponse) GetDetails

func (*ValidateOrgDomainResponse) ProtoMessage

func (*ValidateOrgDomainResponse) ProtoMessage()

func (*ValidateOrgDomainResponse) ProtoReflect

func (*ValidateOrgDomainResponse) Reset

func (x *ValidateOrgDomainResponse) Reset()

func (*ValidateOrgDomainResponse) String

func (x *ValidateOrgDomainResponse) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL