Documentation ¶
Index ¶
- Variables
- func RegisterManagementServiceServer(s grpc.ServiceRegistrar, srv ManagementServiceServer)
- type ActionQuery
- func (*ActionQuery) Descriptor() ([]byte, []int)deprecated
- func (x *ActionQuery) GetActionIdQuery() *action.ActionIDQuery
- func (x *ActionQuery) GetActionNameQuery() *action.ActionNameQuery
- func (x *ActionQuery) GetActionStateQuery() *action.ActionStateQuery
- func (m *ActionQuery) GetQuery() isActionQuery_Query
- func (*ActionQuery) ProtoMessage()
- func (x *ActionQuery) ProtoReflect() protoreflect.Message
- func (x *ActionQuery) Reset()
- func (x *ActionQuery) String() string
- type ActionQuery_ActionIdQuery
- type ActionQuery_ActionNameQuery
- type ActionQuery_ActionStateQuery
- type ActivateCustomLabelPolicyRequest
- func (*ActivateCustomLabelPolicyRequest) Descriptor() ([]byte, []int)deprecated
- func (*ActivateCustomLabelPolicyRequest) ProtoMessage()
- func (x *ActivateCustomLabelPolicyRequest) ProtoReflect() protoreflect.Message
- func (x *ActivateCustomLabelPolicyRequest) Reset()
- func (x *ActivateCustomLabelPolicyRequest) String() string
- type ActivateCustomLabelPolicyResponse
- func (*ActivateCustomLabelPolicyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ActivateCustomLabelPolicyResponse) GetDetails() *object.ObjectDetails
- func (*ActivateCustomLabelPolicyResponse) ProtoMessage()
- func (x *ActivateCustomLabelPolicyResponse) ProtoReflect() protoreflect.Message
- func (x *ActivateCustomLabelPolicyResponse) Reset()
- func (x *ActivateCustomLabelPolicyResponse) String() string
- type AddAPIAppRequest
- func (*AddAPIAppRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddAPIAppRequest) GetAuthMethodType() app.APIAuthMethodType
- func (x *AddAPIAppRequest) GetName() string
- func (x *AddAPIAppRequest) GetProjectId() string
- func (*AddAPIAppRequest) ProtoMessage()
- func (x *AddAPIAppRequest) ProtoReflect() protoreflect.Message
- func (x *AddAPIAppRequest) Reset()
- func (x *AddAPIAppRequest) String() string
- type AddAPIAppResponse
- func (*AddAPIAppResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AddAPIAppResponse) GetAppId() string
- func (x *AddAPIAppResponse) GetClientId() string
- func (x *AddAPIAppResponse) GetClientSecret() string
- func (x *AddAPIAppResponse) GetDetails() *object.ObjectDetails
- func (*AddAPIAppResponse) ProtoMessage()
- func (x *AddAPIAppResponse) ProtoReflect() protoreflect.Message
- func (x *AddAPIAppResponse) Reset()
- func (x *AddAPIAppResponse) String() string
- type AddAppKeyRequest
- func (*AddAppKeyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddAppKeyRequest) GetAppId() string
- func (x *AddAppKeyRequest) GetExpirationDate() *timestamppb.Timestamp
- func (x *AddAppKeyRequest) GetProjectId() string
- func (x *AddAppKeyRequest) GetType() authn.KeyType
- func (*AddAppKeyRequest) ProtoMessage()
- func (x *AddAppKeyRequest) ProtoReflect() protoreflect.Message
- func (x *AddAppKeyRequest) Reset()
- func (x *AddAppKeyRequest) String() string
- type AddAppKeyResponse
- func (*AddAppKeyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AddAppKeyResponse) GetDetails() *object.ObjectDetails
- func (x *AddAppKeyResponse) GetId() string
- func (x *AddAppKeyResponse) GetKeyDetails() []byte
- func (*AddAppKeyResponse) ProtoMessage()
- func (x *AddAppKeyResponse) ProtoReflect() protoreflect.Message
- func (x *AddAppKeyResponse) Reset()
- func (x *AddAppKeyResponse) String() string
- type AddCustomLabelPolicyRequest
- func (*AddCustomLabelPolicyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddCustomLabelPolicyRequest) GetBackgroundColor() string
- func (x *AddCustomLabelPolicyRequest) GetBackgroundColorDark() string
- func (x *AddCustomLabelPolicyRequest) GetDisableWatermark() bool
- func (x *AddCustomLabelPolicyRequest) GetFontColor() string
- func (x *AddCustomLabelPolicyRequest) GetFontColorDark() string
- func (x *AddCustomLabelPolicyRequest) GetHideLoginNameSuffix() bool
- func (x *AddCustomLabelPolicyRequest) GetPrimaryColor() string
- func (x *AddCustomLabelPolicyRequest) GetPrimaryColorDark() string
- func (x *AddCustomLabelPolicyRequest) GetWarnColor() string
- func (x *AddCustomLabelPolicyRequest) GetWarnColorDark() string
- func (*AddCustomLabelPolicyRequest) ProtoMessage()
- func (x *AddCustomLabelPolicyRequest) ProtoReflect() protoreflect.Message
- func (x *AddCustomLabelPolicyRequest) Reset()
- func (x *AddCustomLabelPolicyRequest) String() string
- type AddCustomLabelPolicyResponse
- func (*AddCustomLabelPolicyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AddCustomLabelPolicyResponse) GetDetails() *object.ObjectDetails
- func (*AddCustomLabelPolicyResponse) ProtoMessage()
- func (x *AddCustomLabelPolicyResponse) ProtoReflect() protoreflect.Message
- func (x *AddCustomLabelPolicyResponse) Reset()
- func (x *AddCustomLabelPolicyResponse) String() string
- type AddCustomLockoutPolicyRequest
- func (*AddCustomLockoutPolicyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddCustomLockoutPolicyRequest) GetMaxPasswordAttempts() uint32
- func (*AddCustomLockoutPolicyRequest) ProtoMessage()
- func (x *AddCustomLockoutPolicyRequest) ProtoReflect() protoreflect.Message
- func (x *AddCustomLockoutPolicyRequest) Reset()
- func (x *AddCustomLockoutPolicyRequest) String() string
- type AddCustomLockoutPolicyResponse
- func (*AddCustomLockoutPolicyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AddCustomLockoutPolicyResponse) GetDetails() *object.ObjectDetails
- func (*AddCustomLockoutPolicyResponse) ProtoMessage()
- func (x *AddCustomLockoutPolicyResponse) ProtoReflect() protoreflect.Message
- func (x *AddCustomLockoutPolicyResponse) Reset()
- func (x *AddCustomLockoutPolicyResponse) String() string
- type AddCustomLoginPolicyRequest
- func (*AddCustomLoginPolicyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddCustomLoginPolicyRequest) GetAllowExternalIdp() bool
- func (x *AddCustomLoginPolicyRequest) GetAllowRegister() bool
- func (x *AddCustomLoginPolicyRequest) GetAllowUsernamePassword() bool
- func (x *AddCustomLoginPolicyRequest) GetDefaultRedirectUri() string
- func (x *AddCustomLoginPolicyRequest) GetExternalLoginCheckLifetime() *durationpb.Duration
- func (x *AddCustomLoginPolicyRequest) GetForceMfa() bool
- func (x *AddCustomLoginPolicyRequest) GetHidePasswordReset() bool
- func (x *AddCustomLoginPolicyRequest) GetIdps() []*AddCustomLoginPolicyRequest_IDP
- func (x *AddCustomLoginPolicyRequest) GetIgnoreUnknownUsernames() bool
- func (x *AddCustomLoginPolicyRequest) GetMfaInitSkipLifetime() *durationpb.Duration
- func (x *AddCustomLoginPolicyRequest) GetMultiFactorCheckLifetime() *durationpb.Duration
- func (x *AddCustomLoginPolicyRequest) GetMultiFactors() []policy.MultiFactorType
- func (x *AddCustomLoginPolicyRequest) GetPasswordCheckLifetime() *durationpb.Duration
- func (x *AddCustomLoginPolicyRequest) GetPasswordlessType() policy.PasswordlessType
- func (x *AddCustomLoginPolicyRequest) GetSecondFactorCheckLifetime() *durationpb.Duration
- func (x *AddCustomLoginPolicyRequest) GetSecondFactors() []policy.SecondFactorType
- func (*AddCustomLoginPolicyRequest) ProtoMessage()
- func (x *AddCustomLoginPolicyRequest) ProtoReflect() protoreflect.Message
- func (x *AddCustomLoginPolicyRequest) Reset()
- func (x *AddCustomLoginPolicyRequest) String() string
- type AddCustomLoginPolicyRequest_IDP
- func (*AddCustomLoginPolicyRequest_IDP) Descriptor() ([]byte, []int)deprecated
- func (x *AddCustomLoginPolicyRequest_IDP) GetIdpId() string
- func (x *AddCustomLoginPolicyRequest_IDP) GetOwnerType() idp.IDPOwnerType
- func (*AddCustomLoginPolicyRequest_IDP) ProtoMessage()
- func (x *AddCustomLoginPolicyRequest_IDP) ProtoReflect() protoreflect.Message
- func (x *AddCustomLoginPolicyRequest_IDP) Reset()
- func (x *AddCustomLoginPolicyRequest_IDP) String() string
- type AddCustomLoginPolicyResponse
- func (*AddCustomLoginPolicyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AddCustomLoginPolicyResponse) GetDetails() *object.ObjectDetails
- func (*AddCustomLoginPolicyResponse) ProtoMessage()
- func (x *AddCustomLoginPolicyResponse) ProtoReflect() protoreflect.Message
- func (x *AddCustomLoginPolicyResponse) Reset()
- func (x *AddCustomLoginPolicyResponse) String() string
- type AddCustomPasswordAgePolicyRequest
- func (*AddCustomPasswordAgePolicyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddCustomPasswordAgePolicyRequest) GetExpireWarnDays() uint32
- func (x *AddCustomPasswordAgePolicyRequest) GetMaxAgeDays() uint32
- func (*AddCustomPasswordAgePolicyRequest) ProtoMessage()
- func (x *AddCustomPasswordAgePolicyRequest) ProtoReflect() protoreflect.Message
- func (x *AddCustomPasswordAgePolicyRequest) Reset()
- func (x *AddCustomPasswordAgePolicyRequest) String() string
- type AddCustomPasswordAgePolicyResponse
- func (*AddCustomPasswordAgePolicyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AddCustomPasswordAgePolicyResponse) GetDetails() *object.ObjectDetails
- func (*AddCustomPasswordAgePolicyResponse) ProtoMessage()
- func (x *AddCustomPasswordAgePolicyResponse) ProtoReflect() protoreflect.Message
- func (x *AddCustomPasswordAgePolicyResponse) Reset()
- func (x *AddCustomPasswordAgePolicyResponse) String() string
- type AddCustomPasswordComplexityPolicyRequest
- func (*AddCustomPasswordComplexityPolicyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddCustomPasswordComplexityPolicyRequest) GetHasLowercase() bool
- func (x *AddCustomPasswordComplexityPolicyRequest) GetHasNumber() bool
- func (x *AddCustomPasswordComplexityPolicyRequest) GetHasSymbol() bool
- func (x *AddCustomPasswordComplexityPolicyRequest) GetHasUppercase() bool
- func (x *AddCustomPasswordComplexityPolicyRequest) GetMinLength() uint64
- func (*AddCustomPasswordComplexityPolicyRequest) ProtoMessage()
- func (x *AddCustomPasswordComplexityPolicyRequest) ProtoReflect() protoreflect.Message
- func (x *AddCustomPasswordComplexityPolicyRequest) Reset()
- func (x *AddCustomPasswordComplexityPolicyRequest) String() string
- type AddCustomPasswordComplexityPolicyResponse
- func (*AddCustomPasswordComplexityPolicyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AddCustomPasswordComplexityPolicyResponse) GetDetails() *object.ObjectDetails
- func (*AddCustomPasswordComplexityPolicyResponse) ProtoMessage()
- func (x *AddCustomPasswordComplexityPolicyResponse) ProtoReflect() protoreflect.Message
- func (x *AddCustomPasswordComplexityPolicyResponse) Reset()
- func (x *AddCustomPasswordComplexityPolicyResponse) String() string
- type AddCustomPrivacyPolicyRequest
- func (*AddCustomPrivacyPolicyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddCustomPrivacyPolicyRequest) GetHelpLink() string
- func (x *AddCustomPrivacyPolicyRequest) GetPrivacyLink() string
- func (x *AddCustomPrivacyPolicyRequest) GetTosLink() string
- func (*AddCustomPrivacyPolicyRequest) ProtoMessage()
- func (x *AddCustomPrivacyPolicyRequest) ProtoReflect() protoreflect.Message
- func (x *AddCustomPrivacyPolicyRequest) Reset()
- func (x *AddCustomPrivacyPolicyRequest) String() string
- type AddCustomPrivacyPolicyResponse
- func (*AddCustomPrivacyPolicyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AddCustomPrivacyPolicyResponse) GetDetails() *object.ObjectDetails
- func (*AddCustomPrivacyPolicyResponse) ProtoMessage()
- func (x *AddCustomPrivacyPolicyResponse) ProtoReflect() protoreflect.Message
- func (x *AddCustomPrivacyPolicyResponse) Reset()
- func (x *AddCustomPrivacyPolicyResponse) String() string
- type AddHumanUserRequest
- func (*AddHumanUserRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddHumanUserRequest) GetEmail() *AddHumanUserRequest_Email
- func (x *AddHumanUserRequest) GetInitialPassword() string
- func (x *AddHumanUserRequest) GetPhone() *AddHumanUserRequest_Phone
- func (x *AddHumanUserRequest) GetProfile() *AddHumanUserRequest_Profile
- func (x *AddHumanUserRequest) GetUserName() string
- func (*AddHumanUserRequest) ProtoMessage()
- func (x *AddHumanUserRequest) ProtoReflect() protoreflect.Message
- func (x *AddHumanUserRequest) Reset()
- func (x *AddHumanUserRequest) String() string
- type AddHumanUserRequest_Email
- func (*AddHumanUserRequest_Email) Descriptor() ([]byte, []int)deprecated
- func (x *AddHumanUserRequest_Email) GetEmail() string
- func (x *AddHumanUserRequest_Email) GetIsEmailVerified() bool
- func (*AddHumanUserRequest_Email) ProtoMessage()
- func (x *AddHumanUserRequest_Email) ProtoReflect() protoreflect.Message
- func (x *AddHumanUserRequest_Email) Reset()
- func (x *AddHumanUserRequest_Email) String() string
- type AddHumanUserRequest_Phone
- func (*AddHumanUserRequest_Phone) Descriptor() ([]byte, []int)deprecated
- func (x *AddHumanUserRequest_Phone) GetIsPhoneVerified() bool
- func (x *AddHumanUserRequest_Phone) GetPhone() string
- func (*AddHumanUserRequest_Phone) ProtoMessage()
- func (x *AddHumanUserRequest_Phone) ProtoReflect() protoreflect.Message
- func (x *AddHumanUserRequest_Phone) Reset()
- func (x *AddHumanUserRequest_Phone) String() string
- type AddHumanUserRequest_Profile
- func (*AddHumanUserRequest_Profile) Descriptor() ([]byte, []int)deprecated
- func (x *AddHumanUserRequest_Profile) GetDisplayName() string
- func (x *AddHumanUserRequest_Profile) GetFirstName() string
- func (x *AddHumanUserRequest_Profile) GetGender() user.Gender
- func (x *AddHumanUserRequest_Profile) GetLastName() string
- func (x *AddHumanUserRequest_Profile) GetNickName() string
- func (x *AddHumanUserRequest_Profile) GetPreferredLanguage() string
- func (*AddHumanUserRequest_Profile) ProtoMessage()
- func (x *AddHumanUserRequest_Profile) ProtoReflect() protoreflect.Message
- func (x *AddHumanUserRequest_Profile) Reset()
- func (x *AddHumanUserRequest_Profile) String() string
- type AddHumanUserResponse
- func (*AddHumanUserResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AddHumanUserResponse) GetDetails() *object.ObjectDetails
- func (x *AddHumanUserResponse) GetUserId() string
- func (*AddHumanUserResponse) ProtoMessage()
- func (x *AddHumanUserResponse) ProtoReflect() protoreflect.Message
- func (x *AddHumanUserResponse) Reset()
- func (x *AddHumanUserResponse) String() string
- type AddIDPToLoginPolicyRequest
- func (*AddIDPToLoginPolicyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddIDPToLoginPolicyRequest) GetIdpId() string
- func (x *AddIDPToLoginPolicyRequest) GetOwnerType() idp.IDPOwnerType
- func (*AddIDPToLoginPolicyRequest) ProtoMessage()
- func (x *AddIDPToLoginPolicyRequest) ProtoReflect() protoreflect.Message
- func (x *AddIDPToLoginPolicyRequest) Reset()
- func (x *AddIDPToLoginPolicyRequest) String() string
- type AddIDPToLoginPolicyResponse
- func (*AddIDPToLoginPolicyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AddIDPToLoginPolicyResponse) GetDetails() *object.ObjectDetails
- func (*AddIDPToLoginPolicyResponse) ProtoMessage()
- func (x *AddIDPToLoginPolicyResponse) ProtoReflect() protoreflect.Message
- func (x *AddIDPToLoginPolicyResponse) Reset()
- func (x *AddIDPToLoginPolicyResponse) String() string
- type AddMachineKeyRequest
- func (*AddMachineKeyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddMachineKeyRequest) GetExpirationDate() *timestamppb.Timestamp
- func (x *AddMachineKeyRequest) GetType() authn.KeyType
- func (x *AddMachineKeyRequest) GetUserId() string
- func (*AddMachineKeyRequest) ProtoMessage()
- func (x *AddMachineKeyRequest) ProtoReflect() protoreflect.Message
- func (x *AddMachineKeyRequest) Reset()
- func (x *AddMachineKeyRequest) String() string
- type AddMachineKeyResponse
- func (*AddMachineKeyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AddMachineKeyResponse) GetDetails() *object.ObjectDetails
- func (x *AddMachineKeyResponse) GetKeyDetails() []byte
- func (x *AddMachineKeyResponse) GetKeyId() string
- func (*AddMachineKeyResponse) ProtoMessage()
- func (x *AddMachineKeyResponse) ProtoReflect() protoreflect.Message
- func (x *AddMachineKeyResponse) Reset()
- func (x *AddMachineKeyResponse) String() string
- type AddMachineUserRequest
- func (*AddMachineUserRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddMachineUserRequest) GetDescription() string
- func (x *AddMachineUserRequest) GetName() string
- func (x *AddMachineUserRequest) GetUserName() string
- func (*AddMachineUserRequest) ProtoMessage()
- func (x *AddMachineUserRequest) ProtoReflect() protoreflect.Message
- func (x *AddMachineUserRequest) Reset()
- func (x *AddMachineUserRequest) String() string
- type AddMachineUserResponse
- func (*AddMachineUserResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AddMachineUserResponse) GetDetails() *object.ObjectDetails
- func (x *AddMachineUserResponse) GetUserId() string
- func (*AddMachineUserResponse) ProtoMessage()
- func (x *AddMachineUserResponse) ProtoReflect() protoreflect.Message
- func (x *AddMachineUserResponse) Reset()
- func (x *AddMachineUserResponse) String() string
- type AddMultiFactorToLoginPolicyRequest
- func (*AddMultiFactorToLoginPolicyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddMultiFactorToLoginPolicyRequest) GetType() policy.MultiFactorType
- func (*AddMultiFactorToLoginPolicyRequest) ProtoMessage()
- func (x *AddMultiFactorToLoginPolicyRequest) ProtoReflect() protoreflect.Message
- func (x *AddMultiFactorToLoginPolicyRequest) Reset()
- func (x *AddMultiFactorToLoginPolicyRequest) String() string
- type AddMultiFactorToLoginPolicyResponse
- func (*AddMultiFactorToLoginPolicyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AddMultiFactorToLoginPolicyResponse) GetDetails() *object.ObjectDetails
- func (*AddMultiFactorToLoginPolicyResponse) ProtoMessage()
- func (x *AddMultiFactorToLoginPolicyResponse) ProtoReflect() protoreflect.Message
- func (x *AddMultiFactorToLoginPolicyResponse) Reset()
- func (x *AddMultiFactorToLoginPolicyResponse) String() string
- type AddOIDCAppRequest
- func (*AddOIDCAppRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddOIDCAppRequest) GetAccessTokenRoleAssertion() bool
- func (x *AddOIDCAppRequest) GetAccessTokenType() app.OIDCTokenType
- func (x *AddOIDCAppRequest) GetAdditionalOrigins() []string
- func (x *AddOIDCAppRequest) GetAppType() app.OIDCAppType
- func (x *AddOIDCAppRequest) GetAuthMethodType() app.OIDCAuthMethodType
- func (x *AddOIDCAppRequest) GetClockSkew() *durationpb.Duration
- func (x *AddOIDCAppRequest) GetDevMode() bool
- func (x *AddOIDCAppRequest) GetGrantTypes() []app.OIDCGrantType
- func (x *AddOIDCAppRequest) GetIdTokenRoleAssertion() bool
- func (x *AddOIDCAppRequest) GetIdTokenUserinfoAssertion() bool
- func (x *AddOIDCAppRequest) GetName() string
- func (x *AddOIDCAppRequest) GetPostLogoutRedirectUris() []string
- func (x *AddOIDCAppRequest) GetProjectId() string
- func (x *AddOIDCAppRequest) GetRedirectUris() []string
- func (x *AddOIDCAppRequest) GetResponseTypes() []app.OIDCResponseType
- func (x *AddOIDCAppRequest) GetVersion() app.OIDCVersion
- func (*AddOIDCAppRequest) ProtoMessage()
- func (x *AddOIDCAppRequest) ProtoReflect() protoreflect.Message
- func (x *AddOIDCAppRequest) Reset()
- func (x *AddOIDCAppRequest) String() string
- type AddOIDCAppResponse
- func (*AddOIDCAppResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AddOIDCAppResponse) GetAppId() string
- func (x *AddOIDCAppResponse) GetClientId() string
- func (x *AddOIDCAppResponse) GetClientSecret() string
- func (x *AddOIDCAppResponse) GetComplianceProblems() []*message.LocalizedMessage
- func (x *AddOIDCAppResponse) GetDetails() *object.ObjectDetails
- func (x *AddOIDCAppResponse) GetNoneCompliant() bool
- func (*AddOIDCAppResponse) ProtoMessage()
- func (x *AddOIDCAppResponse) ProtoReflect() protoreflect.Message
- func (x *AddOIDCAppResponse) Reset()
- func (x *AddOIDCAppResponse) String() string
- type AddOrgDomainRequest
- func (*AddOrgDomainRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddOrgDomainRequest) GetDomain() string
- func (*AddOrgDomainRequest) ProtoMessage()
- func (x *AddOrgDomainRequest) ProtoReflect() protoreflect.Message
- func (x *AddOrgDomainRequest) Reset()
- func (x *AddOrgDomainRequest) String() string
- type AddOrgDomainResponse
- func (*AddOrgDomainResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AddOrgDomainResponse) GetDetails() *object.ObjectDetails
- func (*AddOrgDomainResponse) ProtoMessage()
- func (x *AddOrgDomainResponse) ProtoReflect() protoreflect.Message
- func (x *AddOrgDomainResponse) Reset()
- func (x *AddOrgDomainResponse) String() string
- type AddOrgJWTIDPRequest
- func (*AddOrgJWTIDPRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddOrgJWTIDPRequest) GetAutoRegister() bool
- func (x *AddOrgJWTIDPRequest) GetHeaderName() string
- func (x *AddOrgJWTIDPRequest) GetIssuer() string
- func (x *AddOrgJWTIDPRequest) GetJwtEndpoint() string
- func (x *AddOrgJWTIDPRequest) GetKeysEndpoint() string
- func (x *AddOrgJWTIDPRequest) GetName() string
- func (x *AddOrgJWTIDPRequest) GetStylingType() idp.IDPStylingType
- func (*AddOrgJWTIDPRequest) ProtoMessage()
- func (x *AddOrgJWTIDPRequest) ProtoReflect() protoreflect.Message
- func (x *AddOrgJWTIDPRequest) Reset()
- func (x *AddOrgJWTIDPRequest) String() string
- type AddOrgJWTIDPResponse
- func (*AddOrgJWTIDPResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AddOrgJWTIDPResponse) GetDetails() *object.ObjectDetails
- func (x *AddOrgJWTIDPResponse) GetIdpId() string
- func (*AddOrgJWTIDPResponse) ProtoMessage()
- func (x *AddOrgJWTIDPResponse) ProtoReflect() protoreflect.Message
- func (x *AddOrgJWTIDPResponse) Reset()
- func (x *AddOrgJWTIDPResponse) String() string
- type AddOrgMemberRequest
- func (*AddOrgMemberRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddOrgMemberRequest) GetRoles() []string
- func (x *AddOrgMemberRequest) GetUserId() string
- func (*AddOrgMemberRequest) ProtoMessage()
- func (x *AddOrgMemberRequest) ProtoReflect() protoreflect.Message
- func (x *AddOrgMemberRequest) Reset()
- func (x *AddOrgMemberRequest) String() string
- type AddOrgMemberResponse
- func (*AddOrgMemberResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AddOrgMemberResponse) GetDetails() *object.ObjectDetails
- func (*AddOrgMemberResponse) ProtoMessage()
- func (x *AddOrgMemberResponse) ProtoReflect() protoreflect.Message
- func (x *AddOrgMemberResponse) Reset()
- func (x *AddOrgMemberResponse) String() string
- type AddOrgOIDCIDPRequest
- func (*AddOrgOIDCIDPRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddOrgOIDCIDPRequest) GetAutoRegister() bool
- func (x *AddOrgOIDCIDPRequest) GetClientId() string
- func (x *AddOrgOIDCIDPRequest) GetClientSecret() string
- func (x *AddOrgOIDCIDPRequest) GetDisplayNameMapping() idp.OIDCMappingField
- func (x *AddOrgOIDCIDPRequest) GetIssuer() string
- func (x *AddOrgOIDCIDPRequest) GetName() string
- func (x *AddOrgOIDCIDPRequest) GetScopes() []string
- func (x *AddOrgOIDCIDPRequest) GetStylingType() idp.IDPStylingType
- func (x *AddOrgOIDCIDPRequest) GetUsernameMapping() idp.OIDCMappingField
- func (*AddOrgOIDCIDPRequest) ProtoMessage()
- func (x *AddOrgOIDCIDPRequest) ProtoReflect() protoreflect.Message
- func (x *AddOrgOIDCIDPRequest) Reset()
- func (x *AddOrgOIDCIDPRequest) String() string
- type AddOrgOIDCIDPResponse
- func (*AddOrgOIDCIDPResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AddOrgOIDCIDPResponse) GetDetails() *object.ObjectDetails
- func (x *AddOrgOIDCIDPResponse) GetIdpId() string
- func (*AddOrgOIDCIDPResponse) ProtoMessage()
- func (x *AddOrgOIDCIDPResponse) ProtoReflect() protoreflect.Message
- func (x *AddOrgOIDCIDPResponse) Reset()
- func (x *AddOrgOIDCIDPResponse) String() string
- type AddOrgRequest
- type AddOrgResponse
- func (*AddOrgResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AddOrgResponse) GetDetails() *object.ObjectDetails
- func (x *AddOrgResponse) GetId() string
- func (*AddOrgResponse) ProtoMessage()
- func (x *AddOrgResponse) ProtoReflect() protoreflect.Message
- func (x *AddOrgResponse) Reset()
- func (x *AddOrgResponse) String() string
- type AddPasswordlessRegistrationRequest
- func (*AddPasswordlessRegistrationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddPasswordlessRegistrationRequest) GetUserId() string
- func (*AddPasswordlessRegistrationRequest) ProtoMessage()
- func (x *AddPasswordlessRegistrationRequest) ProtoReflect() protoreflect.Message
- func (x *AddPasswordlessRegistrationRequest) Reset()
- func (x *AddPasswordlessRegistrationRequest) String() string
- type AddPasswordlessRegistrationResponse
- func (*AddPasswordlessRegistrationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AddPasswordlessRegistrationResponse) GetDetails() *object.ObjectDetails
- func (x *AddPasswordlessRegistrationResponse) GetExpiration() *durationpb.Duration
- func (x *AddPasswordlessRegistrationResponse) GetLink() string
- func (*AddPasswordlessRegistrationResponse) ProtoMessage()
- func (x *AddPasswordlessRegistrationResponse) ProtoReflect() protoreflect.Message
- func (x *AddPasswordlessRegistrationResponse) Reset()
- func (x *AddPasswordlessRegistrationResponse) String() string
- type AddPersonalAccessTokenRequest
- func (*AddPersonalAccessTokenRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddPersonalAccessTokenRequest) GetExpirationDate() *timestamppb.Timestamp
- func (x *AddPersonalAccessTokenRequest) GetUserId() string
- func (*AddPersonalAccessTokenRequest) ProtoMessage()
- func (x *AddPersonalAccessTokenRequest) ProtoReflect() protoreflect.Message
- func (x *AddPersonalAccessTokenRequest) Reset()
- func (x *AddPersonalAccessTokenRequest) String() string
- type AddPersonalAccessTokenResponse
- func (*AddPersonalAccessTokenResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AddPersonalAccessTokenResponse) GetDetails() *object.ObjectDetails
- func (x *AddPersonalAccessTokenResponse) GetToken() string
- func (x *AddPersonalAccessTokenResponse) GetTokenId() string
- func (*AddPersonalAccessTokenResponse) ProtoMessage()
- func (x *AddPersonalAccessTokenResponse) ProtoReflect() protoreflect.Message
- func (x *AddPersonalAccessTokenResponse) Reset()
- func (x *AddPersonalAccessTokenResponse) String() string
- type AddProjectGrantMemberRequest
- func (*AddProjectGrantMemberRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddProjectGrantMemberRequest) GetGrantId() string
- func (x *AddProjectGrantMemberRequest) GetProjectId() string
- func (x *AddProjectGrantMemberRequest) GetRoles() []string
- func (x *AddProjectGrantMemberRequest) GetUserId() string
- func (*AddProjectGrantMemberRequest) ProtoMessage()
- func (x *AddProjectGrantMemberRequest) ProtoReflect() protoreflect.Message
- func (x *AddProjectGrantMemberRequest) Reset()
- func (x *AddProjectGrantMemberRequest) String() string
- type AddProjectGrantMemberResponse
- func (*AddProjectGrantMemberResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AddProjectGrantMemberResponse) GetDetails() *object.ObjectDetails
- func (*AddProjectGrantMemberResponse) ProtoMessage()
- func (x *AddProjectGrantMemberResponse) ProtoReflect() protoreflect.Message
- func (x *AddProjectGrantMemberResponse) Reset()
- func (x *AddProjectGrantMemberResponse) String() string
- type AddProjectGrantRequest
- func (*AddProjectGrantRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddProjectGrantRequest) GetGrantedOrgId() string
- func (x *AddProjectGrantRequest) GetProjectId() string
- func (x *AddProjectGrantRequest) GetRoleKeys() []string
- func (*AddProjectGrantRequest) ProtoMessage()
- func (x *AddProjectGrantRequest) ProtoReflect() protoreflect.Message
- func (x *AddProjectGrantRequest) Reset()
- func (x *AddProjectGrantRequest) String() string
- type AddProjectGrantResponse
- func (*AddProjectGrantResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AddProjectGrantResponse) GetDetails() *object.ObjectDetails
- func (x *AddProjectGrantResponse) GetGrantId() string
- func (*AddProjectGrantResponse) ProtoMessage()
- func (x *AddProjectGrantResponse) ProtoReflect() protoreflect.Message
- func (x *AddProjectGrantResponse) Reset()
- func (x *AddProjectGrantResponse) String() string
- type AddProjectMemberRequest
- func (*AddProjectMemberRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddProjectMemberRequest) GetProjectId() string
- func (x *AddProjectMemberRequest) GetRoles() []string
- func (x *AddProjectMemberRequest) GetUserId() string
- func (*AddProjectMemberRequest) ProtoMessage()
- func (x *AddProjectMemberRequest) ProtoReflect() protoreflect.Message
- func (x *AddProjectMemberRequest) Reset()
- func (x *AddProjectMemberRequest) String() string
- type AddProjectMemberResponse
- func (*AddProjectMemberResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AddProjectMemberResponse) GetDetails() *object.ObjectDetails
- func (*AddProjectMemberResponse) ProtoMessage()
- func (x *AddProjectMemberResponse) ProtoReflect() protoreflect.Message
- func (x *AddProjectMemberResponse) Reset()
- func (x *AddProjectMemberResponse) String() string
- type AddProjectRequest
- func (*AddProjectRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddProjectRequest) GetHasProjectCheck() bool
- func (x *AddProjectRequest) GetName() string
- func (x *AddProjectRequest) GetPrivateLabelingSetting() project.PrivateLabelingSetting
- func (x *AddProjectRequest) GetProjectRoleAssertion() bool
- func (x *AddProjectRequest) GetProjectRoleCheck() bool
- func (*AddProjectRequest) ProtoMessage()
- func (x *AddProjectRequest) ProtoReflect() protoreflect.Message
- func (x *AddProjectRequest) Reset()
- func (x *AddProjectRequest) String() string
- type AddProjectResponse
- func (*AddProjectResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AddProjectResponse) GetDetails() *object.ObjectDetails
- func (x *AddProjectResponse) GetId() string
- func (*AddProjectResponse) ProtoMessage()
- func (x *AddProjectResponse) ProtoReflect() protoreflect.Message
- func (x *AddProjectResponse) Reset()
- func (x *AddProjectResponse) String() string
- type AddProjectRoleRequest
- func (*AddProjectRoleRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddProjectRoleRequest) GetDisplayName() string
- func (x *AddProjectRoleRequest) GetGroup() string
- func (x *AddProjectRoleRequest) GetProjectId() string
- func (x *AddProjectRoleRequest) GetRoleKey() string
- func (*AddProjectRoleRequest) ProtoMessage()
- func (x *AddProjectRoleRequest) ProtoReflect() protoreflect.Message
- func (x *AddProjectRoleRequest) Reset()
- func (x *AddProjectRoleRequest) String() string
- type AddProjectRoleResponse
- func (*AddProjectRoleResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AddProjectRoleResponse) GetDetails() *object.ObjectDetails
- func (*AddProjectRoleResponse) ProtoMessage()
- func (x *AddProjectRoleResponse) ProtoReflect() protoreflect.Message
- func (x *AddProjectRoleResponse) Reset()
- func (x *AddProjectRoleResponse) String() string
- type AddSecondFactorToLoginPolicyRequest
- func (*AddSecondFactorToLoginPolicyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddSecondFactorToLoginPolicyRequest) GetType() policy.SecondFactorType
- func (*AddSecondFactorToLoginPolicyRequest) ProtoMessage()
- func (x *AddSecondFactorToLoginPolicyRequest) ProtoReflect() protoreflect.Message
- func (x *AddSecondFactorToLoginPolicyRequest) Reset()
- func (x *AddSecondFactorToLoginPolicyRequest) String() string
- type AddSecondFactorToLoginPolicyResponse
- func (*AddSecondFactorToLoginPolicyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AddSecondFactorToLoginPolicyResponse) GetDetails() *object.ObjectDetails
- func (*AddSecondFactorToLoginPolicyResponse) ProtoMessage()
- func (x *AddSecondFactorToLoginPolicyResponse) ProtoReflect() protoreflect.Message
- func (x *AddSecondFactorToLoginPolicyResponse) Reset()
- func (x *AddSecondFactorToLoginPolicyResponse) String() string
- type AddUserGrantRequest
- func (*AddUserGrantRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddUserGrantRequest) GetProjectGrantId() string
- func (x *AddUserGrantRequest) GetProjectId() string
- func (x *AddUserGrantRequest) GetRoleKeys() []string
- func (x *AddUserGrantRequest) GetUserId() string
- func (*AddUserGrantRequest) ProtoMessage()
- func (x *AddUserGrantRequest) ProtoReflect() protoreflect.Message
- func (x *AddUserGrantRequest) Reset()
- func (x *AddUserGrantRequest) String() string
- type AddUserGrantResponse
- func (*AddUserGrantResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AddUserGrantResponse) GetDetails() *object.ObjectDetails
- func (x *AddUserGrantResponse) GetUserGrantId() string
- func (*AddUserGrantResponse) ProtoMessage()
- func (x *AddUserGrantResponse) ProtoReflect() protoreflect.Message
- func (x *AddUserGrantResponse) Reset()
- func (x *AddUserGrantResponse) String() string
- type BulkAddProjectRolesRequest
- func (*BulkAddProjectRolesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *BulkAddProjectRolesRequest) GetProjectId() string
- func (x *BulkAddProjectRolesRequest) GetRoles() []*BulkAddProjectRolesRequest_Role
- func (*BulkAddProjectRolesRequest) ProtoMessage()
- func (x *BulkAddProjectRolesRequest) ProtoReflect() protoreflect.Message
- func (x *BulkAddProjectRolesRequest) Reset()
- func (x *BulkAddProjectRolesRequest) String() string
- type BulkAddProjectRolesRequest_Role
- func (*BulkAddProjectRolesRequest_Role) Descriptor() ([]byte, []int)deprecated
- func (x *BulkAddProjectRolesRequest_Role) GetDisplayName() string
- func (x *BulkAddProjectRolesRequest_Role) GetGroup() string
- func (x *BulkAddProjectRolesRequest_Role) GetKey() string
- func (*BulkAddProjectRolesRequest_Role) ProtoMessage()
- func (x *BulkAddProjectRolesRequest_Role) ProtoReflect() protoreflect.Message
- func (x *BulkAddProjectRolesRequest_Role) Reset()
- func (x *BulkAddProjectRolesRequest_Role) String() string
- type BulkAddProjectRolesResponse
- func (*BulkAddProjectRolesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *BulkAddProjectRolesResponse) GetDetails() *object.ObjectDetails
- func (*BulkAddProjectRolesResponse) ProtoMessage()
- func (x *BulkAddProjectRolesResponse) ProtoReflect() protoreflect.Message
- func (x *BulkAddProjectRolesResponse) Reset()
- func (x *BulkAddProjectRolesResponse) String() string
- type BulkRemoveUserGrantRequest
- func (*BulkRemoveUserGrantRequest) Descriptor() ([]byte, []int)deprecated
- func (x *BulkRemoveUserGrantRequest) GetGrantId() []string
- func (*BulkRemoveUserGrantRequest) ProtoMessage()
- func (x *BulkRemoveUserGrantRequest) ProtoReflect() protoreflect.Message
- func (x *BulkRemoveUserGrantRequest) Reset()
- func (x *BulkRemoveUserGrantRequest) String() string
- type BulkRemoveUserGrantResponse
- type BulkRemoveUserMetadataRequest
- func (*BulkRemoveUserMetadataRequest) Descriptor() ([]byte, []int)deprecated
- func (x *BulkRemoveUserMetadataRequest) GetId() string
- func (x *BulkRemoveUserMetadataRequest) GetKeys() []string
- func (*BulkRemoveUserMetadataRequest) ProtoMessage()
- func (x *BulkRemoveUserMetadataRequest) ProtoReflect() protoreflect.Message
- func (x *BulkRemoveUserMetadataRequest) Reset()
- func (x *BulkRemoveUserMetadataRequest) String() string
- type BulkRemoveUserMetadataResponse
- func (*BulkRemoveUserMetadataResponse) Descriptor() ([]byte, []int)deprecated
- func (x *BulkRemoveUserMetadataResponse) GetDetails() *object.ObjectDetails
- func (*BulkRemoveUserMetadataResponse) ProtoMessage()
- func (x *BulkRemoveUserMetadataResponse) ProtoReflect() protoreflect.Message
- func (x *BulkRemoveUserMetadataResponse) Reset()
- func (x *BulkRemoveUserMetadataResponse) String() string
- type BulkSetUserMetadataRequest
- func (*BulkSetUserMetadataRequest) Descriptor() ([]byte, []int)deprecated
- func (x *BulkSetUserMetadataRequest) GetId() string
- func (x *BulkSetUserMetadataRequest) GetMetadata() []*BulkSetUserMetadataRequest_Metadata
- func (*BulkSetUserMetadataRequest) ProtoMessage()
- func (x *BulkSetUserMetadataRequest) ProtoReflect() protoreflect.Message
- func (x *BulkSetUserMetadataRequest) Reset()
- func (x *BulkSetUserMetadataRequest) String() string
- type BulkSetUserMetadataRequest_Metadata
- func (*BulkSetUserMetadataRequest_Metadata) Descriptor() ([]byte, []int)deprecated
- func (x *BulkSetUserMetadataRequest_Metadata) GetKey() string
- func (x *BulkSetUserMetadataRequest_Metadata) GetValue() []byte
- func (*BulkSetUserMetadataRequest_Metadata) ProtoMessage()
- func (x *BulkSetUserMetadataRequest_Metadata) ProtoReflect() protoreflect.Message
- func (x *BulkSetUserMetadataRequest_Metadata) Reset()
- func (x *BulkSetUserMetadataRequest_Metadata) String() string
- type BulkSetUserMetadataResponse
- func (*BulkSetUserMetadataResponse) Descriptor() ([]byte, []int)deprecated
- func (x *BulkSetUserMetadataResponse) GetDetails() *object.ObjectDetails
- func (*BulkSetUserMetadataResponse) ProtoMessage()
- func (x *BulkSetUserMetadataResponse) ProtoReflect() protoreflect.Message
- func (x *BulkSetUserMetadataResponse) Reset()
- func (x *BulkSetUserMetadataResponse) String() string
- type ClearFlowRequest
- type ClearFlowResponse
- func (*ClearFlowResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ClearFlowResponse) GetDetails() *object.ObjectDetails
- func (*ClearFlowResponse) ProtoMessage()
- func (x *ClearFlowResponse) ProtoReflect() protoreflect.Message
- func (x *ClearFlowResponse) Reset()
- func (x *ClearFlowResponse) String() string
- type CreateActionRequest
- func (*CreateActionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateActionRequest) GetAllowedToFail() bool
- func (x *CreateActionRequest) GetName() string
- func (x *CreateActionRequest) GetScript() string
- func (x *CreateActionRequest) GetTimeout() *durationpb.Duration
- func (*CreateActionRequest) ProtoMessage()
- func (x *CreateActionRequest) ProtoReflect() protoreflect.Message
- func (x *CreateActionRequest) Reset()
- func (x *CreateActionRequest) String() string
- type CreateActionResponse
- func (*CreateActionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateActionResponse) GetDetails() *object.ObjectDetails
- func (x *CreateActionResponse) GetId() string
- func (*CreateActionResponse) ProtoMessage()
- func (x *CreateActionResponse) ProtoReflect() protoreflect.Message
- func (x *CreateActionResponse) Reset()
- func (x *CreateActionResponse) String() string
- type DeactivateActionRequest
- func (*DeactivateActionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeactivateActionRequest) GetId() string
- func (*DeactivateActionRequest) ProtoMessage()
- func (x *DeactivateActionRequest) ProtoReflect() protoreflect.Message
- func (x *DeactivateActionRequest) Reset()
- func (x *DeactivateActionRequest) String() string
- type DeactivateActionResponse
- func (*DeactivateActionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DeactivateActionResponse) GetDetails() *object.ObjectDetails
- func (*DeactivateActionResponse) ProtoMessage()
- func (x *DeactivateActionResponse) ProtoReflect() protoreflect.Message
- func (x *DeactivateActionResponse) Reset()
- func (x *DeactivateActionResponse) String() string
- type DeactivateAppRequest
- func (*DeactivateAppRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeactivateAppRequest) GetAppId() string
- func (x *DeactivateAppRequest) GetProjectId() string
- func (*DeactivateAppRequest) ProtoMessage()
- func (x *DeactivateAppRequest) ProtoReflect() protoreflect.Message
- func (x *DeactivateAppRequest) Reset()
- func (x *DeactivateAppRequest) String() string
- type DeactivateAppResponse
- func (*DeactivateAppResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DeactivateAppResponse) GetDetails() *object.ObjectDetails
- func (*DeactivateAppResponse) ProtoMessage()
- func (x *DeactivateAppResponse) ProtoReflect() protoreflect.Message
- func (x *DeactivateAppResponse) Reset()
- func (x *DeactivateAppResponse) String() string
- type DeactivateOrgIDPRequest
- func (*DeactivateOrgIDPRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeactivateOrgIDPRequest) GetIdpId() string
- func (*DeactivateOrgIDPRequest) ProtoMessage()
- func (x *DeactivateOrgIDPRequest) ProtoReflect() protoreflect.Message
- func (x *DeactivateOrgIDPRequest) Reset()
- func (x *DeactivateOrgIDPRequest) String() string
- type DeactivateOrgIDPResponse
- func (*DeactivateOrgIDPResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DeactivateOrgIDPResponse) GetDetails() *object.ObjectDetails
- func (*DeactivateOrgIDPResponse) ProtoMessage()
- func (x *DeactivateOrgIDPResponse) ProtoReflect() protoreflect.Message
- func (x *DeactivateOrgIDPResponse) Reset()
- func (x *DeactivateOrgIDPResponse) String() string
- type DeactivateOrgRequest
- type DeactivateOrgResponse
- func (*DeactivateOrgResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DeactivateOrgResponse) GetDetails() *object.ObjectDetails
- func (*DeactivateOrgResponse) ProtoMessage()
- func (x *DeactivateOrgResponse) ProtoReflect() protoreflect.Message
- func (x *DeactivateOrgResponse) Reset()
- func (x *DeactivateOrgResponse) String() string
- type DeactivateProjectGrantRequest
- func (*DeactivateProjectGrantRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeactivateProjectGrantRequest) GetGrantId() string
- func (x *DeactivateProjectGrantRequest) GetProjectId() string
- func (*DeactivateProjectGrantRequest) ProtoMessage()
- func (x *DeactivateProjectGrantRequest) ProtoReflect() protoreflect.Message
- func (x *DeactivateProjectGrantRequest) Reset()
- func (x *DeactivateProjectGrantRequest) String() string
- type DeactivateProjectGrantResponse
- func (*DeactivateProjectGrantResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DeactivateProjectGrantResponse) GetDetails() *object.ObjectDetails
- func (*DeactivateProjectGrantResponse) ProtoMessage()
- func (x *DeactivateProjectGrantResponse) ProtoReflect() protoreflect.Message
- func (x *DeactivateProjectGrantResponse) Reset()
- func (x *DeactivateProjectGrantResponse) String() string
- type DeactivateProjectRequest
- func (*DeactivateProjectRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeactivateProjectRequest) GetId() string
- func (*DeactivateProjectRequest) ProtoMessage()
- func (x *DeactivateProjectRequest) ProtoReflect() protoreflect.Message
- func (x *DeactivateProjectRequest) Reset()
- func (x *DeactivateProjectRequest) String() string
- type DeactivateProjectResponse
- func (*DeactivateProjectResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DeactivateProjectResponse) GetDetails() *object.ObjectDetails
- func (*DeactivateProjectResponse) ProtoMessage()
- func (x *DeactivateProjectResponse) ProtoReflect() protoreflect.Message
- func (x *DeactivateProjectResponse) Reset()
- func (x *DeactivateProjectResponse) String() string
- type DeactivateUserGrantRequest
- func (*DeactivateUserGrantRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeactivateUserGrantRequest) GetGrantId() string
- func (x *DeactivateUserGrantRequest) GetUserId() string
- func (*DeactivateUserGrantRequest) ProtoMessage()
- func (x *DeactivateUserGrantRequest) ProtoReflect() protoreflect.Message
- func (x *DeactivateUserGrantRequest) Reset()
- func (x *DeactivateUserGrantRequest) String() string
- type DeactivateUserGrantResponse
- func (*DeactivateUserGrantResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DeactivateUserGrantResponse) GetDetails() *object.ObjectDetails
- func (*DeactivateUserGrantResponse) ProtoMessage()
- func (x *DeactivateUserGrantResponse) ProtoReflect() protoreflect.Message
- func (x *DeactivateUserGrantResponse) Reset()
- func (x *DeactivateUserGrantResponse) String() string
- type DeactivateUserRequest
- func (*DeactivateUserRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeactivateUserRequest) GetId() string
- func (*DeactivateUserRequest) ProtoMessage()
- func (x *DeactivateUserRequest) ProtoReflect() protoreflect.Message
- func (x *DeactivateUserRequest) Reset()
- func (x *DeactivateUserRequest) String() string
- type DeactivateUserResponse
- func (*DeactivateUserResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DeactivateUserResponse) GetDetails() *object.ObjectDetails
- func (*DeactivateUserResponse) ProtoMessage()
- func (x *DeactivateUserResponse) ProtoReflect() protoreflect.Message
- func (x *DeactivateUserResponse) Reset()
- func (x *DeactivateUserResponse) String() string
- type DeleteActionRequest
- func (*DeleteActionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteActionRequest) GetId() string
- func (*DeleteActionRequest) ProtoMessage()
- func (x *DeleteActionRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteActionRequest) Reset()
- func (x *DeleteActionRequest) String() string
- type DeleteActionResponse
- type GenerateOrgDomainValidationRequest
- func (*GenerateOrgDomainValidationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GenerateOrgDomainValidationRequest) GetDomain() string
- func (x *GenerateOrgDomainValidationRequest) GetType() org.DomainValidationType
- func (*GenerateOrgDomainValidationRequest) ProtoMessage()
- func (x *GenerateOrgDomainValidationRequest) ProtoReflect() protoreflect.Message
- func (x *GenerateOrgDomainValidationRequest) Reset()
- func (x *GenerateOrgDomainValidationRequest) String() string
- type GenerateOrgDomainValidationResponse
- func (*GenerateOrgDomainValidationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GenerateOrgDomainValidationResponse) GetToken() string
- func (x *GenerateOrgDomainValidationResponse) GetUrl() string
- func (*GenerateOrgDomainValidationResponse) ProtoMessage()
- func (x *GenerateOrgDomainValidationResponse) ProtoReflect() protoreflect.Message
- func (x *GenerateOrgDomainValidationResponse) Reset()
- func (x *GenerateOrgDomainValidationResponse) String() string
- type GetActionRequest
- type GetActionResponse
- func (*GetActionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetActionResponse) GetAction() *action.Action
- func (*GetActionResponse) ProtoMessage()
- func (x *GetActionResponse) ProtoReflect() protoreflect.Message
- func (x *GetActionResponse) Reset()
- func (x *GetActionResponse) String() string
- type GetAppByIDRequest
- func (*GetAppByIDRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetAppByIDRequest) GetAppId() string
- func (x *GetAppByIDRequest) GetProjectId() string
- func (*GetAppByIDRequest) ProtoMessage()
- func (x *GetAppByIDRequest) ProtoReflect() protoreflect.Message
- func (x *GetAppByIDRequest) Reset()
- func (x *GetAppByIDRequest) String() string
- type GetAppByIDResponse
- func (*GetAppByIDResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetAppByIDResponse) GetApp() *app.App
- func (*GetAppByIDResponse) ProtoMessage()
- func (x *GetAppByIDResponse) ProtoReflect() protoreflect.Message
- func (x *GetAppByIDResponse) Reset()
- func (x *GetAppByIDResponse) String() string
- type GetAppKeyRequest
- func (*GetAppKeyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetAppKeyRequest) GetAppId() string
- func (x *GetAppKeyRequest) GetKeyId() string
- func (x *GetAppKeyRequest) GetProjectId() string
- func (*GetAppKeyRequest) ProtoMessage()
- func (x *GetAppKeyRequest) ProtoReflect() protoreflect.Message
- func (x *GetAppKeyRequest) Reset()
- func (x *GetAppKeyRequest) String() string
- type GetAppKeyResponse
- type GetCustomDomainClaimedMessageTextRequest
- func (*GetCustomDomainClaimedMessageTextRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetCustomDomainClaimedMessageTextRequest) GetLanguage() string
- func (*GetCustomDomainClaimedMessageTextRequest) ProtoMessage()
- func (x *GetCustomDomainClaimedMessageTextRequest) ProtoReflect() protoreflect.Message
- func (x *GetCustomDomainClaimedMessageTextRequest) Reset()
- func (x *GetCustomDomainClaimedMessageTextRequest) String() string
- type GetCustomDomainClaimedMessageTextResponse
- func (*GetCustomDomainClaimedMessageTextResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetCustomDomainClaimedMessageTextResponse) GetCustomText() *text.MessageCustomText
- func (*GetCustomDomainClaimedMessageTextResponse) ProtoMessage()
- func (x *GetCustomDomainClaimedMessageTextResponse) ProtoReflect() protoreflect.Message
- func (x *GetCustomDomainClaimedMessageTextResponse) Reset()
- func (x *GetCustomDomainClaimedMessageTextResponse) String() string
- type GetCustomInitMessageTextRequest
- func (*GetCustomInitMessageTextRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetCustomInitMessageTextRequest) GetLanguage() string
- func (*GetCustomInitMessageTextRequest) ProtoMessage()
- func (x *GetCustomInitMessageTextRequest) ProtoReflect() protoreflect.Message
- func (x *GetCustomInitMessageTextRequest) Reset()
- func (x *GetCustomInitMessageTextRequest) String() string
- type GetCustomInitMessageTextResponse
- func (*GetCustomInitMessageTextResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetCustomInitMessageTextResponse) GetCustomText() *text.MessageCustomText
- func (*GetCustomInitMessageTextResponse) ProtoMessage()
- func (x *GetCustomInitMessageTextResponse) ProtoReflect() protoreflect.Message
- func (x *GetCustomInitMessageTextResponse) Reset()
- func (x *GetCustomInitMessageTextResponse) String() string
- type GetCustomLoginTextsRequest
- func (*GetCustomLoginTextsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetCustomLoginTextsRequest) GetLanguage() string
- func (*GetCustomLoginTextsRequest) ProtoMessage()
- func (x *GetCustomLoginTextsRequest) ProtoReflect() protoreflect.Message
- func (x *GetCustomLoginTextsRequest) Reset()
- func (x *GetCustomLoginTextsRequest) String() string
- type GetCustomLoginTextsResponse
- func (*GetCustomLoginTextsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetCustomLoginTextsResponse) GetCustomText() *text.LoginCustomText
- func (*GetCustomLoginTextsResponse) ProtoMessage()
- func (x *GetCustomLoginTextsResponse) ProtoReflect() protoreflect.Message
- func (x *GetCustomLoginTextsResponse) Reset()
- func (x *GetCustomLoginTextsResponse) String() string
- type GetCustomPasswordResetMessageTextRequest
- func (*GetCustomPasswordResetMessageTextRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetCustomPasswordResetMessageTextRequest) GetLanguage() string
- func (*GetCustomPasswordResetMessageTextRequest) ProtoMessage()
- func (x *GetCustomPasswordResetMessageTextRequest) ProtoReflect() protoreflect.Message
- func (x *GetCustomPasswordResetMessageTextRequest) Reset()
- func (x *GetCustomPasswordResetMessageTextRequest) String() string
- type GetCustomPasswordResetMessageTextResponse
- func (*GetCustomPasswordResetMessageTextResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetCustomPasswordResetMessageTextResponse) GetCustomText() *text.MessageCustomText
- func (*GetCustomPasswordResetMessageTextResponse) ProtoMessage()
- func (x *GetCustomPasswordResetMessageTextResponse) ProtoReflect() protoreflect.Message
- func (x *GetCustomPasswordResetMessageTextResponse) Reset()
- func (x *GetCustomPasswordResetMessageTextResponse) String() string
- type GetCustomPasswordlessRegistrationMessageTextRequest
- func (*GetCustomPasswordlessRegistrationMessageTextRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetCustomPasswordlessRegistrationMessageTextRequest) GetLanguage() string
- func (*GetCustomPasswordlessRegistrationMessageTextRequest) ProtoMessage()
- func (x *GetCustomPasswordlessRegistrationMessageTextRequest) ProtoReflect() protoreflect.Message
- func (x *GetCustomPasswordlessRegistrationMessageTextRequest) Reset()
- func (x *GetCustomPasswordlessRegistrationMessageTextRequest) String() string
- type GetCustomPasswordlessRegistrationMessageTextResponse
- func (*GetCustomPasswordlessRegistrationMessageTextResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetCustomPasswordlessRegistrationMessageTextResponse) GetCustomText() *text.MessageCustomText
- func (*GetCustomPasswordlessRegistrationMessageTextResponse) ProtoMessage()
- func (x *GetCustomPasswordlessRegistrationMessageTextResponse) ProtoReflect() protoreflect.Message
- func (x *GetCustomPasswordlessRegistrationMessageTextResponse) Reset()
- func (x *GetCustomPasswordlessRegistrationMessageTextResponse) String() string
- type GetCustomVerifyEmailMessageTextRequest
- func (*GetCustomVerifyEmailMessageTextRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetCustomVerifyEmailMessageTextRequest) GetLanguage() string
- func (*GetCustomVerifyEmailMessageTextRequest) ProtoMessage()
- func (x *GetCustomVerifyEmailMessageTextRequest) ProtoReflect() protoreflect.Message
- func (x *GetCustomVerifyEmailMessageTextRequest) Reset()
- func (x *GetCustomVerifyEmailMessageTextRequest) String() string
- type GetCustomVerifyEmailMessageTextResponse
- func (*GetCustomVerifyEmailMessageTextResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetCustomVerifyEmailMessageTextResponse) GetCustomText() *text.MessageCustomText
- func (*GetCustomVerifyEmailMessageTextResponse) ProtoMessage()
- func (x *GetCustomVerifyEmailMessageTextResponse) ProtoReflect() protoreflect.Message
- func (x *GetCustomVerifyEmailMessageTextResponse) Reset()
- func (x *GetCustomVerifyEmailMessageTextResponse) String() string
- type GetCustomVerifyPhoneMessageTextRequest
- func (*GetCustomVerifyPhoneMessageTextRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetCustomVerifyPhoneMessageTextRequest) GetLanguage() string
- func (*GetCustomVerifyPhoneMessageTextRequest) ProtoMessage()
- func (x *GetCustomVerifyPhoneMessageTextRequest) ProtoReflect() protoreflect.Message
- func (x *GetCustomVerifyPhoneMessageTextRequest) Reset()
- func (x *GetCustomVerifyPhoneMessageTextRequest) String() string
- type GetCustomVerifyPhoneMessageTextResponse
- func (*GetCustomVerifyPhoneMessageTextResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetCustomVerifyPhoneMessageTextResponse) GetCustomText() *text.MessageCustomText
- func (*GetCustomVerifyPhoneMessageTextResponse) ProtoMessage()
- func (x *GetCustomVerifyPhoneMessageTextResponse) ProtoReflect() protoreflect.Message
- func (x *GetCustomVerifyPhoneMessageTextResponse) Reset()
- func (x *GetCustomVerifyPhoneMessageTextResponse) String() string
- type GetDefaultDomainClaimedMessageTextRequest
- func (*GetDefaultDomainClaimedMessageTextRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetDefaultDomainClaimedMessageTextRequest) GetLanguage() string
- func (*GetDefaultDomainClaimedMessageTextRequest) ProtoMessage()
- func (x *GetDefaultDomainClaimedMessageTextRequest) ProtoReflect() protoreflect.Message
- func (x *GetDefaultDomainClaimedMessageTextRequest) Reset()
- func (x *GetDefaultDomainClaimedMessageTextRequest) String() string
- type GetDefaultDomainClaimedMessageTextResponse
- func (*GetDefaultDomainClaimedMessageTextResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetDefaultDomainClaimedMessageTextResponse) GetCustomText() *text.MessageCustomText
- func (*GetDefaultDomainClaimedMessageTextResponse) ProtoMessage()
- func (x *GetDefaultDomainClaimedMessageTextResponse) ProtoReflect() protoreflect.Message
- func (x *GetDefaultDomainClaimedMessageTextResponse) Reset()
- func (x *GetDefaultDomainClaimedMessageTextResponse) String() string
- type GetDefaultInitMessageTextRequest
- func (*GetDefaultInitMessageTextRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetDefaultInitMessageTextRequest) GetLanguage() string
- func (*GetDefaultInitMessageTextRequest) ProtoMessage()
- func (x *GetDefaultInitMessageTextRequest) ProtoReflect() protoreflect.Message
- func (x *GetDefaultInitMessageTextRequest) Reset()
- func (x *GetDefaultInitMessageTextRequest) String() string
- type GetDefaultInitMessageTextResponse
- func (*GetDefaultInitMessageTextResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetDefaultInitMessageTextResponse) GetCustomText() *text.MessageCustomText
- func (*GetDefaultInitMessageTextResponse) ProtoMessage()
- func (x *GetDefaultInitMessageTextResponse) ProtoReflect() protoreflect.Message
- func (x *GetDefaultInitMessageTextResponse) Reset()
- func (x *GetDefaultInitMessageTextResponse) String() string
- type GetDefaultLabelPolicyRequest
- func (*GetDefaultLabelPolicyRequest) Descriptor() ([]byte, []int)deprecated
- func (*GetDefaultLabelPolicyRequest) ProtoMessage()
- func (x *GetDefaultLabelPolicyRequest) ProtoReflect() protoreflect.Message
- func (x *GetDefaultLabelPolicyRequest) Reset()
- func (x *GetDefaultLabelPolicyRequest) String() string
- type GetDefaultLabelPolicyResponse
- func (*GetDefaultLabelPolicyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetDefaultLabelPolicyResponse) GetPolicy() *policy.LabelPolicy
- func (*GetDefaultLabelPolicyResponse) ProtoMessage()
- func (x *GetDefaultLabelPolicyResponse) ProtoReflect() protoreflect.Message
- func (x *GetDefaultLabelPolicyResponse) Reset()
- func (x *GetDefaultLabelPolicyResponse) String() string
- type GetDefaultLockoutPolicyRequest
- func (*GetDefaultLockoutPolicyRequest) Descriptor() ([]byte, []int)deprecated
- func (*GetDefaultLockoutPolicyRequest) ProtoMessage()
- func (x *GetDefaultLockoutPolicyRequest) ProtoReflect() protoreflect.Message
- func (x *GetDefaultLockoutPolicyRequest) Reset()
- func (x *GetDefaultLockoutPolicyRequest) String() string
- type GetDefaultLockoutPolicyResponse
- func (*GetDefaultLockoutPolicyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetDefaultLockoutPolicyResponse) GetPolicy() *policy.LockoutPolicy
- func (*GetDefaultLockoutPolicyResponse) ProtoMessage()
- func (x *GetDefaultLockoutPolicyResponse) ProtoReflect() protoreflect.Message
- func (x *GetDefaultLockoutPolicyResponse) Reset()
- func (x *GetDefaultLockoutPolicyResponse) String() string
- type GetDefaultLoginPolicyRequest
- func (*GetDefaultLoginPolicyRequest) Descriptor() ([]byte, []int)deprecated
- func (*GetDefaultLoginPolicyRequest) ProtoMessage()
- func (x *GetDefaultLoginPolicyRequest) ProtoReflect() protoreflect.Message
- func (x *GetDefaultLoginPolicyRequest) Reset()
- func (x *GetDefaultLoginPolicyRequest) String() string
- type GetDefaultLoginPolicyResponse
- func (*GetDefaultLoginPolicyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetDefaultLoginPolicyResponse) GetPolicy() *policy.LoginPolicy
- func (*GetDefaultLoginPolicyResponse) ProtoMessage()
- func (x *GetDefaultLoginPolicyResponse) ProtoReflect() protoreflect.Message
- func (x *GetDefaultLoginPolicyResponse) Reset()
- func (x *GetDefaultLoginPolicyResponse) String() string
- type GetDefaultLoginTextsRequest
- func (*GetDefaultLoginTextsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetDefaultLoginTextsRequest) GetLanguage() string
- func (*GetDefaultLoginTextsRequest) ProtoMessage()
- func (x *GetDefaultLoginTextsRequest) ProtoReflect() protoreflect.Message
- func (x *GetDefaultLoginTextsRequest) Reset()
- func (x *GetDefaultLoginTextsRequest) String() string
- type GetDefaultLoginTextsResponse
- func (*GetDefaultLoginTextsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetDefaultLoginTextsResponse) GetCustomText() *text.LoginCustomText
- func (*GetDefaultLoginTextsResponse) ProtoMessage()
- func (x *GetDefaultLoginTextsResponse) ProtoReflect() protoreflect.Message
- func (x *GetDefaultLoginTextsResponse) Reset()
- func (x *GetDefaultLoginTextsResponse) String() string
- type GetDefaultPasswordAgePolicyRequest
- func (*GetDefaultPasswordAgePolicyRequest) Descriptor() ([]byte, []int)deprecated
- func (*GetDefaultPasswordAgePolicyRequest) ProtoMessage()
- func (x *GetDefaultPasswordAgePolicyRequest) ProtoReflect() protoreflect.Message
- func (x *GetDefaultPasswordAgePolicyRequest) Reset()
- func (x *GetDefaultPasswordAgePolicyRequest) String() string
- type GetDefaultPasswordAgePolicyResponse
- func (*GetDefaultPasswordAgePolicyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetDefaultPasswordAgePolicyResponse) GetPolicy() *policy.PasswordAgePolicy
- func (*GetDefaultPasswordAgePolicyResponse) ProtoMessage()
- func (x *GetDefaultPasswordAgePolicyResponse) ProtoReflect() protoreflect.Message
- func (x *GetDefaultPasswordAgePolicyResponse) Reset()
- func (x *GetDefaultPasswordAgePolicyResponse) String() string
- type GetDefaultPasswordComplexityPolicyRequest
- func (*GetDefaultPasswordComplexityPolicyRequest) Descriptor() ([]byte, []int)deprecated
- func (*GetDefaultPasswordComplexityPolicyRequest) ProtoMessage()
- func (x *GetDefaultPasswordComplexityPolicyRequest) ProtoReflect() protoreflect.Message
- func (x *GetDefaultPasswordComplexityPolicyRequest) Reset()
- func (x *GetDefaultPasswordComplexityPolicyRequest) String() string
- type GetDefaultPasswordComplexityPolicyResponse
- func (*GetDefaultPasswordComplexityPolicyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetDefaultPasswordComplexityPolicyResponse) GetPolicy() *policy.PasswordComplexityPolicy
- func (*GetDefaultPasswordComplexityPolicyResponse) ProtoMessage()
- func (x *GetDefaultPasswordComplexityPolicyResponse) ProtoReflect() protoreflect.Message
- func (x *GetDefaultPasswordComplexityPolicyResponse) Reset()
- func (x *GetDefaultPasswordComplexityPolicyResponse) String() string
- type GetDefaultPasswordResetMessageTextRequest
- func (*GetDefaultPasswordResetMessageTextRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetDefaultPasswordResetMessageTextRequest) GetLanguage() string
- func (*GetDefaultPasswordResetMessageTextRequest) ProtoMessage()
- func (x *GetDefaultPasswordResetMessageTextRequest) ProtoReflect() protoreflect.Message
- func (x *GetDefaultPasswordResetMessageTextRequest) Reset()
- func (x *GetDefaultPasswordResetMessageTextRequest) String() string
- type GetDefaultPasswordResetMessageTextResponse
- func (*GetDefaultPasswordResetMessageTextResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetDefaultPasswordResetMessageTextResponse) GetCustomText() *text.MessageCustomText
- func (*GetDefaultPasswordResetMessageTextResponse) ProtoMessage()
- func (x *GetDefaultPasswordResetMessageTextResponse) ProtoReflect() protoreflect.Message
- func (x *GetDefaultPasswordResetMessageTextResponse) Reset()
- func (x *GetDefaultPasswordResetMessageTextResponse) String() string
- type GetDefaultPasswordlessRegistrationMessageTextRequest
- func (*GetDefaultPasswordlessRegistrationMessageTextRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetDefaultPasswordlessRegistrationMessageTextRequest) GetLanguage() string
- func (*GetDefaultPasswordlessRegistrationMessageTextRequest) ProtoMessage()
- func (x *GetDefaultPasswordlessRegistrationMessageTextRequest) ProtoReflect() protoreflect.Message
- func (x *GetDefaultPasswordlessRegistrationMessageTextRequest) Reset()
- func (x *GetDefaultPasswordlessRegistrationMessageTextRequest) String() string
- type GetDefaultPasswordlessRegistrationMessageTextResponse
- func (*GetDefaultPasswordlessRegistrationMessageTextResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetDefaultPasswordlessRegistrationMessageTextResponse) GetCustomText() *text.MessageCustomText
- func (*GetDefaultPasswordlessRegistrationMessageTextResponse) ProtoMessage()
- func (x *GetDefaultPasswordlessRegistrationMessageTextResponse) ProtoReflect() protoreflect.Message
- func (x *GetDefaultPasswordlessRegistrationMessageTextResponse) Reset()
- func (x *GetDefaultPasswordlessRegistrationMessageTextResponse) String() string
- type GetDefaultPrivacyPolicyRequest
- func (*GetDefaultPrivacyPolicyRequest) Descriptor() ([]byte, []int)deprecated
- func (*GetDefaultPrivacyPolicyRequest) ProtoMessage()
- func (x *GetDefaultPrivacyPolicyRequest) ProtoReflect() protoreflect.Message
- func (x *GetDefaultPrivacyPolicyRequest) Reset()
- func (x *GetDefaultPrivacyPolicyRequest) String() string
- type GetDefaultPrivacyPolicyResponse
- func (*GetDefaultPrivacyPolicyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetDefaultPrivacyPolicyResponse) GetPolicy() *policy.PrivacyPolicy
- func (*GetDefaultPrivacyPolicyResponse) ProtoMessage()
- func (x *GetDefaultPrivacyPolicyResponse) ProtoReflect() protoreflect.Message
- func (x *GetDefaultPrivacyPolicyResponse) Reset()
- func (x *GetDefaultPrivacyPolicyResponse) String() string
- type GetDefaultVerifyEmailMessageTextRequest
- func (*GetDefaultVerifyEmailMessageTextRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetDefaultVerifyEmailMessageTextRequest) GetLanguage() string
- func (*GetDefaultVerifyEmailMessageTextRequest) ProtoMessage()
- func (x *GetDefaultVerifyEmailMessageTextRequest) ProtoReflect() protoreflect.Message
- func (x *GetDefaultVerifyEmailMessageTextRequest) Reset()
- func (x *GetDefaultVerifyEmailMessageTextRequest) String() string
- type GetDefaultVerifyEmailMessageTextResponse
- func (*GetDefaultVerifyEmailMessageTextResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetDefaultVerifyEmailMessageTextResponse) GetCustomText() *text.MessageCustomText
- func (*GetDefaultVerifyEmailMessageTextResponse) ProtoMessage()
- func (x *GetDefaultVerifyEmailMessageTextResponse) ProtoReflect() protoreflect.Message
- func (x *GetDefaultVerifyEmailMessageTextResponse) Reset()
- func (x *GetDefaultVerifyEmailMessageTextResponse) String() string
- type GetDefaultVerifyPhoneMessageTextRequest
- func (*GetDefaultVerifyPhoneMessageTextRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetDefaultVerifyPhoneMessageTextRequest) GetLanguage() string
- func (*GetDefaultVerifyPhoneMessageTextRequest) ProtoMessage()
- func (x *GetDefaultVerifyPhoneMessageTextRequest) ProtoReflect() protoreflect.Message
- func (x *GetDefaultVerifyPhoneMessageTextRequest) Reset()
- func (x *GetDefaultVerifyPhoneMessageTextRequest) String() string
- type GetDefaultVerifyPhoneMessageTextResponse
- func (*GetDefaultVerifyPhoneMessageTextResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetDefaultVerifyPhoneMessageTextResponse) GetCustomText() *text.MessageCustomText
- func (*GetDefaultVerifyPhoneMessageTextResponse) ProtoMessage()
- func (x *GetDefaultVerifyPhoneMessageTextResponse) ProtoReflect() protoreflect.Message
- func (x *GetDefaultVerifyPhoneMessageTextResponse) Reset()
- func (x *GetDefaultVerifyPhoneMessageTextResponse) String() string
- type GetDomainPolicyRequest
- type GetDomainPolicyResponse
- func (*GetDomainPolicyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetDomainPolicyResponse) GetPolicy() *policy.DomainPolicy
- func (*GetDomainPolicyResponse) ProtoMessage()
- func (x *GetDomainPolicyResponse) ProtoReflect() protoreflect.Message
- func (x *GetDomainPolicyResponse) Reset()
- func (x *GetDomainPolicyResponse) String() string
- type GetFlowRequest
- type GetFlowResponse
- type GetGrantedProjectByIDRequest
- func (*GetGrantedProjectByIDRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetGrantedProjectByIDRequest) GetGrantId() string
- func (x *GetGrantedProjectByIDRequest) GetProjectId() string
- func (*GetGrantedProjectByIDRequest) ProtoMessage()
- func (x *GetGrantedProjectByIDRequest) ProtoReflect() protoreflect.Message
- func (x *GetGrantedProjectByIDRequest) Reset()
- func (x *GetGrantedProjectByIDRequest) String() string
- type GetGrantedProjectByIDResponse
- func (*GetGrantedProjectByIDResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetGrantedProjectByIDResponse) GetGrantedProject() *project.GrantedProject
- func (*GetGrantedProjectByIDResponse) ProtoMessage()
- func (x *GetGrantedProjectByIDResponse) ProtoReflect() protoreflect.Message
- func (x *GetGrantedProjectByIDResponse) Reset()
- func (x *GetGrantedProjectByIDResponse) String() string
- type GetHumanEmailRequest
- func (*GetHumanEmailRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetHumanEmailRequest) GetUserId() string
- func (*GetHumanEmailRequest) ProtoMessage()
- func (x *GetHumanEmailRequest) ProtoReflect() protoreflect.Message
- func (x *GetHumanEmailRequest) Reset()
- func (x *GetHumanEmailRequest) String() string
- type GetHumanEmailResponse
- func (*GetHumanEmailResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetHumanEmailResponse) GetDetails() *object.ObjectDetails
- func (x *GetHumanEmailResponse) GetEmail() *user.Email
- func (*GetHumanEmailResponse) ProtoMessage()
- func (x *GetHumanEmailResponse) ProtoReflect() protoreflect.Message
- func (x *GetHumanEmailResponse) Reset()
- func (x *GetHumanEmailResponse) String() string
- type GetHumanPhoneRequest
- func (*GetHumanPhoneRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetHumanPhoneRequest) GetUserId() string
- func (*GetHumanPhoneRequest) ProtoMessage()
- func (x *GetHumanPhoneRequest) ProtoReflect() protoreflect.Message
- func (x *GetHumanPhoneRequest) Reset()
- func (x *GetHumanPhoneRequest) String() string
- type GetHumanPhoneResponse
- func (*GetHumanPhoneResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetHumanPhoneResponse) GetDetails() *object.ObjectDetails
- func (x *GetHumanPhoneResponse) GetPhone() *user.Phone
- func (*GetHumanPhoneResponse) ProtoMessage()
- func (x *GetHumanPhoneResponse) ProtoReflect() protoreflect.Message
- func (x *GetHumanPhoneResponse) Reset()
- func (x *GetHumanPhoneResponse) String() string
- type GetHumanProfileRequest
- func (*GetHumanProfileRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetHumanProfileRequest) GetUserId() string
- func (*GetHumanProfileRequest) ProtoMessage()
- func (x *GetHumanProfileRequest) ProtoReflect() protoreflect.Message
- func (x *GetHumanProfileRequest) Reset()
- func (x *GetHumanProfileRequest) String() string
- type GetHumanProfileResponse
- func (*GetHumanProfileResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetHumanProfileResponse) GetDetails() *object.ObjectDetails
- func (x *GetHumanProfileResponse) GetProfile() *user.Profile
- func (*GetHumanProfileResponse) ProtoMessage()
- func (x *GetHumanProfileResponse) ProtoReflect() protoreflect.Message
- func (x *GetHumanProfileResponse) Reset()
- func (x *GetHumanProfileResponse) String() string
- type GetIAMRequest
- type GetIAMResponse
- func (*GetIAMResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetIAMResponse) GetDefaultOrgId() string
- func (x *GetIAMResponse) GetGlobalOrgId() string
- func (x *GetIAMResponse) GetIamProjectId() string
- func (*GetIAMResponse) ProtoMessage()
- func (x *GetIAMResponse) ProtoReflect() protoreflect.Message
- func (x *GetIAMResponse) Reset()
- func (x *GetIAMResponse) String() string
- type GetLabelPolicyRequest
- type GetLabelPolicyResponse
- func (*GetLabelPolicyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetLabelPolicyResponse) GetIsDefault() bool
- func (x *GetLabelPolicyResponse) GetPolicy() *policy.LabelPolicy
- func (*GetLabelPolicyResponse) ProtoMessage()
- func (x *GetLabelPolicyResponse) ProtoReflect() protoreflect.Message
- func (x *GetLabelPolicyResponse) Reset()
- func (x *GetLabelPolicyResponse) String() string
- type GetLockoutPolicyRequest
- type GetLockoutPolicyResponse
- func (*GetLockoutPolicyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetLockoutPolicyResponse) GetIsDefault() bool
- func (x *GetLockoutPolicyResponse) GetPolicy() *policy.LockoutPolicy
- func (*GetLockoutPolicyResponse) ProtoMessage()
- func (x *GetLockoutPolicyResponse) ProtoReflect() protoreflect.Message
- func (x *GetLockoutPolicyResponse) Reset()
- func (x *GetLockoutPolicyResponse) String() string
- type GetLoginPolicyRequest
- type GetLoginPolicyResponse
- func (*GetLoginPolicyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetLoginPolicyResponse) GetIsDefault() bool
- func (x *GetLoginPolicyResponse) GetPolicy() *policy.LoginPolicy
- func (*GetLoginPolicyResponse) ProtoMessage()
- func (x *GetLoginPolicyResponse) ProtoReflect() protoreflect.Message
- func (x *GetLoginPolicyResponse) Reset()
- func (x *GetLoginPolicyResponse) String() string
- type GetMachineKeyByIDsRequest
- func (*GetMachineKeyByIDsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetMachineKeyByIDsRequest) GetKeyId() string
- func (x *GetMachineKeyByIDsRequest) GetUserId() string
- func (*GetMachineKeyByIDsRequest) ProtoMessage()
- func (x *GetMachineKeyByIDsRequest) ProtoReflect() protoreflect.Message
- func (x *GetMachineKeyByIDsRequest) Reset()
- func (x *GetMachineKeyByIDsRequest) String() string
- type GetMachineKeyByIDsResponse
- func (*GetMachineKeyByIDsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetMachineKeyByIDsResponse) GetKey() *authn.Key
- func (*GetMachineKeyByIDsResponse) ProtoMessage()
- func (x *GetMachineKeyByIDsResponse) ProtoReflect() protoreflect.Message
- func (x *GetMachineKeyByIDsResponse) Reset()
- func (x *GetMachineKeyByIDsResponse) String() string
- type GetMyOrgRequest
- type GetMyOrgResponse
- type GetOIDCInformationRequest
- type GetOIDCInformationResponse
- func (*GetOIDCInformationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetOIDCInformationResponse) GetDiscoveryEndpoint() string
- func (x *GetOIDCInformationResponse) GetIssuer() string
- func (*GetOIDCInformationResponse) ProtoMessage()
- func (x *GetOIDCInformationResponse) ProtoReflect() protoreflect.Message
- func (x *GetOIDCInformationResponse) Reset()
- func (x *GetOIDCInformationResponse) String() string
- type GetOrgByDomainGlobalRequest
- func (*GetOrgByDomainGlobalRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetOrgByDomainGlobalRequest) GetDomain() string
- func (*GetOrgByDomainGlobalRequest) ProtoMessage()
- func (x *GetOrgByDomainGlobalRequest) ProtoReflect() protoreflect.Message
- func (x *GetOrgByDomainGlobalRequest) Reset()
- func (x *GetOrgByDomainGlobalRequest) String() string
- type GetOrgByDomainGlobalResponse
- func (*GetOrgByDomainGlobalResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetOrgByDomainGlobalResponse) GetOrg() *org.Org
- func (*GetOrgByDomainGlobalResponse) ProtoMessage()
- func (x *GetOrgByDomainGlobalResponse) ProtoReflect() protoreflect.Message
- func (x *GetOrgByDomainGlobalResponse) Reset()
- func (x *GetOrgByDomainGlobalResponse) String() string
- type GetOrgIAMPolicyRequest
- type GetOrgIAMPolicyResponse
- func (*GetOrgIAMPolicyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetOrgIAMPolicyResponse) GetPolicy() *policy.OrgIAMPolicy
- func (*GetOrgIAMPolicyResponse) ProtoMessage()
- func (x *GetOrgIAMPolicyResponse) ProtoReflect() protoreflect.Message
- func (x *GetOrgIAMPolicyResponse) Reset()
- func (x *GetOrgIAMPolicyResponse) String() string
- type GetOrgIDPByIDRequest
- func (*GetOrgIDPByIDRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetOrgIDPByIDRequest) GetId() string
- func (*GetOrgIDPByIDRequest) ProtoMessage()
- func (x *GetOrgIDPByIDRequest) ProtoReflect() protoreflect.Message
- func (x *GetOrgIDPByIDRequest) Reset()
- func (x *GetOrgIDPByIDRequest) String() string
- type GetOrgIDPByIDResponse
- func (*GetOrgIDPByIDResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetOrgIDPByIDResponse) GetIdp() *idp.IDP
- func (*GetOrgIDPByIDResponse) ProtoMessage()
- func (x *GetOrgIDPByIDResponse) ProtoReflect() protoreflect.Message
- func (x *GetOrgIDPByIDResponse) Reset()
- func (x *GetOrgIDPByIDResponse) String() string
- type GetPasswordAgePolicyRequest
- type GetPasswordAgePolicyResponse
- func (*GetPasswordAgePolicyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetPasswordAgePolicyResponse) GetIsDefault() bool
- func (x *GetPasswordAgePolicyResponse) GetPolicy() *policy.PasswordAgePolicy
- func (*GetPasswordAgePolicyResponse) ProtoMessage()
- func (x *GetPasswordAgePolicyResponse) ProtoReflect() protoreflect.Message
- func (x *GetPasswordAgePolicyResponse) Reset()
- func (x *GetPasswordAgePolicyResponse) String() string
- type GetPasswordComplexityPolicyRequest
- func (*GetPasswordComplexityPolicyRequest) Descriptor() ([]byte, []int)deprecated
- func (*GetPasswordComplexityPolicyRequest) ProtoMessage()
- func (x *GetPasswordComplexityPolicyRequest) ProtoReflect() protoreflect.Message
- func (x *GetPasswordComplexityPolicyRequest) Reset()
- func (x *GetPasswordComplexityPolicyRequest) String() string
- type GetPasswordComplexityPolicyResponse
- func (*GetPasswordComplexityPolicyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetPasswordComplexityPolicyResponse) GetIsDefault() bool
- func (x *GetPasswordComplexityPolicyResponse) GetPolicy() *policy.PasswordComplexityPolicy
- func (*GetPasswordComplexityPolicyResponse) ProtoMessage()
- func (x *GetPasswordComplexityPolicyResponse) ProtoReflect() protoreflect.Message
- func (x *GetPasswordComplexityPolicyResponse) Reset()
- func (x *GetPasswordComplexityPolicyResponse) String() string
- type GetPersonalAccessTokenByIDsRequest
- func (*GetPersonalAccessTokenByIDsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetPersonalAccessTokenByIDsRequest) GetTokenId() string
- func (x *GetPersonalAccessTokenByIDsRequest) GetUserId() string
- func (*GetPersonalAccessTokenByIDsRequest) ProtoMessage()
- func (x *GetPersonalAccessTokenByIDsRequest) ProtoReflect() protoreflect.Message
- func (x *GetPersonalAccessTokenByIDsRequest) Reset()
- func (x *GetPersonalAccessTokenByIDsRequest) String() string
- type GetPersonalAccessTokenByIDsResponse
- func (*GetPersonalAccessTokenByIDsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetPersonalAccessTokenByIDsResponse) GetToken() *user.PersonalAccessToken
- func (*GetPersonalAccessTokenByIDsResponse) ProtoMessage()
- func (x *GetPersonalAccessTokenByIDsResponse) ProtoReflect() protoreflect.Message
- func (x *GetPersonalAccessTokenByIDsResponse) Reset()
- func (x *GetPersonalAccessTokenByIDsResponse) String() string
- type GetPreviewLabelPolicyRequest
- func (*GetPreviewLabelPolicyRequest) Descriptor() ([]byte, []int)deprecated
- func (*GetPreviewLabelPolicyRequest) ProtoMessage()
- func (x *GetPreviewLabelPolicyRequest) ProtoReflect() protoreflect.Message
- func (x *GetPreviewLabelPolicyRequest) Reset()
- func (x *GetPreviewLabelPolicyRequest) String() string
- type GetPreviewLabelPolicyResponse
- func (*GetPreviewLabelPolicyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetPreviewLabelPolicyResponse) GetIsDefault() bool
- func (x *GetPreviewLabelPolicyResponse) GetPolicy() *policy.LabelPolicy
- func (*GetPreviewLabelPolicyResponse) ProtoMessage()
- func (x *GetPreviewLabelPolicyResponse) ProtoReflect() protoreflect.Message
- func (x *GetPreviewLabelPolicyResponse) Reset()
- func (x *GetPreviewLabelPolicyResponse) String() string
- type GetPrivacyPolicyRequest
- type GetPrivacyPolicyResponse
- func (*GetPrivacyPolicyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetPrivacyPolicyResponse) GetPolicy() *policy.PrivacyPolicy
- func (*GetPrivacyPolicyResponse) ProtoMessage()
- func (x *GetPrivacyPolicyResponse) ProtoReflect() protoreflect.Message
- func (x *GetPrivacyPolicyResponse) Reset()
- func (x *GetPrivacyPolicyResponse) String() string
- type GetProjectByIDRequest
- func (*GetProjectByIDRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetProjectByIDRequest) GetId() string
- func (*GetProjectByIDRequest) ProtoMessage()
- func (x *GetProjectByIDRequest) ProtoReflect() protoreflect.Message
- func (x *GetProjectByIDRequest) Reset()
- func (x *GetProjectByIDRequest) String() string
- type GetProjectByIDResponse
- func (*GetProjectByIDResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetProjectByIDResponse) GetProject() *project.Project
- func (*GetProjectByIDResponse) ProtoMessage()
- func (x *GetProjectByIDResponse) ProtoReflect() protoreflect.Message
- func (x *GetProjectByIDResponse) Reset()
- func (x *GetProjectByIDResponse) String() string
- type GetProjectGrantByIDRequest
- func (*GetProjectGrantByIDRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetProjectGrantByIDRequest) GetGrantId() string
- func (x *GetProjectGrantByIDRequest) GetProjectId() string
- func (*GetProjectGrantByIDRequest) ProtoMessage()
- func (x *GetProjectGrantByIDRequest) ProtoReflect() protoreflect.Message
- func (x *GetProjectGrantByIDRequest) Reset()
- func (x *GetProjectGrantByIDRequest) String() string
- type GetProjectGrantByIDResponse
- func (*GetProjectGrantByIDResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetProjectGrantByIDResponse) GetProjectGrant() *project.GrantedProject
- func (*GetProjectGrantByIDResponse) ProtoMessage()
- func (x *GetProjectGrantByIDResponse) ProtoReflect() protoreflect.Message
- func (x *GetProjectGrantByIDResponse) Reset()
- func (x *GetProjectGrantByIDResponse) String() string
- type GetSupportedLanguagesRequest
- func (*GetSupportedLanguagesRequest) Descriptor() ([]byte, []int)deprecated
- func (*GetSupportedLanguagesRequest) ProtoMessage()
- func (x *GetSupportedLanguagesRequest) ProtoReflect() protoreflect.Message
- func (x *GetSupportedLanguagesRequest) Reset()
- func (x *GetSupportedLanguagesRequest) String() string
- type GetSupportedLanguagesResponse
- func (*GetSupportedLanguagesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetSupportedLanguagesResponse) GetLanguages() []string
- func (*GetSupportedLanguagesResponse) ProtoMessage()
- func (x *GetSupportedLanguagesResponse) ProtoReflect() protoreflect.Message
- func (x *GetSupportedLanguagesResponse) Reset()
- func (x *GetSupportedLanguagesResponse) String() string
- type GetUserByIDRequest
- type GetUserByIDResponse
- func (*GetUserByIDResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserByIDResponse) GetUser() *user.User
- func (*GetUserByIDResponse) ProtoMessage()
- func (x *GetUserByIDResponse) ProtoReflect() protoreflect.Message
- func (x *GetUserByIDResponse) Reset()
- func (x *GetUserByIDResponse) String() string
- type GetUserByLoginNameGlobalRequest
- func (*GetUserByLoginNameGlobalRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserByLoginNameGlobalRequest) GetLoginName() string
- func (*GetUserByLoginNameGlobalRequest) ProtoMessage()
- func (x *GetUserByLoginNameGlobalRequest) ProtoReflect() protoreflect.Message
- func (x *GetUserByLoginNameGlobalRequest) Reset()
- func (x *GetUserByLoginNameGlobalRequest) String() string
- type GetUserByLoginNameGlobalResponse
- func (*GetUserByLoginNameGlobalResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserByLoginNameGlobalResponse) GetUser() *user.User
- func (*GetUserByLoginNameGlobalResponse) ProtoMessage()
- func (x *GetUserByLoginNameGlobalResponse) ProtoReflect() protoreflect.Message
- func (x *GetUserByLoginNameGlobalResponse) Reset()
- func (x *GetUserByLoginNameGlobalResponse) String() string
- type GetUserGrantByIDRequest
- func (*GetUserGrantByIDRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserGrantByIDRequest) GetGrantId() string
- func (x *GetUserGrantByIDRequest) GetUserId() string
- func (*GetUserGrantByIDRequest) ProtoMessage()
- func (x *GetUserGrantByIDRequest) ProtoReflect() protoreflect.Message
- func (x *GetUserGrantByIDRequest) Reset()
- func (x *GetUserGrantByIDRequest) String() string
- type GetUserGrantByIDResponse
- func (*GetUserGrantByIDResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserGrantByIDResponse) GetUserGrant() *user.UserGrant
- func (*GetUserGrantByIDResponse) ProtoMessage()
- func (x *GetUserGrantByIDResponse) ProtoReflect() protoreflect.Message
- func (x *GetUserGrantByIDResponse) Reset()
- func (x *GetUserGrantByIDResponse) String() string
- type GetUserMetadataRequest
- func (*GetUserMetadataRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserMetadataRequest) GetId() string
- func (x *GetUserMetadataRequest) GetKey() string
- func (*GetUserMetadataRequest) ProtoMessage()
- func (x *GetUserMetadataRequest) ProtoReflect() protoreflect.Message
- func (x *GetUserMetadataRequest) Reset()
- func (x *GetUserMetadataRequest) String() string
- type GetUserMetadataResponse
- func (*GetUserMetadataResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserMetadataResponse) GetMetadata() *metadata.Metadata
- func (*GetUserMetadataResponse) ProtoMessage()
- func (x *GetUserMetadataResponse) ProtoReflect() protoreflect.Message
- func (x *GetUserMetadataResponse) Reset()
- func (x *GetUserMetadataResponse) String() string
- type HealthzRequest
- type HealthzResponse
- type IDPQuery
- func (*IDPQuery) Descriptor() ([]byte, []int)deprecated
- func (x *IDPQuery) GetIdpIdQuery() *idp.IDPIDQuery
- func (x *IDPQuery) GetIdpNameQuery() *idp.IDPNameQuery
- func (x *IDPQuery) GetOwnerTypeQuery() *idp.IDPOwnerTypeQuery
- func (m *IDPQuery) GetQuery() isIDPQuery_Query
- func (*IDPQuery) ProtoMessage()
- func (x *IDPQuery) ProtoReflect() protoreflect.Message
- func (x *IDPQuery) Reset()
- func (x *IDPQuery) String() string
- type IDPQuery_IdpIdQuery
- type IDPQuery_IdpNameQuery
- type IDPQuery_OwnerTypeQuery
- type ImportHumanUserRequest
- func (*ImportHumanUserRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ImportHumanUserRequest) GetEmail() *ImportHumanUserRequest_Email
- func (x *ImportHumanUserRequest) GetHashedPassword() *ImportHumanUserRequest_HashedPassword
- func (x *ImportHumanUserRequest) GetOtpCode() string
- func (x *ImportHumanUserRequest) GetPassword() string
- func (x *ImportHumanUserRequest) GetPasswordChangeRequired() bool
- func (x *ImportHumanUserRequest) GetPhone() *ImportHumanUserRequest_Phone
- func (x *ImportHumanUserRequest) GetProfile() *ImportHumanUserRequest_Profile
- func (x *ImportHumanUserRequest) GetRequestPasswordlessRegistration() bool
- func (x *ImportHumanUserRequest) GetUserName() string
- func (*ImportHumanUserRequest) ProtoMessage()
- func (x *ImportHumanUserRequest) ProtoReflect() protoreflect.Message
- func (x *ImportHumanUserRequest) Reset()
- func (x *ImportHumanUserRequest) String() string
- type ImportHumanUserRequest_Email
- func (*ImportHumanUserRequest_Email) Descriptor() ([]byte, []int)deprecated
- func (x *ImportHumanUserRequest_Email) GetEmail() string
- func (x *ImportHumanUserRequest_Email) GetIsEmailVerified() bool
- func (*ImportHumanUserRequest_Email) ProtoMessage()
- func (x *ImportHumanUserRequest_Email) ProtoReflect() protoreflect.Message
- func (x *ImportHumanUserRequest_Email) Reset()
- func (x *ImportHumanUserRequest_Email) String() string
- type ImportHumanUserRequest_HashedPassword
- func (*ImportHumanUserRequest_HashedPassword) Descriptor() ([]byte, []int)deprecated
- func (x *ImportHumanUserRequest_HashedPassword) GetAlgorithm() string
- func (x *ImportHumanUserRequest_HashedPassword) GetValue() string
- func (*ImportHumanUserRequest_HashedPassword) ProtoMessage()
- func (x *ImportHumanUserRequest_HashedPassword) ProtoReflect() protoreflect.Message
- func (x *ImportHumanUserRequest_HashedPassword) Reset()
- func (x *ImportHumanUserRequest_HashedPassword) String() string
- type ImportHumanUserRequest_Phone
- func (*ImportHumanUserRequest_Phone) Descriptor() ([]byte, []int)deprecated
- func (x *ImportHumanUserRequest_Phone) GetIsPhoneVerified() bool
- func (x *ImportHumanUserRequest_Phone) GetPhone() string
- func (*ImportHumanUserRequest_Phone) ProtoMessage()
- func (x *ImportHumanUserRequest_Phone) ProtoReflect() protoreflect.Message
- func (x *ImportHumanUserRequest_Phone) Reset()
- func (x *ImportHumanUserRequest_Phone) String() string
- type ImportHumanUserRequest_Profile
- func (*ImportHumanUserRequest_Profile) Descriptor() ([]byte, []int)deprecated
- func (x *ImportHumanUserRequest_Profile) GetDisplayName() string
- func (x *ImportHumanUserRequest_Profile) GetFirstName() string
- func (x *ImportHumanUserRequest_Profile) GetGender() user.Gender
- func (x *ImportHumanUserRequest_Profile) GetLastName() string
- func (x *ImportHumanUserRequest_Profile) GetNickName() string
- func (x *ImportHumanUserRequest_Profile) GetPreferredLanguage() string
- func (*ImportHumanUserRequest_Profile) ProtoMessage()
- func (x *ImportHumanUserRequest_Profile) ProtoReflect() protoreflect.Message
- func (x *ImportHumanUserRequest_Profile) Reset()
- func (x *ImportHumanUserRequest_Profile) String() string
- type ImportHumanUserResponse
- func (*ImportHumanUserResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ImportHumanUserResponse) GetDetails() *object.ObjectDetails
- func (x *ImportHumanUserResponse) GetPasswordlessRegistration() *ImportHumanUserResponse_PasswordlessRegistration
- func (x *ImportHumanUserResponse) GetUserId() string
- func (*ImportHumanUserResponse) ProtoMessage()
- func (x *ImportHumanUserResponse) ProtoReflect() protoreflect.Message
- func (x *ImportHumanUserResponse) Reset()
- func (x *ImportHumanUserResponse) String() string
- type ImportHumanUserResponse_PasswordlessRegistration
- func (*ImportHumanUserResponse_PasswordlessRegistration) Descriptor() ([]byte, []int)deprecated
- func (x *ImportHumanUserResponse_PasswordlessRegistration) GetExpiration() *durationpb.Duration
- func (x *ImportHumanUserResponse_PasswordlessRegistration) GetLifetime() *durationpb.Duration
- func (x *ImportHumanUserResponse_PasswordlessRegistration) GetLink() string
- func (*ImportHumanUserResponse_PasswordlessRegistration) ProtoMessage()
- func (x *ImportHumanUserResponse_PasswordlessRegistration) ProtoReflect() protoreflect.Message
- func (x *ImportHumanUserResponse_PasswordlessRegistration) Reset()
- func (x *ImportHumanUserResponse_PasswordlessRegistration) String() string
- type IsUserUniqueRequest
- func (*IsUserUniqueRequest) Descriptor() ([]byte, []int)deprecated
- func (x *IsUserUniqueRequest) GetEmail() string
- func (x *IsUserUniqueRequest) GetUserName() string
- func (*IsUserUniqueRequest) ProtoMessage()
- func (x *IsUserUniqueRequest) ProtoReflect() protoreflect.Message
- func (x *IsUserUniqueRequest) Reset()
- func (x *IsUserUniqueRequest) String() string
- type IsUserUniqueResponse
- func (*IsUserUniqueResponse) Descriptor() ([]byte, []int)deprecated
- func (x *IsUserUniqueResponse) GetIsUnique() bool
- func (*IsUserUniqueResponse) ProtoMessage()
- func (x *IsUserUniqueResponse) ProtoReflect() protoreflect.Message
- func (x *IsUserUniqueResponse) Reset()
- func (x *IsUserUniqueResponse) String() string
- type ListActionsRequest
- func (*ListActionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListActionsRequest) GetQueries() []*ActionQuery
- func (x *ListActionsRequest) GetQuery() *object.ListQuery
- func (x *ListActionsRequest) GetSortingColumn() action.ActionFieldName
- func (*ListActionsRequest) ProtoMessage()
- func (x *ListActionsRequest) ProtoReflect() protoreflect.Message
- func (x *ListActionsRequest) Reset()
- func (x *ListActionsRequest) String() string
- type ListActionsResponse
- func (*ListActionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListActionsResponse) GetDetails() *object.ListDetails
- func (x *ListActionsResponse) GetResult() []*action.Action
- func (x *ListActionsResponse) GetSortingColumn() action.ActionFieldName
- func (*ListActionsResponse) ProtoMessage()
- func (x *ListActionsResponse) ProtoReflect() protoreflect.Message
- func (x *ListActionsResponse) Reset()
- func (x *ListActionsResponse) String() string
- type ListAllProjectGrantsRequest
- func (*ListAllProjectGrantsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListAllProjectGrantsRequest) GetQueries() []*project.AllProjectGrantQuery
- func (x *ListAllProjectGrantsRequest) GetQuery() *object.ListQuery
- func (*ListAllProjectGrantsRequest) ProtoMessage()
- func (x *ListAllProjectGrantsRequest) ProtoReflect() protoreflect.Message
- func (x *ListAllProjectGrantsRequest) Reset()
- func (x *ListAllProjectGrantsRequest) String() string
- type ListAllProjectGrantsResponse
- func (*ListAllProjectGrantsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListAllProjectGrantsResponse) GetDetails() *object.ListDetails
- func (x *ListAllProjectGrantsResponse) GetResult() []*project.GrantedProject
- func (*ListAllProjectGrantsResponse) ProtoMessage()
- func (x *ListAllProjectGrantsResponse) ProtoReflect() protoreflect.Message
- func (x *ListAllProjectGrantsResponse) Reset()
- func (x *ListAllProjectGrantsResponse) String() string
- type ListAppChangesRequest
- func (*ListAppChangesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListAppChangesRequest) GetAppId() string
- func (x *ListAppChangesRequest) GetProjectId() string
- func (x *ListAppChangesRequest) GetQuery() *change.ChangeQuery
- func (*ListAppChangesRequest) ProtoMessage()
- func (x *ListAppChangesRequest) ProtoReflect() protoreflect.Message
- func (x *ListAppChangesRequest) Reset()
- func (x *ListAppChangesRequest) String() string
- type ListAppChangesResponse
- func (*ListAppChangesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListAppChangesResponse) GetResult() []*change.Change
- func (*ListAppChangesResponse) ProtoMessage()
- func (x *ListAppChangesResponse) ProtoReflect() protoreflect.Message
- func (x *ListAppChangesResponse) Reset()
- func (x *ListAppChangesResponse) String() string
- type ListAppKeysRequest
- func (*ListAppKeysRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListAppKeysRequest) GetAppId() string
- func (x *ListAppKeysRequest) GetProjectId() string
- func (x *ListAppKeysRequest) GetQuery() *object.ListQuery
- func (*ListAppKeysRequest) ProtoMessage()
- func (x *ListAppKeysRequest) ProtoReflect() protoreflect.Message
- func (x *ListAppKeysRequest) Reset()
- func (x *ListAppKeysRequest) String() string
- type ListAppKeysResponse
- func (*ListAppKeysResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListAppKeysResponse) GetDetails() *object.ListDetails
- func (x *ListAppKeysResponse) GetResult() []*authn.Key
- func (*ListAppKeysResponse) ProtoMessage()
- func (x *ListAppKeysResponse) ProtoReflect() protoreflect.Message
- func (x *ListAppKeysResponse) Reset()
- func (x *ListAppKeysResponse) String() string
- type ListAppsRequest
- func (*ListAppsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListAppsRequest) GetProjectId() string
- func (x *ListAppsRequest) GetQueries() []*app.AppQuery
- func (x *ListAppsRequest) GetQuery() *object.ListQuery
- func (*ListAppsRequest) ProtoMessage()
- func (x *ListAppsRequest) ProtoReflect() protoreflect.Message
- func (x *ListAppsRequest) Reset()
- func (x *ListAppsRequest) String() string
- type ListAppsResponse
- func (*ListAppsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListAppsResponse) GetDetails() *object.ListDetails
- func (x *ListAppsResponse) GetResult() []*app.App
- func (*ListAppsResponse) ProtoMessage()
- func (x *ListAppsResponse) ProtoReflect() protoreflect.Message
- func (x *ListAppsResponse) Reset()
- func (x *ListAppsResponse) String() string
- type ListGrantedProjectRolesRequest
- func (*ListGrantedProjectRolesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListGrantedProjectRolesRequest) GetGrantId() string
- func (x *ListGrantedProjectRolesRequest) GetProjectId() string
- func (x *ListGrantedProjectRolesRequest) GetQueries() []*project.RoleQuery
- func (x *ListGrantedProjectRolesRequest) GetQuery() *object.ListQuery
- func (*ListGrantedProjectRolesRequest) ProtoMessage()
- func (x *ListGrantedProjectRolesRequest) ProtoReflect() protoreflect.Message
- func (x *ListGrantedProjectRolesRequest) Reset()
- func (x *ListGrantedProjectRolesRequest) String() string
- type ListGrantedProjectRolesResponse
- func (*ListGrantedProjectRolesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListGrantedProjectRolesResponse) GetDetails() *object.ListDetails
- func (x *ListGrantedProjectRolesResponse) GetResult() []*project.Role
- func (*ListGrantedProjectRolesResponse) ProtoMessage()
- func (x *ListGrantedProjectRolesResponse) ProtoReflect() protoreflect.Message
- func (x *ListGrantedProjectRolesResponse) Reset()
- func (x *ListGrantedProjectRolesResponse) String() string
- type ListGrantedProjectsRequest
- func (*ListGrantedProjectsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListGrantedProjectsRequest) GetQueries() []*project.ProjectQuery
- func (x *ListGrantedProjectsRequest) GetQuery() *object.ListQuery
- func (*ListGrantedProjectsRequest) ProtoMessage()
- func (x *ListGrantedProjectsRequest) ProtoReflect() protoreflect.Message
- func (x *ListGrantedProjectsRequest) Reset()
- func (x *ListGrantedProjectsRequest) String() string
- type ListGrantedProjectsResponse
- func (*ListGrantedProjectsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListGrantedProjectsResponse) GetDetails() *object.ListDetails
- func (x *ListGrantedProjectsResponse) GetResult() []*project.GrantedProject
- func (*ListGrantedProjectsResponse) ProtoMessage()
- func (x *ListGrantedProjectsResponse) ProtoReflect() protoreflect.Message
- func (x *ListGrantedProjectsResponse) Reset()
- func (x *ListGrantedProjectsResponse) String() string
- type ListHumanAuthFactorsRequest
- func (*ListHumanAuthFactorsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListHumanAuthFactorsRequest) GetUserId() string
- func (*ListHumanAuthFactorsRequest) ProtoMessage()
- func (x *ListHumanAuthFactorsRequest) ProtoReflect() protoreflect.Message
- func (x *ListHumanAuthFactorsRequest) Reset()
- func (x *ListHumanAuthFactorsRequest) String() string
- type ListHumanAuthFactorsResponse
- func (*ListHumanAuthFactorsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListHumanAuthFactorsResponse) GetResult() []*user.AuthFactor
- func (*ListHumanAuthFactorsResponse) ProtoMessage()
- func (x *ListHumanAuthFactorsResponse) ProtoReflect() protoreflect.Message
- func (x *ListHumanAuthFactorsResponse) Reset()
- func (x *ListHumanAuthFactorsResponse) String() string
- type ListHumanLinkedIDPsRequest
- func (*ListHumanLinkedIDPsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListHumanLinkedIDPsRequest) GetQuery() *object.ListQuery
- func (x *ListHumanLinkedIDPsRequest) GetUserId() string
- func (*ListHumanLinkedIDPsRequest) ProtoMessage()
- func (x *ListHumanLinkedIDPsRequest) ProtoReflect() protoreflect.Message
- func (x *ListHumanLinkedIDPsRequest) Reset()
- func (x *ListHumanLinkedIDPsRequest) String() string
- type ListHumanLinkedIDPsResponse
- func (*ListHumanLinkedIDPsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListHumanLinkedIDPsResponse) GetDetails() *object.ListDetails
- func (x *ListHumanLinkedIDPsResponse) GetResult() []*idp.IDPUserLink
- func (*ListHumanLinkedIDPsResponse) ProtoMessage()
- func (x *ListHumanLinkedIDPsResponse) ProtoReflect() protoreflect.Message
- func (x *ListHumanLinkedIDPsResponse) Reset()
- func (x *ListHumanLinkedIDPsResponse) String() string
- type ListHumanPasswordlessRequest
- func (*ListHumanPasswordlessRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListHumanPasswordlessRequest) GetUserId() string
- func (*ListHumanPasswordlessRequest) ProtoMessage()
- func (x *ListHumanPasswordlessRequest) ProtoReflect() protoreflect.Message
- func (x *ListHumanPasswordlessRequest) Reset()
- func (x *ListHumanPasswordlessRequest) String() string
- type ListHumanPasswordlessResponse
- func (*ListHumanPasswordlessResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListHumanPasswordlessResponse) GetResult() []*user.WebAuthNToken
- func (*ListHumanPasswordlessResponse) ProtoMessage()
- func (x *ListHumanPasswordlessResponse) ProtoReflect() protoreflect.Message
- func (x *ListHumanPasswordlessResponse) Reset()
- func (x *ListHumanPasswordlessResponse) String() string
- type ListLoginPolicyIDPsRequest
- func (*ListLoginPolicyIDPsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListLoginPolicyIDPsRequest) GetQuery() *object.ListQuery
- func (*ListLoginPolicyIDPsRequest) ProtoMessage()
- func (x *ListLoginPolicyIDPsRequest) ProtoReflect() protoreflect.Message
- func (x *ListLoginPolicyIDPsRequest) Reset()
- func (x *ListLoginPolicyIDPsRequest) String() string
- type ListLoginPolicyIDPsResponse
- func (*ListLoginPolicyIDPsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListLoginPolicyIDPsResponse) GetDetails() *object.ListDetails
- func (x *ListLoginPolicyIDPsResponse) GetResult() []*idp.IDPLoginPolicyLink
- func (*ListLoginPolicyIDPsResponse) ProtoMessage()
- func (x *ListLoginPolicyIDPsResponse) ProtoReflect() protoreflect.Message
- func (x *ListLoginPolicyIDPsResponse) Reset()
- func (x *ListLoginPolicyIDPsResponse) String() string
- type ListLoginPolicyMultiFactorsRequest
- func (*ListLoginPolicyMultiFactorsRequest) Descriptor() ([]byte, []int)deprecated
- func (*ListLoginPolicyMultiFactorsRequest) ProtoMessage()
- func (x *ListLoginPolicyMultiFactorsRequest) ProtoReflect() protoreflect.Message
- func (x *ListLoginPolicyMultiFactorsRequest) Reset()
- func (x *ListLoginPolicyMultiFactorsRequest) String() string
- type ListLoginPolicyMultiFactorsResponse
- func (*ListLoginPolicyMultiFactorsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListLoginPolicyMultiFactorsResponse) GetDetails() *object.ListDetails
- func (x *ListLoginPolicyMultiFactorsResponse) GetResult() []policy.MultiFactorType
- func (*ListLoginPolicyMultiFactorsResponse) ProtoMessage()
- func (x *ListLoginPolicyMultiFactorsResponse) ProtoReflect() protoreflect.Message
- func (x *ListLoginPolicyMultiFactorsResponse) Reset()
- func (x *ListLoginPolicyMultiFactorsResponse) String() string
- type ListLoginPolicySecondFactorsRequest
- func (*ListLoginPolicySecondFactorsRequest) Descriptor() ([]byte, []int)deprecated
- func (*ListLoginPolicySecondFactorsRequest) ProtoMessage()
- func (x *ListLoginPolicySecondFactorsRequest) ProtoReflect() protoreflect.Message
- func (x *ListLoginPolicySecondFactorsRequest) Reset()
- func (x *ListLoginPolicySecondFactorsRequest) String() string
- type ListLoginPolicySecondFactorsResponse
- func (*ListLoginPolicySecondFactorsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListLoginPolicySecondFactorsResponse) GetDetails() *object.ListDetails
- func (x *ListLoginPolicySecondFactorsResponse) GetResult() []policy.SecondFactorType
- func (*ListLoginPolicySecondFactorsResponse) ProtoMessage()
- func (x *ListLoginPolicySecondFactorsResponse) ProtoReflect() protoreflect.Message
- func (x *ListLoginPolicySecondFactorsResponse) Reset()
- func (x *ListLoginPolicySecondFactorsResponse) String() string
- type ListMachineKeysRequest
- func (*ListMachineKeysRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListMachineKeysRequest) GetQuery() *object.ListQuery
- func (x *ListMachineKeysRequest) GetUserId() string
- func (*ListMachineKeysRequest) ProtoMessage()
- func (x *ListMachineKeysRequest) ProtoReflect() protoreflect.Message
- func (x *ListMachineKeysRequest) Reset()
- func (x *ListMachineKeysRequest) String() string
- type ListMachineKeysResponse
- func (*ListMachineKeysResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListMachineKeysResponse) GetDetails() *object.ListDetails
- func (x *ListMachineKeysResponse) GetResult() []*authn.Key
- func (*ListMachineKeysResponse) ProtoMessage()
- func (x *ListMachineKeysResponse) ProtoReflect() protoreflect.Message
- func (x *ListMachineKeysResponse) Reset()
- func (x *ListMachineKeysResponse) String() string
- type ListOrgChangesRequest
- func (*ListOrgChangesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListOrgChangesRequest) GetQuery() *change.ChangeQuery
- func (*ListOrgChangesRequest) ProtoMessage()
- func (x *ListOrgChangesRequest) ProtoReflect() protoreflect.Message
- func (x *ListOrgChangesRequest) Reset()
- func (x *ListOrgChangesRequest) String() string
- type ListOrgChangesResponse
- func (*ListOrgChangesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListOrgChangesResponse) GetResult() []*change.Change
- func (*ListOrgChangesResponse) ProtoMessage()
- func (x *ListOrgChangesResponse) ProtoReflect() protoreflect.Message
- func (x *ListOrgChangesResponse) Reset()
- func (x *ListOrgChangesResponse) String() string
- type ListOrgDomainsRequest
- func (*ListOrgDomainsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListOrgDomainsRequest) GetQueries() []*org.DomainSearchQuery
- func (x *ListOrgDomainsRequest) GetQuery() *object.ListQuery
- func (*ListOrgDomainsRequest) ProtoMessage()
- func (x *ListOrgDomainsRequest) ProtoReflect() protoreflect.Message
- func (x *ListOrgDomainsRequest) Reset()
- func (x *ListOrgDomainsRequest) String() string
- type ListOrgDomainsResponse
- func (*ListOrgDomainsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListOrgDomainsResponse) GetDetails() *object.ListDetails
- func (x *ListOrgDomainsResponse) GetResult() []*org.Domain
- func (*ListOrgDomainsResponse) ProtoMessage()
- func (x *ListOrgDomainsResponse) ProtoReflect() protoreflect.Message
- func (x *ListOrgDomainsResponse) Reset()
- func (x *ListOrgDomainsResponse) String() string
- type ListOrgIDPsRequest
- func (*ListOrgIDPsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListOrgIDPsRequest) GetQueries() []*IDPQuery
- func (x *ListOrgIDPsRequest) GetQuery() *object.ListQuery
- func (x *ListOrgIDPsRequest) GetSortingColumn() idp.IDPFieldName
- func (*ListOrgIDPsRequest) ProtoMessage()
- func (x *ListOrgIDPsRequest) ProtoReflect() protoreflect.Message
- func (x *ListOrgIDPsRequest) Reset()
- func (x *ListOrgIDPsRequest) String() string
- type ListOrgIDPsResponse
- func (*ListOrgIDPsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListOrgIDPsResponse) GetDetails() *object.ListDetails
- func (x *ListOrgIDPsResponse) GetResult() []*idp.IDP
- func (x *ListOrgIDPsResponse) GetSortingColumn() idp.IDPFieldName
- func (*ListOrgIDPsResponse) ProtoMessage()
- func (x *ListOrgIDPsResponse) ProtoReflect() protoreflect.Message
- func (x *ListOrgIDPsResponse) Reset()
- func (x *ListOrgIDPsResponse) String() string
- type ListOrgMemberRolesRequest
- type ListOrgMemberRolesResponse
- func (*ListOrgMemberRolesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListOrgMemberRolesResponse) GetResult() []string
- func (*ListOrgMemberRolesResponse) ProtoMessage()
- func (x *ListOrgMemberRolesResponse) ProtoReflect() protoreflect.Message
- func (x *ListOrgMemberRolesResponse) Reset()
- func (x *ListOrgMemberRolesResponse) String() string
- type ListOrgMembersRequest
- func (*ListOrgMembersRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListOrgMembersRequest) GetQueries() []*member.SearchQuery
- func (x *ListOrgMembersRequest) GetQuery() *object.ListQuery
- func (*ListOrgMembersRequest) ProtoMessage()
- func (x *ListOrgMembersRequest) ProtoReflect() protoreflect.Message
- func (x *ListOrgMembersRequest) Reset()
- func (x *ListOrgMembersRequest) String() string
- type ListOrgMembersResponse
- func (*ListOrgMembersResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListOrgMembersResponse) GetDetails() *object.ListDetails
- func (x *ListOrgMembersResponse) GetResult() []*member.Member
- func (*ListOrgMembersResponse) ProtoMessage()
- func (x *ListOrgMembersResponse) ProtoReflect() protoreflect.Message
- func (x *ListOrgMembersResponse) Reset()
- func (x *ListOrgMembersResponse) String() string
- type ListPersonalAccessTokensRequest
- func (*ListPersonalAccessTokensRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListPersonalAccessTokensRequest) GetQuery() *object.ListQuery
- func (x *ListPersonalAccessTokensRequest) GetUserId() string
- func (*ListPersonalAccessTokensRequest) ProtoMessage()
- func (x *ListPersonalAccessTokensRequest) ProtoReflect() protoreflect.Message
- func (x *ListPersonalAccessTokensRequest) Reset()
- func (x *ListPersonalAccessTokensRequest) String() string
- type ListPersonalAccessTokensResponse
- func (*ListPersonalAccessTokensResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListPersonalAccessTokensResponse) GetDetails() *object.ListDetails
- func (x *ListPersonalAccessTokensResponse) GetResult() []*user.PersonalAccessToken
- func (*ListPersonalAccessTokensResponse) ProtoMessage()
- func (x *ListPersonalAccessTokensResponse) ProtoReflect() protoreflect.Message
- func (x *ListPersonalAccessTokensResponse) Reset()
- func (x *ListPersonalAccessTokensResponse) String() string
- type ListProjectChangesRequest
- func (*ListProjectChangesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListProjectChangesRequest) GetProjectId() string
- func (x *ListProjectChangesRequest) GetQuery() *change.ChangeQuery
- func (*ListProjectChangesRequest) ProtoMessage()
- func (x *ListProjectChangesRequest) ProtoReflect() protoreflect.Message
- func (x *ListProjectChangesRequest) Reset()
- func (x *ListProjectChangesRequest) String() string
- type ListProjectChangesResponse
- func (*ListProjectChangesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListProjectChangesResponse) GetResult() []*change.Change
- func (*ListProjectChangesResponse) ProtoMessage()
- func (x *ListProjectChangesResponse) ProtoReflect() protoreflect.Message
- func (x *ListProjectChangesResponse) Reset()
- func (x *ListProjectChangesResponse) String() string
- type ListProjectGrantChangesRequest
- func (*ListProjectGrantChangesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListProjectGrantChangesRequest) GetGrantId() string
- func (x *ListProjectGrantChangesRequest) GetProjectId() string
- func (x *ListProjectGrantChangesRequest) GetQuery() *change.ChangeQuery
- func (*ListProjectGrantChangesRequest) ProtoMessage()
- func (x *ListProjectGrantChangesRequest) ProtoReflect() protoreflect.Message
- func (x *ListProjectGrantChangesRequest) Reset()
- func (x *ListProjectGrantChangesRequest) String() string
- type ListProjectGrantChangesResponse
- func (*ListProjectGrantChangesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListProjectGrantChangesResponse) GetResult() []*change.Change
- func (*ListProjectGrantChangesResponse) ProtoMessage()
- func (x *ListProjectGrantChangesResponse) ProtoReflect() protoreflect.Message
- func (x *ListProjectGrantChangesResponse) Reset()
- func (x *ListProjectGrantChangesResponse) String() string
- type ListProjectGrantMemberRolesRequest
- func (*ListProjectGrantMemberRolesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListProjectGrantMemberRolesRequest) GetQuery() *object.ListQuery
- func (x *ListProjectGrantMemberRolesRequest) GetResult() []string
- func (*ListProjectGrantMemberRolesRequest) ProtoMessage()
- func (x *ListProjectGrantMemberRolesRequest) ProtoReflect() protoreflect.Message
- func (x *ListProjectGrantMemberRolesRequest) Reset()
- func (x *ListProjectGrantMemberRolesRequest) String() string
- type ListProjectGrantMemberRolesResponse
- func (*ListProjectGrantMemberRolesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListProjectGrantMemberRolesResponse) GetDetails() *object.ListDetails
- func (x *ListProjectGrantMemberRolesResponse) GetResult() []string
- func (*ListProjectGrantMemberRolesResponse) ProtoMessage()
- func (x *ListProjectGrantMemberRolesResponse) ProtoReflect() protoreflect.Message
- func (x *ListProjectGrantMemberRolesResponse) Reset()
- func (x *ListProjectGrantMemberRolesResponse) String() string
- type ListProjectGrantMembersRequest
- func (*ListProjectGrantMembersRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListProjectGrantMembersRequest) GetGrantId() string
- func (x *ListProjectGrantMembersRequest) GetProjectId() string
- func (x *ListProjectGrantMembersRequest) GetQueries() []*member.SearchQuery
- func (x *ListProjectGrantMembersRequest) GetQuery() *object.ListQuery
- func (*ListProjectGrantMembersRequest) ProtoMessage()
- func (x *ListProjectGrantMembersRequest) ProtoReflect() protoreflect.Message
- func (x *ListProjectGrantMembersRequest) Reset()
- func (x *ListProjectGrantMembersRequest) String() string
- type ListProjectGrantMembersResponse
- func (*ListProjectGrantMembersResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListProjectGrantMembersResponse) GetDetails() *object.ListDetails
- func (x *ListProjectGrantMembersResponse) GetResult() []*member.Member
- func (*ListProjectGrantMembersResponse) ProtoMessage()
- func (x *ListProjectGrantMembersResponse) ProtoReflect() protoreflect.Message
- func (x *ListProjectGrantMembersResponse) Reset()
- func (x *ListProjectGrantMembersResponse) String() string
- type ListProjectGrantsRequest
- func (*ListProjectGrantsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListProjectGrantsRequest) GetProjectId() string
- func (x *ListProjectGrantsRequest) GetQueries() []*project.ProjectGrantQuery
- func (x *ListProjectGrantsRequest) GetQuery() *object.ListQuery
- func (*ListProjectGrantsRequest) ProtoMessage()
- func (x *ListProjectGrantsRequest) ProtoReflect() protoreflect.Message
- func (x *ListProjectGrantsRequest) Reset()
- func (x *ListProjectGrantsRequest) String() string
- type ListProjectGrantsResponse
- func (*ListProjectGrantsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListProjectGrantsResponse) GetDetails() *object.ListDetails
- func (x *ListProjectGrantsResponse) GetResult() []*project.GrantedProject
- func (*ListProjectGrantsResponse) ProtoMessage()
- func (x *ListProjectGrantsResponse) ProtoReflect() protoreflect.Message
- func (x *ListProjectGrantsResponse) Reset()
- func (x *ListProjectGrantsResponse) String() string
- type ListProjectMemberRolesRequest
- func (*ListProjectMemberRolesRequest) Descriptor() ([]byte, []int)deprecated
- func (*ListProjectMemberRolesRequest) ProtoMessage()
- func (x *ListProjectMemberRolesRequest) ProtoReflect() protoreflect.Message
- func (x *ListProjectMemberRolesRequest) Reset()
- func (x *ListProjectMemberRolesRequest) String() string
- type ListProjectMemberRolesResponse
- func (*ListProjectMemberRolesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListProjectMemberRolesResponse) GetDetails() *object.ListDetails
- func (x *ListProjectMemberRolesResponse) GetResult() []string
- func (*ListProjectMemberRolesResponse) ProtoMessage()
- func (x *ListProjectMemberRolesResponse) ProtoReflect() protoreflect.Message
- func (x *ListProjectMemberRolesResponse) Reset()
- func (x *ListProjectMemberRolesResponse) String() string
- type ListProjectMembersRequest
- func (*ListProjectMembersRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListProjectMembersRequest) GetProjectId() string
- func (x *ListProjectMembersRequest) GetQueries() []*member.SearchQuery
- func (x *ListProjectMembersRequest) GetQuery() *object.ListQuery
- func (*ListProjectMembersRequest) ProtoMessage()
- func (x *ListProjectMembersRequest) ProtoReflect() protoreflect.Message
- func (x *ListProjectMembersRequest) Reset()
- func (x *ListProjectMembersRequest) String() string
- type ListProjectMembersResponse
- func (*ListProjectMembersResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListProjectMembersResponse) GetDetails() *object.ListDetails
- func (x *ListProjectMembersResponse) GetResult() []*member.Member
- func (*ListProjectMembersResponse) ProtoMessage()
- func (x *ListProjectMembersResponse) ProtoReflect() protoreflect.Message
- func (x *ListProjectMembersResponse) Reset()
- func (x *ListProjectMembersResponse) String() string
- type ListProjectRolesRequest
- func (*ListProjectRolesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListProjectRolesRequest) GetProjectId() string
- func (x *ListProjectRolesRequest) GetQueries() []*project.RoleQuery
- func (x *ListProjectRolesRequest) GetQuery() *object.ListQuery
- func (*ListProjectRolesRequest) ProtoMessage()
- func (x *ListProjectRolesRequest) ProtoReflect() protoreflect.Message
- func (x *ListProjectRolesRequest) Reset()
- func (x *ListProjectRolesRequest) String() string
- type ListProjectRolesResponse
- func (*ListProjectRolesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListProjectRolesResponse) GetDetails() *object.ListDetails
- func (x *ListProjectRolesResponse) GetResult() []*project.Role
- func (*ListProjectRolesResponse) ProtoMessage()
- func (x *ListProjectRolesResponse) ProtoReflect() protoreflect.Message
- func (x *ListProjectRolesResponse) Reset()
- func (x *ListProjectRolesResponse) String() string
- type ListProjectsRequest
- func (*ListProjectsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListProjectsRequest) GetQueries() []*project.ProjectQuery
- func (x *ListProjectsRequest) GetQuery() *object.ListQuery
- func (*ListProjectsRequest) ProtoMessage()
- func (x *ListProjectsRequest) ProtoReflect() protoreflect.Message
- func (x *ListProjectsRequest) Reset()
- func (x *ListProjectsRequest) String() string
- type ListProjectsResponse
- func (*ListProjectsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListProjectsResponse) GetDetails() *object.ListDetails
- func (x *ListProjectsResponse) GetResult() []*project.Project
- func (*ListProjectsResponse) ProtoMessage()
- func (x *ListProjectsResponse) ProtoReflect() protoreflect.Message
- func (x *ListProjectsResponse) Reset()
- func (x *ListProjectsResponse) String() string
- type ListUserChangesRequest
- func (*ListUserChangesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListUserChangesRequest) GetQuery() *change.ChangeQuery
- func (x *ListUserChangesRequest) GetUserId() string
- func (*ListUserChangesRequest) ProtoMessage()
- func (x *ListUserChangesRequest) ProtoReflect() protoreflect.Message
- func (x *ListUserChangesRequest) Reset()
- func (x *ListUserChangesRequest) String() string
- type ListUserChangesResponse
- func (*ListUserChangesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListUserChangesResponse) GetResult() []*change.Change
- func (*ListUserChangesResponse) ProtoMessage()
- func (x *ListUserChangesResponse) ProtoReflect() protoreflect.Message
- func (x *ListUserChangesResponse) Reset()
- func (x *ListUserChangesResponse) String() string
- type ListUserGrantRequest
- func (*ListUserGrantRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListUserGrantRequest) GetQueries() []*user.UserGrantQuery
- func (x *ListUserGrantRequest) GetQuery() *object.ListQuery
- func (*ListUserGrantRequest) ProtoMessage()
- func (x *ListUserGrantRequest) ProtoReflect() protoreflect.Message
- func (x *ListUserGrantRequest) Reset()
- func (x *ListUserGrantRequest) String() string
- type ListUserGrantResponse
- func (*ListUserGrantResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListUserGrantResponse) GetDetails() *object.ListDetails
- func (x *ListUserGrantResponse) GetResult() []*user.UserGrant
- func (*ListUserGrantResponse) ProtoMessage()
- func (x *ListUserGrantResponse) ProtoReflect() protoreflect.Message
- func (x *ListUserGrantResponse) Reset()
- func (x *ListUserGrantResponse) String() string
- type ListUserMembershipsRequest
- func (*ListUserMembershipsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListUserMembershipsRequest) GetQueries() []*user.MembershipQuery
- func (x *ListUserMembershipsRequest) GetQuery() *object.ListQuery
- func (x *ListUserMembershipsRequest) GetUserId() string
- func (*ListUserMembershipsRequest) ProtoMessage()
- func (x *ListUserMembershipsRequest) ProtoReflect() protoreflect.Message
- func (x *ListUserMembershipsRequest) Reset()
- func (x *ListUserMembershipsRequest) String() string
- type ListUserMembershipsResponse
- func (*ListUserMembershipsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListUserMembershipsResponse) GetDetails() *object.ListDetails
- func (x *ListUserMembershipsResponse) GetResult() []*user.Membership
- func (*ListUserMembershipsResponse) ProtoMessage()
- func (x *ListUserMembershipsResponse) ProtoReflect() protoreflect.Message
- func (x *ListUserMembershipsResponse) Reset()
- func (x *ListUserMembershipsResponse) String() string
- type ListUserMetadataRequest
- func (*ListUserMetadataRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListUserMetadataRequest) GetId() string
- func (x *ListUserMetadataRequest) GetQueries() []*metadata.MetadataQuery
- func (x *ListUserMetadataRequest) GetQuery() *object.ListQuery
- func (*ListUserMetadataRequest) ProtoMessage()
- func (x *ListUserMetadataRequest) ProtoReflect() protoreflect.Message
- func (x *ListUserMetadataRequest) Reset()
- func (x *ListUserMetadataRequest) String() string
- type ListUserMetadataResponse
- func (*ListUserMetadataResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListUserMetadataResponse) GetDetails() *object.ListDetails
- func (x *ListUserMetadataResponse) GetResult() []*metadata.Metadata
- func (*ListUserMetadataResponse) ProtoMessage()
- func (x *ListUserMetadataResponse) ProtoReflect() protoreflect.Message
- func (x *ListUserMetadataResponse) Reset()
- func (x *ListUserMetadataResponse) String() string
- type ListUsersRequest
- func (*ListUsersRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListUsersRequest) GetQueries() []*user.SearchQuery
- func (x *ListUsersRequest) GetQuery() *object.ListQuery
- func (x *ListUsersRequest) GetSortingColumn() user.UserFieldName
- func (*ListUsersRequest) ProtoMessage()
- func (x *ListUsersRequest) ProtoReflect() protoreflect.Message
- func (x *ListUsersRequest) Reset()
- func (x *ListUsersRequest) String() string
- type ListUsersResponse
- func (*ListUsersResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListUsersResponse) GetDetails() *object.ListDetails
- func (x *ListUsersResponse) GetResult() []*user.User
- func (x *ListUsersResponse) GetSortingColumn() user.UserFieldName
- func (*ListUsersResponse) ProtoMessage()
- func (x *ListUsersResponse) ProtoReflect() protoreflect.Message
- func (x *ListUsersResponse) Reset()
- func (x *ListUsersResponse) String() string
- type LockUserRequest
- type LockUserResponse
- func (*LockUserResponse) Descriptor() ([]byte, []int)deprecated
- func (x *LockUserResponse) GetDetails() *object.ObjectDetails
- func (*LockUserResponse) ProtoMessage()
- func (x *LockUserResponse) ProtoReflect() protoreflect.Message
- func (x *LockUserResponse) Reset()
- func (x *LockUserResponse) String() string
- type ManagementServiceClient
- type ManagementServiceServer
- type ReactivateActionRequest
- func (*ReactivateActionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ReactivateActionRequest) GetId() string
- func (*ReactivateActionRequest) ProtoMessage()
- func (x *ReactivateActionRequest) ProtoReflect() protoreflect.Message
- func (x *ReactivateActionRequest) Reset()
- func (x *ReactivateActionRequest) String() string
- type ReactivateActionResponse
- func (*ReactivateActionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ReactivateActionResponse) GetDetails() *object.ObjectDetails
- func (*ReactivateActionResponse) ProtoMessage()
- func (x *ReactivateActionResponse) ProtoReflect() protoreflect.Message
- func (x *ReactivateActionResponse) Reset()
- func (x *ReactivateActionResponse) String() string
- type ReactivateAppRequest
- func (*ReactivateAppRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ReactivateAppRequest) GetAppId() string
- func (x *ReactivateAppRequest) GetProjectId() string
- func (*ReactivateAppRequest) ProtoMessage()
- func (x *ReactivateAppRequest) ProtoReflect() protoreflect.Message
- func (x *ReactivateAppRequest) Reset()
- func (x *ReactivateAppRequest) String() string
- type ReactivateAppResponse
- func (*ReactivateAppResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ReactivateAppResponse) GetDetails() *object.ObjectDetails
- func (*ReactivateAppResponse) ProtoMessage()
- func (x *ReactivateAppResponse) ProtoReflect() protoreflect.Message
- func (x *ReactivateAppResponse) Reset()
- func (x *ReactivateAppResponse) String() string
- type ReactivateOrgIDPRequest
- func (*ReactivateOrgIDPRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ReactivateOrgIDPRequest) GetIdpId() string
- func (*ReactivateOrgIDPRequest) ProtoMessage()
- func (x *ReactivateOrgIDPRequest) ProtoReflect() protoreflect.Message
- func (x *ReactivateOrgIDPRequest) Reset()
- func (x *ReactivateOrgIDPRequest) String() string
- type ReactivateOrgIDPResponse
- func (*ReactivateOrgIDPResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ReactivateOrgIDPResponse) GetDetails() *object.ObjectDetails
- func (*ReactivateOrgIDPResponse) ProtoMessage()
- func (x *ReactivateOrgIDPResponse) ProtoReflect() protoreflect.Message
- func (x *ReactivateOrgIDPResponse) Reset()
- func (x *ReactivateOrgIDPResponse) String() string
- type ReactivateOrgRequest
- type ReactivateOrgResponse
- func (*ReactivateOrgResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ReactivateOrgResponse) GetDetails() *object.ObjectDetails
- func (*ReactivateOrgResponse) ProtoMessage()
- func (x *ReactivateOrgResponse) ProtoReflect() protoreflect.Message
- func (x *ReactivateOrgResponse) Reset()
- func (x *ReactivateOrgResponse) String() string
- type ReactivateProjectGrantRequest
- func (*ReactivateProjectGrantRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ReactivateProjectGrantRequest) GetGrantId() string
- func (x *ReactivateProjectGrantRequest) GetProjectId() string
- func (*ReactivateProjectGrantRequest) ProtoMessage()
- func (x *ReactivateProjectGrantRequest) ProtoReflect() protoreflect.Message
- func (x *ReactivateProjectGrantRequest) Reset()
- func (x *ReactivateProjectGrantRequest) String() string
- type ReactivateProjectGrantResponse
- func (*ReactivateProjectGrantResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ReactivateProjectGrantResponse) GetDetails() *object.ObjectDetails
- func (*ReactivateProjectGrantResponse) ProtoMessage()
- func (x *ReactivateProjectGrantResponse) ProtoReflect() protoreflect.Message
- func (x *ReactivateProjectGrantResponse) Reset()
- func (x *ReactivateProjectGrantResponse) String() string
- type ReactivateProjectRequest
- func (*ReactivateProjectRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ReactivateProjectRequest) GetId() string
- func (*ReactivateProjectRequest) ProtoMessage()
- func (x *ReactivateProjectRequest) ProtoReflect() protoreflect.Message
- func (x *ReactivateProjectRequest) Reset()
- func (x *ReactivateProjectRequest) String() string
- type ReactivateProjectResponse
- func (*ReactivateProjectResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ReactivateProjectResponse) GetDetails() *object.ObjectDetails
- func (*ReactivateProjectResponse) ProtoMessage()
- func (x *ReactivateProjectResponse) ProtoReflect() protoreflect.Message
- func (x *ReactivateProjectResponse) Reset()
- func (x *ReactivateProjectResponse) String() string
- type ReactivateUserGrantRequest
- func (*ReactivateUserGrantRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ReactivateUserGrantRequest) GetGrantId() string
- func (x *ReactivateUserGrantRequest) GetUserId() string
- func (*ReactivateUserGrantRequest) ProtoMessage()
- func (x *ReactivateUserGrantRequest) ProtoReflect() protoreflect.Message
- func (x *ReactivateUserGrantRequest) Reset()
- func (x *ReactivateUserGrantRequest) String() string
- type ReactivateUserGrantResponse
- func (*ReactivateUserGrantResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ReactivateUserGrantResponse) GetDetails() *object.ObjectDetails
- func (*ReactivateUserGrantResponse) ProtoMessage()
- func (x *ReactivateUserGrantResponse) ProtoReflect() protoreflect.Message
- func (x *ReactivateUserGrantResponse) Reset()
- func (x *ReactivateUserGrantResponse) String() string
- type ReactivateUserRequest
- func (*ReactivateUserRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ReactivateUserRequest) GetId() string
- func (*ReactivateUserRequest) ProtoMessage()
- func (x *ReactivateUserRequest) ProtoReflect() protoreflect.Message
- func (x *ReactivateUserRequest) Reset()
- func (x *ReactivateUserRequest) String() string
- type ReactivateUserResponse
- func (*ReactivateUserResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ReactivateUserResponse) GetDetails() *object.ObjectDetails
- func (*ReactivateUserResponse) ProtoMessage()
- func (x *ReactivateUserResponse) ProtoReflect() protoreflect.Message
- func (x *ReactivateUserResponse) Reset()
- func (x *ReactivateUserResponse) String() string
- type RegenerateAPIClientSecretRequest
- func (*RegenerateAPIClientSecretRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RegenerateAPIClientSecretRequest) GetAppId() string
- func (x *RegenerateAPIClientSecretRequest) GetProjectId() string
- func (*RegenerateAPIClientSecretRequest) ProtoMessage()
- func (x *RegenerateAPIClientSecretRequest) ProtoReflect() protoreflect.Message
- func (x *RegenerateAPIClientSecretRequest) Reset()
- func (x *RegenerateAPIClientSecretRequest) String() string
- type RegenerateAPIClientSecretResponse
- func (*RegenerateAPIClientSecretResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RegenerateAPIClientSecretResponse) GetClientSecret() string
- func (x *RegenerateAPIClientSecretResponse) GetDetails() *object.ObjectDetails
- func (*RegenerateAPIClientSecretResponse) ProtoMessage()
- func (x *RegenerateAPIClientSecretResponse) ProtoReflect() protoreflect.Message
- func (x *RegenerateAPIClientSecretResponse) Reset()
- func (x *RegenerateAPIClientSecretResponse) String() string
- type RegenerateOIDCClientSecretRequest
- func (*RegenerateOIDCClientSecretRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RegenerateOIDCClientSecretRequest) GetAppId() string
- func (x *RegenerateOIDCClientSecretRequest) GetProjectId() string
- func (*RegenerateOIDCClientSecretRequest) ProtoMessage()
- func (x *RegenerateOIDCClientSecretRequest) ProtoReflect() protoreflect.Message
- func (x *RegenerateOIDCClientSecretRequest) Reset()
- func (x *RegenerateOIDCClientSecretRequest) String() string
- type RegenerateOIDCClientSecretResponse
- func (*RegenerateOIDCClientSecretResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RegenerateOIDCClientSecretResponse) GetClientSecret() string
- func (x *RegenerateOIDCClientSecretResponse) GetDetails() *object.ObjectDetails
- func (*RegenerateOIDCClientSecretResponse) ProtoMessage()
- func (x *RegenerateOIDCClientSecretResponse) ProtoReflect() protoreflect.Message
- func (x *RegenerateOIDCClientSecretResponse) Reset()
- func (x *RegenerateOIDCClientSecretResponse) String() string
- type RemoveAppKeyRequest
- func (*RemoveAppKeyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveAppKeyRequest) GetAppId() string
- func (x *RemoveAppKeyRequest) GetKeyId() string
- func (x *RemoveAppKeyRequest) GetProjectId() string
- func (*RemoveAppKeyRequest) ProtoMessage()
- func (x *RemoveAppKeyRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveAppKeyRequest) Reset()
- func (x *RemoveAppKeyRequest) String() string
- type RemoveAppKeyResponse
- func (*RemoveAppKeyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveAppKeyResponse) GetDetails() *object.ObjectDetails
- func (*RemoveAppKeyResponse) ProtoMessage()
- func (x *RemoveAppKeyResponse) ProtoReflect() protoreflect.Message
- func (x *RemoveAppKeyResponse) Reset()
- func (x *RemoveAppKeyResponse) String() string
- type RemoveAppRequest
- func (*RemoveAppRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveAppRequest) GetAppId() string
- func (x *RemoveAppRequest) GetProjectId() string
- func (*RemoveAppRequest) ProtoMessage()
- func (x *RemoveAppRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveAppRequest) Reset()
- func (x *RemoveAppRequest) String() string
- type RemoveAppResponse
- func (*RemoveAppResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveAppResponse) GetDetails() *object.ObjectDetails
- func (*RemoveAppResponse) ProtoMessage()
- func (x *RemoveAppResponse) ProtoReflect() protoreflect.Message
- func (x *RemoveAppResponse) Reset()
- func (x *RemoveAppResponse) String() string
- type RemoveCustomLabelPolicyFontRequest
- func (*RemoveCustomLabelPolicyFontRequest) Descriptor() ([]byte, []int)deprecated
- func (*RemoveCustomLabelPolicyFontRequest) ProtoMessage()
- func (x *RemoveCustomLabelPolicyFontRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveCustomLabelPolicyFontRequest) Reset()
- func (x *RemoveCustomLabelPolicyFontRequest) String() string
- type RemoveCustomLabelPolicyFontResponse
- func (*RemoveCustomLabelPolicyFontResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveCustomLabelPolicyFontResponse) GetDetails() *object.ObjectDetails
- func (*RemoveCustomLabelPolicyFontResponse) ProtoMessage()
- func (x *RemoveCustomLabelPolicyFontResponse) ProtoReflect() protoreflect.Message
- func (x *RemoveCustomLabelPolicyFontResponse) Reset()
- func (x *RemoveCustomLabelPolicyFontResponse) String() string
- type RemoveCustomLabelPolicyIconDarkRequest
- func (*RemoveCustomLabelPolicyIconDarkRequest) Descriptor() ([]byte, []int)deprecated
- func (*RemoveCustomLabelPolicyIconDarkRequest) ProtoMessage()
- func (x *RemoveCustomLabelPolicyIconDarkRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveCustomLabelPolicyIconDarkRequest) Reset()
- func (x *RemoveCustomLabelPolicyIconDarkRequest) String() string
- type RemoveCustomLabelPolicyIconDarkResponse
- func (*RemoveCustomLabelPolicyIconDarkResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveCustomLabelPolicyIconDarkResponse) GetDetails() *object.ObjectDetails
- func (*RemoveCustomLabelPolicyIconDarkResponse) ProtoMessage()
- func (x *RemoveCustomLabelPolicyIconDarkResponse) ProtoReflect() protoreflect.Message
- func (x *RemoveCustomLabelPolicyIconDarkResponse) Reset()
- func (x *RemoveCustomLabelPolicyIconDarkResponse) String() string
- type RemoveCustomLabelPolicyIconRequest
- func (*RemoveCustomLabelPolicyIconRequest) Descriptor() ([]byte, []int)deprecated
- func (*RemoveCustomLabelPolicyIconRequest) ProtoMessage()
- func (x *RemoveCustomLabelPolicyIconRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveCustomLabelPolicyIconRequest) Reset()
- func (x *RemoveCustomLabelPolicyIconRequest) String() string
- type RemoveCustomLabelPolicyIconResponse
- func (*RemoveCustomLabelPolicyIconResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveCustomLabelPolicyIconResponse) GetDetails() *object.ObjectDetails
- func (*RemoveCustomLabelPolicyIconResponse) ProtoMessage()
- func (x *RemoveCustomLabelPolicyIconResponse) ProtoReflect() protoreflect.Message
- func (x *RemoveCustomLabelPolicyIconResponse) Reset()
- func (x *RemoveCustomLabelPolicyIconResponse) String() string
- type RemoveCustomLabelPolicyLogoDarkRequest
- func (*RemoveCustomLabelPolicyLogoDarkRequest) Descriptor() ([]byte, []int)deprecated
- func (*RemoveCustomLabelPolicyLogoDarkRequest) ProtoMessage()
- func (x *RemoveCustomLabelPolicyLogoDarkRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveCustomLabelPolicyLogoDarkRequest) Reset()
- func (x *RemoveCustomLabelPolicyLogoDarkRequest) String() string
- type RemoveCustomLabelPolicyLogoDarkResponse
- func (*RemoveCustomLabelPolicyLogoDarkResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveCustomLabelPolicyLogoDarkResponse) GetDetails() *object.ObjectDetails
- func (*RemoveCustomLabelPolicyLogoDarkResponse) ProtoMessage()
- func (x *RemoveCustomLabelPolicyLogoDarkResponse) ProtoReflect() protoreflect.Message
- func (x *RemoveCustomLabelPolicyLogoDarkResponse) Reset()
- func (x *RemoveCustomLabelPolicyLogoDarkResponse) String() string
- type RemoveCustomLabelPolicyLogoRequest
- func (*RemoveCustomLabelPolicyLogoRequest) Descriptor() ([]byte, []int)deprecated
- func (*RemoveCustomLabelPolicyLogoRequest) ProtoMessage()
- func (x *RemoveCustomLabelPolicyLogoRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveCustomLabelPolicyLogoRequest) Reset()
- func (x *RemoveCustomLabelPolicyLogoRequest) String() string
- type RemoveCustomLabelPolicyLogoResponse
- func (*RemoveCustomLabelPolicyLogoResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveCustomLabelPolicyLogoResponse) GetDetails() *object.ObjectDetails
- func (*RemoveCustomLabelPolicyLogoResponse) ProtoMessage()
- func (x *RemoveCustomLabelPolicyLogoResponse) ProtoReflect() protoreflect.Message
- func (x *RemoveCustomLabelPolicyLogoResponse) Reset()
- func (x *RemoveCustomLabelPolicyLogoResponse) String() string
- type RemoveHumanAuthFactorOTPRequest
- func (*RemoveHumanAuthFactorOTPRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveHumanAuthFactorOTPRequest) GetUserId() string
- func (*RemoveHumanAuthFactorOTPRequest) ProtoMessage()
- func (x *RemoveHumanAuthFactorOTPRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveHumanAuthFactorOTPRequest) Reset()
- func (x *RemoveHumanAuthFactorOTPRequest) String() string
- type RemoveHumanAuthFactorOTPResponse
- func (*RemoveHumanAuthFactorOTPResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveHumanAuthFactorOTPResponse) GetDetails() *object.ObjectDetails
- func (*RemoveHumanAuthFactorOTPResponse) ProtoMessage()
- func (x *RemoveHumanAuthFactorOTPResponse) ProtoReflect() protoreflect.Message
- func (x *RemoveHumanAuthFactorOTPResponse) Reset()
- func (x *RemoveHumanAuthFactorOTPResponse) String() string
- type RemoveHumanAuthFactorU2FRequest
- func (*RemoveHumanAuthFactorU2FRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveHumanAuthFactorU2FRequest) GetTokenId() string
- func (x *RemoveHumanAuthFactorU2FRequest) GetUserId() string
- func (*RemoveHumanAuthFactorU2FRequest) ProtoMessage()
- func (x *RemoveHumanAuthFactorU2FRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveHumanAuthFactorU2FRequest) Reset()
- func (x *RemoveHumanAuthFactorU2FRequest) String() string
- type RemoveHumanAuthFactorU2FResponse
- func (*RemoveHumanAuthFactorU2FResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveHumanAuthFactorU2FResponse) GetDetails() *object.ObjectDetails
- func (*RemoveHumanAuthFactorU2FResponse) ProtoMessage()
- func (x *RemoveHumanAuthFactorU2FResponse) ProtoReflect() protoreflect.Message
- func (x *RemoveHumanAuthFactorU2FResponse) Reset()
- func (x *RemoveHumanAuthFactorU2FResponse) String() string
- type RemoveHumanAvatarRequest
- func (*RemoveHumanAvatarRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveHumanAvatarRequest) GetUserId() string
- func (*RemoveHumanAvatarRequest) ProtoMessage()
- func (x *RemoveHumanAvatarRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveHumanAvatarRequest) Reset()
- func (x *RemoveHumanAvatarRequest) String() string
- type RemoveHumanAvatarResponse
- func (*RemoveHumanAvatarResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveHumanAvatarResponse) GetDetails() *object.ObjectDetails
- func (*RemoveHumanAvatarResponse) ProtoMessage()
- func (x *RemoveHumanAvatarResponse) ProtoReflect() protoreflect.Message
- func (x *RemoveHumanAvatarResponse) Reset()
- func (x *RemoveHumanAvatarResponse) String() string
- type RemoveHumanLinkedIDPRequest
- func (*RemoveHumanLinkedIDPRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveHumanLinkedIDPRequest) GetIdpId() string
- func (x *RemoveHumanLinkedIDPRequest) GetLinkedUserId() string
- func (x *RemoveHumanLinkedIDPRequest) GetUserId() string
- func (*RemoveHumanLinkedIDPRequest) ProtoMessage()
- func (x *RemoveHumanLinkedIDPRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveHumanLinkedIDPRequest) Reset()
- func (x *RemoveHumanLinkedIDPRequest) String() string
- type RemoveHumanLinkedIDPResponse
- func (*RemoveHumanLinkedIDPResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveHumanLinkedIDPResponse) GetDetails() *object.ObjectDetails
- func (*RemoveHumanLinkedIDPResponse) ProtoMessage()
- func (x *RemoveHumanLinkedIDPResponse) ProtoReflect() protoreflect.Message
- func (x *RemoveHumanLinkedIDPResponse) Reset()
- func (x *RemoveHumanLinkedIDPResponse) String() string
- type RemoveHumanPasswordlessRequest
- func (*RemoveHumanPasswordlessRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveHumanPasswordlessRequest) GetTokenId() string
- func (x *RemoveHumanPasswordlessRequest) GetUserId() string
- func (*RemoveHumanPasswordlessRequest) ProtoMessage()
- func (x *RemoveHumanPasswordlessRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveHumanPasswordlessRequest) Reset()
- func (x *RemoveHumanPasswordlessRequest) String() string
- type RemoveHumanPasswordlessResponse
- func (*RemoveHumanPasswordlessResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveHumanPasswordlessResponse) GetDetails() *object.ObjectDetails
- func (*RemoveHumanPasswordlessResponse) ProtoMessage()
- func (x *RemoveHumanPasswordlessResponse) ProtoReflect() protoreflect.Message
- func (x *RemoveHumanPasswordlessResponse) Reset()
- func (x *RemoveHumanPasswordlessResponse) String() string
- type RemoveHumanPhoneRequest
- func (*RemoveHumanPhoneRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveHumanPhoneRequest) GetUserId() string
- func (*RemoveHumanPhoneRequest) ProtoMessage()
- func (x *RemoveHumanPhoneRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveHumanPhoneRequest) Reset()
- func (x *RemoveHumanPhoneRequest) String() string
- type RemoveHumanPhoneResponse
- func (*RemoveHumanPhoneResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveHumanPhoneResponse) GetDetails() *object.ObjectDetails
- func (*RemoveHumanPhoneResponse) ProtoMessage()
- func (x *RemoveHumanPhoneResponse) ProtoReflect() protoreflect.Message
- func (x *RemoveHumanPhoneResponse) Reset()
- func (x *RemoveHumanPhoneResponse) String() string
- type RemoveIDPFromLoginPolicyRequest
- func (*RemoveIDPFromLoginPolicyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveIDPFromLoginPolicyRequest) GetIdpId() string
- func (*RemoveIDPFromLoginPolicyRequest) ProtoMessage()
- func (x *RemoveIDPFromLoginPolicyRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveIDPFromLoginPolicyRequest) Reset()
- func (x *RemoveIDPFromLoginPolicyRequest) String() string
- type RemoveIDPFromLoginPolicyResponse
- func (*RemoveIDPFromLoginPolicyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveIDPFromLoginPolicyResponse) GetDetails() *object.ObjectDetails
- func (*RemoveIDPFromLoginPolicyResponse) ProtoMessage()
- func (x *RemoveIDPFromLoginPolicyResponse) ProtoReflect() protoreflect.Message
- func (x *RemoveIDPFromLoginPolicyResponse) Reset()
- func (x *RemoveIDPFromLoginPolicyResponse) String() string
- type RemoveMachineKeyRequest
- func (*RemoveMachineKeyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveMachineKeyRequest) GetKeyId() string
- func (x *RemoveMachineKeyRequest) GetUserId() string
- func (*RemoveMachineKeyRequest) ProtoMessage()
- func (x *RemoveMachineKeyRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveMachineKeyRequest) Reset()
- func (x *RemoveMachineKeyRequest) String() string
- type RemoveMachineKeyResponse
- func (*RemoveMachineKeyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveMachineKeyResponse) GetDetails() *object.ObjectDetails
- func (*RemoveMachineKeyResponse) ProtoMessage()
- func (x *RemoveMachineKeyResponse) ProtoReflect() protoreflect.Message
- func (x *RemoveMachineKeyResponse) Reset()
- func (x *RemoveMachineKeyResponse) String() string
- type RemoveMultiFactorFromLoginPolicyRequest
- func (*RemoveMultiFactorFromLoginPolicyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveMultiFactorFromLoginPolicyRequest) GetType() policy.MultiFactorType
- func (*RemoveMultiFactorFromLoginPolicyRequest) ProtoMessage()
- func (x *RemoveMultiFactorFromLoginPolicyRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveMultiFactorFromLoginPolicyRequest) Reset()
- func (x *RemoveMultiFactorFromLoginPolicyRequest) String() string
- type RemoveMultiFactorFromLoginPolicyResponse
- func (*RemoveMultiFactorFromLoginPolicyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveMultiFactorFromLoginPolicyResponse) GetDetails() *object.ObjectDetails
- func (*RemoveMultiFactorFromLoginPolicyResponse) ProtoMessage()
- func (x *RemoveMultiFactorFromLoginPolicyResponse) ProtoReflect() protoreflect.Message
- func (x *RemoveMultiFactorFromLoginPolicyResponse) Reset()
- func (x *RemoveMultiFactorFromLoginPolicyResponse) String() string
- type RemoveOrgDomainRequest
- func (*RemoveOrgDomainRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveOrgDomainRequest) GetDomain() string
- func (*RemoveOrgDomainRequest) ProtoMessage()
- func (x *RemoveOrgDomainRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveOrgDomainRequest) Reset()
- func (x *RemoveOrgDomainRequest) String() string
- type RemoveOrgDomainResponse
- func (*RemoveOrgDomainResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveOrgDomainResponse) GetDetails() *object.ObjectDetails
- func (*RemoveOrgDomainResponse) ProtoMessage()
- func (x *RemoveOrgDomainResponse) ProtoReflect() protoreflect.Message
- func (x *RemoveOrgDomainResponse) Reset()
- func (x *RemoveOrgDomainResponse) String() string
- type RemoveOrgIDPRequest
- func (*RemoveOrgIDPRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveOrgIDPRequest) GetIdpId() string
- func (*RemoveOrgIDPRequest) ProtoMessage()
- func (x *RemoveOrgIDPRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveOrgIDPRequest) Reset()
- func (x *RemoveOrgIDPRequest) String() string
- type RemoveOrgIDPResponse
- type RemoveOrgMemberRequest
- func (*RemoveOrgMemberRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveOrgMemberRequest) GetUserId() string
- func (*RemoveOrgMemberRequest) ProtoMessage()
- func (x *RemoveOrgMemberRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveOrgMemberRequest) Reset()
- func (x *RemoveOrgMemberRequest) String() string
- type RemoveOrgMemberResponse
- func (*RemoveOrgMemberResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveOrgMemberResponse) GetDetails() *object.ObjectDetails
- func (*RemoveOrgMemberResponse) ProtoMessage()
- func (x *RemoveOrgMemberResponse) ProtoReflect() protoreflect.Message
- func (x *RemoveOrgMemberResponse) Reset()
- func (x *RemoveOrgMemberResponse) String() string
- type RemovePersonalAccessTokenRequest
- func (*RemovePersonalAccessTokenRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemovePersonalAccessTokenRequest) GetTokenId() string
- func (x *RemovePersonalAccessTokenRequest) GetUserId() string
- func (*RemovePersonalAccessTokenRequest) ProtoMessage()
- func (x *RemovePersonalAccessTokenRequest) ProtoReflect() protoreflect.Message
- func (x *RemovePersonalAccessTokenRequest) Reset()
- func (x *RemovePersonalAccessTokenRequest) String() string
- type RemovePersonalAccessTokenResponse
- func (*RemovePersonalAccessTokenResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RemovePersonalAccessTokenResponse) GetDetails() *object.ObjectDetails
- func (*RemovePersonalAccessTokenResponse) ProtoMessage()
- func (x *RemovePersonalAccessTokenResponse) ProtoReflect() protoreflect.Message
- func (x *RemovePersonalAccessTokenResponse) Reset()
- func (x *RemovePersonalAccessTokenResponse) String() string
- type RemoveProjectGrantMemberRequest
- func (*RemoveProjectGrantMemberRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveProjectGrantMemberRequest) GetGrantId() string
- func (x *RemoveProjectGrantMemberRequest) GetProjectId() string
- func (x *RemoveProjectGrantMemberRequest) GetUserId() string
- func (*RemoveProjectGrantMemberRequest) ProtoMessage()
- func (x *RemoveProjectGrantMemberRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveProjectGrantMemberRequest) Reset()
- func (x *RemoveProjectGrantMemberRequest) String() string
- type RemoveProjectGrantMemberResponse
- func (*RemoveProjectGrantMemberResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveProjectGrantMemberResponse) GetDetails() *object.ObjectDetails
- func (*RemoveProjectGrantMemberResponse) ProtoMessage()
- func (x *RemoveProjectGrantMemberResponse) ProtoReflect() protoreflect.Message
- func (x *RemoveProjectGrantMemberResponse) Reset()
- func (x *RemoveProjectGrantMemberResponse) String() string
- type RemoveProjectGrantRequest
- func (*RemoveProjectGrantRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveProjectGrantRequest) GetGrantId() string
- func (x *RemoveProjectGrantRequest) GetProjectId() string
- func (*RemoveProjectGrantRequest) ProtoMessage()
- func (x *RemoveProjectGrantRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveProjectGrantRequest) Reset()
- func (x *RemoveProjectGrantRequest) String() string
- type RemoveProjectGrantResponse
- func (*RemoveProjectGrantResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveProjectGrantResponse) GetDetails() *object.ObjectDetails
- func (*RemoveProjectGrantResponse) ProtoMessage()
- func (x *RemoveProjectGrantResponse) ProtoReflect() protoreflect.Message
- func (x *RemoveProjectGrantResponse) Reset()
- func (x *RemoveProjectGrantResponse) String() string
- type RemoveProjectMemberRequest
- func (*RemoveProjectMemberRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveProjectMemberRequest) GetProjectId() string
- func (x *RemoveProjectMemberRequest) GetUserId() string
- func (*RemoveProjectMemberRequest) ProtoMessage()
- func (x *RemoveProjectMemberRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveProjectMemberRequest) Reset()
- func (x *RemoveProjectMemberRequest) String() string
- type RemoveProjectMemberResponse
- func (*RemoveProjectMemberResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveProjectMemberResponse) GetDetails() *object.ObjectDetails
- func (*RemoveProjectMemberResponse) ProtoMessage()
- func (x *RemoveProjectMemberResponse) ProtoReflect() protoreflect.Message
- func (x *RemoveProjectMemberResponse) Reset()
- func (x *RemoveProjectMemberResponse) String() string
- type RemoveProjectRequest
- func (*RemoveProjectRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveProjectRequest) GetId() string
- func (*RemoveProjectRequest) ProtoMessage()
- func (x *RemoveProjectRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveProjectRequest) Reset()
- func (x *RemoveProjectRequest) String() string
- type RemoveProjectResponse
- func (*RemoveProjectResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveProjectResponse) GetDetails() *object.ObjectDetails
- func (*RemoveProjectResponse) ProtoMessage()
- func (x *RemoveProjectResponse) ProtoReflect() protoreflect.Message
- func (x *RemoveProjectResponse) Reset()
- func (x *RemoveProjectResponse) String() string
- type RemoveProjectRoleRequest
- func (*RemoveProjectRoleRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveProjectRoleRequest) GetProjectId() string
- func (x *RemoveProjectRoleRequest) GetRoleKey() string
- func (*RemoveProjectRoleRequest) ProtoMessage()
- func (x *RemoveProjectRoleRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveProjectRoleRequest) Reset()
- func (x *RemoveProjectRoleRequest) String() string
- type RemoveProjectRoleResponse
- func (*RemoveProjectRoleResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveProjectRoleResponse) GetDetails() *object.ObjectDetails
- func (*RemoveProjectRoleResponse) ProtoMessage()
- func (x *RemoveProjectRoleResponse) ProtoReflect() protoreflect.Message
- func (x *RemoveProjectRoleResponse) Reset()
- func (x *RemoveProjectRoleResponse) String() string
- type RemoveSecondFactorFromLoginPolicyRequest
- func (*RemoveSecondFactorFromLoginPolicyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveSecondFactorFromLoginPolicyRequest) GetType() policy.SecondFactorType
- func (*RemoveSecondFactorFromLoginPolicyRequest) ProtoMessage()
- func (x *RemoveSecondFactorFromLoginPolicyRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveSecondFactorFromLoginPolicyRequest) Reset()
- func (x *RemoveSecondFactorFromLoginPolicyRequest) String() string
- type RemoveSecondFactorFromLoginPolicyResponse
- func (*RemoveSecondFactorFromLoginPolicyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveSecondFactorFromLoginPolicyResponse) GetDetails() *object.ObjectDetails
- func (*RemoveSecondFactorFromLoginPolicyResponse) ProtoMessage()
- func (x *RemoveSecondFactorFromLoginPolicyResponse) ProtoReflect() protoreflect.Message
- func (x *RemoveSecondFactorFromLoginPolicyResponse) Reset()
- func (x *RemoveSecondFactorFromLoginPolicyResponse) String() string
- type RemoveUserGrantRequest
- func (*RemoveUserGrantRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveUserGrantRequest) GetGrantId() string
- func (x *RemoveUserGrantRequest) GetUserId() string
- func (*RemoveUserGrantRequest) ProtoMessage()
- func (x *RemoveUserGrantRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveUserGrantRequest) Reset()
- func (x *RemoveUserGrantRequest) String() string
- type RemoveUserGrantResponse
- func (*RemoveUserGrantResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveUserGrantResponse) GetDetails() *object.ObjectDetails
- func (*RemoveUserGrantResponse) ProtoMessage()
- func (x *RemoveUserGrantResponse) ProtoReflect() protoreflect.Message
- func (x *RemoveUserGrantResponse) Reset()
- func (x *RemoveUserGrantResponse) String() string
- type RemoveUserMetadataRequest
- func (*RemoveUserMetadataRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveUserMetadataRequest) GetId() string
- func (x *RemoveUserMetadataRequest) GetKey() string
- func (*RemoveUserMetadataRequest) ProtoMessage()
- func (x *RemoveUserMetadataRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveUserMetadataRequest) Reset()
- func (x *RemoveUserMetadataRequest) String() string
- type RemoveUserMetadataResponse
- func (*RemoveUserMetadataResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveUserMetadataResponse) GetDetails() *object.ObjectDetails
- func (*RemoveUserMetadataResponse) ProtoMessage()
- func (x *RemoveUserMetadataResponse) ProtoReflect() protoreflect.Message
- func (x *RemoveUserMetadataResponse) Reset()
- func (x *RemoveUserMetadataResponse) String() string
- type RemoveUserRequest
- type RemoveUserResponse
- func (*RemoveUserResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveUserResponse) GetDetails() *object.ObjectDetails
- func (*RemoveUserResponse) ProtoMessage()
- func (x *RemoveUserResponse) ProtoReflect() protoreflect.Message
- func (x *RemoveUserResponse) Reset()
- func (x *RemoveUserResponse) String() string
- type ResendHumanEmailVerificationRequest
- func (*ResendHumanEmailVerificationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ResendHumanEmailVerificationRequest) GetUserId() string
- func (*ResendHumanEmailVerificationRequest) ProtoMessage()
- func (x *ResendHumanEmailVerificationRequest) ProtoReflect() protoreflect.Message
- func (x *ResendHumanEmailVerificationRequest) Reset()
- func (x *ResendHumanEmailVerificationRequest) String() string
- type ResendHumanEmailVerificationResponse
- func (*ResendHumanEmailVerificationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ResendHumanEmailVerificationResponse) GetDetails() *object.ObjectDetails
- func (*ResendHumanEmailVerificationResponse) ProtoMessage()
- func (x *ResendHumanEmailVerificationResponse) ProtoReflect() protoreflect.Message
- func (x *ResendHumanEmailVerificationResponse) Reset()
- func (x *ResendHumanEmailVerificationResponse) String() string
- type ResendHumanInitializationRequest
- func (*ResendHumanInitializationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ResendHumanInitializationRequest) GetEmail() string
- func (x *ResendHumanInitializationRequest) GetUserId() string
- func (*ResendHumanInitializationRequest) ProtoMessage()
- func (x *ResendHumanInitializationRequest) ProtoReflect() protoreflect.Message
- func (x *ResendHumanInitializationRequest) Reset()
- func (x *ResendHumanInitializationRequest) String() string
- type ResendHumanInitializationResponse
- func (*ResendHumanInitializationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ResendHumanInitializationResponse) GetDetails() *object.ObjectDetails
- func (*ResendHumanInitializationResponse) ProtoMessage()
- func (x *ResendHumanInitializationResponse) ProtoReflect() protoreflect.Message
- func (x *ResendHumanInitializationResponse) Reset()
- func (x *ResendHumanInitializationResponse) String() string
- type ResendHumanPhoneVerificationRequest
- func (*ResendHumanPhoneVerificationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ResendHumanPhoneVerificationRequest) GetUserId() string
- func (*ResendHumanPhoneVerificationRequest) ProtoMessage()
- func (x *ResendHumanPhoneVerificationRequest) ProtoReflect() protoreflect.Message
- func (x *ResendHumanPhoneVerificationRequest) Reset()
- func (x *ResendHumanPhoneVerificationRequest) String() string
- type ResendHumanPhoneVerificationResponse
- func (*ResendHumanPhoneVerificationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ResendHumanPhoneVerificationResponse) GetDetails() *object.ObjectDetails
- func (*ResendHumanPhoneVerificationResponse) ProtoMessage()
- func (x *ResendHumanPhoneVerificationResponse) ProtoReflect() protoreflect.Message
- func (x *ResendHumanPhoneVerificationResponse) Reset()
- func (x *ResendHumanPhoneVerificationResponse) String() string
- type ResetCustomDomainClaimedMessageTextToDefaultRequest
- func (*ResetCustomDomainClaimedMessageTextToDefaultRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ResetCustomDomainClaimedMessageTextToDefaultRequest) GetLanguage() string
- func (*ResetCustomDomainClaimedMessageTextToDefaultRequest) ProtoMessage()
- func (x *ResetCustomDomainClaimedMessageTextToDefaultRequest) ProtoReflect() protoreflect.Message
- func (x *ResetCustomDomainClaimedMessageTextToDefaultRequest) Reset()
- func (x *ResetCustomDomainClaimedMessageTextToDefaultRequest) String() string
- type ResetCustomDomainClaimedMessageTextToDefaultResponse
- func (*ResetCustomDomainClaimedMessageTextToDefaultResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ResetCustomDomainClaimedMessageTextToDefaultResponse) GetDetails() *object.ObjectDetails
- func (*ResetCustomDomainClaimedMessageTextToDefaultResponse) ProtoMessage()
- func (x *ResetCustomDomainClaimedMessageTextToDefaultResponse) ProtoReflect() protoreflect.Message
- func (x *ResetCustomDomainClaimedMessageTextToDefaultResponse) Reset()
- func (x *ResetCustomDomainClaimedMessageTextToDefaultResponse) String() string
- type ResetCustomInitMessageTextToDefaultRequest
- func (*ResetCustomInitMessageTextToDefaultRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ResetCustomInitMessageTextToDefaultRequest) GetLanguage() string
- func (*ResetCustomInitMessageTextToDefaultRequest) ProtoMessage()
- func (x *ResetCustomInitMessageTextToDefaultRequest) ProtoReflect() protoreflect.Message
- func (x *ResetCustomInitMessageTextToDefaultRequest) Reset()
- func (x *ResetCustomInitMessageTextToDefaultRequest) String() string
- type ResetCustomInitMessageTextToDefaultResponse
- func (*ResetCustomInitMessageTextToDefaultResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ResetCustomInitMessageTextToDefaultResponse) GetDetails() *object.ObjectDetails
- func (*ResetCustomInitMessageTextToDefaultResponse) ProtoMessage()
- func (x *ResetCustomInitMessageTextToDefaultResponse) ProtoReflect() protoreflect.Message
- func (x *ResetCustomInitMessageTextToDefaultResponse) Reset()
- func (x *ResetCustomInitMessageTextToDefaultResponse) String() string
- type ResetCustomLoginTextsToDefaultRequest
- func (*ResetCustomLoginTextsToDefaultRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ResetCustomLoginTextsToDefaultRequest) GetLanguage() string
- func (*ResetCustomLoginTextsToDefaultRequest) ProtoMessage()
- func (x *ResetCustomLoginTextsToDefaultRequest) ProtoReflect() protoreflect.Message
- func (x *ResetCustomLoginTextsToDefaultRequest) Reset()
- func (x *ResetCustomLoginTextsToDefaultRequest) String() string
- type ResetCustomLoginTextsToDefaultResponse
- func (*ResetCustomLoginTextsToDefaultResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ResetCustomLoginTextsToDefaultResponse) GetDetails() *object.ObjectDetails
- func (*ResetCustomLoginTextsToDefaultResponse) ProtoMessage()
- func (x *ResetCustomLoginTextsToDefaultResponse) ProtoReflect() protoreflect.Message
- func (x *ResetCustomLoginTextsToDefaultResponse) Reset()
- func (x *ResetCustomLoginTextsToDefaultResponse) String() string
- type ResetCustomPasswordResetMessageTextToDefaultRequest
- func (*ResetCustomPasswordResetMessageTextToDefaultRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ResetCustomPasswordResetMessageTextToDefaultRequest) GetLanguage() string
- func (*ResetCustomPasswordResetMessageTextToDefaultRequest) ProtoMessage()
- func (x *ResetCustomPasswordResetMessageTextToDefaultRequest) ProtoReflect() protoreflect.Message
- func (x *ResetCustomPasswordResetMessageTextToDefaultRequest) Reset()
- func (x *ResetCustomPasswordResetMessageTextToDefaultRequest) String() string
- type ResetCustomPasswordResetMessageTextToDefaultResponse
- func (*ResetCustomPasswordResetMessageTextToDefaultResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ResetCustomPasswordResetMessageTextToDefaultResponse) GetDetails() *object.ObjectDetails
- func (*ResetCustomPasswordResetMessageTextToDefaultResponse) ProtoMessage()
- func (x *ResetCustomPasswordResetMessageTextToDefaultResponse) ProtoReflect() protoreflect.Message
- func (x *ResetCustomPasswordResetMessageTextToDefaultResponse) Reset()
- func (x *ResetCustomPasswordResetMessageTextToDefaultResponse) String() string
- type ResetCustomPasswordlessRegistrationMessageTextToDefaultRequest
- func (*ResetCustomPasswordlessRegistrationMessageTextToDefaultRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ResetCustomPasswordlessRegistrationMessageTextToDefaultRequest) GetLanguage() string
- func (*ResetCustomPasswordlessRegistrationMessageTextToDefaultRequest) ProtoMessage()
- func (x *ResetCustomPasswordlessRegistrationMessageTextToDefaultRequest) ProtoReflect() protoreflect.Message
- func (x *ResetCustomPasswordlessRegistrationMessageTextToDefaultRequest) Reset()
- func (x *ResetCustomPasswordlessRegistrationMessageTextToDefaultRequest) String() string
- type ResetCustomPasswordlessRegistrationMessageTextToDefaultResponse
- func (*ResetCustomPasswordlessRegistrationMessageTextToDefaultResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ResetCustomPasswordlessRegistrationMessageTextToDefaultResponse) GetDetails() *object.ObjectDetails
- func (*ResetCustomPasswordlessRegistrationMessageTextToDefaultResponse) ProtoMessage()
- func (x *ResetCustomPasswordlessRegistrationMessageTextToDefaultResponse) ProtoReflect() protoreflect.Message
- func (x *ResetCustomPasswordlessRegistrationMessageTextToDefaultResponse) Reset()
- func (x *ResetCustomPasswordlessRegistrationMessageTextToDefaultResponse) String() string
- type ResetCustomVerifyEmailMessageTextToDefaultRequest
- func (*ResetCustomVerifyEmailMessageTextToDefaultRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ResetCustomVerifyEmailMessageTextToDefaultRequest) GetLanguage() string
- func (*ResetCustomVerifyEmailMessageTextToDefaultRequest) ProtoMessage()
- func (x *ResetCustomVerifyEmailMessageTextToDefaultRequest) ProtoReflect() protoreflect.Message
- func (x *ResetCustomVerifyEmailMessageTextToDefaultRequest) Reset()
- func (x *ResetCustomVerifyEmailMessageTextToDefaultRequest) String() string
- type ResetCustomVerifyEmailMessageTextToDefaultResponse
- func (*ResetCustomVerifyEmailMessageTextToDefaultResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ResetCustomVerifyEmailMessageTextToDefaultResponse) GetDetails() *object.ObjectDetails
- func (*ResetCustomVerifyEmailMessageTextToDefaultResponse) ProtoMessage()
- func (x *ResetCustomVerifyEmailMessageTextToDefaultResponse) ProtoReflect() protoreflect.Message
- func (x *ResetCustomVerifyEmailMessageTextToDefaultResponse) Reset()
- func (x *ResetCustomVerifyEmailMessageTextToDefaultResponse) String() string
- type ResetCustomVerifyPhoneMessageTextToDefaultRequest
- func (*ResetCustomVerifyPhoneMessageTextToDefaultRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ResetCustomVerifyPhoneMessageTextToDefaultRequest) GetLanguage() string
- func (*ResetCustomVerifyPhoneMessageTextToDefaultRequest) ProtoMessage()
- func (x *ResetCustomVerifyPhoneMessageTextToDefaultRequest) ProtoReflect() protoreflect.Message
- func (x *ResetCustomVerifyPhoneMessageTextToDefaultRequest) Reset()
- func (x *ResetCustomVerifyPhoneMessageTextToDefaultRequest) String() string
- type ResetCustomVerifyPhoneMessageTextToDefaultResponse
- func (*ResetCustomVerifyPhoneMessageTextToDefaultResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ResetCustomVerifyPhoneMessageTextToDefaultResponse) GetDetails() *object.ObjectDetails
- func (*ResetCustomVerifyPhoneMessageTextToDefaultResponse) ProtoMessage()
- func (x *ResetCustomVerifyPhoneMessageTextToDefaultResponse) ProtoReflect() protoreflect.Message
- func (x *ResetCustomVerifyPhoneMessageTextToDefaultResponse) Reset()
- func (x *ResetCustomVerifyPhoneMessageTextToDefaultResponse) String() string
- type ResetLabelPolicyToDefaultRequest
- func (*ResetLabelPolicyToDefaultRequest) Descriptor() ([]byte, []int)deprecated
- func (*ResetLabelPolicyToDefaultRequest) ProtoMessage()
- func (x *ResetLabelPolicyToDefaultRequest) ProtoReflect() protoreflect.Message
- func (x *ResetLabelPolicyToDefaultRequest) Reset()
- func (x *ResetLabelPolicyToDefaultRequest) String() string
- type ResetLabelPolicyToDefaultResponse
- func (*ResetLabelPolicyToDefaultResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ResetLabelPolicyToDefaultResponse) GetDetails() *object.ObjectDetails
- func (*ResetLabelPolicyToDefaultResponse) ProtoMessage()
- func (x *ResetLabelPolicyToDefaultResponse) ProtoReflect() protoreflect.Message
- func (x *ResetLabelPolicyToDefaultResponse) Reset()
- func (x *ResetLabelPolicyToDefaultResponse) String() string
- type ResetLockoutPolicyToDefaultRequest
- func (*ResetLockoutPolicyToDefaultRequest) Descriptor() ([]byte, []int)deprecated
- func (*ResetLockoutPolicyToDefaultRequest) ProtoMessage()
- func (x *ResetLockoutPolicyToDefaultRequest) ProtoReflect() protoreflect.Message
- func (x *ResetLockoutPolicyToDefaultRequest) Reset()
- func (x *ResetLockoutPolicyToDefaultRequest) String() string
- type ResetLockoutPolicyToDefaultResponse
- func (*ResetLockoutPolicyToDefaultResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ResetLockoutPolicyToDefaultResponse) GetDetails() *object.ObjectDetails
- func (*ResetLockoutPolicyToDefaultResponse) ProtoMessage()
- func (x *ResetLockoutPolicyToDefaultResponse) ProtoReflect() protoreflect.Message
- func (x *ResetLockoutPolicyToDefaultResponse) Reset()
- func (x *ResetLockoutPolicyToDefaultResponse) String() string
- type ResetLoginPolicyToDefaultRequest
- func (*ResetLoginPolicyToDefaultRequest) Descriptor() ([]byte, []int)deprecated
- func (*ResetLoginPolicyToDefaultRequest) ProtoMessage()
- func (x *ResetLoginPolicyToDefaultRequest) ProtoReflect() protoreflect.Message
- func (x *ResetLoginPolicyToDefaultRequest) Reset()
- func (x *ResetLoginPolicyToDefaultRequest) String() string
- type ResetLoginPolicyToDefaultResponse
- func (*ResetLoginPolicyToDefaultResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ResetLoginPolicyToDefaultResponse) GetDetails() *object.ObjectDetails
- func (*ResetLoginPolicyToDefaultResponse) ProtoMessage()
- func (x *ResetLoginPolicyToDefaultResponse) ProtoReflect() protoreflect.Message
- func (x *ResetLoginPolicyToDefaultResponse) Reset()
- func (x *ResetLoginPolicyToDefaultResponse) String() string
- type ResetPasswordAgePolicyToDefaultRequest
- func (*ResetPasswordAgePolicyToDefaultRequest) Descriptor() ([]byte, []int)deprecated
- func (*ResetPasswordAgePolicyToDefaultRequest) ProtoMessage()
- func (x *ResetPasswordAgePolicyToDefaultRequest) ProtoReflect() protoreflect.Message
- func (x *ResetPasswordAgePolicyToDefaultRequest) Reset()
- func (x *ResetPasswordAgePolicyToDefaultRequest) String() string
- type ResetPasswordAgePolicyToDefaultResponse
- func (*ResetPasswordAgePolicyToDefaultResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ResetPasswordAgePolicyToDefaultResponse) GetDetails() *object.ObjectDetails
- func (*ResetPasswordAgePolicyToDefaultResponse) ProtoMessage()
- func (x *ResetPasswordAgePolicyToDefaultResponse) ProtoReflect() protoreflect.Message
- func (x *ResetPasswordAgePolicyToDefaultResponse) Reset()
- func (x *ResetPasswordAgePolicyToDefaultResponse) String() string
- type ResetPasswordComplexityPolicyToDefaultRequest
- func (*ResetPasswordComplexityPolicyToDefaultRequest) Descriptor() ([]byte, []int)deprecated
- func (*ResetPasswordComplexityPolicyToDefaultRequest) ProtoMessage()
- func (x *ResetPasswordComplexityPolicyToDefaultRequest) ProtoReflect() protoreflect.Message
- func (x *ResetPasswordComplexityPolicyToDefaultRequest) Reset()
- func (x *ResetPasswordComplexityPolicyToDefaultRequest) String() string
- type ResetPasswordComplexityPolicyToDefaultResponse
- func (*ResetPasswordComplexityPolicyToDefaultResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ResetPasswordComplexityPolicyToDefaultResponse) GetDetails() *object.ObjectDetails
- func (*ResetPasswordComplexityPolicyToDefaultResponse) ProtoMessage()
- func (x *ResetPasswordComplexityPolicyToDefaultResponse) ProtoReflect() protoreflect.Message
- func (x *ResetPasswordComplexityPolicyToDefaultResponse) Reset()
- func (x *ResetPasswordComplexityPolicyToDefaultResponse) String() string
- type ResetPrivacyPolicyToDefaultRequest
- func (*ResetPrivacyPolicyToDefaultRequest) Descriptor() ([]byte, []int)deprecated
- func (*ResetPrivacyPolicyToDefaultRequest) ProtoMessage()
- func (x *ResetPrivacyPolicyToDefaultRequest) ProtoReflect() protoreflect.Message
- func (x *ResetPrivacyPolicyToDefaultRequest) Reset()
- func (x *ResetPrivacyPolicyToDefaultRequest) String() string
- type ResetPrivacyPolicyToDefaultResponse
- func (*ResetPrivacyPolicyToDefaultResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ResetPrivacyPolicyToDefaultResponse) GetDetails() *object.ObjectDetails
- func (*ResetPrivacyPolicyToDefaultResponse) ProtoMessage()
- func (x *ResetPrivacyPolicyToDefaultResponse) ProtoReflect() protoreflect.Message
- func (x *ResetPrivacyPolicyToDefaultResponse) Reset()
- func (x *ResetPrivacyPolicyToDefaultResponse) String() string
- type SendHumanResetPasswordNotificationRequest
- func (*SendHumanResetPasswordNotificationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SendHumanResetPasswordNotificationRequest) GetType() SendHumanResetPasswordNotificationRequest_Type
- func (x *SendHumanResetPasswordNotificationRequest) GetUserId() string
- func (*SendHumanResetPasswordNotificationRequest) ProtoMessage()
- func (x *SendHumanResetPasswordNotificationRequest) ProtoReflect() protoreflect.Message
- func (x *SendHumanResetPasswordNotificationRequest) Reset()
- func (x *SendHumanResetPasswordNotificationRequest) String() string
- type SendHumanResetPasswordNotificationRequest_Type
- func (SendHumanResetPasswordNotificationRequest_Type) Descriptor() protoreflect.EnumDescriptor
- func (x SendHumanResetPasswordNotificationRequest_Type) Enum() *SendHumanResetPasswordNotificationRequest_Type
- func (SendHumanResetPasswordNotificationRequest_Type) EnumDescriptor() ([]byte, []int)deprecated
- func (x SendHumanResetPasswordNotificationRequest_Type) Number() protoreflect.EnumNumber
- func (x SendHumanResetPasswordNotificationRequest_Type) String() string
- func (SendHumanResetPasswordNotificationRequest_Type) Type() protoreflect.EnumType
- type SendHumanResetPasswordNotificationResponse
- func (*SendHumanResetPasswordNotificationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SendHumanResetPasswordNotificationResponse) GetDetails() *object.ObjectDetails
- func (*SendHumanResetPasswordNotificationResponse) ProtoMessage()
- func (x *SendHumanResetPasswordNotificationResponse) ProtoReflect() protoreflect.Message
- func (x *SendHumanResetPasswordNotificationResponse) Reset()
- func (x *SendHumanResetPasswordNotificationResponse) String() string
- type SendPasswordlessRegistrationRequest
- func (*SendPasswordlessRegistrationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SendPasswordlessRegistrationRequest) GetUserId() string
- func (*SendPasswordlessRegistrationRequest) ProtoMessage()
- func (x *SendPasswordlessRegistrationRequest) ProtoReflect() protoreflect.Message
- func (x *SendPasswordlessRegistrationRequest) Reset()
- func (x *SendPasswordlessRegistrationRequest) String() string
- type SendPasswordlessRegistrationResponse
- func (*SendPasswordlessRegistrationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SendPasswordlessRegistrationResponse) GetDetails() *object.ObjectDetails
- func (*SendPasswordlessRegistrationResponse) ProtoMessage()
- func (x *SendPasswordlessRegistrationResponse) ProtoReflect() protoreflect.Message
- func (x *SendPasswordlessRegistrationResponse) Reset()
- func (x *SendPasswordlessRegistrationResponse) String() string
- type SetCustomDomainClaimedMessageTextRequest
- func (*SetCustomDomainClaimedMessageTextRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetCustomDomainClaimedMessageTextRequest) GetButtonText() string
- func (x *SetCustomDomainClaimedMessageTextRequest) GetFooterText() string
- func (x *SetCustomDomainClaimedMessageTextRequest) GetGreeting() string
- func (x *SetCustomDomainClaimedMessageTextRequest) GetLanguage() string
- func (x *SetCustomDomainClaimedMessageTextRequest) GetPreHeader() string
- func (x *SetCustomDomainClaimedMessageTextRequest) GetSubject() string
- func (x *SetCustomDomainClaimedMessageTextRequest) GetText() string
- func (x *SetCustomDomainClaimedMessageTextRequest) GetTitle() string
- func (*SetCustomDomainClaimedMessageTextRequest) ProtoMessage()
- func (x *SetCustomDomainClaimedMessageTextRequest) ProtoReflect() protoreflect.Message
- func (x *SetCustomDomainClaimedMessageTextRequest) Reset()
- func (x *SetCustomDomainClaimedMessageTextRequest) String() string
- type SetCustomDomainClaimedMessageTextResponse
- func (*SetCustomDomainClaimedMessageTextResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SetCustomDomainClaimedMessageTextResponse) GetDetails() *object.ObjectDetails
- func (*SetCustomDomainClaimedMessageTextResponse) ProtoMessage()
- func (x *SetCustomDomainClaimedMessageTextResponse) ProtoReflect() protoreflect.Message
- func (x *SetCustomDomainClaimedMessageTextResponse) Reset()
- func (x *SetCustomDomainClaimedMessageTextResponse) String() string
- type SetCustomInitMessageTextRequest
- func (*SetCustomInitMessageTextRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetCustomInitMessageTextRequest) GetButtonText() string
- func (x *SetCustomInitMessageTextRequest) GetFooterText() string
- func (x *SetCustomInitMessageTextRequest) GetGreeting() string
- func (x *SetCustomInitMessageTextRequest) GetLanguage() string
- func (x *SetCustomInitMessageTextRequest) GetPreHeader() string
- func (x *SetCustomInitMessageTextRequest) GetSubject() string
- func (x *SetCustomInitMessageTextRequest) GetText() string
- func (x *SetCustomInitMessageTextRequest) GetTitle() string
- func (*SetCustomInitMessageTextRequest) ProtoMessage()
- func (x *SetCustomInitMessageTextRequest) ProtoReflect() protoreflect.Message
- func (x *SetCustomInitMessageTextRequest) Reset()
- func (x *SetCustomInitMessageTextRequest) String() string
- type SetCustomInitMessageTextResponse
- func (*SetCustomInitMessageTextResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SetCustomInitMessageTextResponse) GetDetails() *object.ObjectDetails
- func (*SetCustomInitMessageTextResponse) ProtoMessage()
- func (x *SetCustomInitMessageTextResponse) ProtoReflect() protoreflect.Message
- func (x *SetCustomInitMessageTextResponse) Reset()
- func (x *SetCustomInitMessageTextResponse) String() string
- type SetCustomLoginTextsRequest
- func (*SetCustomLoginTextsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetCustomLoginTextsRequest) GetEmailVerificationDoneText() *text.EmailVerificationDoneScreenText
- func (x *SetCustomLoginTextsRequest) GetEmailVerificationText() *text.EmailVerificationScreenText
- func (x *SetCustomLoginTextsRequest) GetExternalRegistrationUserOverviewText() *text.ExternalRegistrationUserOverviewScreenText
- func (x *SetCustomLoginTextsRequest) GetExternalUserNotFoundText() *text.ExternalUserNotFoundScreenText
- func (x *SetCustomLoginTextsRequest) GetFooterText() *text.FooterText
- func (x *SetCustomLoginTextsRequest) GetInitMfaDoneText() *text.InitMFADoneScreenText
- func (x *SetCustomLoginTextsRequest) GetInitMfaOtpText() *text.InitMFAOTPScreenText
- func (x *SetCustomLoginTextsRequest) GetInitMfaPromptText() *text.InitMFAPromptScreenText
- func (x *SetCustomLoginTextsRequest) GetInitMfaU2FText() *text.InitMFAU2FScreenText
- func (x *SetCustomLoginTextsRequest) GetInitPasswordDoneText() *text.InitPasswordDoneScreenText
- func (x *SetCustomLoginTextsRequest) GetInitPasswordText() *text.InitPasswordScreenText
- func (x *SetCustomLoginTextsRequest) GetInitializeDoneText() *text.InitializeUserDoneScreenText
- func (x *SetCustomLoginTextsRequest) GetInitializeUserText() *text.InitializeUserScreenText
- func (x *SetCustomLoginTextsRequest) GetLanguage() string
- func (x *SetCustomLoginTextsRequest) GetLinkingUserDoneText() *text.LinkingUserDoneScreenText
- func (x *SetCustomLoginTextsRequest) GetLoginText() *text.LoginScreenText
- func (x *SetCustomLoginTextsRequest) GetLogoutText() *text.LogoutDoneScreenText
- func (x *SetCustomLoginTextsRequest) GetMfaProvidersText() *text.MFAProvidersText
- func (x *SetCustomLoginTextsRequest) GetPasswordChangeDoneText() *text.PasswordChangeDoneScreenText
- func (x *SetCustomLoginTextsRequest) GetPasswordChangeText() *text.PasswordChangeScreenText
- func (x *SetCustomLoginTextsRequest) GetPasswordResetDoneText() *text.PasswordResetDoneScreenText
- func (x *SetCustomLoginTextsRequest) GetPasswordText() *text.PasswordScreenText
- func (x *SetCustomLoginTextsRequest) GetPasswordlessPromptText() *text.PasswordlessPromptScreenText
- func (x *SetCustomLoginTextsRequest) GetPasswordlessRegistrationDoneText() *text.PasswordlessRegistrationDoneScreenText
- func (x *SetCustomLoginTextsRequest) GetPasswordlessRegistrationText() *text.PasswordlessRegistrationScreenText
- func (x *SetCustomLoginTextsRequest) GetPasswordlessText() *text.PasswordlessScreenText
- func (x *SetCustomLoginTextsRequest) GetRegistrationOptionText() *text.RegistrationOptionScreenText
- func (x *SetCustomLoginTextsRequest) GetRegistrationOrgText() *text.RegistrationOrgScreenText
- func (x *SetCustomLoginTextsRequest) GetRegistrationUserText() *text.RegistrationUserScreenText
- func (x *SetCustomLoginTextsRequest) GetSelectAccountText() *text.SelectAccountScreenText
- func (x *SetCustomLoginTextsRequest) GetSuccessLoginText() *text.SuccessLoginScreenText
- func (x *SetCustomLoginTextsRequest) GetUsernameChangeDoneText() *text.UsernameChangeDoneScreenText
- func (x *SetCustomLoginTextsRequest) GetUsernameChangeText() *text.UsernameChangeScreenText
- func (x *SetCustomLoginTextsRequest) GetVerifyMfaOtpText() *text.VerifyMFAOTPScreenText
- func (x *SetCustomLoginTextsRequest) GetVerifyMfaU2FText() *text.VerifyMFAU2FScreenText
- func (*SetCustomLoginTextsRequest) ProtoMessage()
- func (x *SetCustomLoginTextsRequest) ProtoReflect() protoreflect.Message
- func (x *SetCustomLoginTextsRequest) Reset()
- func (x *SetCustomLoginTextsRequest) String() string
- type SetCustomLoginTextsResponse
- func (*SetCustomLoginTextsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SetCustomLoginTextsResponse) GetDetails() *object.ObjectDetails
- func (*SetCustomLoginTextsResponse) ProtoMessage()
- func (x *SetCustomLoginTextsResponse) ProtoReflect() protoreflect.Message
- func (x *SetCustomLoginTextsResponse) Reset()
- func (x *SetCustomLoginTextsResponse) String() string
- type SetCustomPasswordResetMessageTextRequest
- func (*SetCustomPasswordResetMessageTextRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetCustomPasswordResetMessageTextRequest) GetButtonText() string
- func (x *SetCustomPasswordResetMessageTextRequest) GetFooterText() string
- func (x *SetCustomPasswordResetMessageTextRequest) GetGreeting() string
- func (x *SetCustomPasswordResetMessageTextRequest) GetLanguage() string
- func (x *SetCustomPasswordResetMessageTextRequest) GetPreHeader() string
- func (x *SetCustomPasswordResetMessageTextRequest) GetSubject() string
- func (x *SetCustomPasswordResetMessageTextRequest) GetText() string
- func (x *SetCustomPasswordResetMessageTextRequest) GetTitle() string
- func (*SetCustomPasswordResetMessageTextRequest) ProtoMessage()
- func (x *SetCustomPasswordResetMessageTextRequest) ProtoReflect() protoreflect.Message
- func (x *SetCustomPasswordResetMessageTextRequest) Reset()
- func (x *SetCustomPasswordResetMessageTextRequest) String() string
- type SetCustomPasswordResetMessageTextResponse
- func (*SetCustomPasswordResetMessageTextResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SetCustomPasswordResetMessageTextResponse) GetDetails() *object.ObjectDetails
- func (*SetCustomPasswordResetMessageTextResponse) ProtoMessage()
- func (x *SetCustomPasswordResetMessageTextResponse) ProtoReflect() protoreflect.Message
- func (x *SetCustomPasswordResetMessageTextResponse) Reset()
- func (x *SetCustomPasswordResetMessageTextResponse) String() string
- type SetCustomPasswordlessRegistrationMessageTextRequest
- func (*SetCustomPasswordlessRegistrationMessageTextRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetCustomPasswordlessRegistrationMessageTextRequest) GetButtonText() string
- func (x *SetCustomPasswordlessRegistrationMessageTextRequest) GetFooterText() string
- func (x *SetCustomPasswordlessRegistrationMessageTextRequest) GetGreeting() string
- func (x *SetCustomPasswordlessRegistrationMessageTextRequest) GetLanguage() string
- func (x *SetCustomPasswordlessRegistrationMessageTextRequest) GetPreHeader() string
- func (x *SetCustomPasswordlessRegistrationMessageTextRequest) GetSubject() string
- func (x *SetCustomPasswordlessRegistrationMessageTextRequest) GetText() string
- func (x *SetCustomPasswordlessRegistrationMessageTextRequest) GetTitle() string
- func (*SetCustomPasswordlessRegistrationMessageTextRequest) ProtoMessage()
- func (x *SetCustomPasswordlessRegistrationMessageTextRequest) ProtoReflect() protoreflect.Message
- func (x *SetCustomPasswordlessRegistrationMessageTextRequest) Reset()
- func (x *SetCustomPasswordlessRegistrationMessageTextRequest) String() string
- type SetCustomPasswordlessRegistrationMessageTextResponse
- func (*SetCustomPasswordlessRegistrationMessageTextResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SetCustomPasswordlessRegistrationMessageTextResponse) GetDetails() *object.ObjectDetails
- func (*SetCustomPasswordlessRegistrationMessageTextResponse) ProtoMessage()
- func (x *SetCustomPasswordlessRegistrationMessageTextResponse) ProtoReflect() protoreflect.Message
- func (x *SetCustomPasswordlessRegistrationMessageTextResponse) Reset()
- func (x *SetCustomPasswordlessRegistrationMessageTextResponse) String() string
- type SetCustomVerifyEmailMessageTextRequest
- func (*SetCustomVerifyEmailMessageTextRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetCustomVerifyEmailMessageTextRequest) GetButtonText() string
- func (x *SetCustomVerifyEmailMessageTextRequest) GetFooterText() string
- func (x *SetCustomVerifyEmailMessageTextRequest) GetGreeting() string
- func (x *SetCustomVerifyEmailMessageTextRequest) GetLanguage() string
- func (x *SetCustomVerifyEmailMessageTextRequest) GetPreHeader() string
- func (x *SetCustomVerifyEmailMessageTextRequest) GetSubject() string
- func (x *SetCustomVerifyEmailMessageTextRequest) GetText() string
- func (x *SetCustomVerifyEmailMessageTextRequest) GetTitle() string
- func (*SetCustomVerifyEmailMessageTextRequest) ProtoMessage()
- func (x *SetCustomVerifyEmailMessageTextRequest) ProtoReflect() protoreflect.Message
- func (x *SetCustomVerifyEmailMessageTextRequest) Reset()
- func (x *SetCustomVerifyEmailMessageTextRequest) String() string
- type SetCustomVerifyEmailMessageTextResponse
- func (*SetCustomVerifyEmailMessageTextResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SetCustomVerifyEmailMessageTextResponse) GetDetails() *object.ObjectDetails
- func (*SetCustomVerifyEmailMessageTextResponse) ProtoMessage()
- func (x *SetCustomVerifyEmailMessageTextResponse) ProtoReflect() protoreflect.Message
- func (x *SetCustomVerifyEmailMessageTextResponse) Reset()
- func (x *SetCustomVerifyEmailMessageTextResponse) String() string
- type SetCustomVerifyPhoneMessageTextRequest
- func (*SetCustomVerifyPhoneMessageTextRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetCustomVerifyPhoneMessageTextRequest) GetButtonText() string
- func (x *SetCustomVerifyPhoneMessageTextRequest) GetFooterText() string
- func (x *SetCustomVerifyPhoneMessageTextRequest) GetGreeting() string
- func (x *SetCustomVerifyPhoneMessageTextRequest) GetLanguage() string
- func (x *SetCustomVerifyPhoneMessageTextRequest) GetPreHeader() string
- func (x *SetCustomVerifyPhoneMessageTextRequest) GetSubject() string
- func (x *SetCustomVerifyPhoneMessageTextRequest) GetText() string
- func (x *SetCustomVerifyPhoneMessageTextRequest) GetTitle() string
- func (*SetCustomVerifyPhoneMessageTextRequest) ProtoMessage()
- func (x *SetCustomVerifyPhoneMessageTextRequest) ProtoReflect() protoreflect.Message
- func (x *SetCustomVerifyPhoneMessageTextRequest) Reset()
- func (x *SetCustomVerifyPhoneMessageTextRequest) String() string
- type SetCustomVerifyPhoneMessageTextResponse
- func (*SetCustomVerifyPhoneMessageTextResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SetCustomVerifyPhoneMessageTextResponse) GetDetails() *object.ObjectDetails
- func (*SetCustomVerifyPhoneMessageTextResponse) ProtoMessage()
- func (x *SetCustomVerifyPhoneMessageTextResponse) ProtoReflect() protoreflect.Message
- func (x *SetCustomVerifyPhoneMessageTextResponse) Reset()
- func (x *SetCustomVerifyPhoneMessageTextResponse) String() string
- type SetHumanInitialPasswordRequest
- func (*SetHumanInitialPasswordRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetHumanInitialPasswordRequest) GetPassword() string
- func (x *SetHumanInitialPasswordRequest) GetUserId() string
- func (*SetHumanInitialPasswordRequest) ProtoMessage()
- func (x *SetHumanInitialPasswordRequest) ProtoReflect() protoreflect.Message
- func (x *SetHumanInitialPasswordRequest) Reset()
- func (x *SetHumanInitialPasswordRequest) String() string
- type SetHumanInitialPasswordResponse
- func (*SetHumanInitialPasswordResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SetHumanInitialPasswordResponse) GetDetails() *object.ObjectDetails
- func (*SetHumanInitialPasswordResponse) ProtoMessage()
- func (x *SetHumanInitialPasswordResponse) ProtoReflect() protoreflect.Message
- func (x *SetHumanInitialPasswordResponse) Reset()
- func (x *SetHumanInitialPasswordResponse) String() string
- type SetHumanPasswordRequest
- func (*SetHumanPasswordRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetHumanPasswordRequest) GetNoChangeRequired() bool
- func (x *SetHumanPasswordRequest) GetPassword() string
- func (x *SetHumanPasswordRequest) GetUserId() string
- func (*SetHumanPasswordRequest) ProtoMessage()
- func (x *SetHumanPasswordRequest) ProtoReflect() protoreflect.Message
- func (x *SetHumanPasswordRequest) Reset()
- func (x *SetHumanPasswordRequest) String() string
- type SetHumanPasswordResponse
- func (*SetHumanPasswordResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SetHumanPasswordResponse) GetDetails() *object.ObjectDetails
- func (*SetHumanPasswordResponse) ProtoMessage()
- func (x *SetHumanPasswordResponse) ProtoReflect() protoreflect.Message
- func (x *SetHumanPasswordResponse) Reset()
- func (x *SetHumanPasswordResponse) String() string
- type SetPrimaryOrgDomainRequest
- func (*SetPrimaryOrgDomainRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetPrimaryOrgDomainRequest) GetDomain() string
- func (*SetPrimaryOrgDomainRequest) ProtoMessage()
- func (x *SetPrimaryOrgDomainRequest) ProtoReflect() protoreflect.Message
- func (x *SetPrimaryOrgDomainRequest) Reset()
- func (x *SetPrimaryOrgDomainRequest) String() string
- type SetPrimaryOrgDomainResponse
- func (*SetPrimaryOrgDomainResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SetPrimaryOrgDomainResponse) GetDetails() *object.ObjectDetails
- func (*SetPrimaryOrgDomainResponse) ProtoMessage()
- func (x *SetPrimaryOrgDomainResponse) ProtoReflect() protoreflect.Message
- func (x *SetPrimaryOrgDomainResponse) Reset()
- func (x *SetPrimaryOrgDomainResponse) String() string
- type SetTriggerActionsRequest
- func (*SetTriggerActionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetTriggerActionsRequest) GetActionIds() []string
- func (x *SetTriggerActionsRequest) GetFlowType() action.FlowType
- func (x *SetTriggerActionsRequest) GetTriggerType() action.TriggerType
- func (*SetTriggerActionsRequest) ProtoMessage()
- func (x *SetTriggerActionsRequest) ProtoReflect() protoreflect.Message
- func (x *SetTriggerActionsRequest) Reset()
- func (x *SetTriggerActionsRequest) String() string
- type SetTriggerActionsResponse
- func (*SetTriggerActionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SetTriggerActionsResponse) GetDetails() *object.ObjectDetails
- func (*SetTriggerActionsResponse) ProtoMessage()
- func (x *SetTriggerActionsResponse) ProtoReflect() protoreflect.Message
- func (x *SetTriggerActionsResponse) Reset()
- func (x *SetTriggerActionsResponse) String() string
- type SetUserMetadataRequest
- func (*SetUserMetadataRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetUserMetadataRequest) GetId() string
- func (x *SetUserMetadataRequest) GetKey() string
- func (x *SetUserMetadataRequest) GetValue() []byte
- func (*SetUserMetadataRequest) ProtoMessage()
- func (x *SetUserMetadataRequest) ProtoReflect() protoreflect.Message
- func (x *SetUserMetadataRequest) Reset()
- func (x *SetUserMetadataRequest) String() string
- type SetUserMetadataResponse
- func (*SetUserMetadataResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SetUserMetadataResponse) GetDetails() *object.ObjectDetails
- func (x *SetUserMetadataResponse) GetId() string
- func (*SetUserMetadataResponse) ProtoMessage()
- func (x *SetUserMetadataResponse) ProtoReflect() protoreflect.Message
- func (x *SetUserMetadataResponse) Reset()
- func (x *SetUserMetadataResponse) String() string
- type UnimplementedManagementServiceServer
- func (UnimplementedManagementServiceServer) ActivateCustomLabelPolicy(context.Context, *ActivateCustomLabelPolicyRequest) (*ActivateCustomLabelPolicyResponse, error)
- func (UnimplementedManagementServiceServer) AddAPIApp(context.Context, *AddAPIAppRequest) (*AddAPIAppResponse, error)
- func (UnimplementedManagementServiceServer) AddAppKey(context.Context, *AddAppKeyRequest) (*AddAppKeyResponse, error)
- func (UnimplementedManagementServiceServer) AddCustomLabelPolicy(context.Context, *AddCustomLabelPolicyRequest) (*AddCustomLabelPolicyResponse, error)
- func (UnimplementedManagementServiceServer) AddCustomLockoutPolicy(context.Context, *AddCustomLockoutPolicyRequest) (*AddCustomLockoutPolicyResponse, error)
- func (UnimplementedManagementServiceServer) AddCustomLoginPolicy(context.Context, *AddCustomLoginPolicyRequest) (*AddCustomLoginPolicyResponse, error)
- func (UnimplementedManagementServiceServer) AddCustomPasswordAgePolicy(context.Context, *AddCustomPasswordAgePolicyRequest) (*AddCustomPasswordAgePolicyResponse, error)
- func (UnimplementedManagementServiceServer) AddCustomPasswordComplexityPolicy(context.Context, *AddCustomPasswordComplexityPolicyRequest) (*AddCustomPasswordComplexityPolicyResponse, error)
- func (UnimplementedManagementServiceServer) AddCustomPrivacyPolicy(context.Context, *AddCustomPrivacyPolicyRequest) (*AddCustomPrivacyPolicyResponse, error)
- func (UnimplementedManagementServiceServer) AddHumanUser(context.Context, *AddHumanUserRequest) (*AddHumanUserResponse, error)
- func (UnimplementedManagementServiceServer) AddIDPToLoginPolicy(context.Context, *AddIDPToLoginPolicyRequest) (*AddIDPToLoginPolicyResponse, error)
- func (UnimplementedManagementServiceServer) AddMachineKey(context.Context, *AddMachineKeyRequest) (*AddMachineKeyResponse, error)
- func (UnimplementedManagementServiceServer) AddMachineUser(context.Context, *AddMachineUserRequest) (*AddMachineUserResponse, error)
- func (UnimplementedManagementServiceServer) AddMultiFactorToLoginPolicy(context.Context, *AddMultiFactorToLoginPolicyRequest) (*AddMultiFactorToLoginPolicyResponse, error)
- func (UnimplementedManagementServiceServer) AddOIDCApp(context.Context, *AddOIDCAppRequest) (*AddOIDCAppResponse, error)
- func (UnimplementedManagementServiceServer) AddOrg(context.Context, *AddOrgRequest) (*AddOrgResponse, error)
- func (UnimplementedManagementServiceServer) AddOrgDomain(context.Context, *AddOrgDomainRequest) (*AddOrgDomainResponse, error)
- func (UnimplementedManagementServiceServer) AddOrgJWTIDP(context.Context, *AddOrgJWTIDPRequest) (*AddOrgJWTIDPResponse, error)
- func (UnimplementedManagementServiceServer) AddOrgMember(context.Context, *AddOrgMemberRequest) (*AddOrgMemberResponse, error)
- func (UnimplementedManagementServiceServer) AddOrgOIDCIDP(context.Context, *AddOrgOIDCIDPRequest) (*AddOrgOIDCIDPResponse, error)
- func (UnimplementedManagementServiceServer) AddPasswordlessRegistration(context.Context, *AddPasswordlessRegistrationRequest) (*AddPasswordlessRegistrationResponse, error)
- func (UnimplementedManagementServiceServer) AddPersonalAccessToken(context.Context, *AddPersonalAccessTokenRequest) (*AddPersonalAccessTokenResponse, error)
- func (UnimplementedManagementServiceServer) AddProject(context.Context, *AddProjectRequest) (*AddProjectResponse, error)
- func (UnimplementedManagementServiceServer) AddProjectGrant(context.Context, *AddProjectGrantRequest) (*AddProjectGrantResponse, error)
- func (UnimplementedManagementServiceServer) AddProjectGrantMember(context.Context, *AddProjectGrantMemberRequest) (*AddProjectGrantMemberResponse, error)
- func (UnimplementedManagementServiceServer) AddProjectMember(context.Context, *AddProjectMemberRequest) (*AddProjectMemberResponse, error)
- func (UnimplementedManagementServiceServer) AddProjectRole(context.Context, *AddProjectRoleRequest) (*AddProjectRoleResponse, error)
- func (UnimplementedManagementServiceServer) AddSecondFactorToLoginPolicy(context.Context, *AddSecondFactorToLoginPolicyRequest) (*AddSecondFactorToLoginPolicyResponse, error)
- func (UnimplementedManagementServiceServer) AddUserGrant(context.Context, *AddUserGrantRequest) (*AddUserGrantResponse, error)
- func (UnimplementedManagementServiceServer) BulkAddProjectRoles(context.Context, *BulkAddProjectRolesRequest) (*BulkAddProjectRolesResponse, error)
- func (UnimplementedManagementServiceServer) BulkRemoveUserGrant(context.Context, *BulkRemoveUserGrantRequest) (*BulkRemoveUserGrantResponse, error)
- func (UnimplementedManagementServiceServer) BulkRemoveUserMetadata(context.Context, *BulkRemoveUserMetadataRequest) (*BulkRemoveUserMetadataResponse, error)
- func (UnimplementedManagementServiceServer) BulkSetUserMetadata(context.Context, *BulkSetUserMetadataRequest) (*BulkSetUserMetadataResponse, error)
- func (UnimplementedManagementServiceServer) ClearFlow(context.Context, *ClearFlowRequest) (*ClearFlowResponse, error)
- func (UnimplementedManagementServiceServer) CreateAction(context.Context, *CreateActionRequest) (*CreateActionResponse, error)
- func (UnimplementedManagementServiceServer) DeactivateAction(context.Context, *DeactivateActionRequest) (*DeactivateActionResponse, error)
- func (UnimplementedManagementServiceServer) DeactivateApp(context.Context, *DeactivateAppRequest) (*DeactivateAppResponse, error)
- func (UnimplementedManagementServiceServer) DeactivateOrg(context.Context, *DeactivateOrgRequest) (*DeactivateOrgResponse, error)
- func (UnimplementedManagementServiceServer) DeactivateOrgIDP(context.Context, *DeactivateOrgIDPRequest) (*DeactivateOrgIDPResponse, error)
- func (UnimplementedManagementServiceServer) DeactivateProject(context.Context, *DeactivateProjectRequest) (*DeactivateProjectResponse, error)
- func (UnimplementedManagementServiceServer) DeactivateProjectGrant(context.Context, *DeactivateProjectGrantRequest) (*DeactivateProjectGrantResponse, error)
- func (UnimplementedManagementServiceServer) DeactivateUser(context.Context, *DeactivateUserRequest) (*DeactivateUserResponse, error)
- func (UnimplementedManagementServiceServer) DeactivateUserGrant(context.Context, *DeactivateUserGrantRequest) (*DeactivateUserGrantResponse, error)
- func (UnimplementedManagementServiceServer) DeleteAction(context.Context, *DeleteActionRequest) (*DeleteActionResponse, error)
- func (UnimplementedManagementServiceServer) GenerateOrgDomainValidation(context.Context, *GenerateOrgDomainValidationRequest) (*GenerateOrgDomainValidationResponse, error)
- func (UnimplementedManagementServiceServer) GetAction(context.Context, *GetActionRequest) (*GetActionResponse, error)
- func (UnimplementedManagementServiceServer) GetAppByID(context.Context, *GetAppByIDRequest) (*GetAppByIDResponse, error)
- func (UnimplementedManagementServiceServer) GetAppKey(context.Context, *GetAppKeyRequest) (*GetAppKeyResponse, error)
- func (UnimplementedManagementServiceServer) GetCustomDomainClaimedMessageText(context.Context, *GetCustomDomainClaimedMessageTextRequest) (*GetCustomDomainClaimedMessageTextResponse, error)
- func (UnimplementedManagementServiceServer) GetCustomInitMessageText(context.Context, *GetCustomInitMessageTextRequest) (*GetCustomInitMessageTextResponse, error)
- func (UnimplementedManagementServiceServer) GetCustomLoginTexts(context.Context, *GetCustomLoginTextsRequest) (*GetCustomLoginTextsResponse, error)
- func (UnimplementedManagementServiceServer) GetCustomPasswordResetMessageText(context.Context, *GetCustomPasswordResetMessageTextRequest) (*GetCustomPasswordResetMessageTextResponse, error)
- func (UnimplementedManagementServiceServer) GetCustomPasswordlessRegistrationMessageText(context.Context, *GetCustomPasswordlessRegistrationMessageTextRequest) (*GetCustomPasswordlessRegistrationMessageTextResponse, error)
- func (UnimplementedManagementServiceServer) GetCustomVerifyEmailMessageText(context.Context, *GetCustomVerifyEmailMessageTextRequest) (*GetCustomVerifyEmailMessageTextResponse, error)
- func (UnimplementedManagementServiceServer) GetCustomVerifyPhoneMessageText(context.Context, *GetCustomVerifyPhoneMessageTextRequest) (*GetCustomVerifyPhoneMessageTextResponse, error)
- func (UnimplementedManagementServiceServer) GetDefaultDomainClaimedMessageText(context.Context, *GetDefaultDomainClaimedMessageTextRequest) (*GetDefaultDomainClaimedMessageTextResponse, error)
- func (UnimplementedManagementServiceServer) GetDefaultInitMessageText(context.Context, *GetDefaultInitMessageTextRequest) (*GetDefaultInitMessageTextResponse, error)
- func (UnimplementedManagementServiceServer) GetDefaultLabelPolicy(context.Context, *GetDefaultLabelPolicyRequest) (*GetDefaultLabelPolicyResponse, error)
- func (UnimplementedManagementServiceServer) GetDefaultLockoutPolicy(context.Context, *GetDefaultLockoutPolicyRequest) (*GetDefaultLockoutPolicyResponse, error)
- func (UnimplementedManagementServiceServer) GetDefaultLoginPolicy(context.Context, *GetDefaultLoginPolicyRequest) (*GetDefaultLoginPolicyResponse, error)
- func (UnimplementedManagementServiceServer) GetDefaultLoginTexts(context.Context, *GetDefaultLoginTextsRequest) (*GetDefaultLoginTextsResponse, error)
- func (UnimplementedManagementServiceServer) GetDefaultPasswordAgePolicy(context.Context, *GetDefaultPasswordAgePolicyRequest) (*GetDefaultPasswordAgePolicyResponse, error)
- func (UnimplementedManagementServiceServer) GetDefaultPasswordComplexityPolicy(context.Context, *GetDefaultPasswordComplexityPolicyRequest) (*GetDefaultPasswordComplexityPolicyResponse, error)
- func (UnimplementedManagementServiceServer) GetDefaultPasswordResetMessageText(context.Context, *GetDefaultPasswordResetMessageTextRequest) (*GetDefaultPasswordResetMessageTextResponse, error)
- func (UnimplementedManagementServiceServer) GetDefaultPasswordlessRegistrationMessageText(context.Context, *GetDefaultPasswordlessRegistrationMessageTextRequest) (*GetDefaultPasswordlessRegistrationMessageTextResponse, error)
- func (UnimplementedManagementServiceServer) GetDefaultPrivacyPolicy(context.Context, *GetDefaultPrivacyPolicyRequest) (*GetDefaultPrivacyPolicyResponse, error)
- func (UnimplementedManagementServiceServer) GetDefaultVerifyEmailMessageText(context.Context, *GetDefaultVerifyEmailMessageTextRequest) (*GetDefaultVerifyEmailMessageTextResponse, error)
- func (UnimplementedManagementServiceServer) GetDefaultVerifyPhoneMessageText(context.Context, *GetDefaultVerifyPhoneMessageTextRequest) (*GetDefaultVerifyPhoneMessageTextResponse, error)
- func (UnimplementedManagementServiceServer) GetDomainPolicy(context.Context, *GetDomainPolicyRequest) (*GetDomainPolicyResponse, error)
- func (UnimplementedManagementServiceServer) GetFlow(context.Context, *GetFlowRequest) (*GetFlowResponse, error)
- func (UnimplementedManagementServiceServer) GetGrantedProjectByID(context.Context, *GetGrantedProjectByIDRequest) (*GetGrantedProjectByIDResponse, error)
- func (UnimplementedManagementServiceServer) GetHumanEmail(context.Context, *GetHumanEmailRequest) (*GetHumanEmailResponse, error)
- func (UnimplementedManagementServiceServer) GetHumanPhone(context.Context, *GetHumanPhoneRequest) (*GetHumanPhoneResponse, error)
- func (UnimplementedManagementServiceServer) GetHumanProfile(context.Context, *GetHumanProfileRequest) (*GetHumanProfileResponse, error)
- func (UnimplementedManagementServiceServer) GetIAM(context.Context, *GetIAMRequest) (*GetIAMResponse, error)
- func (UnimplementedManagementServiceServer) GetLabelPolicy(context.Context, *GetLabelPolicyRequest) (*GetLabelPolicyResponse, error)
- func (UnimplementedManagementServiceServer) GetLockoutPolicy(context.Context, *GetLockoutPolicyRequest) (*GetLockoutPolicyResponse, error)
- func (UnimplementedManagementServiceServer) GetLoginPolicy(context.Context, *GetLoginPolicyRequest) (*GetLoginPolicyResponse, error)
- func (UnimplementedManagementServiceServer) GetMachineKeyByIDs(context.Context, *GetMachineKeyByIDsRequest) (*GetMachineKeyByIDsResponse, error)
- func (UnimplementedManagementServiceServer) GetMyOrg(context.Context, *GetMyOrgRequest) (*GetMyOrgResponse, error)
- func (UnimplementedManagementServiceServer) GetOIDCInformation(context.Context, *GetOIDCInformationRequest) (*GetOIDCInformationResponse, error)
- func (UnimplementedManagementServiceServer) GetOrgByDomainGlobal(context.Context, *GetOrgByDomainGlobalRequest) (*GetOrgByDomainGlobalResponse, error)
- func (UnimplementedManagementServiceServer) GetOrgIAMPolicy(context.Context, *GetOrgIAMPolicyRequest) (*GetOrgIAMPolicyResponse, error)
- func (UnimplementedManagementServiceServer) GetOrgIDPByID(context.Context, *GetOrgIDPByIDRequest) (*GetOrgIDPByIDResponse, error)
- func (UnimplementedManagementServiceServer) GetPasswordAgePolicy(context.Context, *GetPasswordAgePolicyRequest) (*GetPasswordAgePolicyResponse, error)
- func (UnimplementedManagementServiceServer) GetPasswordComplexityPolicy(context.Context, *GetPasswordComplexityPolicyRequest) (*GetPasswordComplexityPolicyResponse, error)
- func (UnimplementedManagementServiceServer) GetPersonalAccessTokenByIDs(context.Context, *GetPersonalAccessTokenByIDsRequest) (*GetPersonalAccessTokenByIDsResponse, error)
- func (UnimplementedManagementServiceServer) GetPreviewLabelPolicy(context.Context, *GetPreviewLabelPolicyRequest) (*GetPreviewLabelPolicyResponse, error)
- func (UnimplementedManagementServiceServer) GetPrivacyPolicy(context.Context, *GetPrivacyPolicyRequest) (*GetPrivacyPolicyResponse, error)
- func (UnimplementedManagementServiceServer) GetProjectByID(context.Context, *GetProjectByIDRequest) (*GetProjectByIDResponse, error)
- func (UnimplementedManagementServiceServer) GetProjectGrantByID(context.Context, *GetProjectGrantByIDRequest) (*GetProjectGrantByIDResponse, error)
- func (UnimplementedManagementServiceServer) GetSupportedLanguages(context.Context, *GetSupportedLanguagesRequest) (*GetSupportedLanguagesResponse, error)
- func (UnimplementedManagementServiceServer) GetUserByID(context.Context, *GetUserByIDRequest) (*GetUserByIDResponse, error)
- func (UnimplementedManagementServiceServer) GetUserByLoginNameGlobal(context.Context, *GetUserByLoginNameGlobalRequest) (*GetUserByLoginNameGlobalResponse, error)
- func (UnimplementedManagementServiceServer) GetUserGrantByID(context.Context, *GetUserGrantByIDRequest) (*GetUserGrantByIDResponse, error)
- func (UnimplementedManagementServiceServer) GetUserMetadata(context.Context, *GetUserMetadataRequest) (*GetUserMetadataResponse, error)
- func (UnimplementedManagementServiceServer) Healthz(context.Context, *HealthzRequest) (*HealthzResponse, error)
- func (UnimplementedManagementServiceServer) ImportHumanUser(context.Context, *ImportHumanUserRequest) (*ImportHumanUserResponse, error)
- func (UnimplementedManagementServiceServer) IsUserUnique(context.Context, *IsUserUniqueRequest) (*IsUserUniqueResponse, error)
- func (UnimplementedManagementServiceServer) ListActions(context.Context, *ListActionsRequest) (*ListActionsResponse, error)
- func (UnimplementedManagementServiceServer) ListAllProjectGrants(context.Context, *ListAllProjectGrantsRequest) (*ListAllProjectGrantsResponse, error)
- func (UnimplementedManagementServiceServer) ListAppChanges(context.Context, *ListAppChangesRequest) (*ListAppChangesResponse, error)
- func (UnimplementedManagementServiceServer) ListAppKeys(context.Context, *ListAppKeysRequest) (*ListAppKeysResponse, error)
- func (UnimplementedManagementServiceServer) ListApps(context.Context, *ListAppsRequest) (*ListAppsResponse, error)
- func (UnimplementedManagementServiceServer) ListGrantedProjectRoles(context.Context, *ListGrantedProjectRolesRequest) (*ListGrantedProjectRolesResponse, error)
- func (UnimplementedManagementServiceServer) ListGrantedProjects(context.Context, *ListGrantedProjectsRequest) (*ListGrantedProjectsResponse, error)
- func (UnimplementedManagementServiceServer) ListHumanAuthFactors(context.Context, *ListHumanAuthFactorsRequest) (*ListHumanAuthFactorsResponse, error)
- func (UnimplementedManagementServiceServer) ListHumanLinkedIDPs(context.Context, *ListHumanLinkedIDPsRequest) (*ListHumanLinkedIDPsResponse, error)
- func (UnimplementedManagementServiceServer) ListHumanPasswordless(context.Context, *ListHumanPasswordlessRequest) (*ListHumanPasswordlessResponse, error)
- func (UnimplementedManagementServiceServer) ListLoginPolicyIDPs(context.Context, *ListLoginPolicyIDPsRequest) (*ListLoginPolicyIDPsResponse, error)
- func (UnimplementedManagementServiceServer) ListLoginPolicyMultiFactors(context.Context, *ListLoginPolicyMultiFactorsRequest) (*ListLoginPolicyMultiFactorsResponse, error)
- func (UnimplementedManagementServiceServer) ListLoginPolicySecondFactors(context.Context, *ListLoginPolicySecondFactorsRequest) (*ListLoginPolicySecondFactorsResponse, error)
- func (UnimplementedManagementServiceServer) ListMachineKeys(context.Context, *ListMachineKeysRequest) (*ListMachineKeysResponse, error)
- func (UnimplementedManagementServiceServer) ListOrgChanges(context.Context, *ListOrgChangesRequest) (*ListOrgChangesResponse, error)
- func (UnimplementedManagementServiceServer) ListOrgDomains(context.Context, *ListOrgDomainsRequest) (*ListOrgDomainsResponse, error)
- func (UnimplementedManagementServiceServer) ListOrgIDPs(context.Context, *ListOrgIDPsRequest) (*ListOrgIDPsResponse, error)
- func (UnimplementedManagementServiceServer) ListOrgMemberRoles(context.Context, *ListOrgMemberRolesRequest) (*ListOrgMemberRolesResponse, error)
- func (UnimplementedManagementServiceServer) ListOrgMembers(context.Context, *ListOrgMembersRequest) (*ListOrgMembersResponse, error)
- func (UnimplementedManagementServiceServer) ListPersonalAccessTokens(context.Context, *ListPersonalAccessTokensRequest) (*ListPersonalAccessTokensResponse, error)
- func (UnimplementedManagementServiceServer) ListProjectChanges(context.Context, *ListProjectChangesRequest) (*ListProjectChangesResponse, error)
- func (UnimplementedManagementServiceServer) ListProjectGrantChanges(context.Context, *ListProjectGrantChangesRequest) (*ListProjectGrantChangesResponse, error)
- func (UnimplementedManagementServiceServer) ListProjectGrantMemberRoles(context.Context, *ListProjectGrantMemberRolesRequest) (*ListProjectGrantMemberRolesResponse, error)
- func (UnimplementedManagementServiceServer) ListProjectGrantMembers(context.Context, *ListProjectGrantMembersRequest) (*ListProjectGrantMembersResponse, error)
- func (UnimplementedManagementServiceServer) ListProjectGrants(context.Context, *ListProjectGrantsRequest) (*ListProjectGrantsResponse, error)
- func (UnimplementedManagementServiceServer) ListProjectMemberRoles(context.Context, *ListProjectMemberRolesRequest) (*ListProjectMemberRolesResponse, error)
- func (UnimplementedManagementServiceServer) ListProjectMembers(context.Context, *ListProjectMembersRequest) (*ListProjectMembersResponse, error)
- func (UnimplementedManagementServiceServer) ListProjectRoles(context.Context, *ListProjectRolesRequest) (*ListProjectRolesResponse, error)
- func (UnimplementedManagementServiceServer) ListProjects(context.Context, *ListProjectsRequest) (*ListProjectsResponse, error)
- func (UnimplementedManagementServiceServer) ListUserChanges(context.Context, *ListUserChangesRequest) (*ListUserChangesResponse, error)
- func (UnimplementedManagementServiceServer) ListUserGrants(context.Context, *ListUserGrantRequest) (*ListUserGrantResponse, error)
- func (UnimplementedManagementServiceServer) ListUserMemberships(context.Context, *ListUserMembershipsRequest) (*ListUserMembershipsResponse, error)
- func (UnimplementedManagementServiceServer) ListUserMetadata(context.Context, *ListUserMetadataRequest) (*ListUserMetadataResponse, error)
- func (UnimplementedManagementServiceServer) ListUsers(context.Context, *ListUsersRequest) (*ListUsersResponse, error)
- func (UnimplementedManagementServiceServer) LockUser(context.Context, *LockUserRequest) (*LockUserResponse, error)
- func (UnimplementedManagementServiceServer) ReactivateAction(context.Context, *ReactivateActionRequest) (*ReactivateActionResponse, error)
- func (UnimplementedManagementServiceServer) ReactivateApp(context.Context, *ReactivateAppRequest) (*ReactivateAppResponse, error)
- func (UnimplementedManagementServiceServer) ReactivateOrg(context.Context, *ReactivateOrgRequest) (*ReactivateOrgResponse, error)
- func (UnimplementedManagementServiceServer) ReactivateOrgIDP(context.Context, *ReactivateOrgIDPRequest) (*ReactivateOrgIDPResponse, error)
- func (UnimplementedManagementServiceServer) ReactivateProject(context.Context, *ReactivateProjectRequest) (*ReactivateProjectResponse, error)
- func (UnimplementedManagementServiceServer) ReactivateProjectGrant(context.Context, *ReactivateProjectGrantRequest) (*ReactivateProjectGrantResponse, error)
- func (UnimplementedManagementServiceServer) ReactivateUser(context.Context, *ReactivateUserRequest) (*ReactivateUserResponse, error)
- func (UnimplementedManagementServiceServer) ReactivateUserGrant(context.Context, *ReactivateUserGrantRequest) (*ReactivateUserGrantResponse, error)
- func (UnimplementedManagementServiceServer) RegenerateAPIClientSecret(context.Context, *RegenerateAPIClientSecretRequest) (*RegenerateAPIClientSecretResponse, error)
- func (UnimplementedManagementServiceServer) RegenerateOIDCClientSecret(context.Context, *RegenerateOIDCClientSecretRequest) (*RegenerateOIDCClientSecretResponse, error)
- func (UnimplementedManagementServiceServer) RemoveApp(context.Context, *RemoveAppRequest) (*RemoveAppResponse, error)
- func (UnimplementedManagementServiceServer) RemoveAppKey(context.Context, *RemoveAppKeyRequest) (*RemoveAppKeyResponse, error)
- func (UnimplementedManagementServiceServer) RemoveCustomLabelPolicyFont(context.Context, *RemoveCustomLabelPolicyFontRequest) (*RemoveCustomLabelPolicyFontResponse, error)
- func (UnimplementedManagementServiceServer) RemoveCustomLabelPolicyIcon(context.Context, *RemoveCustomLabelPolicyIconRequest) (*RemoveCustomLabelPolicyIconResponse, error)
- func (UnimplementedManagementServiceServer) RemoveCustomLabelPolicyIconDark(context.Context, *RemoveCustomLabelPolicyIconDarkRequest) (*RemoveCustomLabelPolicyIconDarkResponse, error)
- func (UnimplementedManagementServiceServer) RemoveCustomLabelPolicyLogo(context.Context, *RemoveCustomLabelPolicyLogoRequest) (*RemoveCustomLabelPolicyLogoResponse, error)
- func (UnimplementedManagementServiceServer) RemoveCustomLabelPolicyLogoDark(context.Context, *RemoveCustomLabelPolicyLogoDarkRequest) (*RemoveCustomLabelPolicyLogoDarkResponse, error)
- func (UnimplementedManagementServiceServer) RemoveHumanAuthFactorOTP(context.Context, *RemoveHumanAuthFactorOTPRequest) (*RemoveHumanAuthFactorOTPResponse, error)
- func (UnimplementedManagementServiceServer) RemoveHumanAuthFactorU2F(context.Context, *RemoveHumanAuthFactorU2FRequest) (*RemoveHumanAuthFactorU2FResponse, error)
- func (UnimplementedManagementServiceServer) RemoveHumanAvatar(context.Context, *RemoveHumanAvatarRequest) (*RemoveHumanAvatarResponse, error)
- func (UnimplementedManagementServiceServer) RemoveHumanLinkedIDP(context.Context, *RemoveHumanLinkedIDPRequest) (*RemoveHumanLinkedIDPResponse, error)
- func (UnimplementedManagementServiceServer) RemoveHumanPasswordless(context.Context, *RemoveHumanPasswordlessRequest) (*RemoveHumanPasswordlessResponse, error)
- func (UnimplementedManagementServiceServer) RemoveHumanPhone(context.Context, *RemoveHumanPhoneRequest) (*RemoveHumanPhoneResponse, error)
- func (UnimplementedManagementServiceServer) RemoveIDPFromLoginPolicy(context.Context, *RemoveIDPFromLoginPolicyRequest) (*RemoveIDPFromLoginPolicyResponse, error)
- func (UnimplementedManagementServiceServer) RemoveMachineKey(context.Context, *RemoveMachineKeyRequest) (*RemoveMachineKeyResponse, error)
- func (UnimplementedManagementServiceServer) RemoveMultiFactorFromLoginPolicy(context.Context, *RemoveMultiFactorFromLoginPolicyRequest) (*RemoveMultiFactorFromLoginPolicyResponse, error)
- func (UnimplementedManagementServiceServer) RemoveOrgDomain(context.Context, *RemoveOrgDomainRequest) (*RemoveOrgDomainResponse, error)
- func (UnimplementedManagementServiceServer) RemoveOrgIDP(context.Context, *RemoveOrgIDPRequest) (*RemoveOrgIDPResponse, error)
- func (UnimplementedManagementServiceServer) RemoveOrgMember(context.Context, *RemoveOrgMemberRequest) (*RemoveOrgMemberResponse, error)
- func (UnimplementedManagementServiceServer) RemovePersonalAccessToken(context.Context, *RemovePersonalAccessTokenRequest) (*RemovePersonalAccessTokenResponse, error)
- func (UnimplementedManagementServiceServer) RemoveProject(context.Context, *RemoveProjectRequest) (*RemoveProjectResponse, error)
- func (UnimplementedManagementServiceServer) RemoveProjectGrant(context.Context, *RemoveProjectGrantRequest) (*RemoveProjectGrantResponse, error)
- func (UnimplementedManagementServiceServer) RemoveProjectGrantMember(context.Context, *RemoveProjectGrantMemberRequest) (*RemoveProjectGrantMemberResponse, error)
- func (UnimplementedManagementServiceServer) RemoveProjectMember(context.Context, *RemoveProjectMemberRequest) (*RemoveProjectMemberResponse, error)
- func (UnimplementedManagementServiceServer) RemoveProjectRole(context.Context, *RemoveProjectRoleRequest) (*RemoveProjectRoleResponse, error)
- func (UnimplementedManagementServiceServer) RemoveSecondFactorFromLoginPolicy(context.Context, *RemoveSecondFactorFromLoginPolicyRequest) (*RemoveSecondFactorFromLoginPolicyResponse, error)
- func (UnimplementedManagementServiceServer) RemoveUser(context.Context, *RemoveUserRequest) (*RemoveUserResponse, error)
- func (UnimplementedManagementServiceServer) RemoveUserGrant(context.Context, *RemoveUserGrantRequest) (*RemoveUserGrantResponse, error)
- func (UnimplementedManagementServiceServer) RemoveUserMetadata(context.Context, *RemoveUserMetadataRequest) (*RemoveUserMetadataResponse, error)
- func (UnimplementedManagementServiceServer) ResendHumanEmailVerification(context.Context, *ResendHumanEmailVerificationRequest) (*ResendHumanEmailVerificationResponse, error)
- func (UnimplementedManagementServiceServer) ResendHumanInitialization(context.Context, *ResendHumanInitializationRequest) (*ResendHumanInitializationResponse, error)
- func (UnimplementedManagementServiceServer) ResendHumanPhoneVerification(context.Context, *ResendHumanPhoneVerificationRequest) (*ResendHumanPhoneVerificationResponse, error)
- func (UnimplementedManagementServiceServer) ResetCustomDomainClaimedMessageTextToDefault(context.Context, *ResetCustomDomainClaimedMessageTextToDefaultRequest) (*ResetCustomDomainClaimedMessageTextToDefaultResponse, error)
- func (UnimplementedManagementServiceServer) ResetCustomInitMessageTextToDefault(context.Context, *ResetCustomInitMessageTextToDefaultRequest) (*ResetCustomInitMessageTextToDefaultResponse, error)
- func (UnimplementedManagementServiceServer) ResetCustomLoginTextToDefault(context.Context, *ResetCustomLoginTextsToDefaultRequest) (*ResetCustomLoginTextsToDefaultResponse, error)
- func (UnimplementedManagementServiceServer) ResetCustomPasswordResetMessageTextToDefault(context.Context, *ResetCustomPasswordResetMessageTextToDefaultRequest) (*ResetCustomPasswordResetMessageTextToDefaultResponse, error)
- func (UnimplementedManagementServiceServer) ResetCustomPasswordlessRegistrationMessageTextToDefault(context.Context, ...) (*ResetCustomPasswordlessRegistrationMessageTextToDefaultResponse, error)
- func (UnimplementedManagementServiceServer) ResetCustomVerifyEmailMessageTextToDefault(context.Context, *ResetCustomVerifyEmailMessageTextToDefaultRequest) (*ResetCustomVerifyEmailMessageTextToDefaultResponse, error)
- func (UnimplementedManagementServiceServer) ResetCustomVerifyPhoneMessageTextToDefault(context.Context, *ResetCustomVerifyPhoneMessageTextToDefaultRequest) (*ResetCustomVerifyPhoneMessageTextToDefaultResponse, error)
- func (UnimplementedManagementServiceServer) ResetLabelPolicyToDefault(context.Context, *ResetLabelPolicyToDefaultRequest) (*ResetLabelPolicyToDefaultResponse, error)
- func (UnimplementedManagementServiceServer) ResetLockoutPolicyToDefault(context.Context, *ResetLockoutPolicyToDefaultRequest) (*ResetLockoutPolicyToDefaultResponse, error)
- func (UnimplementedManagementServiceServer) ResetLoginPolicyToDefault(context.Context, *ResetLoginPolicyToDefaultRequest) (*ResetLoginPolicyToDefaultResponse, error)
- func (UnimplementedManagementServiceServer) ResetPasswordAgePolicyToDefault(context.Context, *ResetPasswordAgePolicyToDefaultRequest) (*ResetPasswordAgePolicyToDefaultResponse, error)
- func (UnimplementedManagementServiceServer) ResetPasswordComplexityPolicyToDefault(context.Context, *ResetPasswordComplexityPolicyToDefaultRequest) (*ResetPasswordComplexityPolicyToDefaultResponse, error)
- func (UnimplementedManagementServiceServer) ResetPrivacyPolicyToDefault(context.Context, *ResetPrivacyPolicyToDefaultRequest) (*ResetPrivacyPolicyToDefaultResponse, error)
- func (UnimplementedManagementServiceServer) SendHumanResetPasswordNotification(context.Context, *SendHumanResetPasswordNotificationRequest) (*SendHumanResetPasswordNotificationResponse, error)
- func (UnimplementedManagementServiceServer) SendPasswordlessRegistration(context.Context, *SendPasswordlessRegistrationRequest) (*SendPasswordlessRegistrationResponse, error)
- func (UnimplementedManagementServiceServer) SetCustomDomainClaimedMessageCustomText(context.Context, *SetCustomDomainClaimedMessageTextRequest) (*SetCustomDomainClaimedMessageTextResponse, error)
- func (UnimplementedManagementServiceServer) SetCustomInitMessageText(context.Context, *SetCustomInitMessageTextRequest) (*SetCustomInitMessageTextResponse, error)
- func (UnimplementedManagementServiceServer) SetCustomLoginText(context.Context, *SetCustomLoginTextsRequest) (*SetCustomLoginTextsResponse, error)
- func (UnimplementedManagementServiceServer) SetCustomPasswordResetMessageText(context.Context, *SetCustomPasswordResetMessageTextRequest) (*SetCustomPasswordResetMessageTextResponse, error)
- func (UnimplementedManagementServiceServer) SetCustomPasswordlessRegistrationMessageCustomText(context.Context, *SetCustomPasswordlessRegistrationMessageTextRequest) (*SetCustomPasswordlessRegistrationMessageTextResponse, error)
- func (UnimplementedManagementServiceServer) SetCustomVerifyEmailMessageText(context.Context, *SetCustomVerifyEmailMessageTextRequest) (*SetCustomVerifyEmailMessageTextResponse, error)
- func (UnimplementedManagementServiceServer) SetCustomVerifyPhoneMessageText(context.Context, *SetCustomVerifyPhoneMessageTextRequest) (*SetCustomVerifyPhoneMessageTextResponse, error)
- func (UnimplementedManagementServiceServer) SetHumanInitialPassword(context.Context, *SetHumanInitialPasswordRequest) (*SetHumanInitialPasswordResponse, error)
- func (UnimplementedManagementServiceServer) SetHumanPassword(context.Context, *SetHumanPasswordRequest) (*SetHumanPasswordResponse, error)
- func (UnimplementedManagementServiceServer) SetPrimaryOrgDomain(context.Context, *SetPrimaryOrgDomainRequest) (*SetPrimaryOrgDomainResponse, error)
- func (UnimplementedManagementServiceServer) SetTriggerActions(context.Context, *SetTriggerActionsRequest) (*SetTriggerActionsResponse, error)
- func (UnimplementedManagementServiceServer) SetUserMetadata(context.Context, *SetUserMetadataRequest) (*SetUserMetadataResponse, error)
- func (UnimplementedManagementServiceServer) UnlockUser(context.Context, *UnlockUserRequest) (*UnlockUserResponse, error)
- func (UnimplementedManagementServiceServer) UpdateAPIAppConfig(context.Context, *UpdateAPIAppConfigRequest) (*UpdateAPIAppConfigResponse, error)
- func (UnimplementedManagementServiceServer) UpdateAction(context.Context, *UpdateActionRequest) (*UpdateActionResponse, error)
- func (UnimplementedManagementServiceServer) UpdateApp(context.Context, *UpdateAppRequest) (*UpdateAppResponse, error)
- func (UnimplementedManagementServiceServer) UpdateCustomLabelPolicy(context.Context, *UpdateCustomLabelPolicyRequest) (*UpdateCustomLabelPolicyResponse, error)
- func (UnimplementedManagementServiceServer) UpdateCustomLockoutPolicy(context.Context, *UpdateCustomLockoutPolicyRequest) (*UpdateCustomLockoutPolicyResponse, error)
- func (UnimplementedManagementServiceServer) UpdateCustomLoginPolicy(context.Context, *UpdateCustomLoginPolicyRequest) (*UpdateCustomLoginPolicyResponse, error)
- func (UnimplementedManagementServiceServer) UpdateCustomPasswordAgePolicy(context.Context, *UpdateCustomPasswordAgePolicyRequest) (*UpdateCustomPasswordAgePolicyResponse, error)
- func (UnimplementedManagementServiceServer) UpdateCustomPasswordComplexityPolicy(context.Context, *UpdateCustomPasswordComplexityPolicyRequest) (*UpdateCustomPasswordComplexityPolicyResponse, error)
- func (UnimplementedManagementServiceServer) UpdateCustomPrivacyPolicy(context.Context, *UpdateCustomPrivacyPolicyRequest) (*UpdateCustomPrivacyPolicyResponse, error)
- func (UnimplementedManagementServiceServer) UpdateHumanEmail(context.Context, *UpdateHumanEmailRequest) (*UpdateHumanEmailResponse, error)
- func (UnimplementedManagementServiceServer) UpdateHumanPhone(context.Context, *UpdateHumanPhoneRequest) (*UpdateHumanPhoneResponse, error)
- func (UnimplementedManagementServiceServer) UpdateHumanProfile(context.Context, *UpdateHumanProfileRequest) (*UpdateHumanProfileResponse, error)
- func (UnimplementedManagementServiceServer) UpdateMachine(context.Context, *UpdateMachineRequest) (*UpdateMachineResponse, error)
- func (UnimplementedManagementServiceServer) UpdateOIDCAppConfig(context.Context, *UpdateOIDCAppConfigRequest) (*UpdateOIDCAppConfigResponse, error)
- func (UnimplementedManagementServiceServer) UpdateOrg(context.Context, *UpdateOrgRequest) (*UpdateOrgResponse, error)
- func (UnimplementedManagementServiceServer) UpdateOrgIDP(context.Context, *UpdateOrgIDPRequest) (*UpdateOrgIDPResponse, error)
- func (UnimplementedManagementServiceServer) UpdateOrgIDPJWTConfig(context.Context, *UpdateOrgIDPJWTConfigRequest) (*UpdateOrgIDPJWTConfigResponse, error)
- func (UnimplementedManagementServiceServer) UpdateOrgIDPOIDCConfig(context.Context, *UpdateOrgIDPOIDCConfigRequest) (*UpdateOrgIDPOIDCConfigResponse, error)
- func (UnimplementedManagementServiceServer) UpdateOrgMember(context.Context, *UpdateOrgMemberRequest) (*UpdateOrgMemberResponse, error)
- func (UnimplementedManagementServiceServer) UpdateProject(context.Context, *UpdateProjectRequest) (*UpdateProjectResponse, error)
- func (UnimplementedManagementServiceServer) UpdateProjectGrant(context.Context, *UpdateProjectGrantRequest) (*UpdateProjectGrantResponse, error)
- func (UnimplementedManagementServiceServer) UpdateProjectGrantMember(context.Context, *UpdateProjectGrantMemberRequest) (*UpdateProjectGrantMemberResponse, error)
- func (UnimplementedManagementServiceServer) UpdateProjectMember(context.Context, *UpdateProjectMemberRequest) (*UpdateProjectMemberResponse, error)
- func (UnimplementedManagementServiceServer) UpdateProjectRole(context.Context, *UpdateProjectRoleRequest) (*UpdateProjectRoleResponse, error)
- func (UnimplementedManagementServiceServer) UpdateUserGrant(context.Context, *UpdateUserGrantRequest) (*UpdateUserGrantResponse, error)
- func (UnimplementedManagementServiceServer) UpdateUserName(context.Context, *UpdateUserNameRequest) (*UpdateUserNameResponse, error)
- func (UnimplementedManagementServiceServer) ValidateOrgDomain(context.Context, *ValidateOrgDomainRequest) (*ValidateOrgDomainResponse, error)
- type UnlockUserRequest
- type UnlockUserResponse
- func (*UnlockUserResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UnlockUserResponse) GetDetails() *object.ObjectDetails
- func (*UnlockUserResponse) ProtoMessage()
- func (x *UnlockUserResponse) ProtoReflect() protoreflect.Message
- func (x *UnlockUserResponse) Reset()
- func (x *UnlockUserResponse) String() string
- type UnsafeManagementServiceServer
- type UpdateAPIAppConfigRequest
- func (*UpdateAPIAppConfigRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateAPIAppConfigRequest) GetAppId() string
- func (x *UpdateAPIAppConfigRequest) GetAuthMethodType() app.APIAuthMethodType
- func (x *UpdateAPIAppConfigRequest) GetProjectId() string
- func (*UpdateAPIAppConfigRequest) ProtoMessage()
- func (x *UpdateAPIAppConfigRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateAPIAppConfigRequest) Reset()
- func (x *UpdateAPIAppConfigRequest) String() string
- type UpdateAPIAppConfigResponse
- func (*UpdateAPIAppConfigResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateAPIAppConfigResponse) GetDetails() *object.ObjectDetails
- func (*UpdateAPIAppConfigResponse) ProtoMessage()
- func (x *UpdateAPIAppConfigResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateAPIAppConfigResponse) Reset()
- func (x *UpdateAPIAppConfigResponse) String() string
- type UpdateActionRequest
- func (*UpdateActionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateActionRequest) GetAllowedToFail() bool
- func (x *UpdateActionRequest) GetId() string
- func (x *UpdateActionRequest) GetName() string
- func (x *UpdateActionRequest) GetScript() string
- func (x *UpdateActionRequest) GetTimeout() *durationpb.Duration
- func (*UpdateActionRequest) ProtoMessage()
- func (x *UpdateActionRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateActionRequest) Reset()
- func (x *UpdateActionRequest) String() string
- type UpdateActionResponse
- func (*UpdateActionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateActionResponse) GetDetails() *object.ObjectDetails
- func (*UpdateActionResponse) ProtoMessage()
- func (x *UpdateActionResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateActionResponse) Reset()
- func (x *UpdateActionResponse) String() string
- type UpdateAppRequest
- func (*UpdateAppRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateAppRequest) GetAppId() string
- func (x *UpdateAppRequest) GetName() string
- func (x *UpdateAppRequest) GetProjectId() string
- func (*UpdateAppRequest) ProtoMessage()
- func (x *UpdateAppRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateAppRequest) Reset()
- func (x *UpdateAppRequest) String() string
- type UpdateAppResponse
- func (*UpdateAppResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateAppResponse) GetDetails() *object.ObjectDetails
- func (*UpdateAppResponse) ProtoMessage()
- func (x *UpdateAppResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateAppResponse) Reset()
- func (x *UpdateAppResponse) String() string
- type UpdateCustomLabelPolicyRequest
- func (*UpdateCustomLabelPolicyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateCustomLabelPolicyRequest) GetBackgroundColor() string
- func (x *UpdateCustomLabelPolicyRequest) GetBackgroundColorDark() string
- func (x *UpdateCustomLabelPolicyRequest) GetDisableWatermark() bool
- func (x *UpdateCustomLabelPolicyRequest) GetFontColor() string
- func (x *UpdateCustomLabelPolicyRequest) GetFontColorDark() string
- func (x *UpdateCustomLabelPolicyRequest) GetHideLoginNameSuffix() bool
- func (x *UpdateCustomLabelPolicyRequest) GetPrimaryColor() string
- func (x *UpdateCustomLabelPolicyRequest) GetPrimaryColorDark() string
- func (x *UpdateCustomLabelPolicyRequest) GetWarnColor() string
- func (x *UpdateCustomLabelPolicyRequest) GetWarnColorDark() string
- func (*UpdateCustomLabelPolicyRequest) ProtoMessage()
- func (x *UpdateCustomLabelPolicyRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateCustomLabelPolicyRequest) Reset()
- func (x *UpdateCustomLabelPolicyRequest) String() string
- type UpdateCustomLabelPolicyResponse
- func (*UpdateCustomLabelPolicyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateCustomLabelPolicyResponse) GetDetails() *object.ObjectDetails
- func (*UpdateCustomLabelPolicyResponse) ProtoMessage()
- func (x *UpdateCustomLabelPolicyResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateCustomLabelPolicyResponse) Reset()
- func (x *UpdateCustomLabelPolicyResponse) String() string
- type UpdateCustomLockoutPolicyRequest
- func (*UpdateCustomLockoutPolicyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateCustomLockoutPolicyRequest) GetMaxPasswordAttempts() uint32
- func (*UpdateCustomLockoutPolicyRequest) ProtoMessage()
- func (x *UpdateCustomLockoutPolicyRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateCustomLockoutPolicyRequest) Reset()
- func (x *UpdateCustomLockoutPolicyRequest) String() string
- type UpdateCustomLockoutPolicyResponse
- func (*UpdateCustomLockoutPolicyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateCustomLockoutPolicyResponse) GetDetails() *object.ObjectDetails
- func (*UpdateCustomLockoutPolicyResponse) ProtoMessage()
- func (x *UpdateCustomLockoutPolicyResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateCustomLockoutPolicyResponse) Reset()
- func (x *UpdateCustomLockoutPolicyResponse) String() string
- type UpdateCustomLoginPolicyRequest
- func (*UpdateCustomLoginPolicyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateCustomLoginPolicyRequest) GetAllowExternalIdp() bool
- func (x *UpdateCustomLoginPolicyRequest) GetAllowRegister() bool
- func (x *UpdateCustomLoginPolicyRequest) GetAllowUsernamePassword() bool
- func (x *UpdateCustomLoginPolicyRequest) GetDefaultRedirectUri() string
- func (x *UpdateCustomLoginPolicyRequest) GetExternalLoginCheckLifetime() *durationpb.Duration
- func (x *UpdateCustomLoginPolicyRequest) GetForceMfa() bool
- func (x *UpdateCustomLoginPolicyRequest) GetHidePasswordReset() bool
- func (x *UpdateCustomLoginPolicyRequest) GetIgnoreUnknownUsernames() bool
- func (x *UpdateCustomLoginPolicyRequest) GetMfaInitSkipLifetime() *durationpb.Duration
- func (x *UpdateCustomLoginPolicyRequest) GetMultiFactorCheckLifetime() *durationpb.Duration
- func (x *UpdateCustomLoginPolicyRequest) GetPasswordCheckLifetime() *durationpb.Duration
- func (x *UpdateCustomLoginPolicyRequest) GetPasswordlessType() policy.PasswordlessType
- func (x *UpdateCustomLoginPolicyRequest) GetSecondFactorCheckLifetime() *durationpb.Duration
- func (*UpdateCustomLoginPolicyRequest) ProtoMessage()
- func (x *UpdateCustomLoginPolicyRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateCustomLoginPolicyRequest) Reset()
- func (x *UpdateCustomLoginPolicyRequest) String() string
- type UpdateCustomLoginPolicyResponse
- func (*UpdateCustomLoginPolicyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateCustomLoginPolicyResponse) GetDetails() *object.ObjectDetails
- func (*UpdateCustomLoginPolicyResponse) ProtoMessage()
- func (x *UpdateCustomLoginPolicyResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateCustomLoginPolicyResponse) Reset()
- func (x *UpdateCustomLoginPolicyResponse) String() string
- type UpdateCustomPasswordAgePolicyRequest
- func (*UpdateCustomPasswordAgePolicyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateCustomPasswordAgePolicyRequest) GetExpireWarnDays() uint32
- func (x *UpdateCustomPasswordAgePolicyRequest) GetMaxAgeDays() uint32
- func (*UpdateCustomPasswordAgePolicyRequest) ProtoMessage()
- func (x *UpdateCustomPasswordAgePolicyRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateCustomPasswordAgePolicyRequest) Reset()
- func (x *UpdateCustomPasswordAgePolicyRequest) String() string
- type UpdateCustomPasswordAgePolicyResponse
- func (*UpdateCustomPasswordAgePolicyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateCustomPasswordAgePolicyResponse) GetDetails() *object.ObjectDetails
- func (*UpdateCustomPasswordAgePolicyResponse) ProtoMessage()
- func (x *UpdateCustomPasswordAgePolicyResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateCustomPasswordAgePolicyResponse) Reset()
- func (x *UpdateCustomPasswordAgePolicyResponse) String() string
- type UpdateCustomPasswordComplexityPolicyRequest
- func (*UpdateCustomPasswordComplexityPolicyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateCustomPasswordComplexityPolicyRequest) GetHasLowercase() bool
- func (x *UpdateCustomPasswordComplexityPolicyRequest) GetHasNumber() bool
- func (x *UpdateCustomPasswordComplexityPolicyRequest) GetHasSymbol() bool
- func (x *UpdateCustomPasswordComplexityPolicyRequest) GetHasUppercase() bool
- func (x *UpdateCustomPasswordComplexityPolicyRequest) GetMinLength() uint64
- func (*UpdateCustomPasswordComplexityPolicyRequest) ProtoMessage()
- func (x *UpdateCustomPasswordComplexityPolicyRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateCustomPasswordComplexityPolicyRequest) Reset()
- func (x *UpdateCustomPasswordComplexityPolicyRequest) String() string
- type UpdateCustomPasswordComplexityPolicyResponse
- func (*UpdateCustomPasswordComplexityPolicyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateCustomPasswordComplexityPolicyResponse) GetDetails() *object.ObjectDetails
- func (*UpdateCustomPasswordComplexityPolicyResponse) ProtoMessage()
- func (x *UpdateCustomPasswordComplexityPolicyResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateCustomPasswordComplexityPolicyResponse) Reset()
- func (x *UpdateCustomPasswordComplexityPolicyResponse) String() string
- type UpdateCustomPrivacyPolicyRequest
- func (*UpdateCustomPrivacyPolicyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateCustomPrivacyPolicyRequest) GetHelpLink() string
- func (x *UpdateCustomPrivacyPolicyRequest) GetPrivacyLink() string
- func (x *UpdateCustomPrivacyPolicyRequest) GetTosLink() string
- func (*UpdateCustomPrivacyPolicyRequest) ProtoMessage()
- func (x *UpdateCustomPrivacyPolicyRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateCustomPrivacyPolicyRequest) Reset()
- func (x *UpdateCustomPrivacyPolicyRequest) String() string
- type UpdateCustomPrivacyPolicyResponse
- func (*UpdateCustomPrivacyPolicyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateCustomPrivacyPolicyResponse) GetDetails() *object.ObjectDetails
- func (*UpdateCustomPrivacyPolicyResponse) ProtoMessage()
- func (x *UpdateCustomPrivacyPolicyResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateCustomPrivacyPolicyResponse) Reset()
- func (x *UpdateCustomPrivacyPolicyResponse) String() string
- type UpdateHumanEmailRequest
- func (*UpdateHumanEmailRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateHumanEmailRequest) GetEmail() string
- func (x *UpdateHumanEmailRequest) GetIsEmailVerified() bool
- func (x *UpdateHumanEmailRequest) GetUserId() string
- func (*UpdateHumanEmailRequest) ProtoMessage()
- func (x *UpdateHumanEmailRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateHumanEmailRequest) Reset()
- func (x *UpdateHumanEmailRequest) String() string
- type UpdateHumanEmailResponse
- func (*UpdateHumanEmailResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateHumanEmailResponse) GetDetails() *object.ObjectDetails
- func (*UpdateHumanEmailResponse) ProtoMessage()
- func (x *UpdateHumanEmailResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateHumanEmailResponse) Reset()
- func (x *UpdateHumanEmailResponse) String() string
- type UpdateHumanPhoneRequest
- func (*UpdateHumanPhoneRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateHumanPhoneRequest) GetIsPhoneVerified() bool
- func (x *UpdateHumanPhoneRequest) GetPhone() string
- func (x *UpdateHumanPhoneRequest) GetUserId() string
- func (*UpdateHumanPhoneRequest) ProtoMessage()
- func (x *UpdateHumanPhoneRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateHumanPhoneRequest) Reset()
- func (x *UpdateHumanPhoneRequest) String() string
- type UpdateHumanPhoneResponse
- func (*UpdateHumanPhoneResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateHumanPhoneResponse) GetDetails() *object.ObjectDetails
- func (*UpdateHumanPhoneResponse) ProtoMessage()
- func (x *UpdateHumanPhoneResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateHumanPhoneResponse) Reset()
- func (x *UpdateHumanPhoneResponse) String() string
- type UpdateHumanProfileRequest
- func (*UpdateHumanProfileRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateHumanProfileRequest) GetDisplayName() string
- func (x *UpdateHumanProfileRequest) GetFirstName() string
- func (x *UpdateHumanProfileRequest) GetGender() user.Gender
- func (x *UpdateHumanProfileRequest) GetLastName() string
- func (x *UpdateHumanProfileRequest) GetNickName() string
- func (x *UpdateHumanProfileRequest) GetPreferredLanguage() string
- func (x *UpdateHumanProfileRequest) GetUserId() string
- func (*UpdateHumanProfileRequest) ProtoMessage()
- func (x *UpdateHumanProfileRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateHumanProfileRequest) Reset()
- func (x *UpdateHumanProfileRequest) String() string
- type UpdateHumanProfileResponse
- func (*UpdateHumanProfileResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateHumanProfileResponse) GetDetails() *object.ObjectDetails
- func (*UpdateHumanProfileResponse) ProtoMessage()
- func (x *UpdateHumanProfileResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateHumanProfileResponse) Reset()
- func (x *UpdateHumanProfileResponse) String() string
- type UpdateMachineRequest
- func (*UpdateMachineRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateMachineRequest) GetDescription() string
- func (x *UpdateMachineRequest) GetName() string
- func (x *UpdateMachineRequest) GetUserId() string
- func (*UpdateMachineRequest) ProtoMessage()
- func (x *UpdateMachineRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateMachineRequest) Reset()
- func (x *UpdateMachineRequest) String() string
- type UpdateMachineResponse
- func (*UpdateMachineResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateMachineResponse) GetDetails() *object.ObjectDetails
- func (*UpdateMachineResponse) ProtoMessage()
- func (x *UpdateMachineResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateMachineResponse) Reset()
- func (x *UpdateMachineResponse) String() string
- type UpdateOIDCAppConfigRequest
- func (*UpdateOIDCAppConfigRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateOIDCAppConfigRequest) GetAccessTokenRoleAssertion() bool
- func (x *UpdateOIDCAppConfigRequest) GetAccessTokenType() app.OIDCTokenType
- func (x *UpdateOIDCAppConfigRequest) GetAdditionalOrigins() []string
- func (x *UpdateOIDCAppConfigRequest) GetAppId() string
- func (x *UpdateOIDCAppConfigRequest) GetAppType() app.OIDCAppType
- func (x *UpdateOIDCAppConfigRequest) GetAuthMethodType() app.OIDCAuthMethodType
- func (x *UpdateOIDCAppConfigRequest) GetClockSkew() *durationpb.Duration
- func (x *UpdateOIDCAppConfigRequest) GetDevMode() bool
- func (x *UpdateOIDCAppConfigRequest) GetGrantTypes() []app.OIDCGrantType
- func (x *UpdateOIDCAppConfigRequest) GetIdTokenRoleAssertion() bool
- func (x *UpdateOIDCAppConfigRequest) GetIdTokenUserinfoAssertion() bool
- func (x *UpdateOIDCAppConfigRequest) GetPostLogoutRedirectUris() []string
- func (x *UpdateOIDCAppConfigRequest) GetProjectId() string
- func (x *UpdateOIDCAppConfigRequest) GetRedirectUris() []string
- func (x *UpdateOIDCAppConfigRequest) GetResponseTypes() []app.OIDCResponseType
- func (*UpdateOIDCAppConfigRequest) ProtoMessage()
- func (x *UpdateOIDCAppConfigRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateOIDCAppConfigRequest) Reset()
- func (x *UpdateOIDCAppConfigRequest) String() string
- type UpdateOIDCAppConfigResponse
- func (*UpdateOIDCAppConfigResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateOIDCAppConfigResponse) GetDetails() *object.ObjectDetails
- func (*UpdateOIDCAppConfigResponse) ProtoMessage()
- func (x *UpdateOIDCAppConfigResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateOIDCAppConfigResponse) Reset()
- func (x *UpdateOIDCAppConfigResponse) String() string
- type UpdateOrgIDPJWTConfigRequest
- func (*UpdateOrgIDPJWTConfigRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateOrgIDPJWTConfigRequest) GetHeaderName() string
- func (x *UpdateOrgIDPJWTConfigRequest) GetIdpId() string
- func (x *UpdateOrgIDPJWTConfigRequest) GetIssuer() string
- func (x *UpdateOrgIDPJWTConfigRequest) GetJwtEndpoint() string
- func (x *UpdateOrgIDPJWTConfigRequest) GetKeysEndpoint() string
- func (*UpdateOrgIDPJWTConfigRequest) ProtoMessage()
- func (x *UpdateOrgIDPJWTConfigRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateOrgIDPJWTConfigRequest) Reset()
- func (x *UpdateOrgIDPJWTConfigRequest) String() string
- type UpdateOrgIDPJWTConfigResponse
- func (*UpdateOrgIDPJWTConfigResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateOrgIDPJWTConfigResponse) GetDetails() *object.ObjectDetails
- func (*UpdateOrgIDPJWTConfigResponse) ProtoMessage()
- func (x *UpdateOrgIDPJWTConfigResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateOrgIDPJWTConfigResponse) Reset()
- func (x *UpdateOrgIDPJWTConfigResponse) String() string
- type UpdateOrgIDPOIDCConfigRequest
- func (*UpdateOrgIDPOIDCConfigRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateOrgIDPOIDCConfigRequest) GetClientId() string
- func (x *UpdateOrgIDPOIDCConfigRequest) GetClientSecret() string
- func (x *UpdateOrgIDPOIDCConfigRequest) GetDisplayNameMapping() idp.OIDCMappingField
- func (x *UpdateOrgIDPOIDCConfigRequest) GetIdpId() string
- func (x *UpdateOrgIDPOIDCConfigRequest) GetIssuer() string
- func (x *UpdateOrgIDPOIDCConfigRequest) GetScopes() []string
- func (x *UpdateOrgIDPOIDCConfigRequest) GetUsernameMapping() idp.OIDCMappingField
- func (*UpdateOrgIDPOIDCConfigRequest) ProtoMessage()
- func (x *UpdateOrgIDPOIDCConfigRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateOrgIDPOIDCConfigRequest) Reset()
- func (x *UpdateOrgIDPOIDCConfigRequest) String() string
- type UpdateOrgIDPOIDCConfigResponse
- func (*UpdateOrgIDPOIDCConfigResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateOrgIDPOIDCConfigResponse) GetDetails() *object.ObjectDetails
- func (*UpdateOrgIDPOIDCConfigResponse) ProtoMessage()
- func (x *UpdateOrgIDPOIDCConfigResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateOrgIDPOIDCConfigResponse) Reset()
- func (x *UpdateOrgIDPOIDCConfigResponse) String() string
- type UpdateOrgIDPRequest
- func (*UpdateOrgIDPRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateOrgIDPRequest) GetAutoRegister() bool
- func (x *UpdateOrgIDPRequest) GetIdpId() string
- func (x *UpdateOrgIDPRequest) GetName() string
- func (x *UpdateOrgIDPRequest) GetStylingType() idp.IDPStylingType
- func (*UpdateOrgIDPRequest) ProtoMessage()
- func (x *UpdateOrgIDPRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateOrgIDPRequest) Reset()
- func (x *UpdateOrgIDPRequest) String() string
- type UpdateOrgIDPResponse
- func (*UpdateOrgIDPResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateOrgIDPResponse) GetDetails() *object.ObjectDetails
- func (*UpdateOrgIDPResponse) ProtoMessage()
- func (x *UpdateOrgIDPResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateOrgIDPResponse) Reset()
- func (x *UpdateOrgIDPResponse) String() string
- type UpdateOrgMemberRequest
- func (*UpdateOrgMemberRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateOrgMemberRequest) GetRoles() []string
- func (x *UpdateOrgMemberRequest) GetUserId() string
- func (*UpdateOrgMemberRequest) ProtoMessage()
- func (x *UpdateOrgMemberRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateOrgMemberRequest) Reset()
- func (x *UpdateOrgMemberRequest) String() string
- type UpdateOrgMemberResponse
- func (*UpdateOrgMemberResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateOrgMemberResponse) GetDetails() *object.ObjectDetails
- func (*UpdateOrgMemberResponse) ProtoMessage()
- func (x *UpdateOrgMemberResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateOrgMemberResponse) Reset()
- func (x *UpdateOrgMemberResponse) String() string
- type UpdateOrgRequest
- type UpdateOrgResponse
- func (*UpdateOrgResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateOrgResponse) GetDetails() *object.ObjectDetails
- func (*UpdateOrgResponse) ProtoMessage()
- func (x *UpdateOrgResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateOrgResponse) Reset()
- func (x *UpdateOrgResponse) String() string
- type UpdateProjectGrantMemberRequest
- func (*UpdateProjectGrantMemberRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateProjectGrantMemberRequest) GetGrantId() string
- func (x *UpdateProjectGrantMemberRequest) GetProjectId() string
- func (x *UpdateProjectGrantMemberRequest) GetRoles() []string
- func (x *UpdateProjectGrantMemberRequest) GetUserId() string
- func (*UpdateProjectGrantMemberRequest) ProtoMessage()
- func (x *UpdateProjectGrantMemberRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateProjectGrantMemberRequest) Reset()
- func (x *UpdateProjectGrantMemberRequest) String() string
- type UpdateProjectGrantMemberResponse
- func (*UpdateProjectGrantMemberResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateProjectGrantMemberResponse) GetDetails() *object.ObjectDetails
- func (*UpdateProjectGrantMemberResponse) ProtoMessage()
- func (x *UpdateProjectGrantMemberResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateProjectGrantMemberResponse) Reset()
- func (x *UpdateProjectGrantMemberResponse) String() string
- type UpdateProjectGrantRequest
- func (*UpdateProjectGrantRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateProjectGrantRequest) GetGrantId() string
- func (x *UpdateProjectGrantRequest) GetProjectId() string
- func (x *UpdateProjectGrantRequest) GetRoleKeys() []string
- func (*UpdateProjectGrantRequest) ProtoMessage()
- func (x *UpdateProjectGrantRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateProjectGrantRequest) Reset()
- func (x *UpdateProjectGrantRequest) String() string
- type UpdateProjectGrantResponse
- func (*UpdateProjectGrantResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateProjectGrantResponse) GetDetails() *object.ObjectDetails
- func (*UpdateProjectGrantResponse) ProtoMessage()
- func (x *UpdateProjectGrantResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateProjectGrantResponse) Reset()
- func (x *UpdateProjectGrantResponse) String() string
- type UpdateProjectMemberRequest
- func (*UpdateProjectMemberRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateProjectMemberRequest) GetProjectId() string
- func (x *UpdateProjectMemberRequest) GetRoles() []string
- func (x *UpdateProjectMemberRequest) GetUserId() string
- func (*UpdateProjectMemberRequest) ProtoMessage()
- func (x *UpdateProjectMemberRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateProjectMemberRequest) Reset()
- func (x *UpdateProjectMemberRequest) String() string
- type UpdateProjectMemberResponse
- func (*UpdateProjectMemberResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateProjectMemberResponse) GetDetails() *object.ObjectDetails
- func (*UpdateProjectMemberResponse) ProtoMessage()
- func (x *UpdateProjectMemberResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateProjectMemberResponse) Reset()
- func (x *UpdateProjectMemberResponse) String() string
- type UpdateProjectRequest
- func (*UpdateProjectRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateProjectRequest) GetHasProjectCheck() bool
- func (x *UpdateProjectRequest) GetId() string
- func (x *UpdateProjectRequest) GetName() string
- func (x *UpdateProjectRequest) GetPrivateLabelingSetting() project.PrivateLabelingSetting
- func (x *UpdateProjectRequest) GetProjectRoleAssertion() bool
- func (x *UpdateProjectRequest) GetProjectRoleCheck() bool
- func (*UpdateProjectRequest) ProtoMessage()
- func (x *UpdateProjectRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateProjectRequest) Reset()
- func (x *UpdateProjectRequest) String() string
- type UpdateProjectResponse
- func (*UpdateProjectResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateProjectResponse) GetDetails() *object.ObjectDetails
- func (*UpdateProjectResponse) ProtoMessage()
- func (x *UpdateProjectResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateProjectResponse) Reset()
- func (x *UpdateProjectResponse) String() string
- type UpdateProjectRoleRequest
- func (*UpdateProjectRoleRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateProjectRoleRequest) GetDisplayName() string
- func (x *UpdateProjectRoleRequest) GetGroup() string
- func (x *UpdateProjectRoleRequest) GetProjectId() string
- func (x *UpdateProjectRoleRequest) GetRoleKey() string
- func (*UpdateProjectRoleRequest) ProtoMessage()
- func (x *UpdateProjectRoleRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateProjectRoleRequest) Reset()
- func (x *UpdateProjectRoleRequest) String() string
- type UpdateProjectRoleResponse
- func (*UpdateProjectRoleResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateProjectRoleResponse) GetDetails() *object.ObjectDetails
- func (*UpdateProjectRoleResponse) ProtoMessage()
- func (x *UpdateProjectRoleResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateProjectRoleResponse) Reset()
- func (x *UpdateProjectRoleResponse) String() string
- type UpdateUserGrantRequest
- func (*UpdateUserGrantRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserGrantRequest) GetGrantId() string
- func (x *UpdateUserGrantRequest) GetRoleKeys() []string
- func (x *UpdateUserGrantRequest) GetUserId() string
- func (*UpdateUserGrantRequest) ProtoMessage()
- func (x *UpdateUserGrantRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateUserGrantRequest) Reset()
- func (x *UpdateUserGrantRequest) String() string
- type UpdateUserGrantResponse
- func (*UpdateUserGrantResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserGrantResponse) GetDetails() *object.ObjectDetails
- func (*UpdateUserGrantResponse) ProtoMessage()
- func (x *UpdateUserGrantResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateUserGrantResponse) Reset()
- func (x *UpdateUserGrantResponse) String() string
- type UpdateUserNameRequest
- func (*UpdateUserNameRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserNameRequest) GetUserId() string
- func (x *UpdateUserNameRequest) GetUserName() string
- func (*UpdateUserNameRequest) ProtoMessage()
- func (x *UpdateUserNameRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateUserNameRequest) Reset()
- func (x *UpdateUserNameRequest) String() string
- type UpdateUserNameResponse
- func (*UpdateUserNameResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserNameResponse) GetDetails() *object.ObjectDetails
- func (*UpdateUserNameResponse) ProtoMessage()
- func (x *UpdateUserNameResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateUserNameResponse) Reset()
- func (x *UpdateUserNameResponse) String() string
- type ValidateOrgDomainRequest
- func (*ValidateOrgDomainRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ValidateOrgDomainRequest) GetDomain() string
- func (*ValidateOrgDomainRequest) ProtoMessage()
- func (x *ValidateOrgDomainRequest) ProtoReflect() protoreflect.Message
- func (x *ValidateOrgDomainRequest) Reset()
- func (x *ValidateOrgDomainRequest) String() string
- type ValidateOrgDomainResponse
- func (*ValidateOrgDomainResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ValidateOrgDomainResponse) GetDetails() *object.ObjectDetails
- func (*ValidateOrgDomainResponse) ProtoMessage()
- func (x *ValidateOrgDomainResponse) ProtoReflect() protoreflect.Message
- func (x *ValidateOrgDomainResponse) Reset()
- func (x *ValidateOrgDomainResponse) String() string
Constants ¶
This section is empty.
Variables ¶
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.
var File_zitadel_management_proto protoreflect.FileDescriptor
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: "ListProjectGrantChanges", Handler: _ManagementService_ListProjectGrantChanges_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: "GetOrgIAMPolicy", Handler: _ManagementService_GetOrgIAMPolicy_Handler, }, { MethodName: "GetDomainPolicy", Handler: _ManagementService_GetDomainPolicy_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 (x *ActivateCustomLabelPolicyRequest) ProtoReflect() protoreflect.Message
func (*ActivateCustomLabelPolicyRequest) Reset ¶
func (x *ActivateCustomLabelPolicyRequest) Reset()
func (*ActivateCustomLabelPolicyRequest) String ¶
func (x *ActivateCustomLabelPolicyRequest) String() 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 (x *ActivateCustomLabelPolicyResponse) GetDetails() *object.ObjectDetails
func (*ActivateCustomLabelPolicyResponse) ProtoMessage ¶
func (*ActivateCustomLabelPolicyResponse) ProtoMessage()
func (*ActivateCustomLabelPolicyResponse) ProtoReflect ¶
func (x *ActivateCustomLabelPolicyResponse) ProtoReflect() protoreflect.Message
func (*ActivateCustomLabelPolicyResponse) Reset ¶
func (x *ActivateCustomLabelPolicyResponse) Reset()
func (*ActivateCustomLabelPolicyResponse) String ¶
func (x *ActivateCustomLabelPolicyResponse) String() 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.com/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 (x *AddCustomLabelPolicyRequest) ProtoReflect() protoreflect.Message
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 (x *AddCustomLabelPolicyResponse) GetDetails() *object.ObjectDetails
func (*AddCustomLabelPolicyResponse) ProtoMessage ¶
func (*AddCustomLabelPolicyResponse) ProtoMessage()
func (*AddCustomLabelPolicyResponse) ProtoReflect ¶
func (x *AddCustomLabelPolicyResponse) ProtoReflect() protoreflect.Message
func (*AddCustomLabelPolicyResponse) Reset ¶
func (x *AddCustomLabelPolicyResponse) Reset()
func (*AddCustomLabelPolicyResponse) String ¶
func (x *AddCustomLabelPolicyResponse) String() 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 (x *AddCustomLockoutPolicyRequest) ProtoReflect() protoreflect.Message
func (*AddCustomLockoutPolicyRequest) Reset ¶
func (x *AddCustomLockoutPolicyRequest) Reset()
func (*AddCustomLockoutPolicyRequest) String ¶
func (x *AddCustomLockoutPolicyRequest) String() 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 (x *AddCustomLockoutPolicyResponse) GetDetails() *object.ObjectDetails
func (*AddCustomLockoutPolicyResponse) ProtoMessage ¶
func (*AddCustomLockoutPolicyResponse) ProtoMessage()
func (*AddCustomLockoutPolicyResponse) ProtoReflect ¶
func (x *AddCustomLockoutPolicyResponse) ProtoReflect() protoreflect.Message
func (*AddCustomLockoutPolicyResponse) Reset ¶
func (x *AddCustomLockoutPolicyResponse) Reset()
func (*AddCustomLockoutPolicyResponse) String ¶
func (x *AddCustomLockoutPolicyResponse) String() 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"` PasswordCheckLifetime *durationpb.Duration `` /* 126-byte string literal not displayed */ ExternalLoginCheckLifetime *durationpb.Duration `` /* 144-byte string literal not displayed */ MfaInitSkipLifetime *durationpb.Duration `protobuf:"bytes,11,opt,name=mfa_init_skip_lifetime,json=mfaInitSkipLifetime,proto3" json:"mfa_init_skip_lifetime,omitempty"` SecondFactorCheckLifetime *durationpb.Duration `` /* 141-byte string literal not displayed */ MultiFactorCheckLifetime *durationpb.Duration `` /* 138-byte string literal not displayed */ SecondFactors []policy.SecondFactorType `` /* 149-byte string literal not displayed */ MultiFactors []policy.MultiFactorType `` /* 145-byte string literal not displayed */ Idps []*AddCustomLoginPolicyRequest_IDP `protobuf:"bytes,16,rep,name=idps,proto3" json:"idps,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 ¶
func (x *AddCustomLoginPolicyRequest) GetDefaultRedirectUri() string
func (*AddCustomLoginPolicyRequest) GetExternalLoginCheckLifetime ¶
func (x *AddCustomLoginPolicyRequest) GetExternalLoginCheckLifetime() *durationpb.Duration
func (*AddCustomLoginPolicyRequest) GetForceMfa ¶
func (x *AddCustomLoginPolicyRequest) GetForceMfa() bool
func (*AddCustomLoginPolicyRequest) GetHidePasswordReset ¶
func (x *AddCustomLoginPolicyRequest) GetHidePasswordReset() bool
func (*AddCustomLoginPolicyRequest) GetIdps ¶
func (x *AddCustomLoginPolicyRequest) GetIdps() []*AddCustomLoginPolicyRequest_IDP
func (*AddCustomLoginPolicyRequest) GetIgnoreUnknownUsernames ¶
func (x *AddCustomLoginPolicyRequest) GetIgnoreUnknownUsernames() bool
func (*AddCustomLoginPolicyRequest) GetMfaInitSkipLifetime ¶
func (x *AddCustomLoginPolicyRequest) GetMfaInitSkipLifetime() *durationpb.Duration
func (*AddCustomLoginPolicyRequest) GetMultiFactorCheckLifetime ¶
func (x *AddCustomLoginPolicyRequest) GetMultiFactorCheckLifetime() *durationpb.Duration
func (*AddCustomLoginPolicyRequest) GetMultiFactors ¶
func (x *AddCustomLoginPolicyRequest) GetMultiFactors() []policy.MultiFactorType
func (*AddCustomLoginPolicyRequest) GetPasswordCheckLifetime ¶
func (x *AddCustomLoginPolicyRequest) GetPasswordCheckLifetime() *durationpb.Duration
func (*AddCustomLoginPolicyRequest) GetPasswordlessType ¶
func (x *AddCustomLoginPolicyRequest) GetPasswordlessType() policy.PasswordlessType
func (*AddCustomLoginPolicyRequest) GetSecondFactorCheckLifetime ¶
func (x *AddCustomLoginPolicyRequest) GetSecondFactorCheckLifetime() *durationpb.Duration
func (*AddCustomLoginPolicyRequest) GetSecondFactors ¶
func (x *AddCustomLoginPolicyRequest) GetSecondFactors() []policy.SecondFactorType
func (*AddCustomLoginPolicyRequest) ProtoMessage ¶
func (*AddCustomLoginPolicyRequest) ProtoMessage()
func (*AddCustomLoginPolicyRequest) ProtoReflect ¶
func (x *AddCustomLoginPolicyRequest) ProtoReflect() protoreflect.Message
func (*AddCustomLoginPolicyRequest) Reset ¶
func (x *AddCustomLoginPolicyRequest) Reset()
func (*AddCustomLoginPolicyRequest) String ¶
func (x *AddCustomLoginPolicyRequest) String() string
type AddCustomLoginPolicyRequest_IDP ¶
type AddCustomLoginPolicyRequest_IDP 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 (*AddCustomLoginPolicyRequest_IDP) Descriptor
deprecated
func (*AddCustomLoginPolicyRequest_IDP) Descriptor() ([]byte, []int)
Deprecated: Use AddCustomLoginPolicyRequest_IDP.ProtoReflect.Descriptor instead.
func (*AddCustomLoginPolicyRequest_IDP) GetIdpId ¶
func (x *AddCustomLoginPolicyRequest_IDP) GetIdpId() string
func (*AddCustomLoginPolicyRequest_IDP) GetOwnerType ¶
func (x *AddCustomLoginPolicyRequest_IDP) GetOwnerType() idp.IDPOwnerType
func (*AddCustomLoginPolicyRequest_IDP) ProtoMessage ¶
func (*AddCustomLoginPolicyRequest_IDP) ProtoMessage()
func (*AddCustomLoginPolicyRequest_IDP) ProtoReflect ¶
func (x *AddCustomLoginPolicyRequest_IDP) ProtoReflect() protoreflect.Message
func (*AddCustomLoginPolicyRequest_IDP) Reset ¶
func (x *AddCustomLoginPolicyRequest_IDP) Reset()
func (*AddCustomLoginPolicyRequest_IDP) String ¶
func (x *AddCustomLoginPolicyRequest_IDP) 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 (x *AddCustomLoginPolicyResponse) GetDetails() *object.ObjectDetails
func (*AddCustomLoginPolicyResponse) ProtoMessage ¶
func (*AddCustomLoginPolicyResponse) ProtoMessage()
func (*AddCustomLoginPolicyResponse) ProtoReflect ¶
func (x *AddCustomLoginPolicyResponse) ProtoReflect() protoreflect.Message
func (*AddCustomLoginPolicyResponse) Reset ¶
func (x *AddCustomLoginPolicyResponse) Reset()
func (*AddCustomLoginPolicyResponse) String ¶
func (x *AddCustomLoginPolicyResponse) String() 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 (x *AddCustomPasswordAgePolicyRequest) ProtoReflect() protoreflect.Message
func (*AddCustomPasswordAgePolicyRequest) Reset ¶
func (x *AddCustomPasswordAgePolicyRequest) Reset()
func (*AddCustomPasswordAgePolicyRequest) String ¶
func (x *AddCustomPasswordAgePolicyRequest) String() 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 (x *AddCustomPasswordAgePolicyResponse) GetDetails() *object.ObjectDetails
func (*AddCustomPasswordAgePolicyResponse) ProtoMessage ¶
func (*AddCustomPasswordAgePolicyResponse) ProtoMessage()
func (*AddCustomPasswordAgePolicyResponse) ProtoReflect ¶
func (x *AddCustomPasswordAgePolicyResponse) ProtoReflect() protoreflect.Message
func (*AddCustomPasswordAgePolicyResponse) Reset ¶
func (x *AddCustomPasswordAgePolicyResponse) Reset()
func (*AddCustomPasswordAgePolicyResponse) String ¶
func (x *AddCustomPasswordAgePolicyResponse) String() 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 (x *AddCustomPasswordComplexityPolicyRequest) GetHasNumber() bool
func (*AddCustomPasswordComplexityPolicyRequest) GetHasSymbol ¶
func (x *AddCustomPasswordComplexityPolicyRequest) GetHasSymbol() bool
func (*AddCustomPasswordComplexityPolicyRequest) GetHasUppercase ¶
func (x *AddCustomPasswordComplexityPolicyRequest) GetHasUppercase() bool
func (*AddCustomPasswordComplexityPolicyRequest) GetMinLength ¶
func (x *AddCustomPasswordComplexityPolicyRequest) GetMinLength() uint64
func (*AddCustomPasswordComplexityPolicyRequest) ProtoMessage ¶
func (*AddCustomPasswordComplexityPolicyRequest) ProtoMessage()
func (*AddCustomPasswordComplexityPolicyRequest) ProtoReflect ¶
func (x *AddCustomPasswordComplexityPolicyRequest) ProtoReflect() protoreflect.Message
func (*AddCustomPasswordComplexityPolicyRequest) Reset ¶
func (x *AddCustomPasswordComplexityPolicyRequest) Reset()
func (*AddCustomPasswordComplexityPolicyRequest) String ¶
func (x *AddCustomPasswordComplexityPolicyRequest) String() 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 (x *AddCustomPasswordComplexityPolicyResponse) GetDetails() *object.ObjectDetails
func (*AddCustomPasswordComplexityPolicyResponse) ProtoMessage ¶
func (*AddCustomPasswordComplexityPolicyResponse) ProtoMessage()
func (*AddCustomPasswordComplexityPolicyResponse) ProtoReflect ¶
func (x *AddCustomPasswordComplexityPolicyResponse) ProtoReflect() protoreflect.Message
func (*AddCustomPasswordComplexityPolicyResponse) Reset ¶
func (x *AddCustomPasswordComplexityPolicyResponse) Reset()
func (*AddCustomPasswordComplexityPolicyResponse) String ¶
func (x *AddCustomPasswordComplexityPolicyResponse) String() 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 (*AddCustomPrivacyPolicyRequest) GetHelpLink ¶
func (x *AddCustomPrivacyPolicyRequest) GetHelpLink() string
func (*AddCustomPrivacyPolicyRequest) GetPrivacyLink ¶
func (x *AddCustomPrivacyPolicyRequest) GetPrivacyLink() string
func (*AddCustomPrivacyPolicyRequest) GetTosLink ¶
func (x *AddCustomPrivacyPolicyRequest) GetTosLink() string
func (*AddCustomPrivacyPolicyRequest) ProtoMessage ¶
func (*AddCustomPrivacyPolicyRequest) ProtoMessage()
func (*AddCustomPrivacyPolicyRequest) ProtoReflect ¶
func (x *AddCustomPrivacyPolicyRequest) ProtoReflect() protoreflect.Message
func (*AddCustomPrivacyPolicyRequest) Reset ¶
func (x *AddCustomPrivacyPolicyRequest) Reset()
func (*AddCustomPrivacyPolicyRequest) String ¶
func (x *AddCustomPrivacyPolicyRequest) String() 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 (x *AddCustomPrivacyPolicyResponse) GetDetails() *object.ObjectDetails
func (*AddCustomPrivacyPolicyResponse) ProtoMessage ¶
func (*AddCustomPrivacyPolicyResponse) ProtoMessage()
func (*AddCustomPrivacyPolicyResponse) ProtoReflect ¶
func (x *AddCustomPrivacyPolicyResponse) ProtoReflect() protoreflect.Message
func (*AddCustomPrivacyPolicyResponse) Reset ¶
func (x *AddCustomPrivacyPolicyResponse) Reset()
func (*AddCustomPrivacyPolicyResponse) String ¶
func (x *AddCustomPrivacyPolicyResponse) String() 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 (x *AddHumanUserRequest) GetEmail() *AddHumanUserRequest_Email
func (*AddHumanUserRequest) GetInitialPassword ¶
func (x *AddHumanUserRequest) GetInitialPassword() string
func (*AddHumanUserRequest) GetPhone ¶
func (x *AddHumanUserRequest) GetPhone() *AddHumanUserRequest_Phone
func (*AddHumanUserRequest) GetProfile ¶
func (x *AddHumanUserRequest) GetProfile() *AddHumanUserRequest_Profile
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"` 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 (x *AddHumanUserRequest_Email) ProtoReflect() protoreflect.Message
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 (x *AddHumanUserRequest_Phone) ProtoReflect() protoreflect.Message
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 (x *AddHumanUserRequest_Profile) ProtoReflect() protoreflect.Message
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 (x *AddIDPToLoginPolicyRequest) ProtoReflect() protoreflect.Message
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 (x *AddIDPToLoginPolicyResponse) GetDetails() *object.ObjectDetails
func (*AddIDPToLoginPolicyResponse) ProtoMessage ¶
func (*AddIDPToLoginPolicyResponse) ProtoMessage()
func (*AddIDPToLoginPolicyResponse) ProtoReflect ¶
func (x *AddIDPToLoginPolicyResponse) ProtoReflect() protoreflect.Message
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 (x *AddMultiFactorToLoginPolicyRequest) GetType() policy.MultiFactorType
func (*AddMultiFactorToLoginPolicyRequest) ProtoMessage ¶
func (*AddMultiFactorToLoginPolicyRequest) ProtoMessage()
func (*AddMultiFactorToLoginPolicyRequest) ProtoReflect ¶
func (x *AddMultiFactorToLoginPolicyRequest) ProtoReflect() protoreflect.Message
func (*AddMultiFactorToLoginPolicyRequest) Reset ¶
func (x *AddMultiFactorToLoginPolicyRequest) Reset()
func (*AddMultiFactorToLoginPolicyRequest) String ¶
func (x *AddMultiFactorToLoginPolicyRequest) String() 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 (x *AddMultiFactorToLoginPolicyResponse) GetDetails() *object.ObjectDetails
func (*AddMultiFactorToLoginPolicyResponse) ProtoMessage ¶
func (*AddMultiFactorToLoginPolicyResponse) ProtoMessage()
func (*AddMultiFactorToLoginPolicyResponse) ProtoReflect ¶
func (x *AddMultiFactorToLoginPolicyResponse) ProtoReflect() protoreflect.Message
func (*AddMultiFactorToLoginPolicyResponse) Reset ¶
func (x *AddMultiFactorToLoginPolicyResponse) Reset()
func (*AddMultiFactorToLoginPolicyResponse) String ¶
func (x *AddMultiFactorToLoginPolicyResponse) String() 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 (x *AddPasswordlessRegistrationRequest) GetUserId() string
func (*AddPasswordlessRegistrationRequest) ProtoMessage ¶
func (*AddPasswordlessRegistrationRequest) ProtoMessage()
func (*AddPasswordlessRegistrationRequest) ProtoReflect ¶
func (x *AddPasswordlessRegistrationRequest) ProtoReflect() protoreflect.Message
func (*AddPasswordlessRegistrationRequest) Reset ¶
func (x *AddPasswordlessRegistrationRequest) Reset()
func (*AddPasswordlessRegistrationRequest) String ¶
func (x *AddPasswordlessRegistrationRequest) String() 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 (x *AddPasswordlessRegistrationResponse) GetDetails() *object.ObjectDetails
func (*AddPasswordlessRegistrationResponse) GetExpiration ¶
func (x *AddPasswordlessRegistrationResponse) GetExpiration() *durationpb.Duration
func (*AddPasswordlessRegistrationResponse) GetLink ¶
func (x *AddPasswordlessRegistrationResponse) GetLink() string
func (*AddPasswordlessRegistrationResponse) ProtoMessage ¶
func (*AddPasswordlessRegistrationResponse) ProtoMessage()
func (*AddPasswordlessRegistrationResponse) ProtoReflect ¶
func (x *AddPasswordlessRegistrationResponse) ProtoReflect() protoreflect.Message
func (*AddPasswordlessRegistrationResponse) Reset ¶
func (x *AddPasswordlessRegistrationResponse) Reset()
func (*AddPasswordlessRegistrationResponse) String ¶
func (x *AddPasswordlessRegistrationResponse) String() 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 (x *AddPersonalAccessTokenRequest) ProtoReflect() protoreflect.Message
func (*AddPersonalAccessTokenRequest) Reset ¶
func (x *AddPersonalAccessTokenRequest) Reset()
func (*AddPersonalAccessTokenRequest) String ¶
func (x *AddPersonalAccessTokenRequest) String() 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 (x *AddPersonalAccessTokenResponse) GetDetails() *object.ObjectDetails
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 (x *AddPersonalAccessTokenResponse) ProtoReflect() protoreflect.Message
func (*AddPersonalAccessTokenResponse) Reset ¶
func (x *AddPersonalAccessTokenResponse) Reset()
func (*AddPersonalAccessTokenResponse) String ¶
func (x *AddPersonalAccessTokenResponse) String() 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 (x *AddProjectGrantMemberRequest) ProtoReflect() protoreflect.Message
func (*AddProjectGrantMemberRequest) Reset ¶
func (x *AddProjectGrantMemberRequest) Reset()
func (*AddProjectGrantMemberRequest) String ¶
func (x *AddProjectGrantMemberRequest) String() 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 (x *AddProjectGrantMemberResponse) GetDetails() *object.ObjectDetails
func (*AddProjectGrantMemberResponse) ProtoMessage ¶
func (*AddProjectGrantMemberResponse) ProtoMessage()
func (*AddProjectGrantMemberResponse) ProtoReflect ¶
func (x *AddProjectGrantMemberResponse) ProtoReflect() protoreflect.Message
func (*AddProjectGrantMemberResponse) Reset ¶
func (x *AddProjectGrantMemberResponse) Reset()
func (*AddProjectGrantMemberResponse) String ¶
func (x *AddProjectGrantMemberResponse) String() 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 (x *AddProjectMemberResponse) GetDetails() *object.ObjectDetails
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 (x *AddSecondFactorToLoginPolicyRequest) GetType() policy.SecondFactorType
func (*AddSecondFactorToLoginPolicyRequest) ProtoMessage ¶
func (*AddSecondFactorToLoginPolicyRequest) ProtoMessage()
func (*AddSecondFactorToLoginPolicyRequest) ProtoReflect ¶
func (x *AddSecondFactorToLoginPolicyRequest) ProtoReflect() protoreflect.Message
func (*AddSecondFactorToLoginPolicyRequest) Reset ¶
func (x *AddSecondFactorToLoginPolicyRequest) Reset()
func (*AddSecondFactorToLoginPolicyRequest) String ¶
func (x *AddSecondFactorToLoginPolicyRequest) String() 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 (x *AddSecondFactorToLoginPolicyResponse) GetDetails() *object.ObjectDetails
func (*AddSecondFactorToLoginPolicyResponse) ProtoMessage ¶
func (*AddSecondFactorToLoginPolicyResponse) ProtoMessage()
func (*AddSecondFactorToLoginPolicyResponse) ProtoReflect ¶
func (x *AddSecondFactorToLoginPolicyResponse) ProtoReflect() protoreflect.Message
func (*AddSecondFactorToLoginPolicyResponse) Reset ¶
func (x *AddSecondFactorToLoginPolicyResponse) Reset()
func (*AddSecondFactorToLoginPolicyResponse) String ¶
func (x *AddSecondFactorToLoginPolicyResponse) String() 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 (x *BulkAddProjectRolesRequest) GetRoles() []*BulkAddProjectRolesRequest_Role
func (*BulkAddProjectRolesRequest) ProtoMessage ¶
func (*BulkAddProjectRolesRequest) ProtoMessage()
func (*BulkAddProjectRolesRequest) ProtoReflect ¶
func (x *BulkAddProjectRolesRequest) ProtoReflect() protoreflect.Message
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 (x *BulkAddProjectRolesRequest_Role) GetGroup() string
func (*BulkAddProjectRolesRequest_Role) GetKey ¶
func (x *BulkAddProjectRolesRequest_Role) GetKey() string
func (*BulkAddProjectRolesRequest_Role) ProtoMessage ¶
func (*BulkAddProjectRolesRequest_Role) ProtoMessage()
func (*BulkAddProjectRolesRequest_Role) ProtoReflect ¶
func (x *BulkAddProjectRolesRequest_Role) ProtoReflect() protoreflect.Message
func (*BulkAddProjectRolesRequest_Role) Reset ¶
func (x *BulkAddProjectRolesRequest_Role) Reset()
func (*BulkAddProjectRolesRequest_Role) String ¶
func (x *BulkAddProjectRolesRequest_Role) String() 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 (x *BulkAddProjectRolesResponse) GetDetails() *object.ObjectDetails
func (*BulkAddProjectRolesResponse) ProtoMessage ¶
func (*BulkAddProjectRolesResponse) ProtoMessage()
func (*BulkAddProjectRolesResponse) ProtoReflect ¶
func (x *BulkAddProjectRolesResponse) ProtoReflect() protoreflect.Message
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 (x *BulkRemoveUserGrantRequest) ProtoReflect() protoreflect.Message
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 (x *BulkRemoveUserGrantResponse) ProtoReflect() protoreflect.Message
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 (x *BulkRemoveUserMetadataRequest) GetId() string
func (*BulkRemoveUserMetadataRequest) GetKeys ¶
func (x *BulkRemoveUserMetadataRequest) GetKeys() []string
func (*BulkRemoveUserMetadataRequest) ProtoMessage ¶
func (*BulkRemoveUserMetadataRequest) ProtoMessage()
func (*BulkRemoveUserMetadataRequest) ProtoReflect ¶
func (x *BulkRemoveUserMetadataRequest) ProtoReflect() protoreflect.Message
func (*BulkRemoveUserMetadataRequest) Reset ¶
func (x *BulkRemoveUserMetadataRequest) Reset()
func (*BulkRemoveUserMetadataRequest) String ¶
func (x *BulkRemoveUserMetadataRequest) String() 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 (x *BulkRemoveUserMetadataResponse) GetDetails() *object.ObjectDetails
func (*BulkRemoveUserMetadataResponse) ProtoMessage ¶
func (*BulkRemoveUserMetadataResponse) ProtoMessage()
func (*BulkRemoveUserMetadataResponse) ProtoReflect ¶
func (x *BulkRemoveUserMetadataResponse) ProtoReflect() protoreflect.Message
func (*BulkRemoveUserMetadataResponse) Reset ¶
func (x *BulkRemoveUserMetadataResponse) Reset()
func (*BulkRemoveUserMetadataResponse) String ¶
func (x *BulkRemoveUserMetadataResponse) String() 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 (x *BulkSetUserMetadataRequest) GetId() string
func (*BulkSetUserMetadataRequest) GetMetadata ¶
func (x *BulkSetUserMetadataRequest) GetMetadata() []*BulkSetUserMetadataRequest_Metadata
func (*BulkSetUserMetadataRequest) ProtoMessage ¶
func (*BulkSetUserMetadataRequest) ProtoMessage()
func (*BulkSetUserMetadataRequest) ProtoReflect ¶
func (x *BulkSetUserMetadataRequest) ProtoReflect() protoreflect.Message
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 (x *BulkSetUserMetadataRequest_Metadata) GetKey() string
func (*BulkSetUserMetadataRequest_Metadata) GetValue ¶
func (x *BulkSetUserMetadataRequest_Metadata) GetValue() []byte
func (*BulkSetUserMetadataRequest_Metadata) ProtoMessage ¶
func (*BulkSetUserMetadataRequest_Metadata) ProtoMessage()
func (*BulkSetUserMetadataRequest_Metadata) ProtoReflect ¶
func (x *BulkSetUserMetadataRequest_Metadata) ProtoReflect() protoreflect.Message
func (*BulkSetUserMetadataRequest_Metadata) Reset ¶
func (x *BulkSetUserMetadataRequest_Metadata) Reset()
func (*BulkSetUserMetadataRequest_Metadata) String ¶
func (x *BulkSetUserMetadataRequest_Metadata) String() 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 (x *BulkSetUserMetadataResponse) GetDetails() *object.ObjectDetails
func (*BulkSetUserMetadataResponse) ProtoMessage ¶
func (*BulkSetUserMetadataResponse) ProtoMessage()
func (*BulkSetUserMetadataResponse) ProtoReflect ¶
func (x *BulkSetUserMetadataResponse) ProtoReflect() protoreflect.Message
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 (x *DeactivateActionResponse) GetDetails() *object.ObjectDetails
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 (x *DeactivateOrgIDPResponse) GetDetails() *object.ObjectDetails
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 (x *DeactivateProjectGrantRequest) ProtoReflect() protoreflect.Message
func (*DeactivateProjectGrantRequest) Reset ¶
func (x *DeactivateProjectGrantRequest) Reset()
func (*DeactivateProjectGrantRequest) String ¶
func (x *DeactivateProjectGrantRequest) String() 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 (x *DeactivateProjectGrantResponse) GetDetails() *object.ObjectDetails
func (*DeactivateProjectGrantResponse) ProtoMessage ¶
func (*DeactivateProjectGrantResponse) ProtoMessage()
func (*DeactivateProjectGrantResponse) ProtoReflect ¶
func (x *DeactivateProjectGrantResponse) ProtoReflect() protoreflect.Message
func (*DeactivateProjectGrantResponse) Reset ¶
func (x *DeactivateProjectGrantResponse) Reset()
func (*DeactivateProjectGrantResponse) String ¶
func (x *DeactivateProjectGrantResponse) String() 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 (x *DeactivateProjectResponse) GetDetails() *object.ObjectDetails
func (*DeactivateProjectResponse) ProtoMessage ¶
func (*DeactivateProjectResponse) ProtoMessage()
func (*DeactivateProjectResponse) ProtoReflect ¶
func (x *DeactivateProjectResponse) ProtoReflect() protoreflect.Message
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 (x *DeactivateUserGrantRequest) ProtoReflect() protoreflect.Message
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 (x *DeactivateUserGrantResponse) GetDetails() *object.ObjectDetails
func (*DeactivateUserGrantResponse) ProtoMessage ¶
func (*DeactivateUserGrantResponse) ProtoMessage()
func (*DeactivateUserGrantResponse) ProtoReflect ¶
func (x *DeactivateUserGrantResponse) ProtoReflect() protoreflect.Message
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 (x *GenerateOrgDomainValidationRequest) GetDomain() string
func (*GenerateOrgDomainValidationRequest) GetType ¶
func (x *GenerateOrgDomainValidationRequest) GetType() org.DomainValidationType
func (*GenerateOrgDomainValidationRequest) ProtoMessage ¶
func (*GenerateOrgDomainValidationRequest) ProtoMessage()
func (*GenerateOrgDomainValidationRequest) ProtoReflect ¶
func (x *GenerateOrgDomainValidationRequest) ProtoReflect() protoreflect.Message
func (*GenerateOrgDomainValidationRequest) Reset ¶
func (x *GenerateOrgDomainValidationRequest) Reset()
func (*GenerateOrgDomainValidationRequest) String ¶
func (x *GenerateOrgDomainValidationRequest) String() 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 (x *GenerateOrgDomainValidationResponse) GetToken() string
func (*GenerateOrgDomainValidationResponse) GetUrl ¶
func (x *GenerateOrgDomainValidationResponse) GetUrl() string
func (*GenerateOrgDomainValidationResponse) ProtoMessage ¶
func (*GenerateOrgDomainValidationResponse) ProtoMessage()
func (*GenerateOrgDomainValidationResponse) ProtoReflect ¶
func (x *GenerateOrgDomainValidationResponse) ProtoReflect() protoreflect.Message
func (*GenerateOrgDomainValidationResponse) Reset ¶
func (x *GenerateOrgDomainValidationResponse) Reset()
func (*GenerateOrgDomainValidationResponse) String ¶
func (x *GenerateOrgDomainValidationResponse) String() 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 (x *GetCustomDomainClaimedMessageTextRequest) GetLanguage() string
func (*GetCustomDomainClaimedMessageTextRequest) ProtoMessage ¶
func (*GetCustomDomainClaimedMessageTextRequest) ProtoMessage()
func (*GetCustomDomainClaimedMessageTextRequest) ProtoReflect ¶
func (x *GetCustomDomainClaimedMessageTextRequest) ProtoReflect() protoreflect.Message
func (*GetCustomDomainClaimedMessageTextRequest) Reset ¶
func (x *GetCustomDomainClaimedMessageTextRequest) Reset()
func (*GetCustomDomainClaimedMessageTextRequest) String ¶
func (x *GetCustomDomainClaimedMessageTextRequest) String() 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 (x *GetCustomDomainClaimedMessageTextResponse) GetCustomText() *text.MessageCustomText
func (*GetCustomDomainClaimedMessageTextResponse) ProtoMessage ¶
func (*GetCustomDomainClaimedMessageTextResponse) ProtoMessage()
func (*GetCustomDomainClaimedMessageTextResponse) ProtoReflect ¶
func (x *GetCustomDomainClaimedMessageTextResponse) ProtoReflect() protoreflect.Message
func (*GetCustomDomainClaimedMessageTextResponse) Reset ¶
func (x *GetCustomDomainClaimedMessageTextResponse) Reset()
func (*GetCustomDomainClaimedMessageTextResponse) String ¶
func (x *GetCustomDomainClaimedMessageTextResponse) String() 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 (x *GetCustomInitMessageTextRequest) ProtoReflect() protoreflect.Message
func (*GetCustomInitMessageTextRequest) Reset ¶
func (x *GetCustomInitMessageTextRequest) Reset()
func (*GetCustomInitMessageTextRequest) String ¶
func (x *GetCustomInitMessageTextRequest) String() 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 (x *GetCustomInitMessageTextResponse) GetCustomText() *text.MessageCustomText
func (*GetCustomInitMessageTextResponse) ProtoMessage ¶
func (*GetCustomInitMessageTextResponse) ProtoMessage()
func (*GetCustomInitMessageTextResponse) ProtoReflect ¶
func (x *GetCustomInitMessageTextResponse) ProtoReflect() protoreflect.Message
func (*GetCustomInitMessageTextResponse) Reset ¶
func (x *GetCustomInitMessageTextResponse) Reset()
func (*GetCustomInitMessageTextResponse) String ¶
func (x *GetCustomInitMessageTextResponse) String() 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 (x *GetCustomLoginTextsRequest) ProtoReflect() protoreflect.Message
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 (x *GetCustomLoginTextsResponse) ProtoReflect() protoreflect.Message
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 (x *GetCustomPasswordResetMessageTextRequest) GetLanguage() string
func (*GetCustomPasswordResetMessageTextRequest) ProtoMessage ¶
func (*GetCustomPasswordResetMessageTextRequest) ProtoMessage()
func (*GetCustomPasswordResetMessageTextRequest) ProtoReflect ¶
func (x *GetCustomPasswordResetMessageTextRequest) ProtoReflect() protoreflect.Message
func (*GetCustomPasswordResetMessageTextRequest) Reset ¶
func (x *GetCustomPasswordResetMessageTextRequest) Reset()
func (*GetCustomPasswordResetMessageTextRequest) String ¶
func (x *GetCustomPasswordResetMessageTextRequest) String() 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 (x *GetCustomPasswordResetMessageTextResponse) GetCustomText() *text.MessageCustomText
func (*GetCustomPasswordResetMessageTextResponse) ProtoMessage ¶
func (*GetCustomPasswordResetMessageTextResponse) ProtoMessage()
func (*GetCustomPasswordResetMessageTextResponse) ProtoReflect ¶
func (x *GetCustomPasswordResetMessageTextResponse) ProtoReflect() protoreflect.Message
func (*GetCustomPasswordResetMessageTextResponse) Reset ¶
func (x *GetCustomPasswordResetMessageTextResponse) Reset()
func (*GetCustomPasswordResetMessageTextResponse) String ¶
func (x *GetCustomPasswordResetMessageTextResponse) String() 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
func (*GetCustomPasswordlessRegistrationMessageTextRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetCustomPasswordlessRegistrationMessageTextRequest.ProtoReflect.Descriptor instead.
func (*GetCustomPasswordlessRegistrationMessageTextRequest) GetLanguage ¶
func (x *GetCustomPasswordlessRegistrationMessageTextRequest) GetLanguage() string
func (*GetCustomPasswordlessRegistrationMessageTextRequest) ProtoMessage ¶
func (*GetCustomPasswordlessRegistrationMessageTextRequest) ProtoMessage()
func (*GetCustomPasswordlessRegistrationMessageTextRequest) ProtoReflect ¶
func (x *GetCustomPasswordlessRegistrationMessageTextRequest) ProtoReflect() protoreflect.Message
func (*GetCustomPasswordlessRegistrationMessageTextRequest) Reset ¶
func (x *GetCustomPasswordlessRegistrationMessageTextRequest) Reset()
func (*GetCustomPasswordlessRegistrationMessageTextRequest) String ¶
func (x *GetCustomPasswordlessRegistrationMessageTextRequest) String() 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
func (*GetCustomPasswordlessRegistrationMessageTextResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetCustomPasswordlessRegistrationMessageTextResponse.ProtoReflect.Descriptor instead.
func (*GetCustomPasswordlessRegistrationMessageTextResponse) GetCustomText ¶
func (x *GetCustomPasswordlessRegistrationMessageTextResponse) GetCustomText() *text.MessageCustomText
func (*GetCustomPasswordlessRegistrationMessageTextResponse) ProtoMessage ¶
func (*GetCustomPasswordlessRegistrationMessageTextResponse) ProtoMessage()
func (*GetCustomPasswordlessRegistrationMessageTextResponse) ProtoReflect ¶
func (x *GetCustomPasswordlessRegistrationMessageTextResponse) ProtoReflect() protoreflect.Message
func (*GetCustomPasswordlessRegistrationMessageTextResponse) Reset ¶
func (x *GetCustomPasswordlessRegistrationMessageTextResponse) Reset()
func (*GetCustomPasswordlessRegistrationMessageTextResponse) String ¶
func (x *GetCustomPasswordlessRegistrationMessageTextResponse) String() 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 (x *GetCustomVerifyEmailMessageTextRequest) GetLanguage() string
func (*GetCustomVerifyEmailMessageTextRequest) ProtoMessage ¶
func (*GetCustomVerifyEmailMessageTextRequest) ProtoMessage()
func (*GetCustomVerifyEmailMessageTextRequest) ProtoReflect ¶
func (x *GetCustomVerifyEmailMessageTextRequest) ProtoReflect() protoreflect.Message
func (*GetCustomVerifyEmailMessageTextRequest) Reset ¶
func (x *GetCustomVerifyEmailMessageTextRequest) Reset()
func (*GetCustomVerifyEmailMessageTextRequest) String ¶
func (x *GetCustomVerifyEmailMessageTextRequest) String() 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 (x *GetCustomVerifyEmailMessageTextResponse) GetCustomText() *text.MessageCustomText
func (*GetCustomVerifyEmailMessageTextResponse) ProtoMessage ¶
func (*GetCustomVerifyEmailMessageTextResponse) ProtoMessage()
func (*GetCustomVerifyEmailMessageTextResponse) ProtoReflect ¶
func (x *GetCustomVerifyEmailMessageTextResponse) ProtoReflect() protoreflect.Message
func (*GetCustomVerifyEmailMessageTextResponse) Reset ¶
func (x *GetCustomVerifyEmailMessageTextResponse) Reset()
func (*GetCustomVerifyEmailMessageTextResponse) String ¶
func (x *GetCustomVerifyEmailMessageTextResponse) String() 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 (x *GetCustomVerifyPhoneMessageTextRequest) GetLanguage() string
func (*GetCustomVerifyPhoneMessageTextRequest) ProtoMessage ¶
func (*GetCustomVerifyPhoneMessageTextRequest) ProtoMessage()
func (*GetCustomVerifyPhoneMessageTextRequest) ProtoReflect ¶
func (x *GetCustomVerifyPhoneMessageTextRequest) ProtoReflect() protoreflect.Message
func (*GetCustomVerifyPhoneMessageTextRequest) Reset ¶
func (x *GetCustomVerifyPhoneMessageTextRequest) Reset()
func (*GetCustomVerifyPhoneMessageTextRequest) String ¶
func (x *GetCustomVerifyPhoneMessageTextRequest) String() 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 (x *GetCustomVerifyPhoneMessageTextResponse) GetCustomText() *text.MessageCustomText
func (*GetCustomVerifyPhoneMessageTextResponse) ProtoMessage ¶
func (*GetCustomVerifyPhoneMessageTextResponse) ProtoMessage()
func (*GetCustomVerifyPhoneMessageTextResponse) ProtoReflect ¶
func (x *GetCustomVerifyPhoneMessageTextResponse) ProtoReflect() protoreflect.Message
func (*GetCustomVerifyPhoneMessageTextResponse) Reset ¶
func (x *GetCustomVerifyPhoneMessageTextResponse) Reset()
func (*GetCustomVerifyPhoneMessageTextResponse) String ¶
func (x *GetCustomVerifyPhoneMessageTextResponse) String() 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 (x *GetDefaultDomainClaimedMessageTextRequest) GetLanguage() string
func (*GetDefaultDomainClaimedMessageTextRequest) ProtoMessage ¶
func (*GetDefaultDomainClaimedMessageTextRequest) ProtoMessage()
func (*GetDefaultDomainClaimedMessageTextRequest) ProtoReflect ¶
func (x *GetDefaultDomainClaimedMessageTextRequest) ProtoReflect() protoreflect.Message
func (*GetDefaultDomainClaimedMessageTextRequest) Reset ¶
func (x *GetDefaultDomainClaimedMessageTextRequest) Reset()
func (*GetDefaultDomainClaimedMessageTextRequest) String ¶
func (x *GetDefaultDomainClaimedMessageTextRequest) String() 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
func (*GetDefaultDomainClaimedMessageTextResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetDefaultDomainClaimedMessageTextResponse.ProtoReflect.Descriptor instead.
func (*GetDefaultDomainClaimedMessageTextResponse) GetCustomText ¶
func (x *GetDefaultDomainClaimedMessageTextResponse) GetCustomText() *text.MessageCustomText
func (*GetDefaultDomainClaimedMessageTextResponse) ProtoMessage ¶
func (*GetDefaultDomainClaimedMessageTextResponse) ProtoMessage()
func (*GetDefaultDomainClaimedMessageTextResponse) ProtoReflect ¶
func (x *GetDefaultDomainClaimedMessageTextResponse) ProtoReflect() protoreflect.Message
func (*GetDefaultDomainClaimedMessageTextResponse) Reset ¶
func (x *GetDefaultDomainClaimedMessageTextResponse) Reset()
func (*GetDefaultDomainClaimedMessageTextResponse) String ¶
func (x *GetDefaultDomainClaimedMessageTextResponse) String() 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 (x *GetDefaultInitMessageTextRequest) ProtoReflect() protoreflect.Message
func (*GetDefaultInitMessageTextRequest) Reset ¶
func (x *GetDefaultInitMessageTextRequest) Reset()
func (*GetDefaultInitMessageTextRequest) String ¶
func (x *GetDefaultInitMessageTextRequest) String() 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 (x *GetDefaultInitMessageTextResponse) GetCustomText() *text.MessageCustomText
func (*GetDefaultInitMessageTextResponse) ProtoMessage ¶
func (*GetDefaultInitMessageTextResponse) ProtoMessage()
func (*GetDefaultInitMessageTextResponse) ProtoReflect ¶
func (x *GetDefaultInitMessageTextResponse) ProtoReflect() protoreflect.Message
func (*GetDefaultInitMessageTextResponse) Reset ¶
func (x *GetDefaultInitMessageTextResponse) Reset()
func (*GetDefaultInitMessageTextResponse) String ¶
func (x *GetDefaultInitMessageTextResponse) String() 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 (x *GetDefaultLabelPolicyRequest) ProtoReflect() protoreflect.Message
func (*GetDefaultLabelPolicyRequest) Reset ¶
func (x *GetDefaultLabelPolicyRequest) Reset()
func (*GetDefaultLabelPolicyRequest) String ¶
func (x *GetDefaultLabelPolicyRequest) String() 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 (x *GetDefaultLabelPolicyResponse) GetPolicy() *policy.LabelPolicy
func (*GetDefaultLabelPolicyResponse) ProtoMessage ¶
func (*GetDefaultLabelPolicyResponse) ProtoMessage()
func (*GetDefaultLabelPolicyResponse) ProtoReflect ¶
func (x *GetDefaultLabelPolicyResponse) ProtoReflect() protoreflect.Message
func (*GetDefaultLabelPolicyResponse) Reset ¶
func (x *GetDefaultLabelPolicyResponse) Reset()
func (*GetDefaultLabelPolicyResponse) String ¶
func (x *GetDefaultLabelPolicyResponse) String() 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 (x *GetDefaultLockoutPolicyRequest) ProtoReflect() protoreflect.Message
func (*GetDefaultLockoutPolicyRequest) Reset ¶
func (x *GetDefaultLockoutPolicyRequest) Reset()
func (*GetDefaultLockoutPolicyRequest) String ¶
func (x *GetDefaultLockoutPolicyRequest) String() 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 (x *GetDefaultLockoutPolicyResponse) GetPolicy() *policy.LockoutPolicy
func (*GetDefaultLockoutPolicyResponse) ProtoMessage ¶
func (*GetDefaultLockoutPolicyResponse) ProtoMessage()
func (*GetDefaultLockoutPolicyResponse) ProtoReflect ¶
func (x *GetDefaultLockoutPolicyResponse) ProtoReflect() protoreflect.Message
func (*GetDefaultLockoutPolicyResponse) Reset ¶
func (x *GetDefaultLockoutPolicyResponse) Reset()
func (*GetDefaultLockoutPolicyResponse) String ¶
func (x *GetDefaultLockoutPolicyResponse) String() 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 (x *GetDefaultLoginPolicyRequest) ProtoReflect() protoreflect.Message
func (*GetDefaultLoginPolicyRequest) Reset ¶
func (x *GetDefaultLoginPolicyRequest) Reset()
func (*GetDefaultLoginPolicyRequest) String ¶
func (x *GetDefaultLoginPolicyRequest) String() 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 (x *GetDefaultLoginPolicyResponse) GetPolicy() *policy.LoginPolicy
func (*GetDefaultLoginPolicyResponse) ProtoMessage ¶
func (*GetDefaultLoginPolicyResponse) ProtoMessage()
func (*GetDefaultLoginPolicyResponse) ProtoReflect ¶
func (x *GetDefaultLoginPolicyResponse) ProtoReflect() protoreflect.Message
func (*GetDefaultLoginPolicyResponse) Reset ¶
func (x *GetDefaultLoginPolicyResponse) Reset()
func (*GetDefaultLoginPolicyResponse) String ¶
func (x *GetDefaultLoginPolicyResponse) String() 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 (x *GetDefaultLoginTextsRequest) ProtoReflect() protoreflect.Message
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 (x *GetDefaultLoginTextsResponse) GetCustomText() *text.LoginCustomText
func (*GetDefaultLoginTextsResponse) ProtoMessage ¶
func (*GetDefaultLoginTextsResponse) ProtoMessage()
func (*GetDefaultLoginTextsResponse) ProtoReflect ¶
func (x *GetDefaultLoginTextsResponse) ProtoReflect() protoreflect.Message
func (*GetDefaultLoginTextsResponse) Reset ¶
func (x *GetDefaultLoginTextsResponse) Reset()
func (*GetDefaultLoginTextsResponse) String ¶
func (x *GetDefaultLoginTextsResponse) String() 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 (x *GetDefaultPasswordAgePolicyRequest) ProtoReflect() protoreflect.Message
func (*GetDefaultPasswordAgePolicyRequest) Reset ¶
func (x *GetDefaultPasswordAgePolicyRequest) Reset()
func (*GetDefaultPasswordAgePolicyRequest) String ¶
func (x *GetDefaultPasswordAgePolicyRequest) String() 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 (x *GetDefaultPasswordAgePolicyResponse) GetPolicy() *policy.PasswordAgePolicy
func (*GetDefaultPasswordAgePolicyResponse) ProtoMessage ¶
func (*GetDefaultPasswordAgePolicyResponse) ProtoMessage()
func (*GetDefaultPasswordAgePolicyResponse) ProtoReflect ¶
func (x *GetDefaultPasswordAgePolicyResponse) ProtoReflect() protoreflect.Message
func (*GetDefaultPasswordAgePolicyResponse) Reset ¶
func (x *GetDefaultPasswordAgePolicyResponse) Reset()
func (*GetDefaultPasswordAgePolicyResponse) String ¶
func (x *GetDefaultPasswordAgePolicyResponse) String() 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) ProtoMessage()
func (*GetDefaultPasswordComplexityPolicyRequest) ProtoReflect ¶
func (x *GetDefaultPasswordComplexityPolicyRequest) ProtoReflect() protoreflect.Message
func (*GetDefaultPasswordComplexityPolicyRequest) Reset ¶
func (x *GetDefaultPasswordComplexityPolicyRequest) Reset()
func (*GetDefaultPasswordComplexityPolicyRequest) String ¶
func (x *GetDefaultPasswordComplexityPolicyRequest) String() 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
func (*GetDefaultPasswordComplexityPolicyResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetDefaultPasswordComplexityPolicyResponse.ProtoReflect.Descriptor instead.
func (*GetDefaultPasswordComplexityPolicyResponse) GetPolicy ¶
func (x *GetDefaultPasswordComplexityPolicyResponse) GetPolicy() *policy.PasswordComplexityPolicy
func (*GetDefaultPasswordComplexityPolicyResponse) ProtoMessage ¶
func (*GetDefaultPasswordComplexityPolicyResponse) ProtoMessage()
func (*GetDefaultPasswordComplexityPolicyResponse) ProtoReflect ¶
func (x *GetDefaultPasswordComplexityPolicyResponse) ProtoReflect() protoreflect.Message
func (*GetDefaultPasswordComplexityPolicyResponse) Reset ¶
func (x *GetDefaultPasswordComplexityPolicyResponse) Reset()
func (*GetDefaultPasswordComplexityPolicyResponse) String ¶
func (x *GetDefaultPasswordComplexityPolicyResponse) String() 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 (x *GetDefaultPasswordResetMessageTextRequest) GetLanguage() string
func (*GetDefaultPasswordResetMessageTextRequest) ProtoMessage ¶
func (*GetDefaultPasswordResetMessageTextRequest) ProtoMessage()
func (*GetDefaultPasswordResetMessageTextRequest) ProtoReflect ¶
func (x *GetDefaultPasswordResetMessageTextRequest) ProtoReflect() protoreflect.Message
func (*GetDefaultPasswordResetMessageTextRequest) Reset ¶
func (x *GetDefaultPasswordResetMessageTextRequest) Reset()
func (*GetDefaultPasswordResetMessageTextRequest) String ¶
func (x *GetDefaultPasswordResetMessageTextRequest) String() 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
func (*GetDefaultPasswordResetMessageTextResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetDefaultPasswordResetMessageTextResponse.ProtoReflect.Descriptor instead.
func (*GetDefaultPasswordResetMessageTextResponse) GetCustomText ¶
func (x *GetDefaultPasswordResetMessageTextResponse) GetCustomText() *text.MessageCustomText
func (*GetDefaultPasswordResetMessageTextResponse) ProtoMessage ¶
func (*GetDefaultPasswordResetMessageTextResponse) ProtoMessage()
func (*GetDefaultPasswordResetMessageTextResponse) ProtoReflect ¶
func (x *GetDefaultPasswordResetMessageTextResponse) ProtoReflect() protoreflect.Message
func (*GetDefaultPasswordResetMessageTextResponse) Reset ¶
func (x *GetDefaultPasswordResetMessageTextResponse) Reset()
func (*GetDefaultPasswordResetMessageTextResponse) String ¶
func (x *GetDefaultPasswordResetMessageTextResponse) String() 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
func (*GetDefaultPasswordlessRegistrationMessageTextRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetDefaultPasswordlessRegistrationMessageTextRequest.ProtoReflect.Descriptor instead.
func (*GetDefaultPasswordlessRegistrationMessageTextRequest) GetLanguage ¶
func (x *GetDefaultPasswordlessRegistrationMessageTextRequest) GetLanguage() string
func (*GetDefaultPasswordlessRegistrationMessageTextRequest) ProtoMessage ¶
func (*GetDefaultPasswordlessRegistrationMessageTextRequest) ProtoMessage()
func (*GetDefaultPasswordlessRegistrationMessageTextRequest) ProtoReflect ¶
func (x *GetDefaultPasswordlessRegistrationMessageTextRequest) ProtoReflect() protoreflect.Message
func (*GetDefaultPasswordlessRegistrationMessageTextRequest) Reset ¶
func (x *GetDefaultPasswordlessRegistrationMessageTextRequest) Reset()
func (*GetDefaultPasswordlessRegistrationMessageTextRequest) String ¶
func (x *GetDefaultPasswordlessRegistrationMessageTextRequest) String() 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
func (*GetDefaultPasswordlessRegistrationMessageTextResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetDefaultPasswordlessRegistrationMessageTextResponse.ProtoReflect.Descriptor instead.
func (*GetDefaultPasswordlessRegistrationMessageTextResponse) GetCustomText ¶
func (x *GetDefaultPasswordlessRegistrationMessageTextResponse) GetCustomText() *text.MessageCustomText
func (*GetDefaultPasswordlessRegistrationMessageTextResponse) ProtoMessage ¶
func (*GetDefaultPasswordlessRegistrationMessageTextResponse) ProtoMessage()
func (*GetDefaultPasswordlessRegistrationMessageTextResponse) ProtoReflect ¶
func (x *GetDefaultPasswordlessRegistrationMessageTextResponse) ProtoReflect() protoreflect.Message
func (*GetDefaultPasswordlessRegistrationMessageTextResponse) Reset ¶
func (x *GetDefaultPasswordlessRegistrationMessageTextResponse) Reset()
func (*GetDefaultPasswordlessRegistrationMessageTextResponse) String ¶
func (x *GetDefaultPasswordlessRegistrationMessageTextResponse) String() 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 (x *GetDefaultPrivacyPolicyRequest) ProtoReflect() protoreflect.Message
func (*GetDefaultPrivacyPolicyRequest) Reset ¶
func (x *GetDefaultPrivacyPolicyRequest) Reset()
func (*GetDefaultPrivacyPolicyRequest) String ¶
func (x *GetDefaultPrivacyPolicyRequest) String() 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 (x *GetDefaultPrivacyPolicyResponse) GetPolicy() *policy.PrivacyPolicy
func (*GetDefaultPrivacyPolicyResponse) ProtoMessage ¶
func (*GetDefaultPrivacyPolicyResponse) ProtoMessage()
func (*GetDefaultPrivacyPolicyResponse) ProtoReflect ¶
func (x *GetDefaultPrivacyPolicyResponse) ProtoReflect() protoreflect.Message
func (*GetDefaultPrivacyPolicyResponse) Reset ¶
func (x *GetDefaultPrivacyPolicyResponse) Reset()
func (*GetDefaultPrivacyPolicyResponse) String ¶
func (x *GetDefaultPrivacyPolicyResponse) String() 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 (x *GetDefaultVerifyEmailMessageTextRequest) GetLanguage() string
func (*GetDefaultVerifyEmailMessageTextRequest) ProtoMessage ¶
func (*GetDefaultVerifyEmailMessageTextRequest) ProtoMessage()
func (*GetDefaultVerifyEmailMessageTextRequest) ProtoReflect ¶
func (x *GetDefaultVerifyEmailMessageTextRequest) ProtoReflect() protoreflect.Message
func (*GetDefaultVerifyEmailMessageTextRequest) Reset ¶
func (x *GetDefaultVerifyEmailMessageTextRequest) Reset()
func (*GetDefaultVerifyEmailMessageTextRequest) String ¶
func (x *GetDefaultVerifyEmailMessageTextRequest) String() 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 (x *GetDefaultVerifyEmailMessageTextResponse) GetCustomText() *text.MessageCustomText
func (*GetDefaultVerifyEmailMessageTextResponse) ProtoMessage ¶
func (*GetDefaultVerifyEmailMessageTextResponse) ProtoMessage()
func (*GetDefaultVerifyEmailMessageTextResponse) ProtoReflect ¶
func (x *GetDefaultVerifyEmailMessageTextResponse) ProtoReflect() protoreflect.Message
func (*GetDefaultVerifyEmailMessageTextResponse) Reset ¶
func (x *GetDefaultVerifyEmailMessageTextResponse) Reset()
func (*GetDefaultVerifyEmailMessageTextResponse) String ¶
func (x *GetDefaultVerifyEmailMessageTextResponse) String() 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 (x *GetDefaultVerifyPhoneMessageTextRequest) GetLanguage() string
func (*GetDefaultVerifyPhoneMessageTextRequest) ProtoMessage ¶
func (*GetDefaultVerifyPhoneMessageTextRequest) ProtoMessage()
func (*GetDefaultVerifyPhoneMessageTextRequest) ProtoReflect ¶
func (x *GetDefaultVerifyPhoneMessageTextRequest) ProtoReflect() protoreflect.Message
func (*GetDefaultVerifyPhoneMessageTextRequest) Reset ¶
func (x *GetDefaultVerifyPhoneMessageTextRequest) Reset()
func (*GetDefaultVerifyPhoneMessageTextRequest) String ¶
func (x *GetDefaultVerifyPhoneMessageTextRequest) String() 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 (x *GetDefaultVerifyPhoneMessageTextResponse) GetCustomText() *text.MessageCustomText
func (*GetDefaultVerifyPhoneMessageTextResponse) ProtoMessage ¶
func (*GetDefaultVerifyPhoneMessageTextResponse) ProtoMessage()
func (*GetDefaultVerifyPhoneMessageTextResponse) ProtoReflect ¶
func (x *GetDefaultVerifyPhoneMessageTextResponse) ProtoReflect() protoreflect.Message
func (*GetDefaultVerifyPhoneMessageTextResponse) Reset ¶
func (x *GetDefaultVerifyPhoneMessageTextResponse) Reset()
func (*GetDefaultVerifyPhoneMessageTextResponse) String ¶
func (x *GetDefaultVerifyPhoneMessageTextResponse) String() string
type GetDomainPolicyRequest ¶
type GetDomainPolicyRequest struct {
// contains filtered or unexported fields
}
func (*GetDomainPolicyRequest) Descriptor
deprecated
func (*GetDomainPolicyRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetDomainPolicyRequest.ProtoReflect.Descriptor instead.
func (*GetDomainPolicyRequest) ProtoMessage ¶
func (*GetDomainPolicyRequest) ProtoMessage()
func (*GetDomainPolicyRequest) ProtoReflect ¶
func (x *GetDomainPolicyRequest) ProtoReflect() protoreflect.Message
func (*GetDomainPolicyRequest) Reset ¶
func (x *GetDomainPolicyRequest) Reset()
func (*GetDomainPolicyRequest) String ¶
func (x *GetDomainPolicyRequest) String() string
type GetDomainPolicyResponse ¶
type GetDomainPolicyResponse struct { Policy *policy.DomainPolicy `protobuf:"bytes,1,opt,name=policy,proto3" json:"policy,omitempty"` // contains filtered or unexported fields }
func (*GetDomainPolicyResponse) Descriptor
deprecated
func (*GetDomainPolicyResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetDomainPolicyResponse.ProtoReflect.Descriptor instead.
func (*GetDomainPolicyResponse) GetPolicy ¶
func (x *GetDomainPolicyResponse) GetPolicy() *policy.DomainPolicy
func (*GetDomainPolicyResponse) ProtoMessage ¶
func (*GetDomainPolicyResponse) ProtoMessage()
func (*GetDomainPolicyResponse) ProtoReflect ¶
func (x *GetDomainPolicyResponse) ProtoReflect() protoreflect.Message
func (*GetDomainPolicyResponse) Reset ¶
func (x *GetDomainPolicyResponse) Reset()
func (*GetDomainPolicyResponse) String ¶
func (x *GetDomainPolicyResponse) 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 (x *GetGrantedProjectByIDRequest) ProtoReflect() protoreflect.Message
func (*GetGrantedProjectByIDRequest) Reset ¶
func (x *GetGrantedProjectByIDRequest) Reset()
func (*GetGrantedProjectByIDRequest) String ¶
func (x *GetGrantedProjectByIDRequest) String() 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 (x *GetGrantedProjectByIDResponse) ProtoReflect() protoreflect.Message
func (*GetGrantedProjectByIDResponse) Reset ¶
func (x *GetGrantedProjectByIDResponse) Reset()
func (*GetGrantedProjectByIDResponse) String ¶
func (x *GetGrantedProjectByIDResponse) String() 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 { // deprecated: use default_org_id instead 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"` DefaultOrgId string `protobuf:"bytes,3,opt,name=default_org_id,json=defaultOrgId,proto3" json:"default_org_id,omitempty"` // contains filtered or unexported fields }
func (*GetIAMResponse) Descriptor
deprecated
func (*GetIAMResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetIAMResponse.ProtoReflect.Descriptor instead.
func (*GetIAMResponse) GetDefaultOrgId ¶
func (x *GetIAMResponse) GetDefaultOrgId() string
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 (x *GetLockoutPolicyResponse) GetPolicy() *policy.LockoutPolicy
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 (x *GetMachineKeyByIDsRequest) ProtoReflect() protoreflect.Message
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 (x *GetMachineKeyByIDsResponse) ProtoReflect() protoreflect.Message
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 (x *GetOIDCInformationRequest) ProtoReflect() protoreflect.Message
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 (x *GetOIDCInformationResponse) ProtoReflect() protoreflect.Message
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 (x *GetOrgByDomainGlobalRequest) ProtoReflect() protoreflect.Message
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 (x *GetOrgByDomainGlobalResponse) ProtoReflect() protoreflect.Message
func (*GetOrgByDomainGlobalResponse) Reset ¶
func (x *GetOrgByDomainGlobalResponse) Reset()
func (*GetOrgByDomainGlobalResponse) String ¶
func (x *GetOrgByDomainGlobalResponse) String() 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 (x *GetOrgIAMPolicyResponse) GetPolicy() *policy.OrgIAMPolicy
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 (x *GetPasswordAgePolicyRequest) ProtoReflect() protoreflect.Message
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 (x *GetPasswordAgePolicyResponse) GetPolicy() *policy.PasswordAgePolicy
func (*GetPasswordAgePolicyResponse) ProtoMessage ¶
func (*GetPasswordAgePolicyResponse) ProtoMessage()
func (*GetPasswordAgePolicyResponse) ProtoReflect ¶
func (x *GetPasswordAgePolicyResponse) ProtoReflect() protoreflect.Message
func (*GetPasswordAgePolicyResponse) Reset ¶
func (x *GetPasswordAgePolicyResponse) Reset()
func (*GetPasswordAgePolicyResponse) String ¶
func (x *GetPasswordAgePolicyResponse) String() 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 (x *GetPasswordComplexityPolicyRequest) ProtoReflect() protoreflect.Message
func (*GetPasswordComplexityPolicyRequest) Reset ¶
func (x *GetPasswordComplexityPolicyRequest) Reset()
func (*GetPasswordComplexityPolicyRequest) String ¶
func (x *GetPasswordComplexityPolicyRequest) String() 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 (x *GetPasswordComplexityPolicyResponse) GetPolicy() *policy.PasswordComplexityPolicy
func (*GetPasswordComplexityPolicyResponse) ProtoMessage ¶
func (*GetPasswordComplexityPolicyResponse) ProtoMessage()
func (*GetPasswordComplexityPolicyResponse) ProtoReflect ¶
func (x *GetPasswordComplexityPolicyResponse) ProtoReflect() protoreflect.Message
func (*GetPasswordComplexityPolicyResponse) Reset ¶
func (x *GetPasswordComplexityPolicyResponse) Reset()
func (*GetPasswordComplexityPolicyResponse) String ¶
func (x *GetPasswordComplexityPolicyResponse) String() 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 (x *GetPersonalAccessTokenByIDsRequest) GetTokenId() string
func (*GetPersonalAccessTokenByIDsRequest) GetUserId ¶
func (x *GetPersonalAccessTokenByIDsRequest) GetUserId() string
func (*GetPersonalAccessTokenByIDsRequest) ProtoMessage ¶
func (*GetPersonalAccessTokenByIDsRequest) ProtoMessage()
func (*GetPersonalAccessTokenByIDsRequest) ProtoReflect ¶
func (x *GetPersonalAccessTokenByIDsRequest) ProtoReflect() protoreflect.Message
func (*GetPersonalAccessTokenByIDsRequest) Reset ¶
func (x *GetPersonalAccessTokenByIDsRequest) Reset()
func (*GetPersonalAccessTokenByIDsRequest) String ¶
func (x *GetPersonalAccessTokenByIDsRequest) String() 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 (x *GetPersonalAccessTokenByIDsResponse) GetToken() *user.PersonalAccessToken
func (*GetPersonalAccessTokenByIDsResponse) ProtoMessage ¶
func (*GetPersonalAccessTokenByIDsResponse) ProtoMessage()
func (*GetPersonalAccessTokenByIDsResponse) ProtoReflect ¶
func (x *GetPersonalAccessTokenByIDsResponse) ProtoReflect() protoreflect.Message
func (*GetPersonalAccessTokenByIDsResponse) Reset ¶
func (x *GetPersonalAccessTokenByIDsResponse) Reset()
func (*GetPersonalAccessTokenByIDsResponse) String ¶
func (x *GetPersonalAccessTokenByIDsResponse) String() 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 (x *GetPreviewLabelPolicyRequest) ProtoReflect() protoreflect.Message
func (*GetPreviewLabelPolicyRequest) Reset ¶
func (x *GetPreviewLabelPolicyRequest) Reset()
func (*GetPreviewLabelPolicyRequest) String ¶
func (x *GetPreviewLabelPolicyRequest) String() 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 (x *GetPreviewLabelPolicyResponse) GetPolicy() *policy.LabelPolicy
func (*GetPreviewLabelPolicyResponse) ProtoMessage ¶
func (*GetPreviewLabelPolicyResponse) ProtoMessage()
func (*GetPreviewLabelPolicyResponse) ProtoReflect ¶
func (x *GetPreviewLabelPolicyResponse) ProtoReflect() protoreflect.Message
func (*GetPreviewLabelPolicyResponse) Reset ¶
func (x *GetPreviewLabelPolicyResponse) Reset()
func (*GetPreviewLabelPolicyResponse) String ¶
func (x *GetPreviewLabelPolicyResponse) String() 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 (x *GetPrivacyPolicyResponse) GetPolicy() *policy.PrivacyPolicy
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 (x *GetProjectGrantByIDRequest) ProtoReflect() protoreflect.Message
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 (x *GetProjectGrantByIDResponse) ProtoReflect() protoreflect.Message
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 (x *GetSupportedLanguagesRequest) ProtoReflect() protoreflect.Message
func (*GetSupportedLanguagesRequest) Reset ¶
func (x *GetSupportedLanguagesRequest) Reset()
func (*GetSupportedLanguagesRequest) String ¶
func (x *GetSupportedLanguagesRequest) String() 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 (x *GetSupportedLanguagesResponse) ProtoReflect() protoreflect.Message
func (*GetSupportedLanguagesResponse) Reset ¶
func (x *GetSupportedLanguagesResponse) Reset()
func (*GetSupportedLanguagesResponse) String ¶
func (x *GetSupportedLanguagesResponse) String() 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 (x *GetUserByLoginNameGlobalRequest) ProtoReflect() protoreflect.Message
func (*GetUserByLoginNameGlobalRequest) Reset ¶
func (x *GetUserByLoginNameGlobalRequest) Reset()
func (*GetUserByLoginNameGlobalRequest) String ¶
func (x *GetUserByLoginNameGlobalRequest) String() 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 (x *GetUserByLoginNameGlobalResponse) GetUser() *user.User
func (*GetUserByLoginNameGlobalResponse) ProtoMessage ¶
func (*GetUserByLoginNameGlobalResponse) ProtoMessage()
func (*GetUserByLoginNameGlobalResponse) ProtoReflect ¶
func (x *GetUserByLoginNameGlobalResponse) ProtoReflect() protoreflect.Message
func (*GetUserByLoginNameGlobalResponse) Reset ¶
func (x *GetUserByLoginNameGlobalResponse) Reset()
func (*GetUserByLoginNameGlobalResponse) String ¶
func (x *GetUserByLoginNameGlobalResponse) String() 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) 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) ProtoMessage ¶
func (*IDPQuery) ProtoMessage()
func (*IDPQuery) ProtoReflect ¶
func (x *IDPQuery) ProtoReflect() protoreflect.Message
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"` HashedPassword *ImportHumanUserRequest_HashedPassword `protobuf:"bytes,6,opt,name=hashed_password,json=hashedPassword,proto3" json:"hashed_password,omitempty"` PasswordChangeRequired bool `` /* 130-byte string literal not displayed */ RequestPasswordlessRegistration bool `` /* 157-byte string literal not displayed */ OtpCode string `protobuf:"bytes,9,opt,name=otp_code,json=otpCode,proto3" json:"otp_code,omitempty"` // contains filtered or unexported fields }
func (*ImportHumanUserRequest) Descriptor
deprecated
func (*ImportHumanUserRequest) Descriptor() ([]byte, []int)
Deprecated: Use ImportHumanUserRequest.ProtoReflect.Descriptor instead.
func (*ImportHumanUserRequest) GetEmail ¶
func (x *ImportHumanUserRequest) GetEmail() *ImportHumanUserRequest_Email
func (*ImportHumanUserRequest) GetHashedPassword ¶
func (x *ImportHumanUserRequest) GetHashedPassword() *ImportHumanUserRequest_HashedPassword
func (*ImportHumanUserRequest) GetOtpCode ¶
func (x *ImportHumanUserRequest) GetOtpCode() string
func (*ImportHumanUserRequest) GetPassword ¶
func (x *ImportHumanUserRequest) GetPassword() string
func (*ImportHumanUserRequest) GetPasswordChangeRequired ¶
func (x *ImportHumanUserRequest) GetPasswordChangeRequired() bool
func (*ImportHumanUserRequest) GetPhone ¶
func (x *ImportHumanUserRequest) GetPhone() *ImportHumanUserRequest_Phone
func (*ImportHumanUserRequest) GetProfile ¶
func (x *ImportHumanUserRequest) GetProfile() *ImportHumanUserRequest_Profile
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"` 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 (x *ImportHumanUserRequest_Email) ProtoReflect() protoreflect.Message
func (*ImportHumanUserRequest_Email) Reset ¶
func (x *ImportHumanUserRequest_Email) Reset()
func (*ImportHumanUserRequest_Email) String ¶
func (x *ImportHumanUserRequest_Email) String() string
type ImportHumanUserRequest_HashedPassword ¶
type ImportHumanUserRequest_HashedPassword struct { Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` Algorithm string `protobuf:"bytes,2,opt,name=algorithm,proto3" json:"algorithm,omitempty"` // contains filtered or unexported fields }
func (*ImportHumanUserRequest_HashedPassword) Descriptor
deprecated
func (*ImportHumanUserRequest_HashedPassword) Descriptor() ([]byte, []int)
Deprecated: Use ImportHumanUserRequest_HashedPassword.ProtoReflect.Descriptor instead.
func (*ImportHumanUserRequest_HashedPassword) GetAlgorithm ¶
func (x *ImportHumanUserRequest_HashedPassword) GetAlgorithm() string
func (*ImportHumanUserRequest_HashedPassword) GetValue ¶
func (x *ImportHumanUserRequest_HashedPassword) GetValue() string
func (*ImportHumanUserRequest_HashedPassword) ProtoMessage ¶
func (*ImportHumanUserRequest_HashedPassword) ProtoMessage()
func (*ImportHumanUserRequest_HashedPassword) ProtoReflect ¶
func (x *ImportHumanUserRequest_HashedPassword) ProtoReflect() protoreflect.Message
func (*ImportHumanUserRequest_HashedPassword) Reset ¶
func (x *ImportHumanUserRequest_HashedPassword) Reset()
func (*ImportHumanUserRequest_HashedPassword) String ¶
func (x *ImportHumanUserRequest_HashedPassword) String() 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 (x *ImportHumanUserRequest_Phone) ProtoReflect() protoreflect.Message
func (*ImportHumanUserRequest_Phone) Reset ¶
func (x *ImportHumanUserRequest_Phone) Reset()
func (*ImportHumanUserRequest_Phone) String ¶
func (x *ImportHumanUserRequest_Phone) String() 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 (x *ImportHumanUserRequest_Profile) GetGender() user.Gender
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 (x *ImportHumanUserRequest_Profile) ProtoReflect() protoreflect.Message
func (*ImportHumanUserRequest_Profile) Reset ¶
func (x *ImportHumanUserRequest_Profile) Reset()
func (*ImportHumanUserRequest_Profile) String ¶
func (x *ImportHumanUserRequest_Profile) String() 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 (x *ImportHumanUserResponse) GetPasswordlessRegistration() *ImportHumanUserResponse_PasswordlessRegistration
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
func (*ImportHumanUserResponse_PasswordlessRegistration) Descriptor() ([]byte, []int)
Deprecated: Use ImportHumanUserResponse_PasswordlessRegistration.ProtoReflect.Descriptor instead.
func (*ImportHumanUserResponse_PasswordlessRegistration) GetExpiration ¶
func (x *ImportHumanUserResponse_PasswordlessRegistration) GetExpiration() *durationpb.Duration
func (*ImportHumanUserResponse_PasswordlessRegistration) GetLifetime ¶
func (x *ImportHumanUserResponse_PasswordlessRegistration) GetLifetime() *durationpb.Duration
func (*ImportHumanUserResponse_PasswordlessRegistration) GetLink ¶
func (x *ImportHumanUserResponse_PasswordlessRegistration) GetLink() string
func (*ImportHumanUserResponse_PasswordlessRegistration) ProtoMessage ¶
func (*ImportHumanUserResponse_PasswordlessRegistration) ProtoMessage()
func (*ImportHumanUserResponse_PasswordlessRegistration) ProtoReflect ¶
func (x *ImportHumanUserResponse_PasswordlessRegistration) ProtoReflect() protoreflect.Message
func (*ImportHumanUserResponse_PasswordlessRegistration) Reset ¶
func (x *ImportHumanUserResponse_PasswordlessRegistration) Reset()
func (*ImportHumanUserResponse_PasswordlessRegistration) String ¶
func (x *ImportHumanUserResponse_PasswordlessRegistration) String() 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 (x *ListAllProjectGrantsRequest) GetQueries() []*project.AllProjectGrantQuery
func (*ListAllProjectGrantsRequest) GetQuery ¶
func (x *ListAllProjectGrantsRequest) GetQuery() *object.ListQuery
func (*ListAllProjectGrantsRequest) ProtoMessage ¶
func (*ListAllProjectGrantsRequest) ProtoMessage()
func (*ListAllProjectGrantsRequest) ProtoReflect ¶
func (x *ListAllProjectGrantsRequest) ProtoReflect() protoreflect.Message
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 (x *ListAllProjectGrantsResponse) GetDetails() *object.ListDetails
func (*ListAllProjectGrantsResponse) GetResult ¶
func (x *ListAllProjectGrantsResponse) GetResult() []*project.GrantedProject
func (*ListAllProjectGrantsResponse) ProtoMessage ¶
func (*ListAllProjectGrantsResponse) ProtoMessage()
func (*ListAllProjectGrantsResponse) ProtoReflect ¶
func (x *ListAllProjectGrantsResponse) ProtoReflect() protoreflect.Message
func (*ListAllProjectGrantsResponse) Reset ¶
func (x *ListAllProjectGrantsResponse) Reset()
func (*ListAllProjectGrantsResponse) String ¶
func (x *ListAllProjectGrantsResponse) String() 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 (x *ListGrantedProjectRolesRequest) GetQueries() []*project.RoleQuery
func (*ListGrantedProjectRolesRequest) GetQuery ¶
func (x *ListGrantedProjectRolesRequest) GetQuery() *object.ListQuery
func (*ListGrantedProjectRolesRequest) ProtoMessage ¶
func (*ListGrantedProjectRolesRequest) ProtoMessage()
func (*ListGrantedProjectRolesRequest) ProtoReflect ¶
func (x *ListGrantedProjectRolesRequest) ProtoReflect() protoreflect.Message
func (*ListGrantedProjectRolesRequest) Reset ¶
func (x *ListGrantedProjectRolesRequest) Reset()
func (*ListGrantedProjectRolesRequest) String ¶
func (x *ListGrantedProjectRolesRequest) String() 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 (x *ListGrantedProjectRolesResponse) GetDetails() *object.ListDetails
func (*ListGrantedProjectRolesResponse) GetResult ¶
func (x *ListGrantedProjectRolesResponse) GetResult() []*project.Role
func (*ListGrantedProjectRolesResponse) ProtoMessage ¶
func (*ListGrantedProjectRolesResponse) ProtoMessage()
func (*ListGrantedProjectRolesResponse) ProtoReflect ¶
func (x *ListGrantedProjectRolesResponse) ProtoReflect() protoreflect.Message
func (*ListGrantedProjectRolesResponse) Reset ¶
func (x *ListGrantedProjectRolesResponse) Reset()
func (*ListGrantedProjectRolesResponse) String ¶
func (x *ListGrantedProjectRolesResponse) String() 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 (x *ListGrantedProjectsRequest) GetQuery() *object.ListQuery
func (*ListGrantedProjectsRequest) ProtoMessage ¶
func (*ListGrantedProjectsRequest) ProtoMessage()
func (*ListGrantedProjectsRequest) ProtoReflect ¶
func (x *ListGrantedProjectsRequest) ProtoReflect() protoreflect.Message
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 (x *ListGrantedProjectsResponse) GetDetails() *object.ListDetails
func (*ListGrantedProjectsResponse) GetResult ¶
func (x *ListGrantedProjectsResponse) GetResult() []*project.GrantedProject
func (*ListGrantedProjectsResponse) ProtoMessage ¶
func (*ListGrantedProjectsResponse) ProtoMessage()
func (*ListGrantedProjectsResponse) ProtoReflect ¶
func (x *ListGrantedProjectsResponse) ProtoReflect() protoreflect.Message
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 (x *ListHumanAuthFactorsRequest) ProtoReflect() protoreflect.Message
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 (x *ListHumanAuthFactorsResponse) ProtoReflect() protoreflect.Message
func (*ListHumanAuthFactorsResponse) Reset ¶
func (x *ListHumanAuthFactorsResponse) Reset()
func (*ListHumanAuthFactorsResponse) String ¶
func (x *ListHumanAuthFactorsResponse) String() 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 (x *ListHumanLinkedIDPsRequest) GetQuery() *object.ListQuery
func (*ListHumanLinkedIDPsRequest) GetUserId ¶
func (x *ListHumanLinkedIDPsRequest) GetUserId() string
func (*ListHumanLinkedIDPsRequest) ProtoMessage ¶
func (*ListHumanLinkedIDPsRequest) ProtoMessage()
func (*ListHumanLinkedIDPsRequest) ProtoReflect ¶
func (x *ListHumanLinkedIDPsRequest) ProtoReflect() protoreflect.Message
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 (x *ListHumanLinkedIDPsResponse) GetDetails() *object.ListDetails
func (*ListHumanLinkedIDPsResponse) GetResult ¶
func (x *ListHumanLinkedIDPsResponse) GetResult() []*idp.IDPUserLink
func (*ListHumanLinkedIDPsResponse) ProtoMessage ¶
func (*ListHumanLinkedIDPsResponse) ProtoMessage()
func (*ListHumanLinkedIDPsResponse) ProtoReflect ¶
func (x *ListHumanLinkedIDPsResponse) ProtoReflect() protoreflect.Message
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 (x *ListHumanPasswordlessRequest) ProtoReflect() protoreflect.Message
func (*ListHumanPasswordlessRequest) Reset ¶
func (x *ListHumanPasswordlessRequest) Reset()
func (*ListHumanPasswordlessRequest) String ¶
func (x *ListHumanPasswordlessRequest) String() 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 (x *ListHumanPasswordlessResponse) GetResult() []*user.WebAuthNToken
func (*ListHumanPasswordlessResponse) ProtoMessage ¶
func (*ListHumanPasswordlessResponse) ProtoMessage()
func (*ListHumanPasswordlessResponse) ProtoReflect ¶
func (x *ListHumanPasswordlessResponse) ProtoReflect() protoreflect.Message
func (*ListHumanPasswordlessResponse) Reset ¶
func (x *ListHumanPasswordlessResponse) Reset()
func (*ListHumanPasswordlessResponse) String ¶
func (x *ListHumanPasswordlessResponse) String() 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 (x *ListLoginPolicyIDPsRequest) GetQuery() *object.ListQuery
func (*ListLoginPolicyIDPsRequest) ProtoMessage ¶
func (*ListLoginPolicyIDPsRequest) ProtoMessage()
func (*ListLoginPolicyIDPsRequest) ProtoReflect ¶
func (x *ListLoginPolicyIDPsRequest) ProtoReflect() protoreflect.Message
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 (x *ListLoginPolicyIDPsResponse) GetDetails() *object.ListDetails
func (*ListLoginPolicyIDPsResponse) GetResult ¶
func (x *ListLoginPolicyIDPsResponse) GetResult() []*idp.IDPLoginPolicyLink
func (*ListLoginPolicyIDPsResponse) ProtoMessage ¶
func (*ListLoginPolicyIDPsResponse) ProtoMessage()
func (*ListLoginPolicyIDPsResponse) ProtoReflect ¶
func (x *ListLoginPolicyIDPsResponse) ProtoReflect() protoreflect.Message
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 (x *ListLoginPolicyMultiFactorsRequest) ProtoReflect() protoreflect.Message
func (*ListLoginPolicyMultiFactorsRequest) Reset ¶
func (x *ListLoginPolicyMultiFactorsRequest) Reset()
func (*ListLoginPolicyMultiFactorsRequest) String ¶
func (x *ListLoginPolicyMultiFactorsRequest) String() 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 (x *ListLoginPolicyMultiFactorsResponse) GetDetails() *object.ListDetails
func (*ListLoginPolicyMultiFactorsResponse) GetResult ¶
func (x *ListLoginPolicyMultiFactorsResponse) GetResult() []policy.MultiFactorType
func (*ListLoginPolicyMultiFactorsResponse) ProtoMessage ¶
func (*ListLoginPolicyMultiFactorsResponse) ProtoMessage()
func (*ListLoginPolicyMultiFactorsResponse) ProtoReflect ¶
func (x *ListLoginPolicyMultiFactorsResponse) ProtoReflect() protoreflect.Message
func (*ListLoginPolicyMultiFactorsResponse) Reset ¶
func (x *ListLoginPolicyMultiFactorsResponse) Reset()
func (*ListLoginPolicyMultiFactorsResponse) String ¶
func (x *ListLoginPolicyMultiFactorsResponse) String() 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 (x *ListLoginPolicySecondFactorsRequest) ProtoReflect() protoreflect.Message
func (*ListLoginPolicySecondFactorsRequest) Reset ¶
func (x *ListLoginPolicySecondFactorsRequest) Reset()
func (*ListLoginPolicySecondFactorsRequest) String ¶
func (x *ListLoginPolicySecondFactorsRequest) String() 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 (x *ListLoginPolicySecondFactorsResponse) GetDetails() *object.ListDetails
func (*ListLoginPolicySecondFactorsResponse) GetResult ¶
func (x *ListLoginPolicySecondFactorsResponse) GetResult() []policy.SecondFactorType
func (*ListLoginPolicySecondFactorsResponse) ProtoMessage ¶
func (*ListLoginPolicySecondFactorsResponse) ProtoMessage()
func (*ListLoginPolicySecondFactorsResponse) ProtoReflect ¶
func (x *ListLoginPolicySecondFactorsResponse) ProtoReflect() protoreflect.Message
func (*ListLoginPolicySecondFactorsResponse) Reset ¶
func (x *ListLoginPolicySecondFactorsResponse) Reset()
func (*ListLoginPolicySecondFactorsResponse) String ¶
func (x *ListLoginPolicySecondFactorsResponse) String() 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 (x *ListOrgMemberRolesRequest) ProtoReflect() protoreflect.Message
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 (x *ListOrgMemberRolesResponse) ProtoReflect() protoreflect.Message
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 (x *ListPersonalAccessTokensRequest) GetQuery() *object.ListQuery
func (*ListPersonalAccessTokensRequest) GetUserId ¶
func (x *ListPersonalAccessTokensRequest) GetUserId() string
func (*ListPersonalAccessTokensRequest) ProtoMessage ¶
func (*ListPersonalAccessTokensRequest) ProtoMessage()
func (*ListPersonalAccessTokensRequest) ProtoReflect ¶
func (x *ListPersonalAccessTokensRequest) ProtoReflect() protoreflect.Message
func (*ListPersonalAccessTokensRequest) Reset ¶
func (x *ListPersonalAccessTokensRequest) Reset()
func (*ListPersonalAccessTokensRequest) String ¶
func (x *ListPersonalAccessTokensRequest) String() 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 (x *ListPersonalAccessTokensResponse) GetDetails() *object.ListDetails
func (*ListPersonalAccessTokensResponse) GetResult ¶
func (x *ListPersonalAccessTokensResponse) GetResult() []*user.PersonalAccessToken
func (*ListPersonalAccessTokensResponse) ProtoMessage ¶
func (*ListPersonalAccessTokensResponse) ProtoMessage()
func (*ListPersonalAccessTokensResponse) ProtoReflect ¶
func (x *ListPersonalAccessTokensResponse) ProtoReflect() protoreflect.Message
func (*ListPersonalAccessTokensResponse) Reset ¶
func (x *ListPersonalAccessTokensResponse) Reset()
func (*ListPersonalAccessTokensResponse) String ¶
func (x *ListPersonalAccessTokensResponse) String() 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 (x *ListProjectChangesRequest) GetQuery() *change.ChangeQuery
func (*ListProjectChangesRequest) ProtoMessage ¶
func (*ListProjectChangesRequest) ProtoMessage()
func (*ListProjectChangesRequest) ProtoReflect ¶
func (x *ListProjectChangesRequest) ProtoReflect() protoreflect.Message
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 (x *ListProjectChangesResponse) ProtoReflect() protoreflect.Message
func (*ListProjectChangesResponse) Reset ¶
func (x *ListProjectChangesResponse) Reset()
func (*ListProjectChangesResponse) String ¶
func (x *ListProjectChangesResponse) String() string
type ListProjectGrantChangesRequest ¶
type ListProjectGrantChangesRequest 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"` GrantId string `protobuf:"bytes,3,opt,name=grant_id,json=grantId,proto3" json:"grant_id,omitempty"` // contains filtered or unexported fields }
func (*ListProjectGrantChangesRequest) Descriptor
deprecated
func (*ListProjectGrantChangesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListProjectGrantChangesRequest.ProtoReflect.Descriptor instead.
func (*ListProjectGrantChangesRequest) GetGrantId ¶
func (x *ListProjectGrantChangesRequest) GetGrantId() string
func (*ListProjectGrantChangesRequest) GetProjectId ¶
func (x *ListProjectGrantChangesRequest) GetProjectId() string
func (*ListProjectGrantChangesRequest) GetQuery ¶
func (x *ListProjectGrantChangesRequest) GetQuery() *change.ChangeQuery
func (*ListProjectGrantChangesRequest) ProtoMessage ¶
func (*ListProjectGrantChangesRequest) ProtoMessage()
func (*ListProjectGrantChangesRequest) ProtoReflect ¶
func (x *ListProjectGrantChangesRequest) ProtoReflect() protoreflect.Message
func (*ListProjectGrantChangesRequest) Reset ¶
func (x *ListProjectGrantChangesRequest) Reset()
func (*ListProjectGrantChangesRequest) String ¶
func (x *ListProjectGrantChangesRequest) String() string
type ListProjectGrantChangesResponse ¶
type ListProjectGrantChangesResponse 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 (*ListProjectGrantChangesResponse) Descriptor
deprecated
func (*ListProjectGrantChangesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListProjectGrantChangesResponse.ProtoReflect.Descriptor instead.
func (*ListProjectGrantChangesResponse) GetResult ¶
func (x *ListProjectGrantChangesResponse) GetResult() []*change.Change
func (*ListProjectGrantChangesResponse) ProtoMessage ¶
func (*ListProjectGrantChangesResponse) ProtoMessage()
func (*ListProjectGrantChangesResponse) ProtoReflect ¶
func (x *ListProjectGrantChangesResponse) ProtoReflect() protoreflect.Message
func (*ListProjectGrantChangesResponse) Reset ¶
func (x *ListProjectGrantChangesResponse) Reset()
func (*ListProjectGrantChangesResponse) String ¶
func (x *ListProjectGrantChangesResponse) 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 (x *ListProjectGrantMemberRolesRequest) GetQuery() *object.ListQuery
func (*ListProjectGrantMemberRolesRequest) GetResult ¶
func (x *ListProjectGrantMemberRolesRequest) GetResult() []string
func (*ListProjectGrantMemberRolesRequest) ProtoMessage ¶
func (*ListProjectGrantMemberRolesRequest) ProtoMessage()
func (*ListProjectGrantMemberRolesRequest) ProtoReflect ¶
func (x *ListProjectGrantMemberRolesRequest) ProtoReflect() protoreflect.Message
func (*ListProjectGrantMemberRolesRequest) Reset ¶
func (x *ListProjectGrantMemberRolesRequest) Reset()
func (*ListProjectGrantMemberRolesRequest) String ¶
func (x *ListProjectGrantMemberRolesRequest) String() 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 (x *ListProjectGrantMemberRolesResponse) GetDetails() *object.ListDetails
func (*ListProjectGrantMemberRolesResponse) GetResult ¶
func (x *ListProjectGrantMemberRolesResponse) GetResult() []string
func (*ListProjectGrantMemberRolesResponse) ProtoMessage ¶
func (*ListProjectGrantMemberRolesResponse) ProtoMessage()
func (*ListProjectGrantMemberRolesResponse) ProtoReflect ¶
func (x *ListProjectGrantMemberRolesResponse) ProtoReflect() protoreflect.Message
func (*ListProjectGrantMemberRolesResponse) Reset ¶
func (x *ListProjectGrantMemberRolesResponse) Reset()
func (*ListProjectGrantMemberRolesResponse) String ¶
func (x *ListProjectGrantMemberRolesResponse) String() 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 (x *ListProjectGrantMembersRequest) GetQueries() []*member.SearchQuery
func (*ListProjectGrantMembersRequest) GetQuery ¶
func (x *ListProjectGrantMembersRequest) GetQuery() *object.ListQuery
func (*ListProjectGrantMembersRequest) ProtoMessage ¶
func (*ListProjectGrantMembersRequest) ProtoMessage()
func (*ListProjectGrantMembersRequest) ProtoReflect ¶
func (x *ListProjectGrantMembersRequest) ProtoReflect() protoreflect.Message
func (*ListProjectGrantMembersRequest) Reset ¶
func (x *ListProjectGrantMembersRequest) Reset()
func (*ListProjectGrantMembersRequest) String ¶
func (x *ListProjectGrantMembersRequest) String() 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 (x *ListProjectGrantMembersResponse) GetDetails() *object.ListDetails
func (*ListProjectGrantMembersResponse) GetResult ¶
func (x *ListProjectGrantMembersResponse) GetResult() []*member.Member
func (*ListProjectGrantMembersResponse) ProtoMessage ¶
func (*ListProjectGrantMembersResponse) ProtoMessage()
func (*ListProjectGrantMembersResponse) ProtoReflect ¶
func (x *ListProjectGrantMembersResponse) ProtoReflect() protoreflect.Message
func (*ListProjectGrantMembersResponse) Reset ¶
func (x *ListProjectGrantMembersResponse) Reset()
func (*ListProjectGrantMembersResponse) String ¶
func (x *ListProjectGrantMembersResponse) String() 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 (x *ListProjectGrantsRequest) GetQueries() []*project.ProjectGrantQuery
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 (x *ListProjectGrantsResponse) GetResult() []*project.GrantedProject
func (*ListProjectGrantsResponse) ProtoMessage ¶
func (*ListProjectGrantsResponse) ProtoMessage()
func (*ListProjectGrantsResponse) ProtoReflect ¶
func (x *ListProjectGrantsResponse) ProtoReflect() protoreflect.Message
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 (x *ListProjectMemberRolesRequest) ProtoReflect() protoreflect.Message
func (*ListProjectMemberRolesRequest) Reset ¶
func (x *ListProjectMemberRolesRequest) Reset()
func (*ListProjectMemberRolesRequest) String ¶
func (x *ListProjectMemberRolesRequest) String() 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 (x *ListProjectMemberRolesResponse) GetDetails() *object.ListDetails
func (*ListProjectMemberRolesResponse) GetResult ¶
func (x *ListProjectMemberRolesResponse) GetResult() []string
func (*ListProjectMemberRolesResponse) ProtoMessage ¶
func (*ListProjectMemberRolesResponse) ProtoMessage()
func (*ListProjectMemberRolesResponse) ProtoReflect ¶
func (x *ListProjectMemberRolesResponse) ProtoReflect() protoreflect.Message
func (*ListProjectMemberRolesResponse) Reset ¶
func (x *ListProjectMemberRolesResponse) Reset()
func (*ListProjectMemberRolesResponse) String ¶
func (x *ListProjectMemberRolesResponse) String() 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 (x *ListProjectMembersRequest) GetQuery() *object.ListQuery
func (*ListProjectMembersRequest) ProtoMessage ¶
func (*ListProjectMembersRequest) ProtoMessage()
func (*ListProjectMembersRequest) ProtoReflect ¶
func (x *ListProjectMembersRequest) ProtoReflect() protoreflect.Message
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 (x *ListProjectMembersResponse) GetDetails() *object.ListDetails
func (*ListProjectMembersResponse) GetResult ¶
func (x *ListProjectMembersResponse) GetResult() []*member.Member
func (*ListProjectMembersResponse) ProtoMessage ¶
func (*ListProjectMembersResponse) ProtoMessage()
func (*ListProjectMembersResponse) ProtoReflect ¶
func (x *ListProjectMembersResponse) ProtoReflect() protoreflect.Message
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 (x *ListUserMembershipsRequest) GetQuery() *object.ListQuery
func (*ListUserMembershipsRequest) GetUserId ¶
func (x *ListUserMembershipsRequest) GetUserId() string
func (*ListUserMembershipsRequest) ProtoMessage ¶
func (*ListUserMembershipsRequest) ProtoMessage()
func (*ListUserMembershipsRequest) ProtoReflect ¶
func (x *ListUserMembershipsRequest) ProtoReflect() protoreflect.Message
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 (x *ListUserMembershipsResponse) GetDetails() *object.ListDetails
func (*ListUserMembershipsResponse) GetResult ¶
func (x *ListUserMembershipsResponse) GetResult() []*user.Membership
func (*ListUserMembershipsResponse) ProtoMessage ¶
func (*ListUserMembershipsResponse) ProtoMessage()
func (*ListUserMembershipsResponse) ProtoReflect ¶
func (x *ListUserMembershipsResponse) ProtoReflect() protoreflect.Message
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 the history of the project grant (each event) // Limit should always be set, there is a default limit set by the service ListProjectGrantChanges(ctx context.Context, in *ListProjectGrantChangesRequest, opts ...grpc.CallOption) (*ListProjectGrantChangesResponse, 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) // deprecated: please use DomainPolicy instead // Returns the domain policy (this policy is managed by the iam administrator) GetOrgIAMPolicy(ctx context.Context, in *GetOrgIAMPolicyRequest, opts ...grpc.CallOption) (*GetOrgIAMPolicyResponse, error) // Returns the domain policy (this policy is managed by the iam administrator) GetDomainPolicy(ctx context.Context, in *GetDomainPolicyRequest, opts ...grpc.CallOption) (*GetDomainPolicyResponse, 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) // Removes the logo of the label policy 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.
func NewManagementServiceClient ¶
func NewManagementServiceClient(cc grpc.ClientConnInterface) ManagementServiceClient
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 the history of the project grant (each event) // Limit should always be set, there is a default limit set by the service ListProjectGrantChanges(context.Context, *ListProjectGrantChangesRequest) (*ListProjectGrantChangesResponse, 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) // deprecated: please use DomainPolicy instead // Returns the domain policy (this policy is managed by the iam administrator) GetOrgIAMPolicy(context.Context, *GetOrgIAMPolicyRequest) (*GetOrgIAMPolicyResponse, error) // Returns the domain policy (this policy is managed by the iam administrator) GetDomainPolicy(context.Context, *GetDomainPolicyRequest) (*GetDomainPolicyResponse, 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) // Removes the logo of the label policy 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 (x *ReactivateActionResponse) GetDetails() *object.ObjectDetails
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 (x *ReactivateOrgIDPResponse) GetDetails() *object.ObjectDetails
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 (x *ReactivateProjectGrantRequest) ProtoReflect() protoreflect.Message
func (*ReactivateProjectGrantRequest) Reset ¶
func (x *ReactivateProjectGrantRequest) Reset()
func (*ReactivateProjectGrantRequest) String ¶
func (x *ReactivateProjectGrantRequest) String() 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 (x *ReactivateProjectGrantResponse) GetDetails() *object.ObjectDetails
func (*ReactivateProjectGrantResponse) ProtoMessage ¶
func (*ReactivateProjectGrantResponse) ProtoMessage()
func (*ReactivateProjectGrantResponse) ProtoReflect ¶
func (x *ReactivateProjectGrantResponse) ProtoReflect() protoreflect.Message
func (*ReactivateProjectGrantResponse) Reset ¶
func (x *ReactivateProjectGrantResponse) Reset()
func (*ReactivateProjectGrantResponse) String ¶
func (x *ReactivateProjectGrantResponse) String() 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 (x *ReactivateProjectResponse) GetDetails() *object.ObjectDetails
func (*ReactivateProjectResponse) ProtoMessage ¶
func (*ReactivateProjectResponse) ProtoMessage()
func (*ReactivateProjectResponse) ProtoReflect ¶
func (x *ReactivateProjectResponse) ProtoReflect() protoreflect.Message
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 (x *ReactivateUserGrantRequest) ProtoReflect() protoreflect.Message
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 (x *ReactivateUserGrantResponse) GetDetails() *object.ObjectDetails
func (*ReactivateUserGrantResponse) ProtoMessage ¶
func (*ReactivateUserGrantResponse) ProtoMessage()
func (*ReactivateUserGrantResponse) ProtoReflect ¶
func (x *ReactivateUserGrantResponse) ProtoReflect() protoreflect.Message
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 (x *RegenerateAPIClientSecretRequest) GetAppId() string
func (*RegenerateAPIClientSecretRequest) GetProjectId ¶
func (x *RegenerateAPIClientSecretRequest) GetProjectId() string
func (*RegenerateAPIClientSecretRequest) ProtoMessage ¶
func (*RegenerateAPIClientSecretRequest) ProtoMessage()
func (*RegenerateAPIClientSecretRequest) ProtoReflect ¶
func (x *RegenerateAPIClientSecretRequest) ProtoReflect() protoreflect.Message
func (*RegenerateAPIClientSecretRequest) Reset ¶
func (x *RegenerateAPIClientSecretRequest) Reset()
func (*RegenerateAPIClientSecretRequest) String ¶
func (x *RegenerateAPIClientSecretRequest) String() 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 (x *RegenerateAPIClientSecretResponse) GetDetails() *object.ObjectDetails
func (*RegenerateAPIClientSecretResponse) ProtoMessage ¶
func (*RegenerateAPIClientSecretResponse) ProtoMessage()
func (*RegenerateAPIClientSecretResponse) ProtoReflect ¶
func (x *RegenerateAPIClientSecretResponse) ProtoReflect() protoreflect.Message
func (*RegenerateAPIClientSecretResponse) Reset ¶
func (x *RegenerateAPIClientSecretResponse) Reset()
func (*RegenerateAPIClientSecretResponse) String ¶
func (x *RegenerateAPIClientSecretResponse) String() 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 (x *RegenerateOIDCClientSecretRequest) GetAppId() string
func (*RegenerateOIDCClientSecretRequest) GetProjectId ¶
func (x *RegenerateOIDCClientSecretRequest) GetProjectId() string
func (*RegenerateOIDCClientSecretRequest) ProtoMessage ¶
func (*RegenerateOIDCClientSecretRequest) ProtoMessage()
func (*RegenerateOIDCClientSecretRequest) ProtoReflect ¶
func (x *RegenerateOIDCClientSecretRequest) ProtoReflect() protoreflect.Message
func (*RegenerateOIDCClientSecretRequest) Reset ¶
func (x *RegenerateOIDCClientSecretRequest) Reset()
func (*RegenerateOIDCClientSecretRequest) String ¶
func (x *RegenerateOIDCClientSecretRequest) String() 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 (x *RegenerateOIDCClientSecretResponse) GetDetails() *object.ObjectDetails
func (*RegenerateOIDCClientSecretResponse) ProtoMessage ¶
func (*RegenerateOIDCClientSecretResponse) ProtoMessage()
func (*RegenerateOIDCClientSecretResponse) ProtoReflect ¶
func (x *RegenerateOIDCClientSecretResponse) ProtoReflect() protoreflect.Message
func (*RegenerateOIDCClientSecretResponse) Reset ¶
func (x *RegenerateOIDCClientSecretResponse) Reset()
func (*RegenerateOIDCClientSecretResponse) String ¶
func (x *RegenerateOIDCClientSecretResponse) String() 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 (x *RemoveCustomLabelPolicyFontRequest) ProtoReflect() protoreflect.Message
func (*RemoveCustomLabelPolicyFontRequest) Reset ¶
func (x *RemoveCustomLabelPolicyFontRequest) Reset()
func (*RemoveCustomLabelPolicyFontRequest) String ¶
func (x *RemoveCustomLabelPolicyFontRequest) String() 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 (x *RemoveCustomLabelPolicyFontResponse) GetDetails() *object.ObjectDetails
func (*RemoveCustomLabelPolicyFontResponse) ProtoMessage ¶
func (*RemoveCustomLabelPolicyFontResponse) ProtoMessage()
func (*RemoveCustomLabelPolicyFontResponse) ProtoReflect ¶
func (x *RemoveCustomLabelPolicyFontResponse) ProtoReflect() protoreflect.Message
func (*RemoveCustomLabelPolicyFontResponse) Reset ¶
func (x *RemoveCustomLabelPolicyFontResponse) Reset()
func (*RemoveCustomLabelPolicyFontResponse) String ¶
func (x *RemoveCustomLabelPolicyFontResponse) String() 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) ProtoMessage()
func (*RemoveCustomLabelPolicyIconDarkRequest) ProtoReflect ¶
func (x *RemoveCustomLabelPolicyIconDarkRequest) ProtoReflect() protoreflect.Message
func (*RemoveCustomLabelPolicyIconDarkRequest) Reset ¶
func (x *RemoveCustomLabelPolicyIconDarkRequest) Reset()
func (*RemoveCustomLabelPolicyIconDarkRequest) String ¶
func (x *RemoveCustomLabelPolicyIconDarkRequest) String() 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 (x *RemoveCustomLabelPolicyIconDarkResponse) GetDetails() *object.ObjectDetails
func (*RemoveCustomLabelPolicyIconDarkResponse) ProtoMessage ¶
func (*RemoveCustomLabelPolicyIconDarkResponse) ProtoMessage()
func (*RemoveCustomLabelPolicyIconDarkResponse) ProtoReflect ¶
func (x *RemoveCustomLabelPolicyIconDarkResponse) ProtoReflect() protoreflect.Message
func (*RemoveCustomLabelPolicyIconDarkResponse) Reset ¶
func (x *RemoveCustomLabelPolicyIconDarkResponse) Reset()
func (*RemoveCustomLabelPolicyIconDarkResponse) String ¶
func (x *RemoveCustomLabelPolicyIconDarkResponse) String() 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 (x *RemoveCustomLabelPolicyIconRequest) ProtoReflect() protoreflect.Message
func (*RemoveCustomLabelPolicyIconRequest) Reset ¶
func (x *RemoveCustomLabelPolicyIconRequest) Reset()
func (*RemoveCustomLabelPolicyIconRequest) String ¶
func (x *RemoveCustomLabelPolicyIconRequest) String() 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 (x *RemoveCustomLabelPolicyIconResponse) GetDetails() *object.ObjectDetails
func (*RemoveCustomLabelPolicyIconResponse) ProtoMessage ¶
func (*RemoveCustomLabelPolicyIconResponse) ProtoMessage()
func (*RemoveCustomLabelPolicyIconResponse) ProtoReflect ¶
func (x *RemoveCustomLabelPolicyIconResponse) ProtoReflect() protoreflect.Message
func (*RemoveCustomLabelPolicyIconResponse) Reset ¶
func (x *RemoveCustomLabelPolicyIconResponse) Reset()
func (*RemoveCustomLabelPolicyIconResponse) String ¶
func (x *RemoveCustomLabelPolicyIconResponse) String() 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) ProtoMessage()
func (*RemoveCustomLabelPolicyLogoDarkRequest) ProtoReflect ¶
func (x *RemoveCustomLabelPolicyLogoDarkRequest) ProtoReflect() protoreflect.Message
func (*RemoveCustomLabelPolicyLogoDarkRequest) Reset ¶
func (x *RemoveCustomLabelPolicyLogoDarkRequest) Reset()
func (*RemoveCustomLabelPolicyLogoDarkRequest) String ¶
func (x *RemoveCustomLabelPolicyLogoDarkRequest) String() 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 (x *RemoveCustomLabelPolicyLogoDarkResponse) GetDetails() *object.ObjectDetails
func (*RemoveCustomLabelPolicyLogoDarkResponse) ProtoMessage ¶
func (*RemoveCustomLabelPolicyLogoDarkResponse) ProtoMessage()
func (*RemoveCustomLabelPolicyLogoDarkResponse) ProtoReflect ¶
func (x *RemoveCustomLabelPolicyLogoDarkResponse) ProtoReflect() protoreflect.Message
func (*RemoveCustomLabelPolicyLogoDarkResponse) Reset ¶
func (x *RemoveCustomLabelPolicyLogoDarkResponse) Reset()
func (*RemoveCustomLabelPolicyLogoDarkResponse) String ¶
func (x *RemoveCustomLabelPolicyLogoDarkResponse) String() 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 (x *RemoveCustomLabelPolicyLogoRequest) ProtoReflect() protoreflect.Message
func (*RemoveCustomLabelPolicyLogoRequest) Reset ¶
func (x *RemoveCustomLabelPolicyLogoRequest) Reset()
func (*RemoveCustomLabelPolicyLogoRequest) String ¶
func (x *RemoveCustomLabelPolicyLogoRequest) String() 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 (x *RemoveCustomLabelPolicyLogoResponse) GetDetails() *object.ObjectDetails
func (*RemoveCustomLabelPolicyLogoResponse) ProtoMessage ¶
func (*RemoveCustomLabelPolicyLogoResponse) ProtoMessage()
func (*RemoveCustomLabelPolicyLogoResponse) ProtoReflect ¶
func (x *RemoveCustomLabelPolicyLogoResponse) ProtoReflect() protoreflect.Message
func (*RemoveCustomLabelPolicyLogoResponse) Reset ¶
func (x *RemoveCustomLabelPolicyLogoResponse) Reset()
func (*RemoveCustomLabelPolicyLogoResponse) String ¶
func (x *RemoveCustomLabelPolicyLogoResponse) String() 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 (x *RemoveHumanAuthFactorOTPRequest) ProtoReflect() protoreflect.Message
func (*RemoveHumanAuthFactorOTPRequest) Reset ¶
func (x *RemoveHumanAuthFactorOTPRequest) Reset()
func (*RemoveHumanAuthFactorOTPRequest) String ¶
func (x *RemoveHumanAuthFactorOTPRequest) String() 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 (x *RemoveHumanAuthFactorOTPResponse) GetDetails() *object.ObjectDetails
func (*RemoveHumanAuthFactorOTPResponse) ProtoMessage ¶
func (*RemoveHumanAuthFactorOTPResponse) ProtoMessage()
func (*RemoveHumanAuthFactorOTPResponse) ProtoReflect ¶
func (x *RemoveHumanAuthFactorOTPResponse) ProtoReflect() protoreflect.Message
func (*RemoveHumanAuthFactorOTPResponse) Reset ¶
func (x *RemoveHumanAuthFactorOTPResponse) Reset()
func (*RemoveHumanAuthFactorOTPResponse) String ¶
func (x *RemoveHumanAuthFactorOTPResponse) String() 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 (x *RemoveHumanAuthFactorU2FRequest) ProtoReflect() protoreflect.Message
func (*RemoveHumanAuthFactorU2FRequest) Reset ¶
func (x *RemoveHumanAuthFactorU2FRequest) Reset()
func (*RemoveHumanAuthFactorU2FRequest) String ¶
func (x *RemoveHumanAuthFactorU2FRequest) String() 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 (x *RemoveHumanAuthFactorU2FResponse) GetDetails() *object.ObjectDetails
func (*RemoveHumanAuthFactorU2FResponse) ProtoMessage ¶
func (*RemoveHumanAuthFactorU2FResponse) ProtoMessage()
func (*RemoveHumanAuthFactorU2FResponse) ProtoReflect ¶
func (x *RemoveHumanAuthFactorU2FResponse) ProtoReflect() protoreflect.Message
func (*RemoveHumanAuthFactorU2FResponse) Reset ¶
func (x *RemoveHumanAuthFactorU2FResponse) Reset()
func (*RemoveHumanAuthFactorU2FResponse) String ¶
func (x *RemoveHumanAuthFactorU2FResponse) String() 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 (x *RemoveHumanAvatarResponse) GetDetails() *object.ObjectDetails
func (*RemoveHumanAvatarResponse) ProtoMessage ¶
func (*RemoveHumanAvatarResponse) ProtoMessage()
func (*RemoveHumanAvatarResponse) ProtoReflect ¶
func (x *RemoveHumanAvatarResponse) ProtoReflect() protoreflect.Message
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 (x *RemoveHumanLinkedIDPRequest) ProtoReflect() protoreflect.Message
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 (x *RemoveHumanLinkedIDPResponse) GetDetails() *object.ObjectDetails
func (*RemoveHumanLinkedIDPResponse) ProtoMessage ¶
func (*RemoveHumanLinkedIDPResponse) ProtoMessage()
func (*RemoveHumanLinkedIDPResponse) ProtoReflect ¶
func (x *RemoveHumanLinkedIDPResponse) ProtoReflect() protoreflect.Message
func (*RemoveHumanLinkedIDPResponse) Reset ¶
func (x *RemoveHumanLinkedIDPResponse) Reset()
func (*RemoveHumanLinkedIDPResponse) String ¶
func (x *RemoveHumanLinkedIDPResponse) String() 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 (x *RemoveHumanPasswordlessRequest) ProtoReflect() protoreflect.Message
func (*RemoveHumanPasswordlessRequest) Reset ¶
func (x *RemoveHumanPasswordlessRequest) Reset()
func (*RemoveHumanPasswordlessRequest) String ¶
func (x *RemoveHumanPasswordlessRequest) String() 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 (x *RemoveHumanPasswordlessResponse) GetDetails() *object.ObjectDetails
func (*RemoveHumanPasswordlessResponse) ProtoMessage ¶
func (*RemoveHumanPasswordlessResponse) ProtoMessage()
func (*RemoveHumanPasswordlessResponse) ProtoReflect ¶
func (x *RemoveHumanPasswordlessResponse) ProtoReflect() protoreflect.Message
func (*RemoveHumanPasswordlessResponse) Reset ¶
func (x *RemoveHumanPasswordlessResponse) Reset()
func (*RemoveHumanPasswordlessResponse) String ¶
func (x *RemoveHumanPasswordlessResponse) String() 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 (x *RemoveHumanPhoneResponse) GetDetails() *object.ObjectDetails
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 (x *RemoveIDPFromLoginPolicyRequest) GetIdpId() string
func (*RemoveIDPFromLoginPolicyRequest) ProtoMessage ¶
func (*RemoveIDPFromLoginPolicyRequest) ProtoMessage()
func (*RemoveIDPFromLoginPolicyRequest) ProtoReflect ¶
func (x *RemoveIDPFromLoginPolicyRequest) ProtoReflect() protoreflect.Message
func (*RemoveIDPFromLoginPolicyRequest) Reset ¶
func (x *RemoveIDPFromLoginPolicyRequest) Reset()
func (*RemoveIDPFromLoginPolicyRequest) String ¶
func (x *RemoveIDPFromLoginPolicyRequest) String() 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 (x *RemoveIDPFromLoginPolicyResponse) GetDetails() *object.ObjectDetails
func (*RemoveIDPFromLoginPolicyResponse) ProtoMessage ¶
func (*RemoveIDPFromLoginPolicyResponse) ProtoMessage()
func (*RemoveIDPFromLoginPolicyResponse) ProtoReflect ¶
func (x *RemoveIDPFromLoginPolicyResponse) ProtoReflect() protoreflect.Message
func (*RemoveIDPFromLoginPolicyResponse) Reset ¶
func (x *RemoveIDPFromLoginPolicyResponse) Reset()
func (*RemoveIDPFromLoginPolicyResponse) String ¶
func (x *RemoveIDPFromLoginPolicyResponse) String() 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 (x *RemoveMachineKeyResponse) GetDetails() *object.ObjectDetails
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 (x *RemoveMultiFactorFromLoginPolicyRequest) GetType() policy.MultiFactorType
func (*RemoveMultiFactorFromLoginPolicyRequest) ProtoMessage ¶
func (*RemoveMultiFactorFromLoginPolicyRequest) ProtoMessage()
func (*RemoveMultiFactorFromLoginPolicyRequest) ProtoReflect ¶
func (x *RemoveMultiFactorFromLoginPolicyRequest) ProtoReflect() protoreflect.Message
func (*RemoveMultiFactorFromLoginPolicyRequest) Reset ¶
func (x *RemoveMultiFactorFromLoginPolicyRequest) Reset()
func (*RemoveMultiFactorFromLoginPolicyRequest) String ¶
func (x *RemoveMultiFactorFromLoginPolicyRequest) String() 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 (x *RemoveMultiFactorFromLoginPolicyResponse) GetDetails() *object.ObjectDetails
func (*RemoveMultiFactorFromLoginPolicyResponse) ProtoMessage ¶
func (*RemoveMultiFactorFromLoginPolicyResponse) ProtoMessage()
func (*RemoveMultiFactorFromLoginPolicyResponse) ProtoReflect ¶
func (x *RemoveMultiFactorFromLoginPolicyResponse) ProtoReflect() protoreflect.Message
func (*RemoveMultiFactorFromLoginPolicyResponse) Reset ¶
func (x *RemoveMultiFactorFromLoginPolicyResponse) Reset()
func (*RemoveMultiFactorFromLoginPolicyResponse) String ¶
func (x *RemoveMultiFactorFromLoginPolicyResponse) String() 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 (x *RemovePersonalAccessTokenRequest) GetUserId() string
func (*RemovePersonalAccessTokenRequest) ProtoMessage ¶
func (*RemovePersonalAccessTokenRequest) ProtoMessage()
func (*RemovePersonalAccessTokenRequest) ProtoReflect ¶
func (x *RemovePersonalAccessTokenRequest) ProtoReflect() protoreflect.Message
func (*RemovePersonalAccessTokenRequest) Reset ¶
func (x *RemovePersonalAccessTokenRequest) Reset()
func (*RemovePersonalAccessTokenRequest) String ¶
func (x *RemovePersonalAccessTokenRequest) String() 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 (x *RemovePersonalAccessTokenResponse) GetDetails() *object.ObjectDetails
func (*RemovePersonalAccessTokenResponse) ProtoMessage ¶
func (*RemovePersonalAccessTokenResponse) ProtoMessage()
func (*RemovePersonalAccessTokenResponse) ProtoReflect ¶
func (x *RemovePersonalAccessTokenResponse) ProtoReflect() protoreflect.Message
func (*RemovePersonalAccessTokenResponse) Reset ¶
func (x *RemovePersonalAccessTokenResponse) Reset()
func (*RemovePersonalAccessTokenResponse) String ¶
func (x *RemovePersonalAccessTokenResponse) String() 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 (x *RemoveProjectGrantMemberRequest) ProtoReflect() protoreflect.Message
func (*RemoveProjectGrantMemberRequest) Reset ¶
func (x *RemoveProjectGrantMemberRequest) Reset()
func (*RemoveProjectGrantMemberRequest) String ¶
func (x *RemoveProjectGrantMemberRequest) String() 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 (x *RemoveProjectGrantMemberResponse) GetDetails() *object.ObjectDetails
func (*RemoveProjectGrantMemberResponse) ProtoMessage ¶
func (*RemoveProjectGrantMemberResponse) ProtoMessage()
func (*RemoveProjectGrantMemberResponse) ProtoReflect ¶
func (x *RemoveProjectGrantMemberResponse) ProtoReflect() protoreflect.Message
func (*RemoveProjectGrantMemberResponse) Reset ¶
func (x *RemoveProjectGrantMemberResponse) Reset()
func (*RemoveProjectGrantMemberResponse) String ¶
func (x *RemoveProjectGrantMemberResponse) String() 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 (x *RemoveProjectGrantRequest) ProtoReflect() protoreflect.Message
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 (x *RemoveProjectGrantResponse) GetDetails() *object.ObjectDetails
func (*RemoveProjectGrantResponse) ProtoMessage ¶
func (*RemoveProjectGrantResponse) ProtoMessage()
func (*RemoveProjectGrantResponse) ProtoReflect ¶
func (x *RemoveProjectGrantResponse) ProtoReflect() protoreflect.Message
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 (x *RemoveProjectMemberRequest) ProtoReflect() protoreflect.Message
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 (x *RemoveProjectMemberResponse) GetDetails() *object.ObjectDetails
func (*RemoveProjectMemberResponse) ProtoMessage ¶
func (*RemoveProjectMemberResponse) ProtoMessage()
func (*RemoveProjectMemberResponse) ProtoReflect ¶
func (x *RemoveProjectMemberResponse) ProtoReflect() protoreflect.Message
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 (x *RemoveProjectRoleResponse) GetDetails() *object.ObjectDetails
func (*RemoveProjectRoleResponse) ProtoMessage ¶
func (*RemoveProjectRoleResponse) ProtoMessage()
func (*RemoveProjectRoleResponse) ProtoReflect ¶
func (x *RemoveProjectRoleResponse) ProtoReflect() protoreflect.Message
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 (x *RemoveSecondFactorFromLoginPolicyRequest) GetType() policy.SecondFactorType
func (*RemoveSecondFactorFromLoginPolicyRequest) ProtoMessage ¶
func (*RemoveSecondFactorFromLoginPolicyRequest) ProtoMessage()
func (*RemoveSecondFactorFromLoginPolicyRequest) ProtoReflect ¶
func (x *RemoveSecondFactorFromLoginPolicyRequest) ProtoReflect() protoreflect.Message
func (*RemoveSecondFactorFromLoginPolicyRequest) Reset ¶
func (x *RemoveSecondFactorFromLoginPolicyRequest) Reset()
func (*RemoveSecondFactorFromLoginPolicyRequest) String ¶
func (x *RemoveSecondFactorFromLoginPolicyRequest) String() 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 (x *RemoveSecondFactorFromLoginPolicyResponse) GetDetails() *object.ObjectDetails
func (*RemoveSecondFactorFromLoginPolicyResponse) ProtoMessage ¶
func (*RemoveSecondFactorFromLoginPolicyResponse) ProtoMessage()
func (*RemoveSecondFactorFromLoginPolicyResponse) ProtoReflect ¶
func (x *RemoveSecondFactorFromLoginPolicyResponse) ProtoReflect() protoreflect.Message
func (*RemoveSecondFactorFromLoginPolicyResponse) Reset ¶
func (x *RemoveSecondFactorFromLoginPolicyResponse) Reset()
func (*RemoveSecondFactorFromLoginPolicyResponse) String ¶
func (x *RemoveSecondFactorFromLoginPolicyResponse) String() 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 (x *RemoveUserMetadataRequest) ProtoReflect() protoreflect.Message
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 (x *RemoveUserMetadataResponse) GetDetails() *object.ObjectDetails
func (*RemoveUserMetadataResponse) ProtoMessage ¶
func (*RemoveUserMetadataResponse) ProtoMessage()
func (*RemoveUserMetadataResponse) ProtoReflect ¶
func (x *RemoveUserMetadataResponse) ProtoReflect() protoreflect.Message
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 (x *ResendHumanEmailVerificationRequest) GetUserId() string
func (*ResendHumanEmailVerificationRequest) ProtoMessage ¶
func (*ResendHumanEmailVerificationRequest) ProtoMessage()
func (*ResendHumanEmailVerificationRequest) ProtoReflect ¶
func (x *ResendHumanEmailVerificationRequest) ProtoReflect() protoreflect.Message
func (*ResendHumanEmailVerificationRequest) Reset ¶
func (x *ResendHumanEmailVerificationRequest) Reset()
func (*ResendHumanEmailVerificationRequest) String ¶
func (x *ResendHumanEmailVerificationRequest) String() 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 (x *ResendHumanEmailVerificationResponse) GetDetails() *object.ObjectDetails
func (*ResendHumanEmailVerificationResponse) ProtoMessage ¶
func (*ResendHumanEmailVerificationResponse) ProtoMessage()
func (*ResendHumanEmailVerificationResponse) ProtoReflect ¶
func (x *ResendHumanEmailVerificationResponse) ProtoReflect() protoreflect.Message
func (*ResendHumanEmailVerificationResponse) Reset ¶
func (x *ResendHumanEmailVerificationResponse) Reset()
func (*ResendHumanEmailVerificationResponse) String ¶
func (x *ResendHumanEmailVerificationResponse) String() 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 (x *ResendHumanInitializationRequest) GetEmail() string
func (*ResendHumanInitializationRequest) GetUserId ¶
func (x *ResendHumanInitializationRequest) GetUserId() string
func (*ResendHumanInitializationRequest) ProtoMessage ¶
func (*ResendHumanInitializationRequest) ProtoMessage()
func (*ResendHumanInitializationRequest) ProtoReflect ¶
func (x *ResendHumanInitializationRequest) ProtoReflect() protoreflect.Message
func (*ResendHumanInitializationRequest) Reset ¶
func (x *ResendHumanInitializationRequest) Reset()
func (*ResendHumanInitializationRequest) String ¶
func (x *ResendHumanInitializationRequest) String() 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 (x *ResendHumanInitializationResponse) GetDetails() *object.ObjectDetails
func (*ResendHumanInitializationResponse) ProtoMessage ¶
func (*ResendHumanInitializationResponse) ProtoMessage()
func (*ResendHumanInitializationResponse) ProtoReflect ¶
func (x *ResendHumanInitializationResponse) ProtoReflect() protoreflect.Message
func (*ResendHumanInitializationResponse) Reset ¶
func (x *ResendHumanInitializationResponse) Reset()
func (*ResendHumanInitializationResponse) String ¶
func (x *ResendHumanInitializationResponse) String() 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 (x *ResendHumanPhoneVerificationRequest) GetUserId() string
func (*ResendHumanPhoneVerificationRequest) ProtoMessage ¶
func (*ResendHumanPhoneVerificationRequest) ProtoMessage()
func (*ResendHumanPhoneVerificationRequest) ProtoReflect ¶
func (x *ResendHumanPhoneVerificationRequest) ProtoReflect() protoreflect.Message
func (*ResendHumanPhoneVerificationRequest) Reset ¶
func (x *ResendHumanPhoneVerificationRequest) Reset()
func (*ResendHumanPhoneVerificationRequest) String ¶
func (x *ResendHumanPhoneVerificationRequest) String() 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 (x *ResendHumanPhoneVerificationResponse) GetDetails() *object.ObjectDetails
func (*ResendHumanPhoneVerificationResponse) ProtoMessage ¶
func (*ResendHumanPhoneVerificationResponse) ProtoMessage()
func (*ResendHumanPhoneVerificationResponse) ProtoReflect ¶
func (x *ResendHumanPhoneVerificationResponse) ProtoReflect() protoreflect.Message
func (*ResendHumanPhoneVerificationResponse) Reset ¶
func (x *ResendHumanPhoneVerificationResponse) Reset()
func (*ResendHumanPhoneVerificationResponse) String ¶
func (x *ResendHumanPhoneVerificationResponse) String() 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
func (*ResetCustomDomainClaimedMessageTextToDefaultRequest) Descriptor() ([]byte, []int)
Deprecated: Use ResetCustomDomainClaimedMessageTextToDefaultRequest.ProtoReflect.Descriptor instead.
func (*ResetCustomDomainClaimedMessageTextToDefaultRequest) GetLanguage ¶
func (x *ResetCustomDomainClaimedMessageTextToDefaultRequest) GetLanguage() string
func (*ResetCustomDomainClaimedMessageTextToDefaultRequest) ProtoMessage ¶
func (*ResetCustomDomainClaimedMessageTextToDefaultRequest) ProtoMessage()
func (*ResetCustomDomainClaimedMessageTextToDefaultRequest) ProtoReflect ¶
func (x *ResetCustomDomainClaimedMessageTextToDefaultRequest) ProtoReflect() protoreflect.Message
func (*ResetCustomDomainClaimedMessageTextToDefaultRequest) Reset ¶
func (x *ResetCustomDomainClaimedMessageTextToDefaultRequest) Reset()
func (*ResetCustomDomainClaimedMessageTextToDefaultRequest) String ¶
func (x *ResetCustomDomainClaimedMessageTextToDefaultRequest) String() 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
func (*ResetCustomDomainClaimedMessageTextToDefaultResponse) Descriptor() ([]byte, []int)
Deprecated: Use ResetCustomDomainClaimedMessageTextToDefaultResponse.ProtoReflect.Descriptor instead.
func (*ResetCustomDomainClaimedMessageTextToDefaultResponse) GetDetails ¶
func (x *ResetCustomDomainClaimedMessageTextToDefaultResponse) GetDetails() *object.ObjectDetails
func (*ResetCustomDomainClaimedMessageTextToDefaultResponse) ProtoMessage ¶
func (*ResetCustomDomainClaimedMessageTextToDefaultResponse) ProtoMessage()
func (*ResetCustomDomainClaimedMessageTextToDefaultResponse) ProtoReflect ¶
func (x *ResetCustomDomainClaimedMessageTextToDefaultResponse) ProtoReflect() protoreflect.Message
func (*ResetCustomDomainClaimedMessageTextToDefaultResponse) Reset ¶
func (x *ResetCustomDomainClaimedMessageTextToDefaultResponse) Reset()
func (*ResetCustomDomainClaimedMessageTextToDefaultResponse) String ¶
func (x *ResetCustomDomainClaimedMessageTextToDefaultResponse) String() 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
func (*ResetCustomInitMessageTextToDefaultRequest) Descriptor() ([]byte, []int)
Deprecated: Use ResetCustomInitMessageTextToDefaultRequest.ProtoReflect.Descriptor instead.
func (*ResetCustomInitMessageTextToDefaultRequest) GetLanguage ¶
func (x *ResetCustomInitMessageTextToDefaultRequest) GetLanguage() string
func (*ResetCustomInitMessageTextToDefaultRequest) ProtoMessage ¶
func (*ResetCustomInitMessageTextToDefaultRequest) ProtoMessage()
func (*ResetCustomInitMessageTextToDefaultRequest) ProtoReflect ¶
func (x *ResetCustomInitMessageTextToDefaultRequest) ProtoReflect() protoreflect.Message
func (*ResetCustomInitMessageTextToDefaultRequest) Reset ¶
func (x *ResetCustomInitMessageTextToDefaultRequest) Reset()
func (*ResetCustomInitMessageTextToDefaultRequest) String ¶
func (x *ResetCustomInitMessageTextToDefaultRequest) String() 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
func (*ResetCustomInitMessageTextToDefaultResponse) Descriptor() ([]byte, []int)
Deprecated: Use ResetCustomInitMessageTextToDefaultResponse.ProtoReflect.Descriptor instead.
func (*ResetCustomInitMessageTextToDefaultResponse) GetDetails ¶
func (x *ResetCustomInitMessageTextToDefaultResponse) GetDetails() *object.ObjectDetails
func (*ResetCustomInitMessageTextToDefaultResponse) ProtoMessage ¶
func (*ResetCustomInitMessageTextToDefaultResponse) ProtoMessage()
func (*ResetCustomInitMessageTextToDefaultResponse) ProtoReflect ¶
func (x *ResetCustomInitMessageTextToDefaultResponse) ProtoReflect() protoreflect.Message
func (*ResetCustomInitMessageTextToDefaultResponse) Reset ¶
func (x *ResetCustomInitMessageTextToDefaultResponse) Reset()
func (*ResetCustomInitMessageTextToDefaultResponse) String ¶
func (x *ResetCustomInitMessageTextToDefaultResponse) String() 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 (x *ResetCustomLoginTextsToDefaultRequest) GetLanguage() string
func (*ResetCustomLoginTextsToDefaultRequest) ProtoMessage ¶
func (*ResetCustomLoginTextsToDefaultRequest) ProtoMessage()
func (*ResetCustomLoginTextsToDefaultRequest) ProtoReflect ¶
func (x *ResetCustomLoginTextsToDefaultRequest) ProtoReflect() protoreflect.Message
func (*ResetCustomLoginTextsToDefaultRequest) Reset ¶
func (x *ResetCustomLoginTextsToDefaultRequest) Reset()
func (*ResetCustomLoginTextsToDefaultRequest) String ¶
func (x *ResetCustomLoginTextsToDefaultRequest) String() 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 (x *ResetCustomLoginTextsToDefaultResponse) GetDetails() *object.ObjectDetails
func (*ResetCustomLoginTextsToDefaultResponse) ProtoMessage ¶
func (*ResetCustomLoginTextsToDefaultResponse) ProtoMessage()
func (*ResetCustomLoginTextsToDefaultResponse) ProtoReflect ¶
func (x *ResetCustomLoginTextsToDefaultResponse) ProtoReflect() protoreflect.Message
func (*ResetCustomLoginTextsToDefaultResponse) Reset ¶
func (x *ResetCustomLoginTextsToDefaultResponse) Reset()
func (*ResetCustomLoginTextsToDefaultResponse) String ¶
func (x *ResetCustomLoginTextsToDefaultResponse) String() 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
func (*ResetCustomPasswordResetMessageTextToDefaultRequest) Descriptor() ([]byte, []int)
Deprecated: Use ResetCustomPasswordResetMessageTextToDefaultRequest.ProtoReflect.Descriptor instead.
func (*ResetCustomPasswordResetMessageTextToDefaultRequest) GetLanguage ¶
func (x *ResetCustomPasswordResetMessageTextToDefaultRequest) GetLanguage() string
func (*ResetCustomPasswordResetMessageTextToDefaultRequest) ProtoMessage ¶
func (*ResetCustomPasswordResetMessageTextToDefaultRequest) ProtoMessage()
func (*ResetCustomPasswordResetMessageTextToDefaultRequest) ProtoReflect ¶
func (x *ResetCustomPasswordResetMessageTextToDefaultRequest) ProtoReflect() protoreflect.Message
func (*ResetCustomPasswordResetMessageTextToDefaultRequest) Reset ¶
func (x *ResetCustomPasswordResetMessageTextToDefaultRequest) Reset()
func (*ResetCustomPasswordResetMessageTextToDefaultRequest) String ¶
func (x *ResetCustomPasswordResetMessageTextToDefaultRequest) String() 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
func (*ResetCustomPasswordResetMessageTextToDefaultResponse) Descriptor() ([]byte, []int)
Deprecated: Use ResetCustomPasswordResetMessageTextToDefaultResponse.ProtoReflect.Descriptor instead.
func (*ResetCustomPasswordResetMessageTextToDefaultResponse) GetDetails ¶
func (x *ResetCustomPasswordResetMessageTextToDefaultResponse) GetDetails() *object.ObjectDetails
func (*ResetCustomPasswordResetMessageTextToDefaultResponse) ProtoMessage ¶
func (*ResetCustomPasswordResetMessageTextToDefaultResponse) ProtoMessage()
func (*ResetCustomPasswordResetMessageTextToDefaultResponse) ProtoReflect ¶
func (x *ResetCustomPasswordResetMessageTextToDefaultResponse) ProtoReflect() protoreflect.Message
func (*ResetCustomPasswordResetMessageTextToDefaultResponse) Reset ¶
func (x *ResetCustomPasswordResetMessageTextToDefaultResponse) Reset()
func (*ResetCustomPasswordResetMessageTextToDefaultResponse) String ¶
func (x *ResetCustomPasswordResetMessageTextToDefaultResponse) String() 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
func (*ResetCustomPasswordlessRegistrationMessageTextToDefaultRequest) Descriptor() ([]byte, []int)
Deprecated: Use ResetCustomPasswordlessRegistrationMessageTextToDefaultRequest.ProtoReflect.Descriptor instead.
func (*ResetCustomPasswordlessRegistrationMessageTextToDefaultRequest) GetLanguage ¶
func (x *ResetCustomPasswordlessRegistrationMessageTextToDefaultRequest) GetLanguage() string
func (*ResetCustomPasswordlessRegistrationMessageTextToDefaultRequest) ProtoMessage ¶
func (*ResetCustomPasswordlessRegistrationMessageTextToDefaultRequest) ProtoMessage()
func (*ResetCustomPasswordlessRegistrationMessageTextToDefaultRequest) ProtoReflect ¶
func (x *ResetCustomPasswordlessRegistrationMessageTextToDefaultRequest) ProtoReflect() protoreflect.Message
func (*ResetCustomPasswordlessRegistrationMessageTextToDefaultRequest) Reset ¶
func (x *ResetCustomPasswordlessRegistrationMessageTextToDefaultRequest) Reset()
func (*ResetCustomPasswordlessRegistrationMessageTextToDefaultRequest) String ¶
func (x *ResetCustomPasswordlessRegistrationMessageTextToDefaultRequest) String() 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
func (*ResetCustomPasswordlessRegistrationMessageTextToDefaultResponse) Descriptor() ([]byte, []int)
Deprecated: Use ResetCustomPasswordlessRegistrationMessageTextToDefaultResponse.ProtoReflect.Descriptor instead.
func (*ResetCustomPasswordlessRegistrationMessageTextToDefaultResponse) GetDetails ¶
func (x *ResetCustomPasswordlessRegistrationMessageTextToDefaultResponse) GetDetails() *object.ObjectDetails
func (*ResetCustomPasswordlessRegistrationMessageTextToDefaultResponse) ProtoMessage ¶
func (*ResetCustomPasswordlessRegistrationMessageTextToDefaultResponse) ProtoMessage()
func (*ResetCustomPasswordlessRegistrationMessageTextToDefaultResponse) ProtoReflect ¶
func (x *ResetCustomPasswordlessRegistrationMessageTextToDefaultResponse) ProtoReflect() protoreflect.Message
func (*ResetCustomPasswordlessRegistrationMessageTextToDefaultResponse) Reset ¶
func (x *ResetCustomPasswordlessRegistrationMessageTextToDefaultResponse) Reset()
func (*ResetCustomPasswordlessRegistrationMessageTextToDefaultResponse) String ¶
func (x *ResetCustomPasswordlessRegistrationMessageTextToDefaultResponse) String() 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
func (*ResetCustomVerifyEmailMessageTextToDefaultRequest) Descriptor() ([]byte, []int)
Deprecated: Use ResetCustomVerifyEmailMessageTextToDefaultRequest.ProtoReflect.Descriptor instead.
func (*ResetCustomVerifyEmailMessageTextToDefaultRequest) GetLanguage ¶
func (x *ResetCustomVerifyEmailMessageTextToDefaultRequest) GetLanguage() string
func (*ResetCustomVerifyEmailMessageTextToDefaultRequest) ProtoMessage ¶
func (*ResetCustomVerifyEmailMessageTextToDefaultRequest) ProtoMessage()
func (*ResetCustomVerifyEmailMessageTextToDefaultRequest) ProtoReflect ¶
func (x *ResetCustomVerifyEmailMessageTextToDefaultRequest) ProtoReflect() protoreflect.Message
func (*ResetCustomVerifyEmailMessageTextToDefaultRequest) Reset ¶
func (x *ResetCustomVerifyEmailMessageTextToDefaultRequest) Reset()
func (*ResetCustomVerifyEmailMessageTextToDefaultRequest) String ¶
func (x *ResetCustomVerifyEmailMessageTextToDefaultRequest) String() 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
func (*ResetCustomVerifyEmailMessageTextToDefaultResponse) Descriptor() ([]byte, []int)
Deprecated: Use ResetCustomVerifyEmailMessageTextToDefaultResponse.ProtoReflect.Descriptor instead.
func (*ResetCustomVerifyEmailMessageTextToDefaultResponse) GetDetails ¶
func (x *ResetCustomVerifyEmailMessageTextToDefaultResponse) GetDetails() *object.ObjectDetails
func (*ResetCustomVerifyEmailMessageTextToDefaultResponse) ProtoMessage ¶
func (*ResetCustomVerifyEmailMessageTextToDefaultResponse) ProtoMessage()
func (*ResetCustomVerifyEmailMessageTextToDefaultResponse) ProtoReflect ¶
func (x *ResetCustomVerifyEmailMessageTextToDefaultResponse) ProtoReflect() protoreflect.Message
func (*ResetCustomVerifyEmailMessageTextToDefaultResponse) Reset ¶
func (x *ResetCustomVerifyEmailMessageTextToDefaultResponse) Reset()
func (*ResetCustomVerifyEmailMessageTextToDefaultResponse) String ¶
func (x *ResetCustomVerifyEmailMessageTextToDefaultResponse) String() 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
func (*ResetCustomVerifyPhoneMessageTextToDefaultRequest) Descriptor() ([]byte, []int)
Deprecated: Use ResetCustomVerifyPhoneMessageTextToDefaultRequest.ProtoReflect.Descriptor instead.
func (*ResetCustomVerifyPhoneMessageTextToDefaultRequest) GetLanguage ¶
func (x *ResetCustomVerifyPhoneMessageTextToDefaultRequest) GetLanguage() string
func (*ResetCustomVerifyPhoneMessageTextToDefaultRequest) ProtoMessage ¶
func (*ResetCustomVerifyPhoneMessageTextToDefaultRequest) ProtoMessage()
func (*ResetCustomVerifyPhoneMessageTextToDefaultRequest) ProtoReflect ¶
func (x *ResetCustomVerifyPhoneMessageTextToDefaultRequest) ProtoReflect() protoreflect.Message
func (*ResetCustomVerifyPhoneMessageTextToDefaultRequest) Reset ¶
func (x *ResetCustomVerifyPhoneMessageTextToDefaultRequest) Reset()
func (*ResetCustomVerifyPhoneMessageTextToDefaultRequest) String ¶
func (x *ResetCustomVerifyPhoneMessageTextToDefaultRequest) String() 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
func (*ResetCustomVerifyPhoneMessageTextToDefaultResponse) Descriptor() ([]byte, []int)
Deprecated: Use ResetCustomVerifyPhoneMessageTextToDefaultResponse.ProtoReflect.Descriptor instead.
func (*ResetCustomVerifyPhoneMessageTextToDefaultResponse) GetDetails ¶
func (x *ResetCustomVerifyPhoneMessageTextToDefaultResponse) GetDetails() *object.ObjectDetails
func (*ResetCustomVerifyPhoneMessageTextToDefaultResponse) ProtoMessage ¶
func (*ResetCustomVerifyPhoneMessageTextToDefaultResponse) ProtoMessage()
func (*ResetCustomVerifyPhoneMessageTextToDefaultResponse) ProtoReflect ¶
func (x *ResetCustomVerifyPhoneMessageTextToDefaultResponse) ProtoReflect() protoreflect.Message
func (*ResetCustomVerifyPhoneMessageTextToDefaultResponse) Reset ¶
func (x *ResetCustomVerifyPhoneMessageTextToDefaultResponse) Reset()
func (*ResetCustomVerifyPhoneMessageTextToDefaultResponse) String ¶
func (x *ResetCustomVerifyPhoneMessageTextToDefaultResponse) String() 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 (x *ResetLabelPolicyToDefaultRequest) ProtoReflect() protoreflect.Message
func (*ResetLabelPolicyToDefaultRequest) Reset ¶
func (x *ResetLabelPolicyToDefaultRequest) Reset()
func (*ResetLabelPolicyToDefaultRequest) String ¶
func (x *ResetLabelPolicyToDefaultRequest) String() 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 (x *ResetLabelPolicyToDefaultResponse) GetDetails() *object.ObjectDetails
func (*ResetLabelPolicyToDefaultResponse) ProtoMessage ¶
func (*ResetLabelPolicyToDefaultResponse) ProtoMessage()
func (*ResetLabelPolicyToDefaultResponse) ProtoReflect ¶
func (x *ResetLabelPolicyToDefaultResponse) ProtoReflect() protoreflect.Message
func (*ResetLabelPolicyToDefaultResponse) Reset ¶
func (x *ResetLabelPolicyToDefaultResponse) Reset()
func (*ResetLabelPolicyToDefaultResponse) String ¶
func (x *ResetLabelPolicyToDefaultResponse) String() 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 (x *ResetLockoutPolicyToDefaultRequest) ProtoReflect() protoreflect.Message
func (*ResetLockoutPolicyToDefaultRequest) Reset ¶
func (x *ResetLockoutPolicyToDefaultRequest) Reset()
func (*ResetLockoutPolicyToDefaultRequest) String ¶
func (x *ResetLockoutPolicyToDefaultRequest) String() 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 (x *ResetLockoutPolicyToDefaultResponse) GetDetails() *object.ObjectDetails
func (*ResetLockoutPolicyToDefaultResponse) ProtoMessage ¶
func (*ResetLockoutPolicyToDefaultResponse) ProtoMessage()
func (*ResetLockoutPolicyToDefaultResponse) ProtoReflect ¶
func (x *ResetLockoutPolicyToDefaultResponse) ProtoReflect() protoreflect.Message
func (*ResetLockoutPolicyToDefaultResponse) Reset ¶
func (x *ResetLockoutPolicyToDefaultResponse) Reset()
func (*ResetLockoutPolicyToDefaultResponse) String ¶
func (x *ResetLockoutPolicyToDefaultResponse) String() 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 (x *ResetLoginPolicyToDefaultRequest) ProtoReflect() protoreflect.Message
func (*ResetLoginPolicyToDefaultRequest) Reset ¶
func (x *ResetLoginPolicyToDefaultRequest) Reset()
func (*ResetLoginPolicyToDefaultRequest) String ¶
func (x *ResetLoginPolicyToDefaultRequest) String() 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 (x *ResetLoginPolicyToDefaultResponse) GetDetails() *object.ObjectDetails
func (*ResetLoginPolicyToDefaultResponse) ProtoMessage ¶
func (*ResetLoginPolicyToDefaultResponse) ProtoMessage()
func (*ResetLoginPolicyToDefaultResponse) ProtoReflect ¶
func (x *ResetLoginPolicyToDefaultResponse) ProtoReflect() protoreflect.Message
func (*ResetLoginPolicyToDefaultResponse) Reset ¶
func (x *ResetLoginPolicyToDefaultResponse) Reset()
func (*ResetLoginPolicyToDefaultResponse) String ¶
func (x *ResetLoginPolicyToDefaultResponse) String() 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) ProtoMessage()
func (*ResetPasswordAgePolicyToDefaultRequest) ProtoReflect ¶
func (x *ResetPasswordAgePolicyToDefaultRequest) ProtoReflect() protoreflect.Message
func (*ResetPasswordAgePolicyToDefaultRequest) Reset ¶
func (x *ResetPasswordAgePolicyToDefaultRequest) Reset()
func (*ResetPasswordAgePolicyToDefaultRequest) String ¶
func (x *ResetPasswordAgePolicyToDefaultRequest) String() 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 (x *ResetPasswordAgePolicyToDefaultResponse) GetDetails() *object.ObjectDetails
func (*ResetPasswordAgePolicyToDefaultResponse) ProtoMessage ¶
func (*ResetPasswordAgePolicyToDefaultResponse) ProtoMessage()
func (*ResetPasswordAgePolicyToDefaultResponse) ProtoReflect ¶
func (x *ResetPasswordAgePolicyToDefaultResponse) ProtoReflect() protoreflect.Message
func (*ResetPasswordAgePolicyToDefaultResponse) Reset ¶
func (x *ResetPasswordAgePolicyToDefaultResponse) Reset()
func (*ResetPasswordAgePolicyToDefaultResponse) String ¶
func (x *ResetPasswordAgePolicyToDefaultResponse) String() string
type ResetPasswordComplexityPolicyToDefaultRequest ¶
type ResetPasswordComplexityPolicyToDefaultRequest struct {
// contains filtered or unexported fields
}
This is an empty request
func (*ResetPasswordComplexityPolicyToDefaultRequest) Descriptor
deprecated
func (*ResetPasswordComplexityPolicyToDefaultRequest) Descriptor() ([]byte, []int)
Deprecated: Use ResetPasswordComplexityPolicyToDefaultRequest.ProtoReflect.Descriptor instead.
func (*ResetPasswordComplexityPolicyToDefaultRequest) ProtoMessage ¶
func (*ResetPasswordComplexityPolicyToDefaultRequest) ProtoMessage()
func (*ResetPasswordComplexityPolicyToDefaultRequest) ProtoReflect ¶
func (x *ResetPasswordComplexityPolicyToDefaultRequest) ProtoReflect() protoreflect.Message
func (*ResetPasswordComplexityPolicyToDefaultRequest) Reset ¶
func (x *ResetPasswordComplexityPolicyToDefaultRequest) Reset()
func (*ResetPasswordComplexityPolicyToDefaultRequest) String ¶
func (x *ResetPasswordComplexityPolicyToDefaultRequest) String() 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
func (*ResetPasswordComplexityPolicyToDefaultResponse) Descriptor() ([]byte, []int)
Deprecated: Use ResetPasswordComplexityPolicyToDefaultResponse.ProtoReflect.Descriptor instead.
func (*ResetPasswordComplexityPolicyToDefaultResponse) GetDetails ¶
func (x *ResetPasswordComplexityPolicyToDefaultResponse) GetDetails() *object.ObjectDetails
func (*ResetPasswordComplexityPolicyToDefaultResponse) ProtoMessage ¶
func (*ResetPasswordComplexityPolicyToDefaultResponse) ProtoMessage()
func (*ResetPasswordComplexityPolicyToDefaultResponse) ProtoReflect ¶
func (x *ResetPasswordComplexityPolicyToDefaultResponse) ProtoReflect() protoreflect.Message
func (*ResetPasswordComplexityPolicyToDefaultResponse) Reset ¶
func (x *ResetPasswordComplexityPolicyToDefaultResponse) Reset()
func (*ResetPasswordComplexityPolicyToDefaultResponse) String ¶
func (x *ResetPasswordComplexityPolicyToDefaultResponse) String() 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 (x *ResetPrivacyPolicyToDefaultRequest) ProtoReflect() protoreflect.Message
func (*ResetPrivacyPolicyToDefaultRequest) Reset ¶
func (x *ResetPrivacyPolicyToDefaultRequest) Reset()
func (*ResetPrivacyPolicyToDefaultRequest) String ¶
func (x *ResetPrivacyPolicyToDefaultRequest) String() 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 (x *ResetPrivacyPolicyToDefaultResponse) GetDetails() *object.ObjectDetails
func (*ResetPrivacyPolicyToDefaultResponse) ProtoMessage ¶
func (*ResetPrivacyPolicyToDefaultResponse) ProtoMessage()
func (*ResetPrivacyPolicyToDefaultResponse) ProtoReflect ¶
func (x *ResetPrivacyPolicyToDefaultResponse) ProtoReflect() protoreflect.Message
func (*ResetPrivacyPolicyToDefaultResponse) Reset ¶
func (x *ResetPrivacyPolicyToDefaultResponse) Reset()
func (*ResetPrivacyPolicyToDefaultResponse) String ¶
func (x *ResetPrivacyPolicyToDefaultResponse) String() 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) GetUserId ¶
func (x *SendHumanResetPasswordNotificationRequest) GetUserId() string
func (*SendHumanResetPasswordNotificationRequest) ProtoMessage ¶
func (*SendHumanResetPasswordNotificationRequest) ProtoMessage()
func (*SendHumanResetPasswordNotificationRequest) ProtoReflect ¶
func (x *SendHumanResetPasswordNotificationRequest) ProtoReflect() protoreflect.Message
func (*SendHumanResetPasswordNotificationRequest) Reset ¶
func (x *SendHumanResetPasswordNotificationRequest) Reset()
func (*SendHumanResetPasswordNotificationRequest) String ¶
func (x *SendHumanResetPasswordNotificationRequest) String() 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) Descriptor() protoreflect.EnumDescriptor
func (SendHumanResetPasswordNotificationRequest_Type) EnumDescriptor
deprecated
func (SendHumanResetPasswordNotificationRequest_Type) EnumDescriptor() ([]byte, []int)
Deprecated: Use SendHumanResetPasswordNotificationRequest_Type.Descriptor instead.
func (SendHumanResetPasswordNotificationRequest_Type) Number ¶
func (x SendHumanResetPasswordNotificationRequest_Type) Number() protoreflect.EnumNumber
func (SendHumanResetPasswordNotificationRequest_Type) String ¶
func (x SendHumanResetPasswordNotificationRequest_Type) String() string
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
func (*SendHumanResetPasswordNotificationResponse) Descriptor() ([]byte, []int)
Deprecated: Use SendHumanResetPasswordNotificationResponse.ProtoReflect.Descriptor instead.
func (*SendHumanResetPasswordNotificationResponse) GetDetails ¶
func (x *SendHumanResetPasswordNotificationResponse) GetDetails() *object.ObjectDetails
func (*SendHumanResetPasswordNotificationResponse) ProtoMessage ¶
func (*SendHumanResetPasswordNotificationResponse) ProtoMessage()
func (*SendHumanResetPasswordNotificationResponse) ProtoReflect ¶
func (x *SendHumanResetPasswordNotificationResponse) ProtoReflect() protoreflect.Message
func (*SendHumanResetPasswordNotificationResponse) Reset ¶
func (x *SendHumanResetPasswordNotificationResponse) Reset()
func (*SendHumanResetPasswordNotificationResponse) String ¶
func (x *SendHumanResetPasswordNotificationResponse) String() 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 (x *SendPasswordlessRegistrationRequest) GetUserId() string
func (*SendPasswordlessRegistrationRequest) ProtoMessage ¶
func (*SendPasswordlessRegistrationRequest) ProtoMessage()
func (*SendPasswordlessRegistrationRequest) ProtoReflect ¶
func (x *SendPasswordlessRegistrationRequest) ProtoReflect() protoreflect.Message
func (*SendPasswordlessRegistrationRequest) Reset ¶
func (x *SendPasswordlessRegistrationRequest) Reset()
func (*SendPasswordlessRegistrationRequest) String ¶
func (x *SendPasswordlessRegistrationRequest) String() 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 (x *SendPasswordlessRegistrationResponse) GetDetails() *object.ObjectDetails
func (*SendPasswordlessRegistrationResponse) ProtoMessage ¶
func (*SendPasswordlessRegistrationResponse) ProtoMessage()
func (*SendPasswordlessRegistrationResponse) ProtoReflect ¶
func (x *SendPasswordlessRegistrationResponse) ProtoReflect() protoreflect.Message
func (*SendPasswordlessRegistrationResponse) Reset ¶
func (x *SendPasswordlessRegistrationResponse) Reset()
func (*SendPasswordlessRegistrationResponse) String ¶
func (x *SendPasswordlessRegistrationResponse) String() 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"` // contains filtered or unexported fields }
func (*SetCustomDomainClaimedMessageTextRequest) Descriptor
deprecated
func (*SetCustomDomainClaimedMessageTextRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetCustomDomainClaimedMessageTextRequest.ProtoReflect.Descriptor instead.
func (*SetCustomDomainClaimedMessageTextRequest) GetButtonText ¶
func (x *SetCustomDomainClaimedMessageTextRequest) GetButtonText() string
func (*SetCustomDomainClaimedMessageTextRequest) GetFooterText ¶
func (x *SetCustomDomainClaimedMessageTextRequest) GetFooterText() string
func (*SetCustomDomainClaimedMessageTextRequest) GetGreeting ¶
func (x *SetCustomDomainClaimedMessageTextRequest) GetGreeting() string
func (*SetCustomDomainClaimedMessageTextRequest) GetLanguage ¶
func (x *SetCustomDomainClaimedMessageTextRequest) GetLanguage() string
func (*SetCustomDomainClaimedMessageTextRequest) GetPreHeader ¶
func (x *SetCustomDomainClaimedMessageTextRequest) GetPreHeader() string
func (*SetCustomDomainClaimedMessageTextRequest) GetSubject ¶
func (x *SetCustomDomainClaimedMessageTextRequest) GetSubject() string
func (*SetCustomDomainClaimedMessageTextRequest) GetText ¶
func (x *SetCustomDomainClaimedMessageTextRequest) GetText() string
func (*SetCustomDomainClaimedMessageTextRequest) GetTitle ¶
func (x *SetCustomDomainClaimedMessageTextRequest) GetTitle() string
func (*SetCustomDomainClaimedMessageTextRequest) ProtoMessage ¶
func (*SetCustomDomainClaimedMessageTextRequest) ProtoMessage()
func (*SetCustomDomainClaimedMessageTextRequest) ProtoReflect ¶
func (x *SetCustomDomainClaimedMessageTextRequest) ProtoReflect() protoreflect.Message
func (*SetCustomDomainClaimedMessageTextRequest) Reset ¶
func (x *SetCustomDomainClaimedMessageTextRequest) Reset()
func (*SetCustomDomainClaimedMessageTextRequest) String ¶
func (x *SetCustomDomainClaimedMessageTextRequest) String() 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 (x *SetCustomDomainClaimedMessageTextResponse) GetDetails() *object.ObjectDetails
func (*SetCustomDomainClaimedMessageTextResponse) ProtoMessage ¶
func (*SetCustomDomainClaimedMessageTextResponse) ProtoMessage()
func (*SetCustomDomainClaimedMessageTextResponse) ProtoReflect ¶
func (x *SetCustomDomainClaimedMessageTextResponse) ProtoReflect() protoreflect.Message
func (*SetCustomDomainClaimedMessageTextResponse) Reset ¶
func (x *SetCustomDomainClaimedMessageTextResponse) Reset()
func (*SetCustomDomainClaimedMessageTextResponse) String ¶
func (x *SetCustomDomainClaimedMessageTextResponse) String() 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"` // 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 (x *SetCustomInitMessageTextRequest) GetText() string
func (*SetCustomInitMessageTextRequest) GetTitle ¶
func (x *SetCustomInitMessageTextRequest) GetTitle() string
func (*SetCustomInitMessageTextRequest) ProtoMessage ¶
func (*SetCustomInitMessageTextRequest) ProtoMessage()
func (*SetCustomInitMessageTextRequest) ProtoReflect ¶
func (x *SetCustomInitMessageTextRequest) ProtoReflect() protoreflect.Message
func (*SetCustomInitMessageTextRequest) Reset ¶
func (x *SetCustomInitMessageTextRequest) Reset()
func (*SetCustomInitMessageTextRequest) String ¶
func (x *SetCustomInitMessageTextRequest) String() 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 (x *SetCustomInitMessageTextResponse) GetDetails() *object.ObjectDetails
func (*SetCustomInitMessageTextResponse) ProtoMessage ¶
func (*SetCustomInitMessageTextResponse) ProtoMessage()
func (*SetCustomInitMessageTextResponse) ProtoReflect ¶
func (x *SetCustomInitMessageTextResponse) ProtoReflect() protoreflect.Message
func (*SetCustomInitMessageTextResponse) Reset ¶
func (x *SetCustomInitMessageTextResponse) Reset()
func (*SetCustomInitMessageTextResponse) String ¶
func (x *SetCustomInitMessageTextResponse) String() 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"` 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 (x *SetCustomLoginTextsRequest) GetLogoutText() *text.LogoutDoneScreenText
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 (x *SetCustomLoginTextsRequest) ProtoReflect() protoreflect.Message
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 (x *SetCustomLoginTextsResponse) GetDetails() *object.ObjectDetails
func (*SetCustomLoginTextsResponse) ProtoMessage ¶
func (*SetCustomLoginTextsResponse) ProtoMessage()
func (*SetCustomLoginTextsResponse) ProtoReflect ¶
func (x *SetCustomLoginTextsResponse) ProtoReflect() protoreflect.Message
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"` // contains filtered or unexported fields }
func (*SetCustomPasswordResetMessageTextRequest) Descriptor
deprecated
func (*SetCustomPasswordResetMessageTextRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetCustomPasswordResetMessageTextRequest.ProtoReflect.Descriptor instead.
func (*SetCustomPasswordResetMessageTextRequest) GetButtonText ¶
func (x *SetCustomPasswordResetMessageTextRequest) GetButtonText() string
func (*SetCustomPasswordResetMessageTextRequest) GetFooterText ¶
func (x *SetCustomPasswordResetMessageTextRequest) GetFooterText() string
func (*SetCustomPasswordResetMessageTextRequest) GetGreeting ¶
func (x *SetCustomPasswordResetMessageTextRequest) GetGreeting() string
func (*SetCustomPasswordResetMessageTextRequest) GetLanguage ¶
func (x *SetCustomPasswordResetMessageTextRequest) GetLanguage() string
func (*SetCustomPasswordResetMessageTextRequest) GetPreHeader ¶
func (x *SetCustomPasswordResetMessageTextRequest) GetPreHeader() string
func (*SetCustomPasswordResetMessageTextRequest) GetSubject ¶
func (x *SetCustomPasswordResetMessageTextRequest) GetSubject() string
func (*SetCustomPasswordResetMessageTextRequest) GetText ¶
func (x *SetCustomPasswordResetMessageTextRequest) GetText() string
func (*SetCustomPasswordResetMessageTextRequest) GetTitle ¶
func (x *SetCustomPasswordResetMessageTextRequest) GetTitle() string
func (*SetCustomPasswordResetMessageTextRequest) ProtoMessage ¶
func (*SetCustomPasswordResetMessageTextRequest) ProtoMessage()
func (*SetCustomPasswordResetMessageTextRequest) ProtoReflect ¶
func (x *SetCustomPasswordResetMessageTextRequest) ProtoReflect() protoreflect.Message
func (*SetCustomPasswordResetMessageTextRequest) Reset ¶
func (x *SetCustomPasswordResetMessageTextRequest) Reset()
func (*SetCustomPasswordResetMessageTextRequest) String ¶
func (x *SetCustomPasswordResetMessageTextRequest) String() 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 (x *SetCustomPasswordResetMessageTextResponse) GetDetails() *object.ObjectDetails
func (*SetCustomPasswordResetMessageTextResponse) ProtoMessage ¶
func (*SetCustomPasswordResetMessageTextResponse) ProtoMessage()
func (*SetCustomPasswordResetMessageTextResponse) ProtoReflect ¶
func (x *SetCustomPasswordResetMessageTextResponse) ProtoReflect() protoreflect.Message
func (*SetCustomPasswordResetMessageTextResponse) Reset ¶
func (x *SetCustomPasswordResetMessageTextResponse) Reset()
func (*SetCustomPasswordResetMessageTextResponse) String ¶
func (x *SetCustomPasswordResetMessageTextResponse) String() 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"` // contains filtered or unexported fields }
func (*SetCustomPasswordlessRegistrationMessageTextRequest) Descriptor
deprecated
func (*SetCustomPasswordlessRegistrationMessageTextRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetCustomPasswordlessRegistrationMessageTextRequest.ProtoReflect.Descriptor instead.
func (*SetCustomPasswordlessRegistrationMessageTextRequest) GetButtonText ¶
func (x *SetCustomPasswordlessRegistrationMessageTextRequest) GetButtonText() string
func (*SetCustomPasswordlessRegistrationMessageTextRequest) GetFooterText ¶
func (x *SetCustomPasswordlessRegistrationMessageTextRequest) GetFooterText() string
func (*SetCustomPasswordlessRegistrationMessageTextRequest) GetGreeting ¶
func (x *SetCustomPasswordlessRegistrationMessageTextRequest) GetGreeting() string
func (*SetCustomPasswordlessRegistrationMessageTextRequest) GetLanguage ¶
func (x *SetCustomPasswordlessRegistrationMessageTextRequest) GetLanguage() string
func (*SetCustomPasswordlessRegistrationMessageTextRequest) GetPreHeader ¶
func (x *SetCustomPasswordlessRegistrationMessageTextRequest) GetPreHeader() string
func (*SetCustomPasswordlessRegistrationMessageTextRequest) GetSubject ¶
func (x *SetCustomPasswordlessRegistrationMessageTextRequest) GetSubject() string
func (*SetCustomPasswordlessRegistrationMessageTextRequest) GetText ¶
func (x *SetCustomPasswordlessRegistrationMessageTextRequest) GetText() string
func (*SetCustomPasswordlessRegistrationMessageTextRequest) GetTitle ¶
func (x *SetCustomPasswordlessRegistrationMessageTextRequest) GetTitle() string
func (*SetCustomPasswordlessRegistrationMessageTextRequest) ProtoMessage ¶
func (*SetCustomPasswordlessRegistrationMessageTextRequest) ProtoMessage()
func (*SetCustomPasswordlessRegistrationMessageTextRequest) ProtoReflect ¶
func (x *SetCustomPasswordlessRegistrationMessageTextRequest) ProtoReflect() protoreflect.Message
func (*SetCustomPasswordlessRegistrationMessageTextRequest) Reset ¶
func (x *SetCustomPasswordlessRegistrationMessageTextRequest) Reset()
func (*SetCustomPasswordlessRegistrationMessageTextRequest) String ¶
func (x *SetCustomPasswordlessRegistrationMessageTextRequest) String() 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
func (*SetCustomPasswordlessRegistrationMessageTextResponse) Descriptor() ([]byte, []int)
Deprecated: Use SetCustomPasswordlessRegistrationMessageTextResponse.ProtoReflect.Descriptor instead.
func (*SetCustomPasswordlessRegistrationMessageTextResponse) GetDetails ¶
func (x *SetCustomPasswordlessRegistrationMessageTextResponse) GetDetails() *object.ObjectDetails
func (*SetCustomPasswordlessRegistrationMessageTextResponse) ProtoMessage ¶
func (*SetCustomPasswordlessRegistrationMessageTextResponse) ProtoMessage()
func (*SetCustomPasswordlessRegistrationMessageTextResponse) ProtoReflect ¶
func (x *SetCustomPasswordlessRegistrationMessageTextResponse) ProtoReflect() protoreflect.Message
func (*SetCustomPasswordlessRegistrationMessageTextResponse) Reset ¶
func (x *SetCustomPasswordlessRegistrationMessageTextResponse) Reset()
func (*SetCustomPasswordlessRegistrationMessageTextResponse) String ¶
func (x *SetCustomPasswordlessRegistrationMessageTextResponse) String() 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"` // contains filtered or unexported fields }
func (*SetCustomVerifyEmailMessageTextRequest) Descriptor
deprecated
func (*SetCustomVerifyEmailMessageTextRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetCustomVerifyEmailMessageTextRequest.ProtoReflect.Descriptor instead.
func (*SetCustomVerifyEmailMessageTextRequest) GetButtonText ¶
func (x *SetCustomVerifyEmailMessageTextRequest) GetButtonText() string
func (*SetCustomVerifyEmailMessageTextRequest) GetFooterText ¶
func (x *SetCustomVerifyEmailMessageTextRequest) GetFooterText() string
func (*SetCustomVerifyEmailMessageTextRequest) GetGreeting ¶
func (x *SetCustomVerifyEmailMessageTextRequest) GetGreeting() string
func (*SetCustomVerifyEmailMessageTextRequest) GetLanguage ¶
func (x *SetCustomVerifyEmailMessageTextRequest) GetLanguage() string
func (*SetCustomVerifyEmailMessageTextRequest) GetPreHeader ¶
func (x *SetCustomVerifyEmailMessageTextRequest) GetPreHeader() string
func (*SetCustomVerifyEmailMessageTextRequest) GetSubject ¶
func (x *SetCustomVerifyEmailMessageTextRequest) GetSubject() string
func (*SetCustomVerifyEmailMessageTextRequest) GetText ¶
func (x *SetCustomVerifyEmailMessageTextRequest) GetText() string
func (*SetCustomVerifyEmailMessageTextRequest) GetTitle ¶
func (x *SetCustomVerifyEmailMessageTextRequest) GetTitle() string
func (*SetCustomVerifyEmailMessageTextRequest) ProtoMessage ¶
func (*SetCustomVerifyEmailMessageTextRequest) ProtoMessage()
func (*SetCustomVerifyEmailMessageTextRequest) ProtoReflect ¶
func (x *SetCustomVerifyEmailMessageTextRequest) ProtoReflect() protoreflect.Message
func (*SetCustomVerifyEmailMessageTextRequest) Reset ¶
func (x *SetCustomVerifyEmailMessageTextRequest) Reset()
func (*SetCustomVerifyEmailMessageTextRequest) String ¶
func (x *SetCustomVerifyEmailMessageTextRequest) String() 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 (x *SetCustomVerifyEmailMessageTextResponse) GetDetails() *object.ObjectDetails
func (*SetCustomVerifyEmailMessageTextResponse) ProtoMessage ¶
func (*SetCustomVerifyEmailMessageTextResponse) ProtoMessage()
func (*SetCustomVerifyEmailMessageTextResponse) ProtoReflect ¶
func (x *SetCustomVerifyEmailMessageTextResponse) ProtoReflect() protoreflect.Message
func (*SetCustomVerifyEmailMessageTextResponse) Reset ¶
func (x *SetCustomVerifyEmailMessageTextResponse) Reset()
func (*SetCustomVerifyEmailMessageTextResponse) String ¶
func (x *SetCustomVerifyEmailMessageTextResponse) String() 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"` // contains filtered or unexported fields }
func (*SetCustomVerifyPhoneMessageTextRequest) Descriptor
deprecated
func (*SetCustomVerifyPhoneMessageTextRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetCustomVerifyPhoneMessageTextRequest.ProtoReflect.Descriptor instead.
func (*SetCustomVerifyPhoneMessageTextRequest) GetButtonText ¶
func (x *SetCustomVerifyPhoneMessageTextRequest) GetButtonText() string
func (*SetCustomVerifyPhoneMessageTextRequest) GetFooterText ¶
func (x *SetCustomVerifyPhoneMessageTextRequest) GetFooterText() string
func (*SetCustomVerifyPhoneMessageTextRequest) GetGreeting ¶
func (x *SetCustomVerifyPhoneMessageTextRequest) GetGreeting() string
func (*SetCustomVerifyPhoneMessageTextRequest) GetLanguage ¶
func (x *SetCustomVerifyPhoneMessageTextRequest) GetLanguage() string
func (*SetCustomVerifyPhoneMessageTextRequest) GetPreHeader ¶
func (x *SetCustomVerifyPhoneMessageTextRequest) GetPreHeader() string
func (*SetCustomVerifyPhoneMessageTextRequest) GetSubject ¶
func (x *SetCustomVerifyPhoneMessageTextRequest) GetSubject() string
func (*SetCustomVerifyPhoneMessageTextRequest) GetText ¶
func (x *SetCustomVerifyPhoneMessageTextRequest) GetText() string
func (*SetCustomVerifyPhoneMessageTextRequest) GetTitle ¶
func (x *SetCustomVerifyPhoneMessageTextRequest) GetTitle() string
func (*SetCustomVerifyPhoneMessageTextRequest) ProtoMessage ¶
func (*SetCustomVerifyPhoneMessageTextRequest) ProtoMessage()
func (*SetCustomVerifyPhoneMessageTextRequest) ProtoReflect ¶
func (x *SetCustomVerifyPhoneMessageTextRequest) ProtoReflect() protoreflect.Message
func (*SetCustomVerifyPhoneMessageTextRequest) Reset ¶
func (x *SetCustomVerifyPhoneMessageTextRequest) Reset()
func (*SetCustomVerifyPhoneMessageTextRequest) String ¶
func (x *SetCustomVerifyPhoneMessageTextRequest) String() 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 (x *SetCustomVerifyPhoneMessageTextResponse) GetDetails() *object.ObjectDetails
func (*SetCustomVerifyPhoneMessageTextResponse) ProtoMessage ¶
func (*SetCustomVerifyPhoneMessageTextResponse) ProtoMessage()
func (*SetCustomVerifyPhoneMessageTextResponse) ProtoReflect ¶
func (x *SetCustomVerifyPhoneMessageTextResponse) ProtoReflect() protoreflect.Message
func (*SetCustomVerifyPhoneMessageTextResponse) Reset ¶
func (x *SetCustomVerifyPhoneMessageTextResponse) Reset()
func (*SetCustomVerifyPhoneMessageTextResponse) String ¶
func (x *SetCustomVerifyPhoneMessageTextResponse) String() 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 (x *SetHumanInitialPasswordRequest) ProtoReflect() protoreflect.Message
func (*SetHumanInitialPasswordRequest) Reset ¶
func (x *SetHumanInitialPasswordRequest) Reset()
func (*SetHumanInitialPasswordRequest) String ¶
func (x *SetHumanInitialPasswordRequest) String() 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 (x *SetHumanInitialPasswordResponse) GetDetails() *object.ObjectDetails
func (*SetHumanInitialPasswordResponse) ProtoMessage ¶
func (*SetHumanInitialPasswordResponse) ProtoMessage()
func (*SetHumanInitialPasswordResponse) ProtoReflect ¶
func (x *SetHumanInitialPasswordResponse) ProtoReflect() protoreflect.Message
func (*SetHumanInitialPasswordResponse) Reset ¶
func (x *SetHumanInitialPasswordResponse) Reset()
func (*SetHumanInitialPasswordResponse) String ¶
func (x *SetHumanInitialPasswordResponse) String() 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 (x *SetHumanPasswordResponse) GetDetails() *object.ObjectDetails
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 (x *SetPrimaryOrgDomainRequest) ProtoReflect() protoreflect.Message
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 (x *SetPrimaryOrgDomainResponse) GetDetails() *object.ObjectDetails
func (*SetPrimaryOrgDomainResponse) ProtoMessage ¶
func (*SetPrimaryOrgDomainResponse) ProtoMessage()
func (*SetPrimaryOrgDomainResponse) ProtoReflect ¶
func (x *SetPrimaryOrgDomainResponse) ProtoReflect() protoreflect.Message
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 (x *SetTriggerActionsResponse) GetDetails() *object.ObjectDetails
func (*SetTriggerActionsResponse) ProtoMessage ¶
func (*SetTriggerActionsResponse) ProtoMessage()
func (*SetTriggerActionsResponse) ProtoReflect ¶
func (x *SetTriggerActionsResponse) ProtoReflect() protoreflect.Message
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) ActivateCustomLabelPolicy ¶
func (UnimplementedManagementServiceServer) ActivateCustomLabelPolicy(context.Context, *ActivateCustomLabelPolicyRequest) (*ActivateCustomLabelPolicyResponse, error)
func (UnimplementedManagementServiceServer) AddAPIApp ¶
func (UnimplementedManagementServiceServer) AddAPIApp(context.Context, *AddAPIAppRequest) (*AddAPIAppResponse, error)
func (UnimplementedManagementServiceServer) AddAppKey ¶
func (UnimplementedManagementServiceServer) AddAppKey(context.Context, *AddAppKeyRequest) (*AddAppKeyResponse, error)
func (UnimplementedManagementServiceServer) AddCustomLabelPolicy ¶
func (UnimplementedManagementServiceServer) AddCustomLabelPolicy(context.Context, *AddCustomLabelPolicyRequest) (*AddCustomLabelPolicyResponse, error)
func (UnimplementedManagementServiceServer) AddCustomLockoutPolicy ¶
func (UnimplementedManagementServiceServer) AddCustomLockoutPolicy(context.Context, *AddCustomLockoutPolicyRequest) (*AddCustomLockoutPolicyResponse, error)
func (UnimplementedManagementServiceServer) AddCustomLoginPolicy ¶
func (UnimplementedManagementServiceServer) AddCustomLoginPolicy(context.Context, *AddCustomLoginPolicyRequest) (*AddCustomLoginPolicyResponse, error)
func (UnimplementedManagementServiceServer) AddCustomPasswordAgePolicy ¶
func (UnimplementedManagementServiceServer) AddCustomPasswordAgePolicy(context.Context, *AddCustomPasswordAgePolicyRequest) (*AddCustomPasswordAgePolicyResponse, error)
func (UnimplementedManagementServiceServer) AddCustomPasswordComplexityPolicy ¶
func (UnimplementedManagementServiceServer) AddCustomPasswordComplexityPolicy(context.Context, *AddCustomPasswordComplexityPolicyRequest) (*AddCustomPasswordComplexityPolicyResponse, error)
func (UnimplementedManagementServiceServer) AddCustomPrivacyPolicy ¶
func (UnimplementedManagementServiceServer) AddCustomPrivacyPolicy(context.Context, *AddCustomPrivacyPolicyRequest) (*AddCustomPrivacyPolicyResponse, error)
func (UnimplementedManagementServiceServer) AddHumanUser ¶
func (UnimplementedManagementServiceServer) AddHumanUser(context.Context, *AddHumanUserRequest) (*AddHumanUserResponse, error)
func (UnimplementedManagementServiceServer) AddIDPToLoginPolicy ¶
func (UnimplementedManagementServiceServer) AddIDPToLoginPolicy(context.Context, *AddIDPToLoginPolicyRequest) (*AddIDPToLoginPolicyResponse, error)
func (UnimplementedManagementServiceServer) AddMachineKey ¶
func (UnimplementedManagementServiceServer) AddMachineKey(context.Context, *AddMachineKeyRequest) (*AddMachineKeyResponse, error)
func (UnimplementedManagementServiceServer) AddMachineUser ¶
func (UnimplementedManagementServiceServer) AddMachineUser(context.Context, *AddMachineUserRequest) (*AddMachineUserResponse, error)
func (UnimplementedManagementServiceServer) AddMultiFactorToLoginPolicy ¶
func (UnimplementedManagementServiceServer) AddMultiFactorToLoginPolicy(context.Context, *AddMultiFactorToLoginPolicyRequest) (*AddMultiFactorToLoginPolicyResponse, error)
func (UnimplementedManagementServiceServer) AddOIDCApp ¶
func (UnimplementedManagementServiceServer) AddOIDCApp(context.Context, *AddOIDCAppRequest) (*AddOIDCAppResponse, error)
func (UnimplementedManagementServiceServer) AddOrg ¶
func (UnimplementedManagementServiceServer) AddOrg(context.Context, *AddOrgRequest) (*AddOrgResponse, error)
func (UnimplementedManagementServiceServer) AddOrgDomain ¶
func (UnimplementedManagementServiceServer) AddOrgDomain(context.Context, *AddOrgDomainRequest) (*AddOrgDomainResponse, error)
func (UnimplementedManagementServiceServer) AddOrgJWTIDP ¶
func (UnimplementedManagementServiceServer) AddOrgJWTIDP(context.Context, *AddOrgJWTIDPRequest) (*AddOrgJWTIDPResponse, error)
func (UnimplementedManagementServiceServer) AddOrgMember ¶
func (UnimplementedManagementServiceServer) AddOrgMember(context.Context, *AddOrgMemberRequest) (*AddOrgMemberResponse, error)
func (UnimplementedManagementServiceServer) AddOrgOIDCIDP ¶
func (UnimplementedManagementServiceServer) AddOrgOIDCIDP(context.Context, *AddOrgOIDCIDPRequest) (*AddOrgOIDCIDPResponse, error)
func (UnimplementedManagementServiceServer) AddPasswordlessRegistration ¶
func (UnimplementedManagementServiceServer) AddPasswordlessRegistration(context.Context, *AddPasswordlessRegistrationRequest) (*AddPasswordlessRegistrationResponse, error)
func (UnimplementedManagementServiceServer) AddPersonalAccessToken ¶
func (UnimplementedManagementServiceServer) AddPersonalAccessToken(context.Context, *AddPersonalAccessTokenRequest) (*AddPersonalAccessTokenResponse, error)
func (UnimplementedManagementServiceServer) AddProject ¶
func (UnimplementedManagementServiceServer) AddProject(context.Context, *AddProjectRequest) (*AddProjectResponse, error)
func (UnimplementedManagementServiceServer) AddProjectGrant ¶
func (UnimplementedManagementServiceServer) AddProjectGrant(context.Context, *AddProjectGrantRequest) (*AddProjectGrantResponse, error)
func (UnimplementedManagementServiceServer) AddProjectGrantMember ¶
func (UnimplementedManagementServiceServer) AddProjectGrantMember(context.Context, *AddProjectGrantMemberRequest) (*AddProjectGrantMemberResponse, error)
func (UnimplementedManagementServiceServer) AddProjectMember ¶
func (UnimplementedManagementServiceServer) AddProjectMember(context.Context, *AddProjectMemberRequest) (*AddProjectMemberResponse, error)
func (UnimplementedManagementServiceServer) AddProjectRole ¶
func (UnimplementedManagementServiceServer) AddProjectRole(context.Context, *AddProjectRoleRequest) (*AddProjectRoleResponse, error)
func (UnimplementedManagementServiceServer) AddSecondFactorToLoginPolicy ¶
func (UnimplementedManagementServiceServer) AddSecondFactorToLoginPolicy(context.Context, *AddSecondFactorToLoginPolicyRequest) (*AddSecondFactorToLoginPolicyResponse, error)
func (UnimplementedManagementServiceServer) AddUserGrant ¶
func (UnimplementedManagementServiceServer) AddUserGrant(context.Context, *AddUserGrantRequest) (*AddUserGrantResponse, error)
func (UnimplementedManagementServiceServer) BulkAddProjectRoles ¶
func (UnimplementedManagementServiceServer) BulkAddProjectRoles(context.Context, *BulkAddProjectRolesRequest) (*BulkAddProjectRolesResponse, error)
func (UnimplementedManagementServiceServer) BulkRemoveUserGrant ¶
func (UnimplementedManagementServiceServer) BulkRemoveUserGrant(context.Context, *BulkRemoveUserGrantRequest) (*BulkRemoveUserGrantResponse, error)
func (UnimplementedManagementServiceServer) BulkRemoveUserMetadata ¶
func (UnimplementedManagementServiceServer) BulkRemoveUserMetadata(context.Context, *BulkRemoveUserMetadataRequest) (*BulkRemoveUserMetadataResponse, error)
func (UnimplementedManagementServiceServer) BulkSetUserMetadata ¶
func (UnimplementedManagementServiceServer) BulkSetUserMetadata(context.Context, *BulkSetUserMetadataRequest) (*BulkSetUserMetadataResponse, error)
func (UnimplementedManagementServiceServer) ClearFlow ¶
func (UnimplementedManagementServiceServer) ClearFlow(context.Context, *ClearFlowRequest) (*ClearFlowResponse, error)
func (UnimplementedManagementServiceServer) CreateAction ¶
func (UnimplementedManagementServiceServer) CreateAction(context.Context, *CreateActionRequest) (*CreateActionResponse, error)
func (UnimplementedManagementServiceServer) DeactivateAction ¶
func (UnimplementedManagementServiceServer) DeactivateAction(context.Context, *DeactivateActionRequest) (*DeactivateActionResponse, error)
func (UnimplementedManagementServiceServer) DeactivateApp ¶
func (UnimplementedManagementServiceServer) DeactivateApp(context.Context, *DeactivateAppRequest) (*DeactivateAppResponse, error)
func (UnimplementedManagementServiceServer) DeactivateOrg ¶
func (UnimplementedManagementServiceServer) DeactivateOrg(context.Context, *DeactivateOrgRequest) (*DeactivateOrgResponse, error)
func (UnimplementedManagementServiceServer) DeactivateOrgIDP ¶
func (UnimplementedManagementServiceServer) DeactivateOrgIDP(context.Context, *DeactivateOrgIDPRequest) (*DeactivateOrgIDPResponse, error)
func (UnimplementedManagementServiceServer) DeactivateProject ¶
func (UnimplementedManagementServiceServer) DeactivateProject(context.Context, *DeactivateProjectRequest) (*DeactivateProjectResponse, error)
func (UnimplementedManagementServiceServer) DeactivateProjectGrant ¶
func (UnimplementedManagementServiceServer) DeactivateProjectGrant(context.Context, *DeactivateProjectGrantRequest) (*DeactivateProjectGrantResponse, error)
func (UnimplementedManagementServiceServer) DeactivateUser ¶
func (UnimplementedManagementServiceServer) DeactivateUser(context.Context, *DeactivateUserRequest) (*DeactivateUserResponse, error)
func (UnimplementedManagementServiceServer) DeactivateUserGrant ¶
func (UnimplementedManagementServiceServer) DeactivateUserGrant(context.Context, *DeactivateUserGrantRequest) (*DeactivateUserGrantResponse, error)
func (UnimplementedManagementServiceServer) DeleteAction ¶
func (UnimplementedManagementServiceServer) DeleteAction(context.Context, *DeleteActionRequest) (*DeleteActionResponse, error)
func (UnimplementedManagementServiceServer) GenerateOrgDomainValidation ¶
func (UnimplementedManagementServiceServer) GenerateOrgDomainValidation(context.Context, *GenerateOrgDomainValidationRequest) (*GenerateOrgDomainValidationResponse, error)
func (UnimplementedManagementServiceServer) GetAction ¶
func (UnimplementedManagementServiceServer) GetAction(context.Context, *GetActionRequest) (*GetActionResponse, error)
func (UnimplementedManagementServiceServer) GetAppByID ¶
func (UnimplementedManagementServiceServer) GetAppByID(context.Context, *GetAppByIDRequest) (*GetAppByIDResponse, error)
func (UnimplementedManagementServiceServer) GetAppKey ¶
func (UnimplementedManagementServiceServer) GetAppKey(context.Context, *GetAppKeyRequest) (*GetAppKeyResponse, error)
func (UnimplementedManagementServiceServer) GetCustomDomainClaimedMessageText ¶
func (UnimplementedManagementServiceServer) GetCustomDomainClaimedMessageText(context.Context, *GetCustomDomainClaimedMessageTextRequest) (*GetCustomDomainClaimedMessageTextResponse, error)
func (UnimplementedManagementServiceServer) GetCustomInitMessageText ¶
func (UnimplementedManagementServiceServer) GetCustomInitMessageText(context.Context, *GetCustomInitMessageTextRequest) (*GetCustomInitMessageTextResponse, error)
func (UnimplementedManagementServiceServer) GetCustomLoginTexts ¶
func (UnimplementedManagementServiceServer) GetCustomLoginTexts(context.Context, *GetCustomLoginTextsRequest) (*GetCustomLoginTextsResponse, error)
func (UnimplementedManagementServiceServer) GetCustomPasswordResetMessageText ¶
func (UnimplementedManagementServiceServer) GetCustomPasswordResetMessageText(context.Context, *GetCustomPasswordResetMessageTextRequest) (*GetCustomPasswordResetMessageTextResponse, error)
func (UnimplementedManagementServiceServer) GetCustomPasswordlessRegistrationMessageText ¶
func (UnimplementedManagementServiceServer) GetCustomPasswordlessRegistrationMessageText(context.Context, *GetCustomPasswordlessRegistrationMessageTextRequest) (*GetCustomPasswordlessRegistrationMessageTextResponse, error)
func (UnimplementedManagementServiceServer) GetCustomVerifyEmailMessageText ¶
func (UnimplementedManagementServiceServer) GetCustomVerifyEmailMessageText(context.Context, *GetCustomVerifyEmailMessageTextRequest) (*GetCustomVerifyEmailMessageTextResponse, error)
func (UnimplementedManagementServiceServer) GetCustomVerifyPhoneMessageText ¶
func (UnimplementedManagementServiceServer) GetCustomVerifyPhoneMessageText(context.Context, *GetCustomVerifyPhoneMessageTextRequest) (*GetCustomVerifyPhoneMessageTextResponse, error)
func (UnimplementedManagementServiceServer) GetDefaultDomainClaimedMessageText ¶
func (UnimplementedManagementServiceServer) GetDefaultDomainClaimedMessageText(context.Context, *GetDefaultDomainClaimedMessageTextRequest) (*GetDefaultDomainClaimedMessageTextResponse, error)
func (UnimplementedManagementServiceServer) GetDefaultInitMessageText ¶
func (UnimplementedManagementServiceServer) GetDefaultInitMessageText(context.Context, *GetDefaultInitMessageTextRequest) (*GetDefaultInitMessageTextResponse, error)
func (UnimplementedManagementServiceServer) GetDefaultLabelPolicy ¶
func (UnimplementedManagementServiceServer) GetDefaultLabelPolicy(context.Context, *GetDefaultLabelPolicyRequest) (*GetDefaultLabelPolicyResponse, error)
func (UnimplementedManagementServiceServer) GetDefaultLockoutPolicy ¶
func (UnimplementedManagementServiceServer) GetDefaultLockoutPolicy(context.Context, *GetDefaultLockoutPolicyRequest) (*GetDefaultLockoutPolicyResponse, error)
func (UnimplementedManagementServiceServer) GetDefaultLoginPolicy ¶
func (UnimplementedManagementServiceServer) GetDefaultLoginPolicy(context.Context, *GetDefaultLoginPolicyRequest) (*GetDefaultLoginPolicyResponse, error)
func (UnimplementedManagementServiceServer) GetDefaultLoginTexts ¶
func (UnimplementedManagementServiceServer) GetDefaultLoginTexts(context.Context, *GetDefaultLoginTextsRequest) (*GetDefaultLoginTextsResponse, error)
func (UnimplementedManagementServiceServer) GetDefaultPasswordAgePolicy ¶
func (UnimplementedManagementServiceServer) GetDefaultPasswordAgePolicy(context.Context, *GetDefaultPasswordAgePolicyRequest) (*GetDefaultPasswordAgePolicyResponse, error)
func (UnimplementedManagementServiceServer) GetDefaultPasswordComplexityPolicy ¶
func (UnimplementedManagementServiceServer) GetDefaultPasswordComplexityPolicy(context.Context, *GetDefaultPasswordComplexityPolicyRequest) (*GetDefaultPasswordComplexityPolicyResponse, error)
func (UnimplementedManagementServiceServer) GetDefaultPasswordResetMessageText ¶
func (UnimplementedManagementServiceServer) GetDefaultPasswordResetMessageText(context.Context, *GetDefaultPasswordResetMessageTextRequest) (*GetDefaultPasswordResetMessageTextResponse, error)
func (UnimplementedManagementServiceServer) GetDefaultPasswordlessRegistrationMessageText ¶
func (UnimplementedManagementServiceServer) GetDefaultPasswordlessRegistrationMessageText(context.Context, *GetDefaultPasswordlessRegistrationMessageTextRequest) (*GetDefaultPasswordlessRegistrationMessageTextResponse, error)
func (UnimplementedManagementServiceServer) GetDefaultPrivacyPolicy ¶
func (UnimplementedManagementServiceServer) GetDefaultPrivacyPolicy(context.Context, *GetDefaultPrivacyPolicyRequest) (*GetDefaultPrivacyPolicyResponse, error)
func (UnimplementedManagementServiceServer) GetDefaultVerifyEmailMessageText ¶
func (UnimplementedManagementServiceServer) GetDefaultVerifyEmailMessageText(context.Context, *GetDefaultVerifyEmailMessageTextRequest) (*GetDefaultVerifyEmailMessageTextResponse, error)
func (UnimplementedManagementServiceServer) GetDefaultVerifyPhoneMessageText ¶
func (UnimplementedManagementServiceServer) GetDefaultVerifyPhoneMessageText(context.Context, *GetDefaultVerifyPhoneMessageTextRequest) (*GetDefaultVerifyPhoneMessageTextResponse, error)
func (UnimplementedManagementServiceServer) GetDomainPolicy ¶
func (UnimplementedManagementServiceServer) GetDomainPolicy(context.Context, *GetDomainPolicyRequest) (*GetDomainPolicyResponse, error)
func (UnimplementedManagementServiceServer) GetFlow ¶
func (UnimplementedManagementServiceServer) GetFlow(context.Context, *GetFlowRequest) (*GetFlowResponse, error)
func (UnimplementedManagementServiceServer) GetGrantedProjectByID ¶
func (UnimplementedManagementServiceServer) GetGrantedProjectByID(context.Context, *GetGrantedProjectByIDRequest) (*GetGrantedProjectByIDResponse, error)
func (UnimplementedManagementServiceServer) GetHumanEmail ¶
func (UnimplementedManagementServiceServer) GetHumanEmail(context.Context, *GetHumanEmailRequest) (*GetHumanEmailResponse, error)
func (UnimplementedManagementServiceServer) GetHumanPhone ¶
func (UnimplementedManagementServiceServer) GetHumanPhone(context.Context, *GetHumanPhoneRequest) (*GetHumanPhoneResponse, error)
func (UnimplementedManagementServiceServer) GetHumanProfile ¶
func (UnimplementedManagementServiceServer) GetHumanProfile(context.Context, *GetHumanProfileRequest) (*GetHumanProfileResponse, error)
func (UnimplementedManagementServiceServer) GetIAM ¶
func (UnimplementedManagementServiceServer) GetIAM(context.Context, *GetIAMRequest) (*GetIAMResponse, error)
func (UnimplementedManagementServiceServer) GetLabelPolicy ¶
func (UnimplementedManagementServiceServer) GetLabelPolicy(context.Context, *GetLabelPolicyRequest) (*GetLabelPolicyResponse, error)
func (UnimplementedManagementServiceServer) GetLockoutPolicy ¶
func (UnimplementedManagementServiceServer) GetLockoutPolicy(context.Context, *GetLockoutPolicyRequest) (*GetLockoutPolicyResponse, error)
func (UnimplementedManagementServiceServer) GetLoginPolicy ¶
func (UnimplementedManagementServiceServer) GetLoginPolicy(context.Context, *GetLoginPolicyRequest) (*GetLoginPolicyResponse, error)
func (UnimplementedManagementServiceServer) GetMachineKeyByIDs ¶
func (UnimplementedManagementServiceServer) GetMachineKeyByIDs(context.Context, *GetMachineKeyByIDsRequest) (*GetMachineKeyByIDsResponse, error)
func (UnimplementedManagementServiceServer) GetMyOrg ¶
func (UnimplementedManagementServiceServer) GetMyOrg(context.Context, *GetMyOrgRequest) (*GetMyOrgResponse, error)
func (UnimplementedManagementServiceServer) GetOIDCInformation ¶
func (UnimplementedManagementServiceServer) GetOIDCInformation(context.Context, *GetOIDCInformationRequest) (*GetOIDCInformationResponse, error)
func (UnimplementedManagementServiceServer) GetOrgByDomainGlobal ¶
func (UnimplementedManagementServiceServer) GetOrgByDomainGlobal(context.Context, *GetOrgByDomainGlobalRequest) (*GetOrgByDomainGlobalResponse, error)
func (UnimplementedManagementServiceServer) GetOrgIAMPolicy ¶
func (UnimplementedManagementServiceServer) GetOrgIAMPolicy(context.Context, *GetOrgIAMPolicyRequest) (*GetOrgIAMPolicyResponse, error)
func (UnimplementedManagementServiceServer) GetOrgIDPByID ¶
func (UnimplementedManagementServiceServer) GetOrgIDPByID(context.Context, *GetOrgIDPByIDRequest) (*GetOrgIDPByIDResponse, error)
func (UnimplementedManagementServiceServer) GetPasswordAgePolicy ¶
func (UnimplementedManagementServiceServer) GetPasswordAgePolicy(context.Context, *GetPasswordAgePolicyRequest) (*GetPasswordAgePolicyResponse, error)
func (UnimplementedManagementServiceServer) GetPasswordComplexityPolicy ¶
func (UnimplementedManagementServiceServer) GetPasswordComplexityPolicy(context.Context, *GetPasswordComplexityPolicyRequest) (*GetPasswordComplexityPolicyResponse, error)
func (UnimplementedManagementServiceServer) GetPersonalAccessTokenByIDs ¶
func (UnimplementedManagementServiceServer) GetPersonalAccessTokenByIDs(context.Context, *GetPersonalAccessTokenByIDsRequest) (*GetPersonalAccessTokenByIDsResponse, error)
func (UnimplementedManagementServiceServer) GetPreviewLabelPolicy ¶
func (UnimplementedManagementServiceServer) GetPreviewLabelPolicy(context.Context, *GetPreviewLabelPolicyRequest) (*GetPreviewLabelPolicyResponse, error)
func (UnimplementedManagementServiceServer) GetPrivacyPolicy ¶
func (UnimplementedManagementServiceServer) GetPrivacyPolicy(context.Context, *GetPrivacyPolicyRequest) (*GetPrivacyPolicyResponse, error)
func (UnimplementedManagementServiceServer) GetProjectByID ¶
func (UnimplementedManagementServiceServer) GetProjectByID(context.Context, *GetProjectByIDRequest) (*GetProjectByIDResponse, error)
func (UnimplementedManagementServiceServer) GetProjectGrantByID ¶
func (UnimplementedManagementServiceServer) GetProjectGrantByID(context.Context, *GetProjectGrantByIDRequest) (*GetProjectGrantByIDResponse, error)
func (UnimplementedManagementServiceServer) GetSupportedLanguages ¶
func (UnimplementedManagementServiceServer) GetSupportedLanguages(context.Context, *GetSupportedLanguagesRequest) (*GetSupportedLanguagesResponse, error)
func (UnimplementedManagementServiceServer) GetUserByID ¶
func (UnimplementedManagementServiceServer) GetUserByID(context.Context, *GetUserByIDRequest) (*GetUserByIDResponse, error)
func (UnimplementedManagementServiceServer) GetUserByLoginNameGlobal ¶
func (UnimplementedManagementServiceServer) GetUserByLoginNameGlobal(context.Context, *GetUserByLoginNameGlobalRequest) (*GetUserByLoginNameGlobalResponse, error)
func (UnimplementedManagementServiceServer) GetUserGrantByID ¶
func (UnimplementedManagementServiceServer) GetUserGrantByID(context.Context, *GetUserGrantByIDRequest) (*GetUserGrantByIDResponse, error)
func (UnimplementedManagementServiceServer) GetUserMetadata ¶
func (UnimplementedManagementServiceServer) GetUserMetadata(context.Context, *GetUserMetadataRequest) (*GetUserMetadataResponse, error)
func (UnimplementedManagementServiceServer) Healthz ¶
func (UnimplementedManagementServiceServer) Healthz(context.Context, *HealthzRequest) (*HealthzResponse, error)
func (UnimplementedManagementServiceServer) ImportHumanUser ¶
func (UnimplementedManagementServiceServer) ImportHumanUser(context.Context, *ImportHumanUserRequest) (*ImportHumanUserResponse, error)
func (UnimplementedManagementServiceServer) IsUserUnique ¶
func (UnimplementedManagementServiceServer) IsUserUnique(context.Context, *IsUserUniqueRequest) (*IsUserUniqueResponse, error)
func (UnimplementedManagementServiceServer) ListActions ¶
func (UnimplementedManagementServiceServer) ListActions(context.Context, *ListActionsRequest) (*ListActionsResponse, error)
func (UnimplementedManagementServiceServer) ListAllProjectGrants ¶
func (UnimplementedManagementServiceServer) ListAllProjectGrants(context.Context, *ListAllProjectGrantsRequest) (*ListAllProjectGrantsResponse, error)
func (UnimplementedManagementServiceServer) ListAppChanges ¶
func (UnimplementedManagementServiceServer) ListAppChanges(context.Context, *ListAppChangesRequest) (*ListAppChangesResponse, error)
func (UnimplementedManagementServiceServer) ListAppKeys ¶
func (UnimplementedManagementServiceServer) ListAppKeys(context.Context, *ListAppKeysRequest) (*ListAppKeysResponse, error)
func (UnimplementedManagementServiceServer) ListApps ¶
func (UnimplementedManagementServiceServer) ListApps(context.Context, *ListAppsRequest) (*ListAppsResponse, error)
func (UnimplementedManagementServiceServer) ListGrantedProjectRoles ¶
func (UnimplementedManagementServiceServer) ListGrantedProjectRoles(context.Context, *ListGrantedProjectRolesRequest) (*ListGrantedProjectRolesResponse, error)
func (UnimplementedManagementServiceServer) ListGrantedProjects ¶
func (UnimplementedManagementServiceServer) ListGrantedProjects(context.Context, *ListGrantedProjectsRequest) (*ListGrantedProjectsResponse, error)
func (UnimplementedManagementServiceServer) ListHumanAuthFactors ¶
func (UnimplementedManagementServiceServer) ListHumanAuthFactors(context.Context, *ListHumanAuthFactorsRequest) (*ListHumanAuthFactorsResponse, error)
func (UnimplementedManagementServiceServer) ListHumanLinkedIDPs ¶
func (UnimplementedManagementServiceServer) ListHumanLinkedIDPs(context.Context, *ListHumanLinkedIDPsRequest) (*ListHumanLinkedIDPsResponse, error)
func (UnimplementedManagementServiceServer) ListHumanPasswordless ¶
func (UnimplementedManagementServiceServer) ListHumanPasswordless(context.Context, *ListHumanPasswordlessRequest) (*ListHumanPasswordlessResponse, error)
func (UnimplementedManagementServiceServer) ListLoginPolicyIDPs ¶
func (UnimplementedManagementServiceServer) ListLoginPolicyIDPs(context.Context, *ListLoginPolicyIDPsRequest) (*ListLoginPolicyIDPsResponse, error)
func (UnimplementedManagementServiceServer) ListLoginPolicyMultiFactors ¶
func (UnimplementedManagementServiceServer) ListLoginPolicyMultiFactors(context.Context, *ListLoginPolicyMultiFactorsRequest) (*ListLoginPolicyMultiFactorsResponse, error)
func (UnimplementedManagementServiceServer) ListLoginPolicySecondFactors ¶
func (UnimplementedManagementServiceServer) ListLoginPolicySecondFactors(context.Context, *ListLoginPolicySecondFactorsRequest) (*ListLoginPolicySecondFactorsResponse, error)
func (UnimplementedManagementServiceServer) ListMachineKeys ¶
func (UnimplementedManagementServiceServer) ListMachineKeys(context.Context, *ListMachineKeysRequest) (*ListMachineKeysResponse, error)
func (UnimplementedManagementServiceServer) ListOrgChanges ¶
func (UnimplementedManagementServiceServer) ListOrgChanges(context.Context, *ListOrgChangesRequest) (*ListOrgChangesResponse, error)
func (UnimplementedManagementServiceServer) ListOrgDomains ¶
func (UnimplementedManagementServiceServer) ListOrgDomains(context.Context, *ListOrgDomainsRequest) (*ListOrgDomainsResponse, error)
func (UnimplementedManagementServiceServer) ListOrgIDPs ¶
func (UnimplementedManagementServiceServer) ListOrgIDPs(context.Context, *ListOrgIDPsRequest) (*ListOrgIDPsResponse, error)
func (UnimplementedManagementServiceServer) ListOrgMemberRoles ¶
func (UnimplementedManagementServiceServer) ListOrgMemberRoles(context.Context, *ListOrgMemberRolesRequest) (*ListOrgMemberRolesResponse, error)
func (UnimplementedManagementServiceServer) ListOrgMembers ¶
func (UnimplementedManagementServiceServer) ListOrgMembers(context.Context, *ListOrgMembersRequest) (*ListOrgMembersResponse, error)
func (UnimplementedManagementServiceServer) ListPersonalAccessTokens ¶
func (UnimplementedManagementServiceServer) ListPersonalAccessTokens(context.Context, *ListPersonalAccessTokensRequest) (*ListPersonalAccessTokensResponse, error)
func (UnimplementedManagementServiceServer) ListProjectChanges ¶
func (UnimplementedManagementServiceServer) ListProjectChanges(context.Context, *ListProjectChangesRequest) (*ListProjectChangesResponse, error)
func (UnimplementedManagementServiceServer) ListProjectGrantChanges ¶
func (UnimplementedManagementServiceServer) ListProjectGrantChanges(context.Context, *ListProjectGrantChangesRequest) (*ListProjectGrantChangesResponse, error)
func (UnimplementedManagementServiceServer) ListProjectGrantMemberRoles ¶
func (UnimplementedManagementServiceServer) ListProjectGrantMemberRoles(context.Context, *ListProjectGrantMemberRolesRequest) (*ListProjectGrantMemberRolesResponse, error)
func (UnimplementedManagementServiceServer) ListProjectGrantMembers ¶
func (UnimplementedManagementServiceServer) ListProjectGrantMembers(context.Context, *ListProjectGrantMembersRequest) (*ListProjectGrantMembersResponse, error)
func (UnimplementedManagementServiceServer) ListProjectGrants ¶
func (UnimplementedManagementServiceServer) ListProjectGrants(context.Context, *ListProjectGrantsRequest) (*ListProjectGrantsResponse, error)
func (UnimplementedManagementServiceServer) ListProjectMemberRoles ¶
func (UnimplementedManagementServiceServer) ListProjectMemberRoles(context.Context, *ListProjectMemberRolesRequest) (*ListProjectMemberRolesResponse, error)
func (UnimplementedManagementServiceServer) ListProjectMembers ¶
func (UnimplementedManagementServiceServer) ListProjectMembers(context.Context, *ListProjectMembersRequest) (*ListProjectMembersResponse, error)
func (UnimplementedManagementServiceServer) ListProjectRoles ¶
func (UnimplementedManagementServiceServer) ListProjectRoles(context.Context, *ListProjectRolesRequest) (*ListProjectRolesResponse, error)
func (UnimplementedManagementServiceServer) ListProjects ¶
func (UnimplementedManagementServiceServer) ListProjects(context.Context, *ListProjectsRequest) (*ListProjectsResponse, error)
func (UnimplementedManagementServiceServer) ListUserChanges ¶
func (UnimplementedManagementServiceServer) ListUserChanges(context.Context, *ListUserChangesRequest) (*ListUserChangesResponse, error)
func (UnimplementedManagementServiceServer) ListUserGrants ¶
func (UnimplementedManagementServiceServer) ListUserGrants(context.Context, *ListUserGrantRequest) (*ListUserGrantResponse, error)
func (UnimplementedManagementServiceServer) ListUserMemberships ¶
func (UnimplementedManagementServiceServer) ListUserMemberships(context.Context, *ListUserMembershipsRequest) (*ListUserMembershipsResponse, error)
func (UnimplementedManagementServiceServer) ListUserMetadata ¶
func (UnimplementedManagementServiceServer) ListUserMetadata(context.Context, *ListUserMetadataRequest) (*ListUserMetadataResponse, error)
func (UnimplementedManagementServiceServer) ListUsers ¶
func (UnimplementedManagementServiceServer) ListUsers(context.Context, *ListUsersRequest) (*ListUsersResponse, error)
func (UnimplementedManagementServiceServer) LockUser ¶
func (UnimplementedManagementServiceServer) LockUser(context.Context, *LockUserRequest) (*LockUserResponse, error)
func (UnimplementedManagementServiceServer) ReactivateAction ¶
func (UnimplementedManagementServiceServer) ReactivateAction(context.Context, *ReactivateActionRequest) (*ReactivateActionResponse, error)
func (UnimplementedManagementServiceServer) ReactivateApp ¶
func (UnimplementedManagementServiceServer) ReactivateApp(context.Context, *ReactivateAppRequest) (*ReactivateAppResponse, error)
func (UnimplementedManagementServiceServer) ReactivateOrg ¶
func (UnimplementedManagementServiceServer) ReactivateOrg(context.Context, *ReactivateOrgRequest) (*ReactivateOrgResponse, error)
func (UnimplementedManagementServiceServer) ReactivateOrgIDP ¶
func (UnimplementedManagementServiceServer) ReactivateOrgIDP(context.Context, *ReactivateOrgIDPRequest) (*ReactivateOrgIDPResponse, error)
func (UnimplementedManagementServiceServer) ReactivateProject ¶
func (UnimplementedManagementServiceServer) ReactivateProject(context.Context, *ReactivateProjectRequest) (*ReactivateProjectResponse, error)
func (UnimplementedManagementServiceServer) ReactivateProjectGrant ¶
func (UnimplementedManagementServiceServer) ReactivateProjectGrant(context.Context, *ReactivateProjectGrantRequest) (*ReactivateProjectGrantResponse, error)
func (UnimplementedManagementServiceServer) ReactivateUser ¶
func (UnimplementedManagementServiceServer) ReactivateUser(context.Context, *ReactivateUserRequest) (*ReactivateUserResponse, error)
func (UnimplementedManagementServiceServer) ReactivateUserGrant ¶
func (UnimplementedManagementServiceServer) ReactivateUserGrant(context.Context, *ReactivateUserGrantRequest) (*ReactivateUserGrantResponse, error)
func (UnimplementedManagementServiceServer) RegenerateAPIClientSecret ¶
func (UnimplementedManagementServiceServer) RegenerateAPIClientSecret(context.Context, *RegenerateAPIClientSecretRequest) (*RegenerateAPIClientSecretResponse, error)
func (UnimplementedManagementServiceServer) RegenerateOIDCClientSecret ¶
func (UnimplementedManagementServiceServer) RegenerateOIDCClientSecret(context.Context, *RegenerateOIDCClientSecretRequest) (*RegenerateOIDCClientSecretResponse, error)
func (UnimplementedManagementServiceServer) RemoveApp ¶
func (UnimplementedManagementServiceServer) RemoveApp(context.Context, *RemoveAppRequest) (*RemoveAppResponse, error)
func (UnimplementedManagementServiceServer) RemoveAppKey ¶
func (UnimplementedManagementServiceServer) RemoveAppKey(context.Context, *RemoveAppKeyRequest) (*RemoveAppKeyResponse, error)
func (UnimplementedManagementServiceServer) RemoveCustomLabelPolicyFont ¶
func (UnimplementedManagementServiceServer) RemoveCustomLabelPolicyFont(context.Context, *RemoveCustomLabelPolicyFontRequest) (*RemoveCustomLabelPolicyFontResponse, error)
func (UnimplementedManagementServiceServer) RemoveCustomLabelPolicyIcon ¶
func (UnimplementedManagementServiceServer) RemoveCustomLabelPolicyIcon(context.Context, *RemoveCustomLabelPolicyIconRequest) (*RemoveCustomLabelPolicyIconResponse, error)
func (UnimplementedManagementServiceServer) RemoveCustomLabelPolicyIconDark ¶
func (UnimplementedManagementServiceServer) RemoveCustomLabelPolicyIconDark(context.Context, *RemoveCustomLabelPolicyIconDarkRequest) (*RemoveCustomLabelPolicyIconDarkResponse, error)
func (UnimplementedManagementServiceServer) RemoveCustomLabelPolicyLogo ¶
func (UnimplementedManagementServiceServer) RemoveCustomLabelPolicyLogo(context.Context, *RemoveCustomLabelPolicyLogoRequest) (*RemoveCustomLabelPolicyLogoResponse, error)
func (UnimplementedManagementServiceServer) RemoveCustomLabelPolicyLogoDark ¶
func (UnimplementedManagementServiceServer) RemoveCustomLabelPolicyLogoDark(context.Context, *RemoveCustomLabelPolicyLogoDarkRequest) (*RemoveCustomLabelPolicyLogoDarkResponse, error)
func (UnimplementedManagementServiceServer) RemoveHumanAuthFactorOTP ¶
func (UnimplementedManagementServiceServer) RemoveHumanAuthFactorOTP(context.Context, *RemoveHumanAuthFactorOTPRequest) (*RemoveHumanAuthFactorOTPResponse, error)
func (UnimplementedManagementServiceServer) RemoveHumanAuthFactorU2F ¶
func (UnimplementedManagementServiceServer) RemoveHumanAuthFactorU2F(context.Context, *RemoveHumanAuthFactorU2FRequest) (*RemoveHumanAuthFactorU2FResponse, error)
func (UnimplementedManagementServiceServer) RemoveHumanAvatar ¶
func (UnimplementedManagementServiceServer) RemoveHumanAvatar(context.Context, *RemoveHumanAvatarRequest) (*RemoveHumanAvatarResponse, error)
func (UnimplementedManagementServiceServer) RemoveHumanLinkedIDP ¶
func (UnimplementedManagementServiceServer) RemoveHumanLinkedIDP(context.Context, *RemoveHumanLinkedIDPRequest) (*RemoveHumanLinkedIDPResponse, error)
func (UnimplementedManagementServiceServer) RemoveHumanPasswordless ¶
func (UnimplementedManagementServiceServer) RemoveHumanPasswordless(context.Context, *RemoveHumanPasswordlessRequest) (*RemoveHumanPasswordlessResponse, error)
func (UnimplementedManagementServiceServer) RemoveHumanPhone ¶
func (UnimplementedManagementServiceServer) RemoveHumanPhone(context.Context, *RemoveHumanPhoneRequest) (*RemoveHumanPhoneResponse, error)
func (UnimplementedManagementServiceServer) RemoveIDPFromLoginPolicy ¶
func (UnimplementedManagementServiceServer) RemoveIDPFromLoginPolicy(context.Context, *RemoveIDPFromLoginPolicyRequest) (*RemoveIDPFromLoginPolicyResponse, error)
func (UnimplementedManagementServiceServer) RemoveMachineKey ¶
func (UnimplementedManagementServiceServer) RemoveMachineKey(context.Context, *RemoveMachineKeyRequest) (*RemoveMachineKeyResponse, error)
func (UnimplementedManagementServiceServer) RemoveMultiFactorFromLoginPolicy ¶
func (UnimplementedManagementServiceServer) RemoveMultiFactorFromLoginPolicy(context.Context, *RemoveMultiFactorFromLoginPolicyRequest) (*RemoveMultiFactorFromLoginPolicyResponse, error)
func (UnimplementedManagementServiceServer) RemoveOrgDomain ¶
func (UnimplementedManagementServiceServer) RemoveOrgDomain(context.Context, *RemoveOrgDomainRequest) (*RemoveOrgDomainResponse, error)
func (UnimplementedManagementServiceServer) RemoveOrgIDP ¶
func (UnimplementedManagementServiceServer) RemoveOrgIDP(context.Context, *RemoveOrgIDPRequest) (*RemoveOrgIDPResponse, error)
func (UnimplementedManagementServiceServer) RemoveOrgMember ¶
func (UnimplementedManagementServiceServer) RemoveOrgMember(context.Context, *RemoveOrgMemberRequest) (*RemoveOrgMemberResponse, error)
func (UnimplementedManagementServiceServer) RemovePersonalAccessToken ¶
func (UnimplementedManagementServiceServer) RemovePersonalAccessToken(context.Context, *RemovePersonalAccessTokenRequest) (*RemovePersonalAccessTokenResponse, error)
func (UnimplementedManagementServiceServer) RemoveProject ¶
func (UnimplementedManagementServiceServer) RemoveProject(context.Context, *RemoveProjectRequest) (*RemoveProjectResponse, error)
func (UnimplementedManagementServiceServer) RemoveProjectGrant ¶
func (UnimplementedManagementServiceServer) RemoveProjectGrant(context.Context, *RemoveProjectGrantRequest) (*RemoveProjectGrantResponse, error)
func (UnimplementedManagementServiceServer) RemoveProjectGrantMember ¶
func (UnimplementedManagementServiceServer) RemoveProjectGrantMember(context.Context, *RemoveProjectGrantMemberRequest) (*RemoveProjectGrantMemberResponse, error)
func (UnimplementedManagementServiceServer) RemoveProjectMember ¶
func (UnimplementedManagementServiceServer) RemoveProjectMember(context.Context, *RemoveProjectMemberRequest) (*RemoveProjectMemberResponse, error)
func (UnimplementedManagementServiceServer) RemoveProjectRole ¶
func (UnimplementedManagementServiceServer) RemoveProjectRole(context.Context, *RemoveProjectRoleRequest) (*RemoveProjectRoleResponse, error)
func (UnimplementedManagementServiceServer) RemoveSecondFactorFromLoginPolicy ¶
func (UnimplementedManagementServiceServer) RemoveSecondFactorFromLoginPolicy(context.Context, *RemoveSecondFactorFromLoginPolicyRequest) (*RemoveSecondFactorFromLoginPolicyResponse, error)
func (UnimplementedManagementServiceServer) RemoveUser ¶
func (UnimplementedManagementServiceServer) RemoveUser(context.Context, *RemoveUserRequest) (*RemoveUserResponse, error)
func (UnimplementedManagementServiceServer) RemoveUserGrant ¶
func (UnimplementedManagementServiceServer) RemoveUserGrant(context.Context, *RemoveUserGrantRequest) (*RemoveUserGrantResponse, error)
func (UnimplementedManagementServiceServer) RemoveUserMetadata ¶
func (UnimplementedManagementServiceServer) RemoveUserMetadata(context.Context, *RemoveUserMetadataRequest) (*RemoveUserMetadataResponse, error)
func (UnimplementedManagementServiceServer) ResendHumanEmailVerification ¶
func (UnimplementedManagementServiceServer) ResendHumanEmailVerification(context.Context, *ResendHumanEmailVerificationRequest) (*ResendHumanEmailVerificationResponse, error)
func (UnimplementedManagementServiceServer) ResendHumanInitialization ¶
func (UnimplementedManagementServiceServer) ResendHumanInitialization(context.Context, *ResendHumanInitializationRequest) (*ResendHumanInitializationResponse, error)
func (UnimplementedManagementServiceServer) ResendHumanPhoneVerification ¶
func (UnimplementedManagementServiceServer) ResendHumanPhoneVerification(context.Context, *ResendHumanPhoneVerificationRequest) (*ResendHumanPhoneVerificationResponse, error)
func (UnimplementedManagementServiceServer) ResetCustomDomainClaimedMessageTextToDefault ¶
func (UnimplementedManagementServiceServer) ResetCustomDomainClaimedMessageTextToDefault(context.Context, *ResetCustomDomainClaimedMessageTextToDefaultRequest) (*ResetCustomDomainClaimedMessageTextToDefaultResponse, error)
func (UnimplementedManagementServiceServer) ResetCustomInitMessageTextToDefault ¶
func (UnimplementedManagementServiceServer) ResetCustomInitMessageTextToDefault(context.Context, *ResetCustomInitMessageTextToDefaultRequest) (*ResetCustomInitMessageTextToDefaultResponse, error)
func (UnimplementedManagementServiceServer) ResetCustomLoginTextToDefault ¶
func (UnimplementedManagementServiceServer) ResetCustomLoginTextToDefault(context.Context, *ResetCustomLoginTextsToDefaultRequest) (*ResetCustomLoginTextsToDefaultResponse, error)
func (UnimplementedManagementServiceServer) ResetCustomPasswordResetMessageTextToDefault ¶
func (UnimplementedManagementServiceServer) ResetCustomPasswordResetMessageTextToDefault(context.Context, *ResetCustomPasswordResetMessageTextToDefaultRequest) (*ResetCustomPasswordResetMessageTextToDefaultResponse, error)
func (UnimplementedManagementServiceServer) ResetCustomPasswordlessRegistrationMessageTextToDefault ¶
func (UnimplementedManagementServiceServer) ResetCustomPasswordlessRegistrationMessageTextToDefault(context.Context, *ResetCustomPasswordlessRegistrationMessageTextToDefaultRequest) (*ResetCustomPasswordlessRegistrationMessageTextToDefaultResponse, error)
func (UnimplementedManagementServiceServer) ResetCustomVerifyEmailMessageTextToDefault ¶
func (UnimplementedManagementServiceServer) ResetCustomVerifyEmailMessageTextToDefault(context.Context, *ResetCustomVerifyEmailMessageTextToDefaultRequest) (*ResetCustomVerifyEmailMessageTextToDefaultResponse, error)
func (UnimplementedManagementServiceServer) ResetCustomVerifyPhoneMessageTextToDefault ¶
func (UnimplementedManagementServiceServer) ResetCustomVerifyPhoneMessageTextToDefault(context.Context, *ResetCustomVerifyPhoneMessageTextToDefaultRequest) (*ResetCustomVerifyPhoneMessageTextToDefaultResponse, error)
func (UnimplementedManagementServiceServer) ResetLabelPolicyToDefault ¶
func (UnimplementedManagementServiceServer) ResetLabelPolicyToDefault(context.Context, *ResetLabelPolicyToDefaultRequest) (*ResetLabelPolicyToDefaultResponse, error)
func (UnimplementedManagementServiceServer) ResetLockoutPolicyToDefault ¶
func (UnimplementedManagementServiceServer) ResetLockoutPolicyToDefault(context.Context, *ResetLockoutPolicyToDefaultRequest) (*ResetLockoutPolicyToDefaultResponse, error)
func (UnimplementedManagementServiceServer) ResetLoginPolicyToDefault ¶
func (UnimplementedManagementServiceServer) ResetLoginPolicyToDefault(context.Context, *ResetLoginPolicyToDefaultRequest) (*ResetLoginPolicyToDefaultResponse, error)
func (UnimplementedManagementServiceServer) ResetPasswordAgePolicyToDefault ¶
func (UnimplementedManagementServiceServer) ResetPasswordAgePolicyToDefault(context.Context, *ResetPasswordAgePolicyToDefaultRequest) (*ResetPasswordAgePolicyToDefaultResponse, error)
func (UnimplementedManagementServiceServer) ResetPasswordComplexityPolicyToDefault ¶
func (UnimplementedManagementServiceServer) ResetPasswordComplexityPolicyToDefault(context.Context, *ResetPasswordComplexityPolicyToDefaultRequest) (*ResetPasswordComplexityPolicyToDefaultResponse, error)
func (UnimplementedManagementServiceServer) ResetPrivacyPolicyToDefault ¶
func (UnimplementedManagementServiceServer) ResetPrivacyPolicyToDefault(context.Context, *ResetPrivacyPolicyToDefaultRequest) (*ResetPrivacyPolicyToDefaultResponse, error)
func (UnimplementedManagementServiceServer) SendHumanResetPasswordNotification ¶
func (UnimplementedManagementServiceServer) SendHumanResetPasswordNotification(context.Context, *SendHumanResetPasswordNotificationRequest) (*SendHumanResetPasswordNotificationResponse, error)
func (UnimplementedManagementServiceServer) SendPasswordlessRegistration ¶
func (UnimplementedManagementServiceServer) SendPasswordlessRegistration(context.Context, *SendPasswordlessRegistrationRequest) (*SendPasswordlessRegistrationResponse, error)
func (UnimplementedManagementServiceServer) SetCustomDomainClaimedMessageCustomText ¶
func (UnimplementedManagementServiceServer) SetCustomDomainClaimedMessageCustomText(context.Context, *SetCustomDomainClaimedMessageTextRequest) (*SetCustomDomainClaimedMessageTextResponse, error)
func (UnimplementedManagementServiceServer) SetCustomInitMessageText ¶
func (UnimplementedManagementServiceServer) SetCustomInitMessageText(context.Context, *SetCustomInitMessageTextRequest) (*SetCustomInitMessageTextResponse, error)
func (UnimplementedManagementServiceServer) SetCustomLoginText ¶
func (UnimplementedManagementServiceServer) SetCustomLoginText(context.Context, *SetCustomLoginTextsRequest) (*SetCustomLoginTextsResponse, error)
func (UnimplementedManagementServiceServer) SetCustomPasswordResetMessageText ¶
func (UnimplementedManagementServiceServer) SetCustomPasswordResetMessageText(context.Context, *SetCustomPasswordResetMessageTextRequest) (*SetCustomPasswordResetMessageTextResponse, error)
func (UnimplementedManagementServiceServer) SetCustomPasswordlessRegistrationMessageCustomText ¶
func (UnimplementedManagementServiceServer) SetCustomPasswordlessRegistrationMessageCustomText(context.Context, *SetCustomPasswordlessRegistrationMessageTextRequest) (*SetCustomPasswordlessRegistrationMessageTextResponse, error)
func (UnimplementedManagementServiceServer) SetCustomVerifyEmailMessageText ¶
func (UnimplementedManagementServiceServer) SetCustomVerifyEmailMessageText(context.Context, *SetCustomVerifyEmailMessageTextRequest) (*SetCustomVerifyEmailMessageTextResponse, error)
func (UnimplementedManagementServiceServer) SetCustomVerifyPhoneMessageText ¶
func (UnimplementedManagementServiceServer) SetCustomVerifyPhoneMessageText(context.Context, *SetCustomVerifyPhoneMessageTextRequest) (*SetCustomVerifyPhoneMessageTextResponse, error)
func (UnimplementedManagementServiceServer) SetHumanInitialPassword ¶
func (UnimplementedManagementServiceServer) SetHumanInitialPassword(context.Context, *SetHumanInitialPasswordRequest) (*SetHumanInitialPasswordResponse, error)
func (UnimplementedManagementServiceServer) SetHumanPassword ¶
func (UnimplementedManagementServiceServer) SetHumanPassword(context.Context, *SetHumanPasswordRequest) (*SetHumanPasswordResponse, error)
func (UnimplementedManagementServiceServer) SetPrimaryOrgDomain ¶
func (UnimplementedManagementServiceServer) SetPrimaryOrgDomain(context.Context, *SetPrimaryOrgDomainRequest) (*SetPrimaryOrgDomainResponse, error)
func (UnimplementedManagementServiceServer) SetTriggerActions ¶
func (UnimplementedManagementServiceServer) SetTriggerActions(context.Context, *SetTriggerActionsRequest) (*SetTriggerActionsResponse, error)
func (UnimplementedManagementServiceServer) SetUserMetadata ¶
func (UnimplementedManagementServiceServer) SetUserMetadata(context.Context, *SetUserMetadataRequest) (*SetUserMetadataResponse, error)
func (UnimplementedManagementServiceServer) UnlockUser ¶
func (UnimplementedManagementServiceServer) UnlockUser(context.Context, *UnlockUserRequest) (*UnlockUserResponse, error)
func (UnimplementedManagementServiceServer) UpdateAPIAppConfig ¶
func (UnimplementedManagementServiceServer) UpdateAPIAppConfig(context.Context, *UpdateAPIAppConfigRequest) (*UpdateAPIAppConfigResponse, error)
func (UnimplementedManagementServiceServer) UpdateAction ¶
func (UnimplementedManagementServiceServer) UpdateAction(context.Context, *UpdateActionRequest) (*UpdateActionResponse, error)
func (UnimplementedManagementServiceServer) UpdateApp ¶
func (UnimplementedManagementServiceServer) UpdateApp(context.Context, *UpdateAppRequest) (*UpdateAppResponse, error)
func (UnimplementedManagementServiceServer) UpdateCustomLabelPolicy ¶
func (UnimplementedManagementServiceServer) UpdateCustomLabelPolicy(context.Context, *UpdateCustomLabelPolicyRequest) (*UpdateCustomLabelPolicyResponse, error)
func (UnimplementedManagementServiceServer) UpdateCustomLockoutPolicy ¶
func (UnimplementedManagementServiceServer) UpdateCustomLockoutPolicy(context.Context, *UpdateCustomLockoutPolicyRequest) (*UpdateCustomLockoutPolicyResponse, error)
func (UnimplementedManagementServiceServer) UpdateCustomLoginPolicy ¶
func (UnimplementedManagementServiceServer) UpdateCustomLoginPolicy(context.Context, *UpdateCustomLoginPolicyRequest) (*UpdateCustomLoginPolicyResponse, error)
func (UnimplementedManagementServiceServer) UpdateCustomPasswordAgePolicy ¶
func (UnimplementedManagementServiceServer) UpdateCustomPasswordAgePolicy(context.Context, *UpdateCustomPasswordAgePolicyRequest) (*UpdateCustomPasswordAgePolicyResponse, error)
func (UnimplementedManagementServiceServer) UpdateCustomPasswordComplexityPolicy ¶
func (UnimplementedManagementServiceServer) UpdateCustomPasswordComplexityPolicy(context.Context, *UpdateCustomPasswordComplexityPolicyRequest) (*UpdateCustomPasswordComplexityPolicyResponse, error)
func (UnimplementedManagementServiceServer) UpdateCustomPrivacyPolicy ¶
func (UnimplementedManagementServiceServer) UpdateCustomPrivacyPolicy(context.Context, *UpdateCustomPrivacyPolicyRequest) (*UpdateCustomPrivacyPolicyResponse, error)
func (UnimplementedManagementServiceServer) UpdateHumanEmail ¶
func (UnimplementedManagementServiceServer) UpdateHumanEmail(context.Context, *UpdateHumanEmailRequest) (*UpdateHumanEmailResponse, error)
func (UnimplementedManagementServiceServer) UpdateHumanPhone ¶
func (UnimplementedManagementServiceServer) UpdateHumanPhone(context.Context, *UpdateHumanPhoneRequest) (*UpdateHumanPhoneResponse, error)
func (UnimplementedManagementServiceServer) UpdateHumanProfile ¶
func (UnimplementedManagementServiceServer) UpdateHumanProfile(context.Context, *UpdateHumanProfileRequest) (*UpdateHumanProfileResponse, error)
func (UnimplementedManagementServiceServer) UpdateMachine ¶
func (UnimplementedManagementServiceServer) UpdateMachine(context.Context, *UpdateMachineRequest) (*UpdateMachineResponse, error)
func (UnimplementedManagementServiceServer) UpdateOIDCAppConfig ¶
func (UnimplementedManagementServiceServer) UpdateOIDCAppConfig(context.Context, *UpdateOIDCAppConfigRequest) (*UpdateOIDCAppConfigResponse, error)
func (UnimplementedManagementServiceServer) UpdateOrg ¶
func (UnimplementedManagementServiceServer) UpdateOrg(context.Context, *UpdateOrgRequest) (*UpdateOrgResponse, error)
func (UnimplementedManagementServiceServer) UpdateOrgIDP ¶
func (UnimplementedManagementServiceServer) UpdateOrgIDP(context.Context, *UpdateOrgIDPRequest) (*UpdateOrgIDPResponse, error)
func (UnimplementedManagementServiceServer) UpdateOrgIDPJWTConfig ¶
func (UnimplementedManagementServiceServer) UpdateOrgIDPJWTConfig(context.Context, *UpdateOrgIDPJWTConfigRequest) (*UpdateOrgIDPJWTConfigResponse, error)
func (UnimplementedManagementServiceServer) UpdateOrgIDPOIDCConfig ¶
func (UnimplementedManagementServiceServer) UpdateOrgIDPOIDCConfig(context.Context, *UpdateOrgIDPOIDCConfigRequest) (*UpdateOrgIDPOIDCConfigResponse, error)
func (UnimplementedManagementServiceServer) UpdateOrgMember ¶
func (UnimplementedManagementServiceServer) UpdateOrgMember(context.Context, *UpdateOrgMemberRequest) (*UpdateOrgMemberResponse, error)
func (UnimplementedManagementServiceServer) UpdateProject ¶
func (UnimplementedManagementServiceServer) UpdateProject(context.Context, *UpdateProjectRequest) (*UpdateProjectResponse, error)
func (UnimplementedManagementServiceServer) UpdateProjectGrant ¶
func (UnimplementedManagementServiceServer) UpdateProjectGrant(context.Context, *UpdateProjectGrantRequest) (*UpdateProjectGrantResponse, error)
func (UnimplementedManagementServiceServer) UpdateProjectGrantMember ¶
func (UnimplementedManagementServiceServer) UpdateProjectGrantMember(context.Context, *UpdateProjectGrantMemberRequest) (*UpdateProjectGrantMemberResponse, error)
func (UnimplementedManagementServiceServer) UpdateProjectMember ¶
func (UnimplementedManagementServiceServer) UpdateProjectMember(context.Context, *UpdateProjectMemberRequest) (*UpdateProjectMemberResponse, error)
func (UnimplementedManagementServiceServer) UpdateProjectRole ¶
func (UnimplementedManagementServiceServer) UpdateProjectRole(context.Context, *UpdateProjectRoleRequest) (*UpdateProjectRoleResponse, error)
func (UnimplementedManagementServiceServer) UpdateUserGrant ¶
func (UnimplementedManagementServiceServer) UpdateUserGrant(context.Context, *UpdateUserGrantRequest) (*UpdateUserGrantResponse, error)
func (UnimplementedManagementServiceServer) UpdateUserName ¶
func (UnimplementedManagementServiceServer) UpdateUserName(context.Context, *UpdateUserNameRequest) (*UpdateUserNameResponse, error)
func (UnimplementedManagementServiceServer) ValidateOrgDomain ¶
func (UnimplementedManagementServiceServer) ValidateOrgDomain(context.Context, *ValidateOrgDomainRequest) (*ValidateOrgDomainResponse, error)
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 (x *UpdateAPIAppConfigRequest) ProtoReflect() protoreflect.Message
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 (x *UpdateAPIAppConfigResponse) GetDetails() *object.ObjectDetails
func (*UpdateAPIAppConfigResponse) ProtoMessage ¶
func (*UpdateAPIAppConfigResponse) ProtoMessage()
func (*UpdateAPIAppConfigResponse) ProtoReflect ¶
func (x *UpdateAPIAppConfigResponse) ProtoReflect() protoreflect.Message
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 (x *UpdateCustomLabelPolicyRequest) ProtoReflect() protoreflect.Message
func (*UpdateCustomLabelPolicyRequest) Reset ¶
func (x *UpdateCustomLabelPolicyRequest) Reset()
func (*UpdateCustomLabelPolicyRequest) String ¶
func (x *UpdateCustomLabelPolicyRequest) String() 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 (x *UpdateCustomLabelPolicyResponse) GetDetails() *object.ObjectDetails
func (*UpdateCustomLabelPolicyResponse) ProtoMessage ¶
func (*UpdateCustomLabelPolicyResponse) ProtoMessage()
func (*UpdateCustomLabelPolicyResponse) ProtoReflect ¶
func (x *UpdateCustomLabelPolicyResponse) ProtoReflect() protoreflect.Message
func (*UpdateCustomLabelPolicyResponse) Reset ¶
func (x *UpdateCustomLabelPolicyResponse) Reset()
func (*UpdateCustomLabelPolicyResponse) String ¶
func (x *UpdateCustomLabelPolicyResponse) String() 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 (x *UpdateCustomLockoutPolicyRequest) ProtoReflect() protoreflect.Message
func (*UpdateCustomLockoutPolicyRequest) Reset ¶
func (x *UpdateCustomLockoutPolicyRequest) Reset()
func (*UpdateCustomLockoutPolicyRequest) String ¶
func (x *UpdateCustomLockoutPolicyRequest) String() 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 (x *UpdateCustomLockoutPolicyResponse) GetDetails() *object.ObjectDetails
func (*UpdateCustomLockoutPolicyResponse) ProtoMessage ¶
func (*UpdateCustomLockoutPolicyResponse) ProtoMessage()
func (*UpdateCustomLockoutPolicyResponse) ProtoReflect ¶
func (x *UpdateCustomLockoutPolicyResponse) ProtoReflect() protoreflect.Message
func (*UpdateCustomLockoutPolicyResponse) Reset ¶
func (x *UpdateCustomLockoutPolicyResponse) Reset()
func (*UpdateCustomLockoutPolicyResponse) String ¶
func (x *UpdateCustomLockoutPolicyResponse) String() 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"` PasswordCheckLifetime *durationpb.Duration `` /* 126-byte string literal not displayed */ ExternalLoginCheckLifetime *durationpb.Duration `` /* 144-byte string literal not displayed */ MfaInitSkipLifetime *durationpb.Duration `protobuf:"bytes,11,opt,name=mfa_init_skip_lifetime,json=mfaInitSkipLifetime,proto3" json:"mfa_init_skip_lifetime,omitempty"` SecondFactorCheckLifetime *durationpb.Duration `` /* 141-byte string literal not displayed */ MultiFactorCheckLifetime *durationpb.Duration `` /* 138-byte string literal not displayed */ // 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 ¶
func (x *UpdateCustomLoginPolicyRequest) GetDefaultRedirectUri() string
func (*UpdateCustomLoginPolicyRequest) GetExternalLoginCheckLifetime ¶
func (x *UpdateCustomLoginPolicyRequest) GetExternalLoginCheckLifetime() *durationpb.Duration
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) GetMfaInitSkipLifetime ¶
func (x *UpdateCustomLoginPolicyRequest) GetMfaInitSkipLifetime() *durationpb.Duration
func (*UpdateCustomLoginPolicyRequest) GetMultiFactorCheckLifetime ¶
func (x *UpdateCustomLoginPolicyRequest) GetMultiFactorCheckLifetime() *durationpb.Duration
func (*UpdateCustomLoginPolicyRequest) GetPasswordCheckLifetime ¶
func (x *UpdateCustomLoginPolicyRequest) GetPasswordCheckLifetime() *durationpb.Duration
func (*UpdateCustomLoginPolicyRequest) GetPasswordlessType ¶
func (x *UpdateCustomLoginPolicyRequest) GetPasswordlessType() policy.PasswordlessType
func (*UpdateCustomLoginPolicyRequest) GetSecondFactorCheckLifetime ¶
func (x *UpdateCustomLoginPolicyRequest) GetSecondFactorCheckLifetime() *durationpb.Duration
func (*UpdateCustomLoginPolicyRequest) ProtoMessage ¶
func (*UpdateCustomLoginPolicyRequest) ProtoMessage()
func (*UpdateCustomLoginPolicyRequest) ProtoReflect ¶
func (x *UpdateCustomLoginPolicyRequest) ProtoReflect() protoreflect.Message
func (*UpdateCustomLoginPolicyRequest) Reset ¶
func (x *UpdateCustomLoginPolicyRequest) Reset()
func (*UpdateCustomLoginPolicyRequest) String ¶
func (x *UpdateCustomLoginPolicyRequest) String() 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 (x *UpdateCustomLoginPolicyResponse) GetDetails() *object.ObjectDetails
func (*UpdateCustomLoginPolicyResponse) ProtoMessage ¶
func (*UpdateCustomLoginPolicyResponse) ProtoMessage()
func (*UpdateCustomLoginPolicyResponse) ProtoReflect ¶
func (x *UpdateCustomLoginPolicyResponse) ProtoReflect() protoreflect.Message
func (*UpdateCustomLoginPolicyResponse) Reset ¶
func (x *UpdateCustomLoginPolicyResponse) Reset()
func (*UpdateCustomLoginPolicyResponse) String ¶
func (x *UpdateCustomLoginPolicyResponse) String() 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 (x *UpdateCustomPasswordAgePolicyRequest) ProtoReflect() protoreflect.Message
func (*UpdateCustomPasswordAgePolicyRequest) Reset ¶
func (x *UpdateCustomPasswordAgePolicyRequest) Reset()
func (*UpdateCustomPasswordAgePolicyRequest) String ¶
func (x *UpdateCustomPasswordAgePolicyRequest) String() 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 (x *UpdateCustomPasswordAgePolicyResponse) GetDetails() *object.ObjectDetails
func (*UpdateCustomPasswordAgePolicyResponse) ProtoMessage ¶
func (*UpdateCustomPasswordAgePolicyResponse) ProtoMessage()
func (*UpdateCustomPasswordAgePolicyResponse) ProtoReflect ¶
func (x *UpdateCustomPasswordAgePolicyResponse) ProtoReflect() protoreflect.Message
func (*UpdateCustomPasswordAgePolicyResponse) Reset ¶
func (x *UpdateCustomPasswordAgePolicyResponse) Reset()
func (*UpdateCustomPasswordAgePolicyResponse) String ¶
func (x *UpdateCustomPasswordAgePolicyResponse) String() 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
func (*UpdateCustomPasswordComplexityPolicyRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateCustomPasswordComplexityPolicyRequest.ProtoReflect.Descriptor instead.
func (*UpdateCustomPasswordComplexityPolicyRequest) GetHasLowercase ¶
func (x *UpdateCustomPasswordComplexityPolicyRequest) GetHasLowercase() bool
func (*UpdateCustomPasswordComplexityPolicyRequest) GetHasNumber ¶
func (x *UpdateCustomPasswordComplexityPolicyRequest) GetHasNumber() bool
func (*UpdateCustomPasswordComplexityPolicyRequest) GetHasSymbol ¶
func (x *UpdateCustomPasswordComplexityPolicyRequest) GetHasSymbol() bool
func (*UpdateCustomPasswordComplexityPolicyRequest) GetHasUppercase ¶
func (x *UpdateCustomPasswordComplexityPolicyRequest) GetHasUppercase() bool
func (*UpdateCustomPasswordComplexityPolicyRequest) GetMinLength ¶
func (x *UpdateCustomPasswordComplexityPolicyRequest) GetMinLength() uint64
func (*UpdateCustomPasswordComplexityPolicyRequest) ProtoMessage ¶
func (*UpdateCustomPasswordComplexityPolicyRequest) ProtoMessage()
func (*UpdateCustomPasswordComplexityPolicyRequest) ProtoReflect ¶
func (x *UpdateCustomPasswordComplexityPolicyRequest) ProtoReflect() protoreflect.Message
func (*UpdateCustomPasswordComplexityPolicyRequest) Reset ¶
func (x *UpdateCustomPasswordComplexityPolicyRequest) Reset()
func (*UpdateCustomPasswordComplexityPolicyRequest) String ¶
func (x *UpdateCustomPasswordComplexityPolicyRequest) String() 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
func (*UpdateCustomPasswordComplexityPolicyResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateCustomPasswordComplexityPolicyResponse.ProtoReflect.Descriptor instead.
func (*UpdateCustomPasswordComplexityPolicyResponse) GetDetails ¶
func (x *UpdateCustomPasswordComplexityPolicyResponse) GetDetails() *object.ObjectDetails
func (*UpdateCustomPasswordComplexityPolicyResponse) ProtoMessage ¶
func (*UpdateCustomPasswordComplexityPolicyResponse) ProtoMessage()
func (*UpdateCustomPasswordComplexityPolicyResponse) ProtoReflect ¶
func (x *UpdateCustomPasswordComplexityPolicyResponse) ProtoReflect() protoreflect.Message
func (*UpdateCustomPasswordComplexityPolicyResponse) Reset ¶
func (x *UpdateCustomPasswordComplexityPolicyResponse) Reset()
func (*UpdateCustomPasswordComplexityPolicyResponse) String ¶
func (x *UpdateCustomPasswordComplexityPolicyResponse) String() 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 (*UpdateCustomPrivacyPolicyRequest) GetHelpLink ¶
func (x *UpdateCustomPrivacyPolicyRequest) GetHelpLink() string
func (*UpdateCustomPrivacyPolicyRequest) GetPrivacyLink ¶
func (x *UpdateCustomPrivacyPolicyRequest) GetPrivacyLink() string
func (*UpdateCustomPrivacyPolicyRequest) GetTosLink ¶
func (x *UpdateCustomPrivacyPolicyRequest) GetTosLink() string
func (*UpdateCustomPrivacyPolicyRequest) ProtoMessage ¶
func (*UpdateCustomPrivacyPolicyRequest) ProtoMessage()
func (*UpdateCustomPrivacyPolicyRequest) ProtoReflect ¶
func (x *UpdateCustomPrivacyPolicyRequest) ProtoReflect() protoreflect.Message
func (*UpdateCustomPrivacyPolicyRequest) Reset ¶
func (x *UpdateCustomPrivacyPolicyRequest) Reset()
func (*UpdateCustomPrivacyPolicyRequest) String ¶
func (x *UpdateCustomPrivacyPolicyRequest) String() 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 (x *UpdateCustomPrivacyPolicyResponse) GetDetails() *object.ObjectDetails
func (*UpdateCustomPrivacyPolicyResponse) ProtoMessage ¶
func (*UpdateCustomPrivacyPolicyResponse) ProtoMessage()
func (*UpdateCustomPrivacyPolicyResponse) ProtoReflect ¶
func (x *UpdateCustomPrivacyPolicyResponse) ProtoReflect() protoreflect.Message
func (*UpdateCustomPrivacyPolicyResponse) Reset ¶
func (x *UpdateCustomPrivacyPolicyResponse) Reset()
func (*UpdateCustomPrivacyPolicyResponse) String ¶
func (x *UpdateCustomPrivacyPolicyResponse) String() 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 (x *UpdateHumanEmailResponse) GetDetails() *object.ObjectDetails
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 (x *UpdateHumanPhoneResponse) GetDetails() *object.ObjectDetails
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 (x *UpdateHumanProfileRequest) ProtoReflect() protoreflect.Message
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 (x *UpdateHumanProfileResponse) GetDetails() *object.ObjectDetails
func (*UpdateHumanProfileResponse) ProtoMessage ¶
func (*UpdateHumanProfileResponse) ProtoMessage()
func (*UpdateHumanProfileResponse) ProtoReflect ¶
func (x *UpdateHumanProfileResponse) ProtoReflect() protoreflect.Message
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 (x *UpdateOIDCAppConfigRequest) ProtoReflect() protoreflect.Message
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 (x *UpdateOIDCAppConfigResponse) GetDetails() *object.ObjectDetails
func (*UpdateOIDCAppConfigResponse) ProtoMessage ¶
func (*UpdateOIDCAppConfigResponse) ProtoMessage()
func (*UpdateOIDCAppConfigResponse) ProtoReflect ¶
func (x *UpdateOIDCAppConfigResponse) ProtoReflect() protoreflect.Message
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 (x *UpdateOrgIDPJWTConfigRequest) ProtoReflect() protoreflect.Message
func (*UpdateOrgIDPJWTConfigRequest) Reset ¶
func (x *UpdateOrgIDPJWTConfigRequest) Reset()
func (*UpdateOrgIDPJWTConfigRequest) String ¶
func (x *UpdateOrgIDPJWTConfigRequest) String() 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 (x *UpdateOrgIDPJWTConfigResponse) GetDetails() *object.ObjectDetails
func (*UpdateOrgIDPJWTConfigResponse) ProtoMessage ¶
func (*UpdateOrgIDPJWTConfigResponse) ProtoMessage()
func (*UpdateOrgIDPJWTConfigResponse) ProtoReflect ¶
func (x *UpdateOrgIDPJWTConfigResponse) ProtoReflect() protoreflect.Message
func (*UpdateOrgIDPJWTConfigResponse) Reset ¶
func (x *UpdateOrgIDPJWTConfigResponse) Reset()
func (*UpdateOrgIDPJWTConfigResponse) String ¶
func (x *UpdateOrgIDPJWTConfigResponse) String() 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 (x *UpdateOrgIDPOIDCConfigRequest) ProtoReflect() protoreflect.Message
func (*UpdateOrgIDPOIDCConfigRequest) Reset ¶
func (x *UpdateOrgIDPOIDCConfigRequest) Reset()
func (*UpdateOrgIDPOIDCConfigRequest) String ¶
func (x *UpdateOrgIDPOIDCConfigRequest) String() 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 (x *UpdateOrgIDPOIDCConfigResponse) GetDetails() *object.ObjectDetails
func (*UpdateOrgIDPOIDCConfigResponse) ProtoMessage ¶
func (*UpdateOrgIDPOIDCConfigResponse) ProtoMessage()
func (*UpdateOrgIDPOIDCConfigResponse) ProtoReflect ¶
func (x *UpdateOrgIDPOIDCConfigResponse) ProtoReflect() protoreflect.Message
func (*UpdateOrgIDPOIDCConfigResponse) Reset ¶
func (x *UpdateOrgIDPOIDCConfigResponse) Reset()
func (*UpdateOrgIDPOIDCConfigResponse) String ¶
func (x *UpdateOrgIDPOIDCConfigResponse) String() 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 (x *UpdateProjectGrantMemberRequest) ProtoReflect() protoreflect.Message
func (*UpdateProjectGrantMemberRequest) Reset ¶
func (x *UpdateProjectGrantMemberRequest) Reset()
func (*UpdateProjectGrantMemberRequest) String ¶
func (x *UpdateProjectGrantMemberRequest) String() 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 (x *UpdateProjectGrantMemberResponse) GetDetails() *object.ObjectDetails
func (*UpdateProjectGrantMemberResponse) ProtoMessage ¶
func (*UpdateProjectGrantMemberResponse) ProtoMessage()
func (*UpdateProjectGrantMemberResponse) ProtoReflect ¶
func (x *UpdateProjectGrantMemberResponse) ProtoReflect() protoreflect.Message
func (*UpdateProjectGrantMemberResponse) Reset ¶
func (x *UpdateProjectGrantMemberResponse) Reset()
func (*UpdateProjectGrantMemberResponse) String ¶
func (x *UpdateProjectGrantMemberResponse) String() 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 (x *UpdateProjectGrantRequest) ProtoReflect() protoreflect.Message
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 (x *UpdateProjectGrantResponse) GetDetails() *object.ObjectDetails
func (*UpdateProjectGrantResponse) ProtoMessage ¶
func (*UpdateProjectGrantResponse) ProtoMessage()
func (*UpdateProjectGrantResponse) ProtoReflect ¶
func (x *UpdateProjectGrantResponse) ProtoReflect() protoreflect.Message
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 (x *UpdateProjectMemberRequest) ProtoReflect() protoreflect.Message
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 (x *UpdateProjectMemberResponse) GetDetails() *object.ObjectDetails
func (*UpdateProjectMemberResponse) ProtoMessage ¶
func (*UpdateProjectMemberResponse) ProtoMessage()
func (*UpdateProjectMemberResponse) ProtoReflect ¶
func (x *UpdateProjectMemberResponse) ProtoReflect() protoreflect.Message
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 (x *UpdateProjectRoleResponse) GetDetails() *object.ObjectDetails
func (*UpdateProjectRoleResponse) ProtoMessage ¶
func (*UpdateProjectRoleResponse) ProtoMessage()
func (*UpdateProjectRoleResponse) ProtoReflect ¶
func (x *UpdateProjectRoleResponse) ProtoReflect() protoreflect.Message
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 (x *ValidateOrgDomainResponse) GetDetails() *object.ObjectDetails
func (*ValidateOrgDomainResponse) ProtoMessage ¶
func (*ValidateOrgDomainResponse) ProtoMessage()
func (*ValidateOrgDomainResponse) ProtoReflect ¶
func (x *ValidateOrgDomainResponse) ProtoReflect() protoreflect.Message
func (*ValidateOrgDomainResponse) Reset ¶
func (x *ValidateOrgDomainResponse) Reset()
func (*ValidateOrgDomainResponse) String ¶
func (x *ValidateOrgDomainResponse) String() string