admin

package
v0.3.5 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AdminService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "zitadel.admin.v1.AdminService",
	HandlerType: (*AdminServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Healthz",
			Handler:    _AdminService_Healthz_Handler,
		},
		{
			MethodName: "GetSupportedLanguages",
			Handler:    _AdminService_GetSupportedLanguages_Handler,
		},
		{
			MethodName: "GetOrgByID",
			Handler:    _AdminService_GetOrgByID_Handler,
		},
		{
			MethodName: "IsOrgUnique",
			Handler:    _AdminService_IsOrgUnique_Handler,
		},
		{
			MethodName: "ListOrgs",
			Handler:    _AdminService_ListOrgs_Handler,
		},
		{
			MethodName: "SetUpOrg",
			Handler:    _AdminService_SetUpOrg_Handler,
		},
		{
			MethodName: "GetIDPByID",
			Handler:    _AdminService_GetIDPByID_Handler,
		},
		{
			MethodName: "ListIDPs",
			Handler:    _AdminService_ListIDPs_Handler,
		},
		{
			MethodName: "AddOIDCIDP",
			Handler:    _AdminService_AddOIDCIDP_Handler,
		},
		{
			MethodName: "AddJWTIDP",
			Handler:    _AdminService_AddJWTIDP_Handler,
		},
		{
			MethodName: "UpdateIDP",
			Handler:    _AdminService_UpdateIDP_Handler,
		},
		{
			MethodName: "DeactivateIDP",
			Handler:    _AdminService_DeactivateIDP_Handler,
		},
		{
			MethodName: "ReactivateIDP",
			Handler:    _AdminService_ReactivateIDP_Handler,
		},
		{
			MethodName: "RemoveIDP",
			Handler:    _AdminService_RemoveIDP_Handler,
		},
		{
			MethodName: "UpdateIDPOIDCConfig",
			Handler:    _AdminService_UpdateIDPOIDCConfig_Handler,
		},
		{
			MethodName: "UpdateIDPJWTConfig",
			Handler:    _AdminService_UpdateIDPJWTConfig_Handler,
		},
		{
			MethodName: "GetDefaultFeatures",
			Handler:    _AdminService_GetDefaultFeatures_Handler,
		},
		{
			MethodName: "SetDefaultFeatures",
			Handler:    _AdminService_SetDefaultFeatures_Handler,
		},
		{
			MethodName: "GetOrgFeatures",
			Handler:    _AdminService_GetOrgFeatures_Handler,
		},
		{
			MethodName: "SetOrgFeatures",
			Handler:    _AdminService_SetOrgFeatures_Handler,
		},
		{
			MethodName: "ResetOrgFeatures",
			Handler:    _AdminService_ResetOrgFeatures_Handler,
		},
		{
			MethodName: "GetOrgIAMPolicy",
			Handler:    _AdminService_GetOrgIAMPolicy_Handler,
		},
		{
			MethodName: "UpdateOrgIAMPolicy",
			Handler:    _AdminService_UpdateOrgIAMPolicy_Handler,
		},
		{
			MethodName: "GetCustomOrgIAMPolicy",
			Handler:    _AdminService_GetCustomOrgIAMPolicy_Handler,
		},
		{
			MethodName: "AddCustomOrgIAMPolicy",
			Handler:    _AdminService_AddCustomOrgIAMPolicy_Handler,
		},
		{
			MethodName: "UpdateCustomOrgIAMPolicy",
			Handler:    _AdminService_UpdateCustomOrgIAMPolicy_Handler,
		},
		{
			MethodName: "ResetCustomOrgIAMPolicyToDefault",
			Handler:    _AdminService_ResetCustomOrgIAMPolicyToDefault_Handler,
		},
		{
			MethodName: "GetLabelPolicy",
			Handler:    _AdminService_GetLabelPolicy_Handler,
		},
		{
			MethodName: "GetPreviewLabelPolicy",
			Handler:    _AdminService_GetPreviewLabelPolicy_Handler,
		},
		{
			MethodName: "UpdateLabelPolicy",
			Handler:    _AdminService_UpdateLabelPolicy_Handler,
		},
		{
			MethodName: "ActivateLabelPolicy",
			Handler:    _AdminService_ActivateLabelPolicy_Handler,
		},
		{
			MethodName: "RemoveLabelPolicyLogo",
			Handler:    _AdminService_RemoveLabelPolicyLogo_Handler,
		},
		{
			MethodName: "RemoveLabelPolicyLogoDark",
			Handler:    _AdminService_RemoveLabelPolicyLogoDark_Handler,
		},
		{
			MethodName: "RemoveLabelPolicyIcon",
			Handler:    _AdminService_RemoveLabelPolicyIcon_Handler,
		},
		{
			MethodName: "RemoveLabelPolicyIconDark",
			Handler:    _AdminService_RemoveLabelPolicyIconDark_Handler,
		},
		{
			MethodName: "RemoveLabelPolicyFont",
			Handler:    _AdminService_RemoveLabelPolicyFont_Handler,
		},
		{
			MethodName: "GetLoginPolicy",
			Handler:    _AdminService_GetLoginPolicy_Handler,
		},
		{
			MethodName: "UpdateLoginPolicy",
			Handler:    _AdminService_UpdateLoginPolicy_Handler,
		},
		{
			MethodName: "ListLoginPolicyIDPs",
			Handler:    _AdminService_ListLoginPolicyIDPs_Handler,
		},
		{
			MethodName: "AddIDPToLoginPolicy",
			Handler:    _AdminService_AddIDPToLoginPolicy_Handler,
		},
		{
			MethodName: "RemoveIDPFromLoginPolicy",
			Handler:    _AdminService_RemoveIDPFromLoginPolicy_Handler,
		},
		{
			MethodName: "ListLoginPolicySecondFactors",
			Handler:    _AdminService_ListLoginPolicySecondFactors_Handler,
		},
		{
			MethodName: "AddSecondFactorToLoginPolicy",
			Handler:    _AdminService_AddSecondFactorToLoginPolicy_Handler,
		},
		{
			MethodName: "RemoveSecondFactorFromLoginPolicy",
			Handler:    _AdminService_RemoveSecondFactorFromLoginPolicy_Handler,
		},
		{
			MethodName: "ListLoginPolicyMultiFactors",
			Handler:    _AdminService_ListLoginPolicyMultiFactors_Handler,
		},
		{
			MethodName: "AddMultiFactorToLoginPolicy",
			Handler:    _AdminService_AddMultiFactorToLoginPolicy_Handler,
		},
		{
			MethodName: "RemoveMultiFactorFromLoginPolicy",
			Handler:    _AdminService_RemoveMultiFactorFromLoginPolicy_Handler,
		},
		{
			MethodName: "GetPasswordComplexityPolicy",
			Handler:    _AdminService_GetPasswordComplexityPolicy_Handler,
		},
		{
			MethodName: "UpdatePasswordComplexityPolicy",
			Handler:    _AdminService_UpdatePasswordComplexityPolicy_Handler,
		},
		{
			MethodName: "GetPasswordAgePolicy",
			Handler:    _AdminService_GetPasswordAgePolicy_Handler,
		},
		{
			MethodName: "UpdatePasswordAgePolicy",
			Handler:    _AdminService_UpdatePasswordAgePolicy_Handler,
		},
		{
			MethodName: "GetLockoutPolicy",
			Handler:    _AdminService_GetLockoutPolicy_Handler,
		},
		{
			MethodName: "UpdateLockoutPolicy",
			Handler:    _AdminService_UpdateLockoutPolicy_Handler,
		},
		{
			MethodName: "GetPrivacyPolicy",
			Handler:    _AdminService_GetPrivacyPolicy_Handler,
		},
		{
			MethodName: "UpdatePrivacyPolicy",
			Handler:    _AdminService_UpdatePrivacyPolicy_Handler,
		},
		{
			MethodName: "GetDefaultInitMessageText",
			Handler:    _AdminService_GetDefaultInitMessageText_Handler,
		},
		{
			MethodName: "GetCustomInitMessageText",
			Handler:    _AdminService_GetCustomInitMessageText_Handler,
		},
		{
			MethodName: "SetDefaultInitMessageText",
			Handler:    _AdminService_SetDefaultInitMessageText_Handler,
		},
		{
			MethodName: "ResetCustomInitMessageTextToDefault",
			Handler:    _AdminService_ResetCustomInitMessageTextToDefault_Handler,
		},
		{
			MethodName: "GetDefaultPasswordResetMessageText",
			Handler:    _AdminService_GetDefaultPasswordResetMessageText_Handler,
		},
		{
			MethodName: "GetCustomPasswordResetMessageText",
			Handler:    _AdminService_GetCustomPasswordResetMessageText_Handler,
		},
		{
			MethodName: "SetDefaultPasswordResetMessageText",
			Handler:    _AdminService_SetDefaultPasswordResetMessageText_Handler,
		},
		{
			MethodName: "ResetCustomPasswordResetMessageTextToDefault",
			Handler:    _AdminService_ResetCustomPasswordResetMessageTextToDefault_Handler,
		},
		{
			MethodName: "GetDefaultVerifyEmailMessageText",
			Handler:    _AdminService_GetDefaultVerifyEmailMessageText_Handler,
		},
		{
			MethodName: "GetCustomVerifyEmailMessageText",
			Handler:    _AdminService_GetCustomVerifyEmailMessageText_Handler,
		},
		{
			MethodName: "SetDefaultVerifyEmailMessageText",
			Handler:    _AdminService_SetDefaultVerifyEmailMessageText_Handler,
		},
		{
			MethodName: "ResetCustomVerifyEmailMessageTextToDefault",
			Handler:    _AdminService_ResetCustomVerifyEmailMessageTextToDefault_Handler,
		},
		{
			MethodName: "GetDefaultVerifyPhoneMessageText",
			Handler:    _AdminService_GetDefaultVerifyPhoneMessageText_Handler,
		},
		{
			MethodName: "GetCustomVerifyPhoneMessageText",
			Handler:    _AdminService_GetCustomVerifyPhoneMessageText_Handler,
		},
		{
			MethodName: "SetDefaultVerifyPhoneMessageText",
			Handler:    _AdminService_SetDefaultVerifyPhoneMessageText_Handler,
		},
		{
			MethodName: "ResetCustomVerifyPhoneMessageTextToDefault",
			Handler:    _AdminService_ResetCustomVerifyPhoneMessageTextToDefault_Handler,
		},
		{
			MethodName: "GetDefaultDomainClaimedMessageText",
			Handler:    _AdminService_GetDefaultDomainClaimedMessageText_Handler,
		},
		{
			MethodName: "GetCustomDomainClaimedMessageText",
			Handler:    _AdminService_GetCustomDomainClaimedMessageText_Handler,
		},
		{
			MethodName: "SetDefaultDomainClaimedMessageText",
			Handler:    _AdminService_SetDefaultDomainClaimedMessageText_Handler,
		},
		{
			MethodName: "ResetCustomDomainClaimedMessageTextToDefault",
			Handler:    _AdminService_ResetCustomDomainClaimedMessageTextToDefault_Handler,
		},
		{
			MethodName: "GetDefaultPasswordlessRegistrationMessageText",
			Handler:    _AdminService_GetDefaultPasswordlessRegistrationMessageText_Handler,
		},
		{
			MethodName: "GetCustomPasswordlessRegistrationMessageText",
			Handler:    _AdminService_GetCustomPasswordlessRegistrationMessageText_Handler,
		},
		{
			MethodName: "SetDefaultPasswordlessRegistrationMessageText",
			Handler:    _AdminService_SetDefaultPasswordlessRegistrationMessageText_Handler,
		},
		{
			MethodName: "ResetCustomPasswordlessRegistrationMessageTextToDefault",
			Handler:    _AdminService_ResetCustomPasswordlessRegistrationMessageTextToDefault_Handler,
		},
		{
			MethodName: "GetDefaultLoginTexts",
			Handler:    _AdminService_GetDefaultLoginTexts_Handler,
		},
		{
			MethodName: "GetCustomLoginTexts",
			Handler:    _AdminService_GetCustomLoginTexts_Handler,
		},
		{
			MethodName: "SetCustomLoginText",
			Handler:    _AdminService_SetCustomLoginText_Handler,
		},
		{
			MethodName: "ResetCustomLoginTextToDefault",
			Handler:    _AdminService_ResetCustomLoginTextToDefault_Handler,
		},
		{
			MethodName: "ListIAMMemberRoles",
			Handler:    _AdminService_ListIAMMemberRoles_Handler,
		},
		{
			MethodName: "ListIAMMembers",
			Handler:    _AdminService_ListIAMMembers_Handler,
		},
		{
			MethodName: "AddIAMMember",
			Handler:    _AdminService_AddIAMMember_Handler,
		},
		{
			MethodName: "UpdateIAMMember",
			Handler:    _AdminService_UpdateIAMMember_Handler,
		},
		{
			MethodName: "RemoveIAMMember",
			Handler:    _AdminService_RemoveIAMMember_Handler,
		},
		{
			MethodName: "ListViews",
			Handler:    _AdminService_ListViews_Handler,
		},
		{
			MethodName: "ClearView",
			Handler:    _AdminService_ClearView_Handler,
		},
		{
			MethodName: "ListFailedEvents",
			Handler:    _AdminService_ListFailedEvents_Handler,
		},
		{
			MethodName: "RemoveFailedEvent",
			Handler:    _AdminService_RemoveFailedEvent_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "zitadel/admin.proto",
}

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

View Source
var File_zitadel_admin_proto protoreflect.FileDescriptor

Functions

func RegisterAdminServiceServer

func RegisterAdminServiceServer(s grpc.ServiceRegistrar, srv AdminServiceServer)

Types

type ActivateLabelPolicyRequest

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

This is an empty request

func (*ActivateLabelPolicyRequest) Descriptor deprecated

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

Deprecated: Use ActivateLabelPolicyRequest.ProtoReflect.Descriptor instead.

func (*ActivateLabelPolicyRequest) ProtoMessage

func (*ActivateLabelPolicyRequest) ProtoMessage()

func (*ActivateLabelPolicyRequest) ProtoReflect

func (*ActivateLabelPolicyRequest) Reset

func (x *ActivateLabelPolicyRequest) Reset()

func (*ActivateLabelPolicyRequest) String

func (x *ActivateLabelPolicyRequest) String() string

type ActivateLabelPolicyResponse

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

func (*ActivateLabelPolicyResponse) Descriptor deprecated

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

Deprecated: Use ActivateLabelPolicyResponse.ProtoReflect.Descriptor instead.

func (*ActivateLabelPolicyResponse) GetDetails

func (*ActivateLabelPolicyResponse) ProtoMessage

func (*ActivateLabelPolicyResponse) ProtoMessage()

func (*ActivateLabelPolicyResponse) ProtoReflect

func (*ActivateLabelPolicyResponse) Reset

func (x *ActivateLabelPolicyResponse) Reset()

func (*ActivateLabelPolicyResponse) String

func (x *ActivateLabelPolicyResponse) String() string

type AddCustomOrgIAMPolicyRequest

type AddCustomOrgIAMPolicyRequest struct {
	OrgId                 string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	UserLoginMustBeDomain bool   `` // the username has to end with the domain of it's organisation (uniqueness is organisation based)
	/* 131-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AddCustomOrgIAMPolicyRequest) Descriptor deprecated

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

Deprecated: Use AddCustomOrgIAMPolicyRequest.ProtoReflect.Descriptor instead.

func (*AddCustomOrgIAMPolicyRequest) GetOrgId

func (x *AddCustomOrgIAMPolicyRequest) GetOrgId() string

func (*AddCustomOrgIAMPolicyRequest) GetUserLoginMustBeDomain

func (x *AddCustomOrgIAMPolicyRequest) GetUserLoginMustBeDomain() bool

func (*AddCustomOrgIAMPolicyRequest) ProtoMessage

func (*AddCustomOrgIAMPolicyRequest) ProtoMessage()

func (*AddCustomOrgIAMPolicyRequest) ProtoReflect

func (*AddCustomOrgIAMPolicyRequest) Reset

func (x *AddCustomOrgIAMPolicyRequest) Reset()

func (*AddCustomOrgIAMPolicyRequest) String

type AddCustomOrgIAMPolicyResponse

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

func (*AddCustomOrgIAMPolicyResponse) Descriptor deprecated

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

Deprecated: Use AddCustomOrgIAMPolicyResponse.ProtoReflect.Descriptor instead.

func (*AddCustomOrgIAMPolicyResponse) GetDetails

func (*AddCustomOrgIAMPolicyResponse) ProtoMessage

func (*AddCustomOrgIAMPolicyResponse) ProtoMessage()

func (*AddCustomOrgIAMPolicyResponse) ProtoReflect

func (*AddCustomOrgIAMPolicyResponse) Reset

func (x *AddCustomOrgIAMPolicyResponse) Reset()

func (*AddCustomOrgIAMPolicyResponse) String

type AddIAMMemberRequest

type AddIAMMemberRequest struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	//if no roles provided the user won't have any rights
	Roles []string `protobuf:"bytes,2,rep,name=roles,proto3" json:"roles,omitempty"`
	// contains filtered or unexported fields
}

func (*AddIAMMemberRequest) Descriptor deprecated

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

Deprecated: Use AddIAMMemberRequest.ProtoReflect.Descriptor instead.

func (*AddIAMMemberRequest) GetRoles

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

func (*AddIAMMemberRequest) GetUserId

func (x *AddIAMMemberRequest) GetUserId() string

func (*AddIAMMemberRequest) ProtoMessage

func (*AddIAMMemberRequest) ProtoMessage()

func (*AddIAMMemberRequest) ProtoReflect

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

func (*AddIAMMemberRequest) Reset

func (x *AddIAMMemberRequest) Reset()

func (*AddIAMMemberRequest) String

func (x *AddIAMMemberRequest) String() string

type AddIAMMemberResponse

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

func (*AddIAMMemberResponse) Descriptor deprecated

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

Deprecated: Use AddIAMMemberResponse.ProtoReflect.Descriptor instead.

func (*AddIAMMemberResponse) GetDetails

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

func (*AddIAMMemberResponse) ProtoMessage

func (*AddIAMMemberResponse) ProtoMessage()

func (*AddIAMMemberResponse) ProtoReflect

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

func (*AddIAMMemberResponse) Reset

func (x *AddIAMMemberResponse) Reset()

func (*AddIAMMemberResponse) String

func (x *AddIAMMemberResponse) String() string

type AddIDPToLoginPolicyRequest

type AddIDPToLoginPolicyRequest struct {
	IdpId string `protobuf:"bytes,1,opt,name=idp_id,json=idpId,proto3" json:"idp_id,omitempty"` // Id of the predefined idp configuration
	// 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) ProtoMessage

func (*AddIDPToLoginPolicyRequest) ProtoMessage()

func (*AddIDPToLoginPolicyRequest) ProtoReflect

func (*AddIDPToLoginPolicyRequest) Reset

func (x *AddIDPToLoginPolicyRequest) Reset()

func (*AddIDPToLoginPolicyRequest) String

func (x *AddIDPToLoginPolicyRequest) String() string

type AddIDPToLoginPolicyResponse

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

func (*AddIDPToLoginPolicyResponse) Descriptor deprecated

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

Deprecated: Use AddIDPToLoginPolicyResponse.ProtoReflect.Descriptor instead.

func (*AddIDPToLoginPolicyResponse) GetDetails

func (*AddIDPToLoginPolicyResponse) ProtoMessage

func (*AddIDPToLoginPolicyResponse) ProtoMessage()

func (*AddIDPToLoginPolicyResponse) ProtoReflect

func (*AddIDPToLoginPolicyResponse) Reset

func (x *AddIDPToLoginPolicyResponse) Reset()

func (*AddIDPToLoginPolicyResponse) String

func (x *AddIDPToLoginPolicyResponse) String() string

type AddJWTIDPRequest

type AddJWTIDPRequest 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 (*AddJWTIDPRequest) Descriptor deprecated

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

Deprecated: Use AddJWTIDPRequest.ProtoReflect.Descriptor instead.

func (*AddJWTIDPRequest) GetAutoRegister

func (x *AddJWTIDPRequest) GetAutoRegister() bool

func (*AddJWTIDPRequest) GetHeaderName

func (x *AddJWTIDPRequest) GetHeaderName() string

func (*AddJWTIDPRequest) GetIssuer

func (x *AddJWTIDPRequest) GetIssuer() string

func (*AddJWTIDPRequest) GetJwtEndpoint

func (x *AddJWTIDPRequest) GetJwtEndpoint() string

func (*AddJWTIDPRequest) GetKeysEndpoint

func (x *AddJWTIDPRequest) GetKeysEndpoint() string

func (*AddJWTIDPRequest) GetName

func (x *AddJWTIDPRequest) GetName() string

func (*AddJWTIDPRequest) GetStylingType

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

func (*AddJWTIDPRequest) ProtoMessage

func (*AddJWTIDPRequest) ProtoMessage()

func (*AddJWTIDPRequest) ProtoReflect

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

func (*AddJWTIDPRequest) Reset

func (x *AddJWTIDPRequest) Reset()

func (*AddJWTIDPRequest) String

func (x *AddJWTIDPRequest) String() string

type AddJWTIDPResponse

type AddJWTIDPResponse 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 (*AddJWTIDPResponse) Descriptor deprecated

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

Deprecated: Use AddJWTIDPResponse.ProtoReflect.Descriptor instead.

func (*AddJWTIDPResponse) GetDetails

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

func (*AddJWTIDPResponse) GetIdpId

func (x *AddJWTIDPResponse) GetIdpId() string

func (*AddJWTIDPResponse) ProtoMessage

func (*AddJWTIDPResponse) ProtoMessage()

func (*AddJWTIDPResponse) ProtoReflect

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

func (*AddJWTIDPResponse) Reset

func (x *AddJWTIDPResponse) Reset()

func (*AddJWTIDPResponse) String

func (x *AddJWTIDPResponse) String() string

type AddMultiFactorToLoginPolicyRequest

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

func (*AddMultiFactorToLoginPolicyRequest) Descriptor deprecated

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

Deprecated: Use AddMultiFactorToLoginPolicyRequest.ProtoReflect.Descriptor instead.

func (*AddMultiFactorToLoginPolicyRequest) GetType

func (*AddMultiFactorToLoginPolicyRequest) ProtoMessage

func (*AddMultiFactorToLoginPolicyRequest) ProtoMessage()

func (*AddMultiFactorToLoginPolicyRequest) ProtoReflect

func (*AddMultiFactorToLoginPolicyRequest) Reset

func (*AddMultiFactorToLoginPolicyRequest) String

type AddMultiFactorToLoginPolicyResponse

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

func (*AddMultiFactorToLoginPolicyResponse) Descriptor deprecated

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

Deprecated: Use AddMultiFactorToLoginPolicyResponse.ProtoReflect.Descriptor instead.

func (*AddMultiFactorToLoginPolicyResponse) GetDetails

func (*AddMultiFactorToLoginPolicyResponse) ProtoMessage

func (*AddMultiFactorToLoginPolicyResponse) ProtoMessage()

func (*AddMultiFactorToLoginPolicyResponse) ProtoReflect

func (*AddMultiFactorToLoginPolicyResponse) Reset

func (*AddMultiFactorToLoginPolicyResponse) String

type AddOIDCIDPRequest

type AddOIDCIDPRequest 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 (*AddOIDCIDPRequest) Descriptor deprecated

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

Deprecated: Use AddOIDCIDPRequest.ProtoReflect.Descriptor instead.

func (*AddOIDCIDPRequest) GetAutoRegister

func (x *AddOIDCIDPRequest) GetAutoRegister() bool

func (*AddOIDCIDPRequest) GetClientId

func (x *AddOIDCIDPRequest) GetClientId() string

func (*AddOIDCIDPRequest) GetClientSecret

func (x *AddOIDCIDPRequest) GetClientSecret() string

func (*AddOIDCIDPRequest) GetDisplayNameMapping

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

func (*AddOIDCIDPRequest) GetIssuer

func (x *AddOIDCIDPRequest) GetIssuer() string

func (*AddOIDCIDPRequest) GetName

func (x *AddOIDCIDPRequest) GetName() string

func (*AddOIDCIDPRequest) GetScopes

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

func (*AddOIDCIDPRequest) GetStylingType

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

func (*AddOIDCIDPRequest) GetUsernameMapping

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

func (*AddOIDCIDPRequest) ProtoMessage

func (*AddOIDCIDPRequest) ProtoMessage()

func (*AddOIDCIDPRequest) ProtoReflect

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

func (*AddOIDCIDPRequest) Reset

func (x *AddOIDCIDPRequest) Reset()

func (*AddOIDCIDPRequest) String

func (x *AddOIDCIDPRequest) String() string

type AddOIDCIDPResponse

type AddOIDCIDPResponse 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 (*AddOIDCIDPResponse) Descriptor deprecated

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

Deprecated: Use AddOIDCIDPResponse.ProtoReflect.Descriptor instead.

func (*AddOIDCIDPResponse) GetDetails

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

func (*AddOIDCIDPResponse) GetIdpId

func (x *AddOIDCIDPResponse) GetIdpId() string

func (*AddOIDCIDPResponse) ProtoMessage

func (*AddOIDCIDPResponse) ProtoMessage()

func (*AddOIDCIDPResponse) ProtoReflect

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

func (*AddOIDCIDPResponse) Reset

func (x *AddOIDCIDPResponse) Reset()

func (*AddOIDCIDPResponse) String

func (x *AddOIDCIDPResponse) String() string

type AddSecondFactorToLoginPolicyRequest

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

func (*AddSecondFactorToLoginPolicyRequest) Descriptor deprecated

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

Deprecated: Use AddSecondFactorToLoginPolicyRequest.ProtoReflect.Descriptor instead.

func (*AddSecondFactorToLoginPolicyRequest) GetType

func (*AddSecondFactorToLoginPolicyRequest) ProtoMessage

func (*AddSecondFactorToLoginPolicyRequest) ProtoMessage()

func (*AddSecondFactorToLoginPolicyRequest) ProtoReflect

func (*AddSecondFactorToLoginPolicyRequest) Reset

func (*AddSecondFactorToLoginPolicyRequest) String

type AddSecondFactorToLoginPolicyResponse

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

func (*AddSecondFactorToLoginPolicyResponse) Descriptor deprecated

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

Deprecated: Use AddSecondFactorToLoginPolicyResponse.ProtoReflect.Descriptor instead.

func (*AddSecondFactorToLoginPolicyResponse) GetDetails

func (*AddSecondFactorToLoginPolicyResponse) ProtoMessage

func (*AddSecondFactorToLoginPolicyResponse) ProtoMessage()

func (*AddSecondFactorToLoginPolicyResponse) ProtoReflect

func (*AddSecondFactorToLoginPolicyResponse) Reset

func (*AddSecondFactorToLoginPolicyResponse) String

type AdminServiceClient

type AdminServiceClient interface {
	//Indicates if ZITADEL is running.
	// It respondes as soon as ZITADEL started
	Healthz(ctx context.Context, in *HealthzRequest, opts ...grpc.CallOption) (*HealthzResponse, error)
	// Returns the default languages
	GetSupportedLanguages(ctx context.Context, in *GetSupportedLanguagesRequest, opts ...grpc.CallOption) (*GetSupportedLanguagesResponse, error)
	// Returns an organisation by id
	GetOrgByID(ctx context.Context, in *GetOrgByIDRequest, opts ...grpc.CallOption) (*GetOrgByIDResponse, error)
	//Checks whether an organisation exists by the given parameters
	IsOrgUnique(ctx context.Context, in *IsOrgUniqueRequest, opts ...grpc.CallOption) (*IsOrgUniqueResponse, error)
	//Returns all organisations matching the request
	// all queries need to match (AND)
	ListOrgs(ctx context.Context, in *ListOrgsRequest, opts ...grpc.CallOption) (*ListOrgsResponse, error)
	//Creates a new org and user
	// and adds the user to the orgs members as ORG_OWNER
	SetUpOrg(ctx context.Context, in *SetUpOrgRequest, opts ...grpc.CallOption) (*SetUpOrgResponse, error)
	// Returns a identity provider configuration of the IAM
	GetIDPByID(ctx context.Context, in *GetIDPByIDRequest, opts ...grpc.CallOption) (*GetIDPByIDResponse, error)
	// Returns all identity provider configurations of the IAM
	ListIDPs(ctx context.Context, in *ListIDPsRequest, opts ...grpc.CallOption) (*ListIDPsResponse, error)
	// Adds a new oidc identity provider configuration the IAM
	AddOIDCIDP(ctx context.Context, in *AddOIDCIDPRequest, opts ...grpc.CallOption) (*AddOIDCIDPResponse, error)
	// Adds a new jwt identity provider configuration the IAM
	AddJWTIDP(ctx context.Context, in *AddJWTIDPRequest, opts ...grpc.CallOption) (*AddJWTIDPResponse, error)
	//Updates the specified idp
	// all fields are updated. If no value is provided the field will be empty afterwards.
	UpdateIDP(ctx context.Context, in *UpdateIDPRequest, opts ...grpc.CallOption) (*UpdateIDPResponse, error)
	//Sets the state of the idp to IDP_STATE_INACTIVE
	// the state MUST be IDP_STATE_ACTIVE for this call
	DeactivateIDP(ctx context.Context, in *DeactivateIDPRequest, opts ...grpc.CallOption) (*DeactivateIDPResponse, error)
	//Sets the state of the idp to IDP_STATE_ACTIVE
	// the state MUST be IDP_STATE_INACTIVE for this call
	ReactivateIDP(ctx context.Context, in *ReactivateIDPRequest, opts ...grpc.CallOption) (*ReactivateIDPResponse, error)
	//RemoveIDP deletes the IDP permanetly
	RemoveIDP(ctx context.Context, in *RemoveIDPRequest, opts ...grpc.CallOption) (*RemoveIDPResponse, error)
	//Updates the oidc configuration of the specified idp
	// all fields are updated. If no value is provided the field will be empty afterwards.
	UpdateIDPOIDCConfig(ctx context.Context, in *UpdateIDPOIDCConfigRequest, opts ...grpc.CallOption) (*UpdateIDPOIDCConfigResponse, error)
	//Updates the jwt configuration of the specified idp
	// all fields are updated. If no value is provided the field will be empty afterwards.
	UpdateIDPJWTConfig(ctx context.Context, in *UpdateIDPJWTConfigRequest, opts ...grpc.CallOption) (*UpdateIDPJWTConfigResponse, error)
	GetDefaultFeatures(ctx context.Context, in *GetDefaultFeaturesRequest, opts ...grpc.CallOption) (*GetDefaultFeaturesResponse, error)
	SetDefaultFeatures(ctx context.Context, in *SetDefaultFeaturesRequest, opts ...grpc.CallOption) (*SetDefaultFeaturesResponse, error)
	GetOrgFeatures(ctx context.Context, in *GetOrgFeaturesRequest, opts ...grpc.CallOption) (*GetOrgFeaturesResponse, error)
	SetOrgFeatures(ctx context.Context, in *SetOrgFeaturesRequest, opts ...grpc.CallOption) (*SetOrgFeaturesResponse, error)
	ResetOrgFeatures(ctx context.Context, in *ResetOrgFeaturesRequest, opts ...grpc.CallOption) (*ResetOrgFeaturesResponse, error)
	//Returns the IAM policy defined by the administrators of ZITADEL
	GetOrgIAMPolicy(ctx context.Context, in *GetOrgIAMPolicyRequest, opts ...grpc.CallOption) (*GetOrgIAMPolicyResponse, error)
	//Updates the default IAM policy.
	// it impacts all organisations without a customised policy
	UpdateOrgIAMPolicy(ctx context.Context, in *UpdateOrgIAMPolicyRequest, opts ...grpc.CallOption) (*UpdateOrgIAMPolicyResponse, error)
	//Returns the customised policy or the default if not customised
	GetCustomOrgIAMPolicy(ctx context.Context, in *GetCustomOrgIAMPolicyRequest, opts ...grpc.CallOption) (*GetCustomOrgIAMPolicyResponse, error)
	//Defines a custom ORGIAM policy as specified
	AddCustomOrgIAMPolicy(ctx context.Context, in *AddCustomOrgIAMPolicyRequest, opts ...grpc.CallOption) (*AddCustomOrgIAMPolicyResponse, error)
	//Updates a custom ORGIAM policy as specified
	UpdateCustomOrgIAMPolicy(ctx context.Context, in *UpdateCustomOrgIAMPolicyRequest, opts ...grpc.CallOption) (*UpdateCustomOrgIAMPolicyResponse, error)
	//Resets the org iam policy of the organisation to default
	// ZITADEL will fallback to the default policy defined by the ZITADEL administrators
	ResetCustomOrgIAMPolicyToDefault(ctx context.Context, in *ResetCustomOrgIAMPolicyToDefaultRequest, opts ...grpc.CallOption) (*ResetCustomOrgIAMPolicyToDefaultResponse, error)
	//Returns the label policy defined by the administrators of ZITADEL
	GetLabelPolicy(ctx context.Context, in *GetLabelPolicyRequest, opts ...grpc.CallOption) (*GetLabelPolicyResponse, error)
	//Returns the preview label policy defined by the administrators of ZITADEL
	GetPreviewLabelPolicy(ctx context.Context, in *GetPreviewLabelPolicyRequest, opts ...grpc.CallOption) (*GetPreviewLabelPolicyResponse, error)
	//Updates the default label policy of ZITADEL
	// it impacts all organisations without a customised policy
	UpdateLabelPolicy(ctx context.Context, in *UpdateLabelPolicyRequest, opts ...grpc.CallOption) (*UpdateLabelPolicyResponse, error)
	// Activates all changes of the label policy
	ActivateLabelPolicy(ctx context.Context, in *ActivateLabelPolicyRequest, opts ...grpc.CallOption) (*ActivateLabelPolicyResponse, error)
	RemoveLabelPolicyLogo(ctx context.Context, in *RemoveLabelPolicyLogoRequest, opts ...grpc.CallOption) (*RemoveLabelPolicyLogoResponse, error)
	// Removes the logo dark of the label policy
	RemoveLabelPolicyLogoDark(ctx context.Context, in *RemoveLabelPolicyLogoDarkRequest, opts ...grpc.CallOption) (*RemoveLabelPolicyLogoDarkResponse, error)
	// Removes the icon of the label policy
	RemoveLabelPolicyIcon(ctx context.Context, in *RemoveLabelPolicyIconRequest, opts ...grpc.CallOption) (*RemoveLabelPolicyIconResponse, error)
	// Removes the logo dark of the label policy
	RemoveLabelPolicyIconDark(ctx context.Context, in *RemoveLabelPolicyIconDarkRequest, opts ...grpc.CallOption) (*RemoveLabelPolicyIconDarkResponse, error)
	// Removes the font of the label policy
	RemoveLabelPolicyFont(ctx context.Context, in *RemoveLabelPolicyFontRequest, opts ...grpc.CallOption) (*RemoveLabelPolicyFontResponse, error)
	//Returns the login policy defined by the administrators of ZITADEL
	GetLoginPolicy(ctx context.Context, in *GetLoginPolicyRequest, opts ...grpc.CallOption) (*GetLoginPolicyResponse, error)
	//Updates the default login policy of ZITADEL
	// it impacts all organisations without a customised policy
	UpdateLoginPolicy(ctx context.Context, in *UpdateLoginPolicyRequest, opts ...grpc.CallOption) (*UpdateLoginPolicyResponse, error)
	//Returns the idps linked to the default login policy,
	// defined by the administrators of ZITADEL
	ListLoginPolicyIDPs(ctx context.Context, in *ListLoginPolicyIDPsRequest, opts ...grpc.CallOption) (*ListLoginPolicyIDPsResponse, error)
	//Adds the povided idp to the default login policy.
	// It impacts all organisations without a customised policy
	AddIDPToLoginPolicy(ctx context.Context, in *AddIDPToLoginPolicyRequest, opts ...grpc.CallOption) (*AddIDPToLoginPolicyResponse, error)
	//Removes the povided idp from the default login policy.
	// It impacts all organisations without a customised policy
	RemoveIDPFromLoginPolicy(ctx context.Context, in *RemoveIDPFromLoginPolicyRequest, opts ...grpc.CallOption) (*RemoveIDPFromLoginPolicyResponse, error)
	//Returns the available second factors defined by the administrators of ZITADEL
	ListLoginPolicySecondFactors(ctx context.Context, in *ListLoginPolicySecondFactorsRequest, opts ...grpc.CallOption) (*ListLoginPolicySecondFactorsResponse, error)
	//Adds a second factor to the default login policy.
	// It impacts all organisations without a customised policy
	AddSecondFactorToLoginPolicy(ctx context.Context, in *AddSecondFactorToLoginPolicyRequest, opts ...grpc.CallOption) (*AddSecondFactorToLoginPolicyResponse, error)
	//Removes a second factor from the default login policy.
	// It impacts all organisations without a customised policy
	RemoveSecondFactorFromLoginPolicy(ctx context.Context, in *RemoveSecondFactorFromLoginPolicyRequest, opts ...grpc.CallOption) (*RemoveSecondFactorFromLoginPolicyResponse, error)
	//Returns the available multi factors defined by the administrators of ZITADEL
	ListLoginPolicyMultiFactors(ctx context.Context, in *ListLoginPolicyMultiFactorsRequest, opts ...grpc.CallOption) (*ListLoginPolicyMultiFactorsResponse, error)
	//Adds a multi factor to the default login policy.
	// It impacts all organisations without a customised policy
	AddMultiFactorToLoginPolicy(ctx context.Context, in *AddMultiFactorToLoginPolicyRequest, opts ...grpc.CallOption) (*AddMultiFactorToLoginPolicyResponse, error)
	//Removes a multi factor from the default login policy.
	// It impacts all organisations without a customised policy
	RemoveMultiFactorFromLoginPolicy(ctx context.Context, in *RemoveMultiFactorFromLoginPolicyRequest, opts ...grpc.CallOption) (*RemoveMultiFactorFromLoginPolicyResponse, error)
	//Returns the password complexity policy defined by the administrators of ZITADEL
	GetPasswordComplexityPolicy(ctx context.Context, in *GetPasswordComplexityPolicyRequest, opts ...grpc.CallOption) (*GetPasswordComplexityPolicyResponse, error)
	//Updates the default password complexity policy of ZITADEL
	// it impacts all organisations without a customised policy
	UpdatePasswordComplexityPolicy(ctx context.Context, in *UpdatePasswordComplexityPolicyRequest, opts ...grpc.CallOption) (*UpdatePasswordComplexityPolicyResponse, error)
	//Returns the password age policy defined by the administrators of ZITADEL
	GetPasswordAgePolicy(ctx context.Context, in *GetPasswordAgePolicyRequest, opts ...grpc.CallOption) (*GetPasswordAgePolicyResponse, error)
	//Updates the default password age policy of ZITADEL
	// it impacts all organisations without a customised policy
	UpdatePasswordAgePolicy(ctx context.Context, in *UpdatePasswordAgePolicyRequest, opts ...grpc.CallOption) (*UpdatePasswordAgePolicyResponse, error)
	//Returns the lockout policy defined by the administrators of ZITADEL
	GetLockoutPolicy(ctx context.Context, in *GetLockoutPolicyRequest, opts ...grpc.CallOption) (*GetLockoutPolicyResponse, error)
	//Updates the default lockout policy of ZITADEL
	// it impacts all organisations without a customised policy
	UpdateLockoutPolicy(ctx context.Context, in *UpdateLockoutPolicyRequest, opts ...grpc.CallOption) (*UpdateLockoutPolicyResponse, error)
	//Returns the privacy policy defined by the administrators of ZITADEL
	GetPrivacyPolicy(ctx context.Context, in *GetPrivacyPolicyRequest, opts ...grpc.CallOption) (*GetPrivacyPolicyResponse, error)
	//Updates the default privacy policy of ZITADEL
	// it impacts all organisations without a customised policy
	// Variable {{.Lang}} can be set to have different links based on the language
	UpdatePrivacyPolicy(ctx context.Context, in *UpdatePrivacyPolicyRequest, opts ...grpc.CallOption) (*UpdatePrivacyPolicyResponse, error)
	//Returns the default text for initial message (translation file)
	GetDefaultInitMessageText(ctx context.Context, in *GetDefaultInitMessageTextRequest, opts ...grpc.CallOption) (*GetDefaultInitMessageTextResponse, error)
	//Returns the custom text for initial message (overwritten in eventstore)
	GetCustomInitMessageText(ctx context.Context, in *GetCustomInitMessageTextRequest, opts ...grpc.CallOption) (*GetCustomInitMessageTextResponse, error)
	//Sets the default custom text for initial message
	// it impacts all organisations without customized initial message text
	// The Following Variables can be used:
	// {{.Code}} {{.UserName}} {{.FirstName}} {{.LastName}} {{.NickName}} {{.DisplayName}} {{.LastEmail}} {{.VerifiedEmail}} {{.LastPhone}} {{.VerifiedPhone}} {{.PreferredLoginName}} {{.LoginNames}} {{.ChangeDate}}
	SetDefaultInitMessageText(ctx context.Context, in *SetDefaultInitMessageTextRequest, opts ...grpc.CallOption) (*SetDefaultInitMessageTextResponse, error)
	// Removes the custom init message text of the system
	// The default text from the translation file will trigger after
	ResetCustomInitMessageTextToDefault(ctx context.Context, in *ResetCustomInitMessageTextToDefaultRequest, opts ...grpc.CallOption) (*ResetCustomInitMessageTextToDefaultResponse, error)
	//Returns the default text for password reset message (translation file)
	GetDefaultPasswordResetMessageText(ctx context.Context, in *GetDefaultPasswordResetMessageTextRequest, opts ...grpc.CallOption) (*GetDefaultPasswordResetMessageTextResponse, error)
	//Returns the custom text for password reset message (overwritten in eventstore)
	GetCustomPasswordResetMessageText(ctx context.Context, in *GetCustomPasswordResetMessageTextRequest, opts ...grpc.CallOption) (*GetCustomPasswordResetMessageTextResponse, error)
	//Sets the default custom text for password reset message
	// it impacts all organisations without customized password reset message text
	// The Following Variables can be used:
	// {{.Code}} {{.UserName}} {{.FirstName}} {{.LastName}} {{.NickName}} {{.DisplayName}} {{.LastEmail}} {{.VerifiedEmail}} {{.LastPhone}} {{.VerifiedPhone}} {{.PreferredLoginName}} {{.LoginNames}} {{.ChangeDate}}
	SetDefaultPasswordResetMessageText(ctx context.Context, in *SetDefaultPasswordResetMessageTextRequest, opts ...grpc.CallOption) (*SetDefaultPasswordResetMessageTextResponse, error)
	// Removes the custom password reset message text of the system
	// The default text from the translation file will trigger after
	ResetCustomPasswordResetMessageTextToDefault(ctx context.Context, in *ResetCustomPasswordResetMessageTextToDefaultRequest, opts ...grpc.CallOption) (*ResetCustomPasswordResetMessageTextToDefaultResponse, error)
	//Returns the default text for verify email message (translation files)
	GetDefaultVerifyEmailMessageText(ctx context.Context, in *GetDefaultVerifyEmailMessageTextRequest, opts ...grpc.CallOption) (*GetDefaultVerifyEmailMessageTextResponse, error)
	//Returns the custom text for verify email message (overwritten in eventstore)
	GetCustomVerifyEmailMessageText(ctx context.Context, in *GetCustomVerifyEmailMessageTextRequest, opts ...grpc.CallOption) (*GetCustomVerifyEmailMessageTextResponse, error)
	//Sets the default custom text for verify email message
	// it impacts all organisations without customized verify email message text
	// The Following Variables can be used:
	// {{.Code}} {{.UserName}} {{.FirstName}} {{.LastName}} {{.NickName}} {{.DisplayName}} {{.LastEmail}} {{.VerifiedEmail}} {{.LastPhone}} {{.VerifiedPhone}} {{.PreferredLoginName}} {{.LoginNames}} {{.ChangeDate}}
	SetDefaultVerifyEmailMessageText(ctx context.Context, in *SetDefaultVerifyEmailMessageTextRequest, opts ...grpc.CallOption) (*SetDefaultVerifyEmailMessageTextResponse, error)
	// Removes the custom verify email message text of the system
	// The default text from the translation file will trigger after
	ResetCustomVerifyEmailMessageTextToDefault(ctx context.Context, in *ResetCustomVerifyEmailMessageTextToDefaultRequest, opts ...grpc.CallOption) (*ResetCustomVerifyEmailMessageTextToDefaultResponse, error)
	//Returns the default text for verify phone message (translation file)
	GetDefaultVerifyPhoneMessageText(ctx context.Context, in *GetDefaultVerifyPhoneMessageTextRequest, opts ...grpc.CallOption) (*GetDefaultVerifyPhoneMessageTextResponse, error)
	//Returns the custom text for verify phone message
	GetCustomVerifyPhoneMessageText(ctx context.Context, in *GetCustomVerifyPhoneMessageTextRequest, opts ...grpc.CallOption) (*GetCustomVerifyPhoneMessageTextResponse, error)
	//Sets the default custom text for verify phone message
	// it impacts all organisations without customized verify phone message text
	// The Following Variables can be used:
	// {{.Code}} {{.UserName}} {{.FirstName}} {{.LastName}} {{.NickName}} {{.DisplayName}} {{.LastEmail}} {{.VerifiedEmail}} {{.LastPhone}} {{.VerifiedPhone}} {{.PreferredLoginName}} {{.LoginNames}} {{.ChangeDate}}
	SetDefaultVerifyPhoneMessageText(ctx context.Context, in *SetDefaultVerifyPhoneMessageTextRequest, opts ...grpc.CallOption) (*SetDefaultVerifyPhoneMessageTextResponse, error)
	// Removes the custom verify phone text of the system
	// The default text from the translation file will trigger after
	ResetCustomVerifyPhoneMessageTextToDefault(ctx context.Context, in *ResetCustomVerifyPhoneMessageTextToDefaultRequest, opts ...grpc.CallOption) (*ResetCustomVerifyPhoneMessageTextToDefaultResponse, error)
	//Returns the default text for domain claimed message (translation file)
	GetDefaultDomainClaimedMessageText(ctx context.Context, in *GetDefaultDomainClaimedMessageTextRequest, opts ...grpc.CallOption) (*GetDefaultDomainClaimedMessageTextResponse, error)
	//Returns the custom text for domain claimed message (overwritten in eventstore)
	GetCustomDomainClaimedMessageText(ctx context.Context, in *GetCustomDomainClaimedMessageTextRequest, opts ...grpc.CallOption) (*GetCustomDomainClaimedMessageTextResponse, error)
	//Sets the default custom text for domain claimed phone message
	// it impacts all organisations without customized domain claimed message text
	// The Following Variables can be used:
	// {{.Domain}} {{.TempUsername}} {{.UserName}} {{.FirstName}} {{.LastName}} {{.NickName}} {{.DisplayName}} {{.LastEmail}} {{.VerifiedEmail}} {{.LastPhone}} {{.VerifiedPhone}} {{.PreferredLoginName}} {{.LoginNames}} {{.ChangeDate}}
	SetDefaultDomainClaimedMessageText(ctx context.Context, in *SetDefaultDomainClaimedMessageTextRequest, opts ...grpc.CallOption) (*SetDefaultDomainClaimedMessageTextResponse, error)
	// Removes the custom domain claimed message text of the system
	// The default text from the translation file will trigger after
	ResetCustomDomainClaimedMessageTextToDefault(ctx context.Context, in *ResetCustomDomainClaimedMessageTextToDefaultRequest, opts ...grpc.CallOption) (*ResetCustomDomainClaimedMessageTextToDefaultResponse, error)
	//Returns the default text for passwordless registration message (translation file)
	GetDefaultPasswordlessRegistrationMessageText(ctx context.Context, in *GetDefaultPasswordlessRegistrationMessageTextRequest, opts ...grpc.CallOption) (*GetDefaultPasswordlessRegistrationMessageTextResponse, error)
	//Returns the custom text for passwordless registration message (overwritten in eventstore)
	GetCustomPasswordlessRegistrationMessageText(ctx context.Context, in *GetCustomPasswordlessRegistrationMessageTextRequest, opts ...grpc.CallOption) (*GetCustomPasswordlessRegistrationMessageTextResponse, error)
	//Sets the default custom text for passwordless registration message
	// it impacts all organisations without customized passwordless registration message text
	// The Following Variables can be used:
	// {{.UserName}} {{.FirstName}} {{.LastName}} {{.NickName}} {{.DisplayName}} {{.LastEmail}} {{.VerifiedEmail}} {{.LastPhone}} {{.VerifiedPhone}} {{.PreferredLoginName}} {{.LoginNames}} {{.ChangeDate}}
	SetDefaultPasswordlessRegistrationMessageText(ctx context.Context, in *SetDefaultPasswordlessRegistrationMessageTextRequest, opts ...grpc.CallOption) (*SetDefaultPasswordlessRegistrationMessageTextResponse, error)
	// Removes the custom passwordless link message text of the system
	// The default text from the translation file will trigger after
	ResetCustomPasswordlessRegistrationMessageTextToDefault(ctx context.Context, in *ResetCustomPasswordlessRegistrationMessageTextToDefaultRequest, opts ...grpc.CallOption) (*ResetCustomPasswordlessRegistrationMessageTextToDefaultResponse, error)
	//Returns the default custom texts for login ui (translation file)
	GetDefaultLoginTexts(ctx context.Context, in *GetDefaultLoginTextsRequest, opts ...grpc.CallOption) (*GetDefaultLoginTextsResponse, error)
	//Returns the custom texts for login ui
	GetCustomLoginTexts(ctx context.Context, in *GetCustomLoginTextsRequest, opts ...grpc.CallOption) (*GetCustomLoginTextsResponse, error)
	//Sets the 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 texts for login ui
	// it impacts all organisations without customized login ui texts
	// The default text form translation file will trigger after
	ResetCustomLoginTextToDefault(ctx context.Context, in *ResetCustomLoginTextsToDefaultRequest, opts ...grpc.CallOption) (*ResetCustomLoginTextsToDefaultResponse, error)
	//Returns the IAM roles visible for the requested user
	ListIAMMemberRoles(ctx context.Context, in *ListIAMMemberRolesRequest, opts ...grpc.CallOption) (*ListIAMMemberRolesResponse, error)
	//Returns all members matching the request
	// all queries need to match (ANDed)
	ListIAMMembers(ctx context.Context, in *ListIAMMembersRequest, opts ...grpc.CallOption) (*ListIAMMembersResponse, error)
	//Adds a user to the membership list of ZITADEL with the given roles
	// undefined roles will be dropped
	AddIAMMember(ctx context.Context, in *AddIAMMemberRequest, opts ...grpc.CallOption) (*AddIAMMemberResponse, error)
	//Sets the given roles on a member.
	// The member has only roles provided by this call
	UpdateIAMMember(ctx context.Context, in *UpdateIAMMemberRequest, opts ...grpc.CallOption) (*UpdateIAMMemberResponse, error)
	//Removes the user from the membership list of ZITADEL
	RemoveIAMMember(ctx context.Context, in *RemoveIAMMemberRequest, opts ...grpc.CallOption) (*RemoveIAMMemberResponse, error)
	//Returns all stored read models of ZITADEL
	// views are used for search optimisation and optimise request latencies
	// they represent the delta of the event happend on the objects
	ListViews(ctx context.Context, in *ListViewsRequest, opts ...grpc.CallOption) (*ListViewsResponse, error)
	//Truncates the delta of the change stream
	// be carefull with this function because ZITADEL has to
	// recompute the deltas after they got cleared.
	// Search requests will return wrong results until all deltas are recomputed
	ClearView(ctx context.Context, in *ClearViewRequest, opts ...grpc.CallOption) (*ClearViewResponse, error)
	//Returns event descriptions which cannot be processed.
	// It's possible that some events need some retries.
	// For example if the SMTP-API wasn't able to send an email at the first time
	ListFailedEvents(ctx context.Context, in *ListFailedEventsRequest, opts ...grpc.CallOption) (*ListFailedEventsResponse, error)
	//Deletes the event from failed events view.
	// the event is not removed from the change stream
	// This call is usefull if the system was able to process the event later.
	// e.g. if the second try of sending an email was successful. the first try produced a
	// failed event. You can find out if it worked on the `failure_count`
	RemoveFailedEvent(ctx context.Context, in *RemoveFailedEventRequest, opts ...grpc.CallOption) (*RemoveFailedEventResponse, error)
}

AdminServiceClient is the client API for AdminService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type AdminServiceServer

type AdminServiceServer interface {
	//Indicates if ZITADEL is running.
	// It respondes as soon as ZITADEL started
	Healthz(context.Context, *HealthzRequest) (*HealthzResponse, error)
	// Returns the default languages
	GetSupportedLanguages(context.Context, *GetSupportedLanguagesRequest) (*GetSupportedLanguagesResponse, error)
	// Returns an organisation by id
	GetOrgByID(context.Context, *GetOrgByIDRequest) (*GetOrgByIDResponse, error)
	//Checks whether an organisation exists by the given parameters
	IsOrgUnique(context.Context, *IsOrgUniqueRequest) (*IsOrgUniqueResponse, error)
	//Returns all organisations matching the request
	// all queries need to match (AND)
	ListOrgs(context.Context, *ListOrgsRequest) (*ListOrgsResponse, error)
	//Creates a new org and user
	// and adds the user to the orgs members as ORG_OWNER
	SetUpOrg(context.Context, *SetUpOrgRequest) (*SetUpOrgResponse, error)
	// Returns a identity provider configuration of the IAM
	GetIDPByID(context.Context, *GetIDPByIDRequest) (*GetIDPByIDResponse, error)
	// Returns all identity provider configurations of the IAM
	ListIDPs(context.Context, *ListIDPsRequest) (*ListIDPsResponse, error)
	// Adds a new oidc identity provider configuration the IAM
	AddOIDCIDP(context.Context, *AddOIDCIDPRequest) (*AddOIDCIDPResponse, error)
	// Adds a new jwt identity provider configuration the IAM
	AddJWTIDP(context.Context, *AddJWTIDPRequest) (*AddJWTIDPResponse, error)
	//Updates the specified idp
	// all fields are updated. If no value is provided the field will be empty afterwards.
	UpdateIDP(context.Context, *UpdateIDPRequest) (*UpdateIDPResponse, error)
	//Sets the state of the idp to IDP_STATE_INACTIVE
	// the state MUST be IDP_STATE_ACTIVE for this call
	DeactivateIDP(context.Context, *DeactivateIDPRequest) (*DeactivateIDPResponse, error)
	//Sets the state of the idp to IDP_STATE_ACTIVE
	// the state MUST be IDP_STATE_INACTIVE for this call
	ReactivateIDP(context.Context, *ReactivateIDPRequest) (*ReactivateIDPResponse, error)
	//RemoveIDP deletes the IDP permanetly
	RemoveIDP(context.Context, *RemoveIDPRequest) (*RemoveIDPResponse, error)
	//Updates the oidc configuration of the specified idp
	// all fields are updated. If no value is provided the field will be empty afterwards.
	UpdateIDPOIDCConfig(context.Context, *UpdateIDPOIDCConfigRequest) (*UpdateIDPOIDCConfigResponse, error)
	//Updates the jwt configuration of the specified idp
	// all fields are updated. If no value is provided the field will be empty afterwards.
	UpdateIDPJWTConfig(context.Context, *UpdateIDPJWTConfigRequest) (*UpdateIDPJWTConfigResponse, error)
	GetDefaultFeatures(context.Context, *GetDefaultFeaturesRequest) (*GetDefaultFeaturesResponse, error)
	SetDefaultFeatures(context.Context, *SetDefaultFeaturesRequest) (*SetDefaultFeaturesResponse, error)
	GetOrgFeatures(context.Context, *GetOrgFeaturesRequest) (*GetOrgFeaturesResponse, error)
	SetOrgFeatures(context.Context, *SetOrgFeaturesRequest) (*SetOrgFeaturesResponse, error)
	ResetOrgFeatures(context.Context, *ResetOrgFeaturesRequest) (*ResetOrgFeaturesResponse, error)
	//Returns the IAM policy defined by the administrators of ZITADEL
	GetOrgIAMPolicy(context.Context, *GetOrgIAMPolicyRequest) (*GetOrgIAMPolicyResponse, error)
	//Updates the default IAM policy.
	// it impacts all organisations without a customised policy
	UpdateOrgIAMPolicy(context.Context, *UpdateOrgIAMPolicyRequest) (*UpdateOrgIAMPolicyResponse, error)
	//Returns the customised policy or the default if not customised
	GetCustomOrgIAMPolicy(context.Context, *GetCustomOrgIAMPolicyRequest) (*GetCustomOrgIAMPolicyResponse, error)
	//Defines a custom ORGIAM policy as specified
	AddCustomOrgIAMPolicy(context.Context, *AddCustomOrgIAMPolicyRequest) (*AddCustomOrgIAMPolicyResponse, error)
	//Updates a custom ORGIAM policy as specified
	UpdateCustomOrgIAMPolicy(context.Context, *UpdateCustomOrgIAMPolicyRequest) (*UpdateCustomOrgIAMPolicyResponse, error)
	//Resets the org iam policy of the organisation to default
	// ZITADEL will fallback to the default policy defined by the ZITADEL administrators
	ResetCustomOrgIAMPolicyToDefault(context.Context, *ResetCustomOrgIAMPolicyToDefaultRequest) (*ResetCustomOrgIAMPolicyToDefaultResponse, error)
	//Returns the label policy defined by the administrators of ZITADEL
	GetLabelPolicy(context.Context, *GetLabelPolicyRequest) (*GetLabelPolicyResponse, error)
	//Returns the preview label policy defined by the administrators of ZITADEL
	GetPreviewLabelPolicy(context.Context, *GetPreviewLabelPolicyRequest) (*GetPreviewLabelPolicyResponse, error)
	//Updates the default label policy of ZITADEL
	// it impacts all organisations without a customised policy
	UpdateLabelPolicy(context.Context, *UpdateLabelPolicyRequest) (*UpdateLabelPolicyResponse, error)
	// Activates all changes of the label policy
	ActivateLabelPolicy(context.Context, *ActivateLabelPolicyRequest) (*ActivateLabelPolicyResponse, error)
	RemoveLabelPolicyLogo(context.Context, *RemoveLabelPolicyLogoRequest) (*RemoveLabelPolicyLogoResponse, error)
	// Removes the logo dark of the label policy
	RemoveLabelPolicyLogoDark(context.Context, *RemoveLabelPolicyLogoDarkRequest) (*RemoveLabelPolicyLogoDarkResponse, error)
	// Removes the icon of the label policy
	RemoveLabelPolicyIcon(context.Context, *RemoveLabelPolicyIconRequest) (*RemoveLabelPolicyIconResponse, error)
	// Removes the logo dark of the label policy
	RemoveLabelPolicyIconDark(context.Context, *RemoveLabelPolicyIconDarkRequest) (*RemoveLabelPolicyIconDarkResponse, error)
	// Removes the font of the label policy
	RemoveLabelPolicyFont(context.Context, *RemoveLabelPolicyFontRequest) (*RemoveLabelPolicyFontResponse, error)
	//Returns the login policy defined by the administrators of ZITADEL
	GetLoginPolicy(context.Context, *GetLoginPolicyRequest) (*GetLoginPolicyResponse, error)
	//Updates the default login policy of ZITADEL
	// it impacts all organisations without a customised policy
	UpdateLoginPolicy(context.Context, *UpdateLoginPolicyRequest) (*UpdateLoginPolicyResponse, error)
	//Returns the idps linked to the default login policy,
	// defined by the administrators of ZITADEL
	ListLoginPolicyIDPs(context.Context, *ListLoginPolicyIDPsRequest) (*ListLoginPolicyIDPsResponse, error)
	//Adds the povided idp to the default login policy.
	// It impacts all organisations without a customised policy
	AddIDPToLoginPolicy(context.Context, *AddIDPToLoginPolicyRequest) (*AddIDPToLoginPolicyResponse, error)
	//Removes the povided idp from the default login policy.
	// It impacts all organisations without a customised policy
	RemoveIDPFromLoginPolicy(context.Context, *RemoveIDPFromLoginPolicyRequest) (*RemoveIDPFromLoginPolicyResponse, error)
	//Returns the available second factors defined by the administrators of ZITADEL
	ListLoginPolicySecondFactors(context.Context, *ListLoginPolicySecondFactorsRequest) (*ListLoginPolicySecondFactorsResponse, error)
	//Adds a second factor to the default login policy.
	// It impacts all organisations without a customised policy
	AddSecondFactorToLoginPolicy(context.Context, *AddSecondFactorToLoginPolicyRequest) (*AddSecondFactorToLoginPolicyResponse, error)
	//Removes a second factor from the default login policy.
	// It impacts all organisations without a customised policy
	RemoveSecondFactorFromLoginPolicy(context.Context, *RemoveSecondFactorFromLoginPolicyRequest) (*RemoveSecondFactorFromLoginPolicyResponse, error)
	//Returns the available multi factors defined by the administrators of ZITADEL
	ListLoginPolicyMultiFactors(context.Context, *ListLoginPolicyMultiFactorsRequest) (*ListLoginPolicyMultiFactorsResponse, error)
	//Adds a multi factor to the default login policy.
	// It impacts all organisations without a customised policy
	AddMultiFactorToLoginPolicy(context.Context, *AddMultiFactorToLoginPolicyRequest) (*AddMultiFactorToLoginPolicyResponse, error)
	//Removes a multi factor from the default login policy.
	// It impacts all organisations without a customised policy
	RemoveMultiFactorFromLoginPolicy(context.Context, *RemoveMultiFactorFromLoginPolicyRequest) (*RemoveMultiFactorFromLoginPolicyResponse, error)
	//Returns the password complexity policy defined by the administrators of ZITADEL
	GetPasswordComplexityPolicy(context.Context, *GetPasswordComplexityPolicyRequest) (*GetPasswordComplexityPolicyResponse, error)
	//Updates the default password complexity policy of ZITADEL
	// it impacts all organisations without a customised policy
	UpdatePasswordComplexityPolicy(context.Context, *UpdatePasswordComplexityPolicyRequest) (*UpdatePasswordComplexityPolicyResponse, error)
	//Returns the password age policy defined by the administrators of ZITADEL
	GetPasswordAgePolicy(context.Context, *GetPasswordAgePolicyRequest) (*GetPasswordAgePolicyResponse, error)
	//Updates the default password age policy of ZITADEL
	// it impacts all organisations without a customised policy
	UpdatePasswordAgePolicy(context.Context, *UpdatePasswordAgePolicyRequest) (*UpdatePasswordAgePolicyResponse, error)
	//Returns the lockout policy defined by the administrators of ZITADEL
	GetLockoutPolicy(context.Context, *GetLockoutPolicyRequest) (*GetLockoutPolicyResponse, error)
	//Updates the default lockout policy of ZITADEL
	// it impacts all organisations without a customised policy
	UpdateLockoutPolicy(context.Context, *UpdateLockoutPolicyRequest) (*UpdateLockoutPolicyResponse, error)
	//Returns the privacy policy defined by the administrators of ZITADEL
	GetPrivacyPolicy(context.Context, *GetPrivacyPolicyRequest) (*GetPrivacyPolicyResponse, error)
	//Updates the default privacy policy of ZITADEL
	// it impacts all organisations without a customised policy
	// Variable {{.Lang}} can be set to have different links based on the language
	UpdatePrivacyPolicy(context.Context, *UpdatePrivacyPolicyRequest) (*UpdatePrivacyPolicyResponse, error)
	//Returns the default text for initial message (translation file)
	GetDefaultInitMessageText(context.Context, *GetDefaultInitMessageTextRequest) (*GetDefaultInitMessageTextResponse, error)
	//Returns the custom text for initial message (overwritten in eventstore)
	GetCustomInitMessageText(context.Context, *GetCustomInitMessageTextRequest) (*GetCustomInitMessageTextResponse, error)
	//Sets the default custom text for initial message
	// it impacts all organisations without customized initial message text
	// The Following Variables can be used:
	// {{.Code}} {{.UserName}} {{.FirstName}} {{.LastName}} {{.NickName}} {{.DisplayName}} {{.LastEmail}} {{.VerifiedEmail}} {{.LastPhone}} {{.VerifiedPhone}} {{.PreferredLoginName}} {{.LoginNames}} {{.ChangeDate}}
	SetDefaultInitMessageText(context.Context, *SetDefaultInitMessageTextRequest) (*SetDefaultInitMessageTextResponse, error)
	// Removes the custom init message text of the system
	// The default text from the translation file will trigger after
	ResetCustomInitMessageTextToDefault(context.Context, *ResetCustomInitMessageTextToDefaultRequest) (*ResetCustomInitMessageTextToDefaultResponse, error)
	//Returns the default text for password reset message (translation file)
	GetDefaultPasswordResetMessageText(context.Context, *GetDefaultPasswordResetMessageTextRequest) (*GetDefaultPasswordResetMessageTextResponse, error)
	//Returns the custom text for password reset message (overwritten in eventstore)
	GetCustomPasswordResetMessageText(context.Context, *GetCustomPasswordResetMessageTextRequest) (*GetCustomPasswordResetMessageTextResponse, error)
	//Sets the default custom text for password reset message
	// it impacts all organisations without customized password reset message text
	// The Following Variables can be used:
	// {{.Code}} {{.UserName}} {{.FirstName}} {{.LastName}} {{.NickName}} {{.DisplayName}} {{.LastEmail}} {{.VerifiedEmail}} {{.LastPhone}} {{.VerifiedPhone}} {{.PreferredLoginName}} {{.LoginNames}} {{.ChangeDate}}
	SetDefaultPasswordResetMessageText(context.Context, *SetDefaultPasswordResetMessageTextRequest) (*SetDefaultPasswordResetMessageTextResponse, error)
	// Removes the custom password reset message text of the system
	// The default text from the translation file will trigger after
	ResetCustomPasswordResetMessageTextToDefault(context.Context, *ResetCustomPasswordResetMessageTextToDefaultRequest) (*ResetCustomPasswordResetMessageTextToDefaultResponse, error)
	//Returns the default text for verify email message (translation files)
	GetDefaultVerifyEmailMessageText(context.Context, *GetDefaultVerifyEmailMessageTextRequest) (*GetDefaultVerifyEmailMessageTextResponse, error)
	//Returns the custom text for verify email message (overwritten in eventstore)
	GetCustomVerifyEmailMessageText(context.Context, *GetCustomVerifyEmailMessageTextRequest) (*GetCustomVerifyEmailMessageTextResponse, error)
	//Sets the default custom text for verify email message
	// it impacts all organisations without customized verify email message text
	// The Following Variables can be used:
	// {{.Code}} {{.UserName}} {{.FirstName}} {{.LastName}} {{.NickName}} {{.DisplayName}} {{.LastEmail}} {{.VerifiedEmail}} {{.LastPhone}} {{.VerifiedPhone}} {{.PreferredLoginName}} {{.LoginNames}} {{.ChangeDate}}
	SetDefaultVerifyEmailMessageText(context.Context, *SetDefaultVerifyEmailMessageTextRequest) (*SetDefaultVerifyEmailMessageTextResponse, error)
	// Removes the custom verify email message text of the system
	// The default text from the translation file will trigger after
	ResetCustomVerifyEmailMessageTextToDefault(context.Context, *ResetCustomVerifyEmailMessageTextToDefaultRequest) (*ResetCustomVerifyEmailMessageTextToDefaultResponse, error)
	//Returns the default text for verify phone message (translation file)
	GetDefaultVerifyPhoneMessageText(context.Context, *GetDefaultVerifyPhoneMessageTextRequest) (*GetDefaultVerifyPhoneMessageTextResponse, error)
	//Returns the custom text for verify phone message
	GetCustomVerifyPhoneMessageText(context.Context, *GetCustomVerifyPhoneMessageTextRequest) (*GetCustomVerifyPhoneMessageTextResponse, error)
	//Sets the default custom text for verify phone message
	// it impacts all organisations without customized verify phone message text
	// The Following Variables can be used:
	// {{.Code}} {{.UserName}} {{.FirstName}} {{.LastName}} {{.NickName}} {{.DisplayName}} {{.LastEmail}} {{.VerifiedEmail}} {{.LastPhone}} {{.VerifiedPhone}} {{.PreferredLoginName}} {{.LoginNames}} {{.ChangeDate}}
	SetDefaultVerifyPhoneMessageText(context.Context, *SetDefaultVerifyPhoneMessageTextRequest) (*SetDefaultVerifyPhoneMessageTextResponse, error)
	// Removes the custom verify phone text of the system
	// The default text from the translation file will trigger after
	ResetCustomVerifyPhoneMessageTextToDefault(context.Context, *ResetCustomVerifyPhoneMessageTextToDefaultRequest) (*ResetCustomVerifyPhoneMessageTextToDefaultResponse, error)
	//Returns the default text for domain claimed message (translation file)
	GetDefaultDomainClaimedMessageText(context.Context, *GetDefaultDomainClaimedMessageTextRequest) (*GetDefaultDomainClaimedMessageTextResponse, error)
	//Returns the custom text for domain claimed message (overwritten in eventstore)
	GetCustomDomainClaimedMessageText(context.Context, *GetCustomDomainClaimedMessageTextRequest) (*GetCustomDomainClaimedMessageTextResponse, error)
	//Sets the default custom text for domain claimed phone message
	// it impacts all organisations without customized domain claimed message text
	// The Following Variables can be used:
	// {{.Domain}} {{.TempUsername}} {{.UserName}} {{.FirstName}} {{.LastName}} {{.NickName}} {{.DisplayName}} {{.LastEmail}} {{.VerifiedEmail}} {{.LastPhone}} {{.VerifiedPhone}} {{.PreferredLoginName}} {{.LoginNames}} {{.ChangeDate}}
	SetDefaultDomainClaimedMessageText(context.Context, *SetDefaultDomainClaimedMessageTextRequest) (*SetDefaultDomainClaimedMessageTextResponse, error)
	// Removes the custom domain claimed message text of the system
	// The default text from the translation file will trigger after
	ResetCustomDomainClaimedMessageTextToDefault(context.Context, *ResetCustomDomainClaimedMessageTextToDefaultRequest) (*ResetCustomDomainClaimedMessageTextToDefaultResponse, error)
	//Returns the default text for passwordless registration message (translation file)
	GetDefaultPasswordlessRegistrationMessageText(context.Context, *GetDefaultPasswordlessRegistrationMessageTextRequest) (*GetDefaultPasswordlessRegistrationMessageTextResponse, error)
	//Returns the custom text for passwordless registration message (overwritten in eventstore)
	GetCustomPasswordlessRegistrationMessageText(context.Context, *GetCustomPasswordlessRegistrationMessageTextRequest) (*GetCustomPasswordlessRegistrationMessageTextResponse, error)
	//Sets the default custom text for passwordless registration message
	// it impacts all organisations without customized passwordless registration message text
	// The Following Variables can be used:
	// {{.UserName}} {{.FirstName}} {{.LastName}} {{.NickName}} {{.DisplayName}} {{.LastEmail}} {{.VerifiedEmail}} {{.LastPhone}} {{.VerifiedPhone}} {{.PreferredLoginName}} {{.LoginNames}} {{.ChangeDate}}
	SetDefaultPasswordlessRegistrationMessageText(context.Context, *SetDefaultPasswordlessRegistrationMessageTextRequest) (*SetDefaultPasswordlessRegistrationMessageTextResponse, error)
	// Removes the custom passwordless link message text of the system
	// The default text from the translation file will trigger after
	ResetCustomPasswordlessRegistrationMessageTextToDefault(context.Context, *ResetCustomPasswordlessRegistrationMessageTextToDefaultRequest) (*ResetCustomPasswordlessRegistrationMessageTextToDefaultResponse, error)
	//Returns the default custom texts for login ui (translation file)
	GetDefaultLoginTexts(context.Context, *GetDefaultLoginTextsRequest) (*GetDefaultLoginTextsResponse, error)
	//Returns the custom texts for login ui
	GetCustomLoginTexts(context.Context, *GetCustomLoginTextsRequest) (*GetCustomLoginTextsResponse, error)
	//Sets the custom text for login ui
	//it impacts all organisations without customized login ui texts
	SetCustomLoginText(context.Context, *SetCustomLoginTextsRequest) (*SetCustomLoginTextsResponse, error)
	// Removes the custom texts for login ui
	// it impacts all organisations without customized login ui texts
	// The default text form translation file will trigger after
	ResetCustomLoginTextToDefault(context.Context, *ResetCustomLoginTextsToDefaultRequest) (*ResetCustomLoginTextsToDefaultResponse, error)
	//Returns the IAM roles visible for the requested user
	ListIAMMemberRoles(context.Context, *ListIAMMemberRolesRequest) (*ListIAMMemberRolesResponse, error)
	//Returns all members matching the request
	// all queries need to match (ANDed)
	ListIAMMembers(context.Context, *ListIAMMembersRequest) (*ListIAMMembersResponse, error)
	//Adds a user to the membership list of ZITADEL with the given roles
	// undefined roles will be dropped
	AddIAMMember(context.Context, *AddIAMMemberRequest) (*AddIAMMemberResponse, error)
	//Sets the given roles on a member.
	// The member has only roles provided by this call
	UpdateIAMMember(context.Context, *UpdateIAMMemberRequest) (*UpdateIAMMemberResponse, error)
	//Removes the user from the membership list of ZITADEL
	RemoveIAMMember(context.Context, *RemoveIAMMemberRequest) (*RemoveIAMMemberResponse, error)
	//Returns all stored read models of ZITADEL
	// views are used for search optimisation and optimise request latencies
	// they represent the delta of the event happend on the objects
	ListViews(context.Context, *ListViewsRequest) (*ListViewsResponse, error)
	//Truncates the delta of the change stream
	// be carefull with this function because ZITADEL has to
	// recompute the deltas after they got cleared.
	// Search requests will return wrong results until all deltas are recomputed
	ClearView(context.Context, *ClearViewRequest) (*ClearViewResponse, error)
	//Returns event descriptions which cannot be processed.
	// It's possible that some events need some retries.
	// For example if the SMTP-API wasn't able to send an email at the first time
	ListFailedEvents(context.Context, *ListFailedEventsRequest) (*ListFailedEventsResponse, error)
	//Deletes the event from failed events view.
	// the event is not removed from the change stream
	// This call is usefull if the system was able to process the event later.
	// e.g. if the second try of sending an email was successful. the first try produced a
	// failed event. You can find out if it worked on the `failure_count`
	RemoveFailedEvent(context.Context, *RemoveFailedEventRequest) (*RemoveFailedEventResponse, error)
	// contains filtered or unexported methods
}

AdminServiceServer is the server API for AdminService service. All implementations must embed UnimplementedAdminServiceServer for forward compatibility

type ClearViewRequest

type ClearViewRequest struct {
	Database string `protobuf:"bytes,1,opt,name=database,proto3" json:"database,omitempty"`
	ViewName string `protobuf:"bytes,2,opt,name=view_name,json=viewName,proto3" json:"view_name,omitempty"`
	// contains filtered or unexported fields
}

func (*ClearViewRequest) Descriptor deprecated

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

Deprecated: Use ClearViewRequest.ProtoReflect.Descriptor instead.

func (*ClearViewRequest) GetDatabase

func (x *ClearViewRequest) GetDatabase() string

func (*ClearViewRequest) GetViewName

func (x *ClearViewRequest) GetViewName() string

func (*ClearViewRequest) ProtoMessage

func (*ClearViewRequest) ProtoMessage()

func (*ClearViewRequest) ProtoReflect

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

func (*ClearViewRequest) Reset

func (x *ClearViewRequest) Reset()

func (*ClearViewRequest) String

func (x *ClearViewRequest) String() string

type ClearViewResponse

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

This is an empty response

func (*ClearViewResponse) Descriptor deprecated

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

Deprecated: Use ClearViewResponse.ProtoReflect.Descriptor instead.

func (*ClearViewResponse) ProtoMessage

func (*ClearViewResponse) ProtoMessage()

func (*ClearViewResponse) ProtoReflect

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

func (*ClearViewResponse) Reset

func (x *ClearViewResponse) Reset()

func (*ClearViewResponse) String

func (x *ClearViewResponse) String() string

type DeactivateIDPRequest

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

func (*DeactivateIDPRequest) Descriptor deprecated

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

Deprecated: Use DeactivateIDPRequest.ProtoReflect.Descriptor instead.

func (*DeactivateIDPRequest) GetIdpId

func (x *DeactivateIDPRequest) GetIdpId() string

func (*DeactivateIDPRequest) ProtoMessage

func (*DeactivateIDPRequest) ProtoMessage()

func (*DeactivateIDPRequest) ProtoReflect

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

func (*DeactivateIDPRequest) Reset

func (x *DeactivateIDPRequest) Reset()

func (*DeactivateIDPRequest) String

func (x *DeactivateIDPRequest) String() string

type DeactivateIDPResponse

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

func (*DeactivateIDPResponse) Descriptor deprecated

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

Deprecated: Use DeactivateIDPResponse.ProtoReflect.Descriptor instead.

func (*DeactivateIDPResponse) GetDetails

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

func (*DeactivateIDPResponse) ProtoMessage

func (*DeactivateIDPResponse) ProtoMessage()

func (*DeactivateIDPResponse) ProtoReflect

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

func (*DeactivateIDPResponse) Reset

func (x *DeactivateIDPResponse) Reset()

func (*DeactivateIDPResponse) String

func (x *DeactivateIDPResponse) String() string

type FailedEvent

type FailedEvent struct {
	Database       string `protobuf:"bytes,1,opt,name=database,proto3" json:"database,omitempty"`
	ViewName       string `protobuf:"bytes,2,opt,name=view_name,json=viewName,proto3" json:"view_name,omitempty"`
	FailedSequence uint64 `protobuf:"varint,3,opt,name=failed_sequence,json=failedSequence,proto3" json:"failed_sequence,omitempty"`
	FailureCount   uint64 `protobuf:"varint,4,opt,name=failure_count,json=failureCount,proto3" json:"failure_count,omitempty"`
	ErrorMessage   string `protobuf:"bytes,5,opt,name=error_message,json=errorMessage,proto3" json:"error_message,omitempty"`
	// contains filtered or unexported fields
}

func (*FailedEvent) Descriptor deprecated

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

Deprecated: Use FailedEvent.ProtoReflect.Descriptor instead.

func (*FailedEvent) GetDatabase

func (x *FailedEvent) GetDatabase() string

func (*FailedEvent) GetErrorMessage

func (x *FailedEvent) GetErrorMessage() string

func (*FailedEvent) GetFailedSequence

func (x *FailedEvent) GetFailedSequence() uint64

func (*FailedEvent) GetFailureCount

func (x *FailedEvent) GetFailureCount() uint64

func (*FailedEvent) GetViewName

func (x *FailedEvent) GetViewName() string

func (*FailedEvent) ProtoMessage

func (*FailedEvent) ProtoMessage()

func (*FailedEvent) ProtoReflect

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

func (*FailedEvent) Reset

func (x *FailedEvent) Reset()

func (*FailedEvent) String

func (x *FailedEvent) String() string

type GetCustomDomainClaimedMessageTextRequest

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

func (*GetCustomDomainClaimedMessageTextRequest) Descriptor deprecated

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

Deprecated: Use GetCustomDomainClaimedMessageTextRequest.ProtoReflect.Descriptor instead.

func (*GetCustomDomainClaimedMessageTextRequest) GetLanguage

func (*GetCustomDomainClaimedMessageTextRequest) ProtoMessage

func (*GetCustomDomainClaimedMessageTextRequest) ProtoReflect

func (*GetCustomDomainClaimedMessageTextRequest) Reset

func (*GetCustomDomainClaimedMessageTextRequest) String

type GetCustomDomainClaimedMessageTextResponse

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

func (*GetCustomDomainClaimedMessageTextResponse) Descriptor deprecated

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

Deprecated: Use GetCustomDomainClaimedMessageTextResponse.ProtoReflect.Descriptor instead.

func (*GetCustomDomainClaimedMessageTextResponse) GetCustomText

func (*GetCustomDomainClaimedMessageTextResponse) ProtoMessage

func (*GetCustomDomainClaimedMessageTextResponse) ProtoReflect

func (*GetCustomDomainClaimedMessageTextResponse) Reset

func (*GetCustomDomainClaimedMessageTextResponse) String

type GetCustomInitMessageTextRequest

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

func (*GetCustomInitMessageTextRequest) Descriptor deprecated

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

Deprecated: Use GetCustomInitMessageTextRequest.ProtoReflect.Descriptor instead.

func (*GetCustomInitMessageTextRequest) GetLanguage

func (x *GetCustomInitMessageTextRequest) GetLanguage() string

func (*GetCustomInitMessageTextRequest) ProtoMessage

func (*GetCustomInitMessageTextRequest) ProtoMessage()

func (*GetCustomInitMessageTextRequest) ProtoReflect

func (*GetCustomInitMessageTextRequest) Reset

func (*GetCustomInitMessageTextRequest) String

type GetCustomInitMessageTextResponse

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

func (*GetCustomInitMessageTextResponse) Descriptor deprecated

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

Deprecated: Use GetCustomInitMessageTextResponse.ProtoReflect.Descriptor instead.

func (*GetCustomInitMessageTextResponse) GetCustomText

func (*GetCustomInitMessageTextResponse) ProtoMessage

func (*GetCustomInitMessageTextResponse) ProtoMessage()

func (*GetCustomInitMessageTextResponse) ProtoReflect

func (*GetCustomInitMessageTextResponse) Reset

func (*GetCustomInitMessageTextResponse) String

type GetCustomLoginTextsRequest

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

func (*GetCustomLoginTextsRequest) Descriptor deprecated

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

Deprecated: Use GetCustomLoginTextsRequest.ProtoReflect.Descriptor instead.

func (*GetCustomLoginTextsRequest) GetLanguage

func (x *GetCustomLoginTextsRequest) GetLanguage() string

func (*GetCustomLoginTextsRequest) ProtoMessage

func (*GetCustomLoginTextsRequest) ProtoMessage()

func (*GetCustomLoginTextsRequest) ProtoReflect

func (*GetCustomLoginTextsRequest) Reset

func (x *GetCustomLoginTextsRequest) Reset()

func (*GetCustomLoginTextsRequest) String

func (x *GetCustomLoginTextsRequest) String() string

type GetCustomLoginTextsResponse

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

func (*GetCustomLoginTextsResponse) Descriptor deprecated

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

Deprecated: Use GetCustomLoginTextsResponse.ProtoReflect.Descriptor instead.

func (*GetCustomLoginTextsResponse) GetCustomText

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

func (*GetCustomLoginTextsResponse) ProtoMessage

func (*GetCustomLoginTextsResponse) ProtoMessage()

func (*GetCustomLoginTextsResponse) ProtoReflect

func (*GetCustomLoginTextsResponse) Reset

func (x *GetCustomLoginTextsResponse) Reset()

func (*GetCustomLoginTextsResponse) String

func (x *GetCustomLoginTextsResponse) String() string

type GetCustomOrgIAMPolicyRequest

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

func (*GetCustomOrgIAMPolicyRequest) Descriptor deprecated

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

Deprecated: Use GetCustomOrgIAMPolicyRequest.ProtoReflect.Descriptor instead.

func (*GetCustomOrgIAMPolicyRequest) GetOrgId

func (x *GetCustomOrgIAMPolicyRequest) GetOrgId() string

func (*GetCustomOrgIAMPolicyRequest) ProtoMessage

func (*GetCustomOrgIAMPolicyRequest) ProtoMessage()

func (*GetCustomOrgIAMPolicyRequest) ProtoReflect

func (*GetCustomOrgIAMPolicyRequest) Reset

func (x *GetCustomOrgIAMPolicyRequest) Reset()

func (*GetCustomOrgIAMPolicyRequest) String

type GetCustomOrgIAMPolicyResponse

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

func (*GetCustomOrgIAMPolicyResponse) Descriptor deprecated

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

Deprecated: Use GetCustomOrgIAMPolicyResponse.ProtoReflect.Descriptor instead.

func (*GetCustomOrgIAMPolicyResponse) GetIsDefault

func (x *GetCustomOrgIAMPolicyResponse) GetIsDefault() bool

func (*GetCustomOrgIAMPolicyResponse) GetPolicy

func (*GetCustomOrgIAMPolicyResponse) ProtoMessage

func (*GetCustomOrgIAMPolicyResponse) ProtoMessage()

func (*GetCustomOrgIAMPolicyResponse) ProtoReflect

func (*GetCustomOrgIAMPolicyResponse) Reset

func (x *GetCustomOrgIAMPolicyResponse) Reset()

func (*GetCustomOrgIAMPolicyResponse) String

type GetCustomPasswordResetMessageTextRequest

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

func (*GetCustomPasswordResetMessageTextRequest) Descriptor deprecated

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

Deprecated: Use GetCustomPasswordResetMessageTextRequest.ProtoReflect.Descriptor instead.

func (*GetCustomPasswordResetMessageTextRequest) GetLanguage

func (*GetCustomPasswordResetMessageTextRequest) ProtoMessage

func (*GetCustomPasswordResetMessageTextRequest) ProtoReflect

func (*GetCustomPasswordResetMessageTextRequest) Reset

func (*GetCustomPasswordResetMessageTextRequest) String

type GetCustomPasswordResetMessageTextResponse

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

func (*GetCustomPasswordResetMessageTextResponse) Descriptor deprecated

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

Deprecated: Use GetCustomPasswordResetMessageTextResponse.ProtoReflect.Descriptor instead.

func (*GetCustomPasswordResetMessageTextResponse) GetCustomText

func (*GetCustomPasswordResetMessageTextResponse) ProtoMessage

func (*GetCustomPasswordResetMessageTextResponse) ProtoReflect

func (*GetCustomPasswordResetMessageTextResponse) Reset

func (*GetCustomPasswordResetMessageTextResponse) String

type GetCustomPasswordlessRegistrationMessageTextRequest

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

func (*GetCustomPasswordlessRegistrationMessageTextRequest) Descriptor deprecated

Deprecated: Use GetCustomPasswordlessRegistrationMessageTextRequest.ProtoReflect.Descriptor instead.

func (*GetCustomPasswordlessRegistrationMessageTextRequest) GetLanguage

func (*GetCustomPasswordlessRegistrationMessageTextRequest) ProtoMessage

func (*GetCustomPasswordlessRegistrationMessageTextRequest) ProtoReflect

func (*GetCustomPasswordlessRegistrationMessageTextRequest) Reset

func (*GetCustomPasswordlessRegistrationMessageTextRequest) String

type GetCustomPasswordlessRegistrationMessageTextResponse

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

func (*GetCustomPasswordlessRegistrationMessageTextResponse) Descriptor deprecated

Deprecated: Use GetCustomPasswordlessRegistrationMessageTextResponse.ProtoReflect.Descriptor instead.

func (*GetCustomPasswordlessRegistrationMessageTextResponse) GetCustomText

func (*GetCustomPasswordlessRegistrationMessageTextResponse) ProtoMessage

func (*GetCustomPasswordlessRegistrationMessageTextResponse) ProtoReflect

func (*GetCustomPasswordlessRegistrationMessageTextResponse) Reset

func (*GetCustomPasswordlessRegistrationMessageTextResponse) String

type GetCustomVerifyEmailMessageTextRequest

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

func (*GetCustomVerifyEmailMessageTextRequest) Descriptor deprecated

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

Deprecated: Use GetCustomVerifyEmailMessageTextRequest.ProtoReflect.Descriptor instead.

func (*GetCustomVerifyEmailMessageTextRequest) GetLanguage

func (*GetCustomVerifyEmailMessageTextRequest) ProtoMessage

func (*GetCustomVerifyEmailMessageTextRequest) ProtoReflect

func (*GetCustomVerifyEmailMessageTextRequest) Reset

func (*GetCustomVerifyEmailMessageTextRequest) String

type GetCustomVerifyEmailMessageTextResponse

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

func (*GetCustomVerifyEmailMessageTextResponse) Descriptor deprecated

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

Deprecated: Use GetCustomVerifyEmailMessageTextResponse.ProtoReflect.Descriptor instead.

func (*GetCustomVerifyEmailMessageTextResponse) GetCustomText

func (*GetCustomVerifyEmailMessageTextResponse) ProtoMessage

func (*GetCustomVerifyEmailMessageTextResponse) ProtoReflect

func (*GetCustomVerifyEmailMessageTextResponse) Reset

func (*GetCustomVerifyEmailMessageTextResponse) String

type GetCustomVerifyPhoneMessageTextRequest

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

func (*GetCustomVerifyPhoneMessageTextRequest) Descriptor deprecated

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

Deprecated: Use GetCustomVerifyPhoneMessageTextRequest.ProtoReflect.Descriptor instead.

func (*GetCustomVerifyPhoneMessageTextRequest) GetLanguage

func (*GetCustomVerifyPhoneMessageTextRequest) ProtoMessage

func (*GetCustomVerifyPhoneMessageTextRequest) ProtoReflect

func (*GetCustomVerifyPhoneMessageTextRequest) Reset

func (*GetCustomVerifyPhoneMessageTextRequest) String

type GetCustomVerifyPhoneMessageTextResponse

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

func (*GetCustomVerifyPhoneMessageTextResponse) Descriptor deprecated

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

Deprecated: Use GetCustomVerifyPhoneMessageTextResponse.ProtoReflect.Descriptor instead.

func (*GetCustomVerifyPhoneMessageTextResponse) GetCustomText

func (*GetCustomVerifyPhoneMessageTextResponse) ProtoMessage

func (*GetCustomVerifyPhoneMessageTextResponse) ProtoReflect

func (*GetCustomVerifyPhoneMessageTextResponse) Reset

func (*GetCustomVerifyPhoneMessageTextResponse) String

type GetDefaultDomainClaimedMessageTextRequest

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

func (*GetDefaultDomainClaimedMessageTextRequest) Descriptor deprecated

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

Deprecated: Use GetDefaultDomainClaimedMessageTextRequest.ProtoReflect.Descriptor instead.

func (*GetDefaultDomainClaimedMessageTextRequest) GetLanguage

func (*GetDefaultDomainClaimedMessageTextRequest) ProtoMessage

func (*GetDefaultDomainClaimedMessageTextRequest) ProtoReflect

func (*GetDefaultDomainClaimedMessageTextRequest) Reset

func (*GetDefaultDomainClaimedMessageTextRequest) String

type GetDefaultDomainClaimedMessageTextResponse

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

func (*GetDefaultDomainClaimedMessageTextResponse) Descriptor deprecated

Deprecated: Use GetDefaultDomainClaimedMessageTextResponse.ProtoReflect.Descriptor instead.

func (*GetDefaultDomainClaimedMessageTextResponse) GetCustomText

func (*GetDefaultDomainClaimedMessageTextResponse) ProtoMessage

func (*GetDefaultDomainClaimedMessageTextResponse) ProtoReflect

func (*GetDefaultDomainClaimedMessageTextResponse) Reset

func (*GetDefaultDomainClaimedMessageTextResponse) String

type GetDefaultFeaturesRequest

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

func (*GetDefaultFeaturesRequest) Descriptor deprecated

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

Deprecated: Use GetDefaultFeaturesRequest.ProtoReflect.Descriptor instead.

func (*GetDefaultFeaturesRequest) ProtoMessage

func (*GetDefaultFeaturesRequest) ProtoMessage()

func (*GetDefaultFeaturesRequest) ProtoReflect

func (*GetDefaultFeaturesRequest) Reset

func (x *GetDefaultFeaturesRequest) Reset()

func (*GetDefaultFeaturesRequest) String

func (x *GetDefaultFeaturesRequest) String() string

type GetDefaultFeaturesResponse

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

func (*GetDefaultFeaturesResponse) Descriptor deprecated

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

Deprecated: Use GetDefaultFeaturesResponse.ProtoReflect.Descriptor instead.

func (*GetDefaultFeaturesResponse) GetFeatures

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

func (*GetDefaultFeaturesResponse) ProtoMessage

func (*GetDefaultFeaturesResponse) ProtoMessage()

func (*GetDefaultFeaturesResponse) ProtoReflect

func (*GetDefaultFeaturesResponse) Reset

func (x *GetDefaultFeaturesResponse) Reset()

func (*GetDefaultFeaturesResponse) String

func (x *GetDefaultFeaturesResponse) 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 (*GetDefaultInitMessageTextRequest) Reset

func (*GetDefaultInitMessageTextRequest) String

type GetDefaultInitMessageTextResponse

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

func (*GetDefaultInitMessageTextResponse) Descriptor deprecated

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

Deprecated: Use GetDefaultInitMessageTextResponse.ProtoReflect.Descriptor instead.

func (*GetDefaultInitMessageTextResponse) GetCustomText

func (*GetDefaultInitMessageTextResponse) ProtoMessage

func (*GetDefaultInitMessageTextResponse) ProtoMessage()

func (*GetDefaultInitMessageTextResponse) ProtoReflect

func (*GetDefaultInitMessageTextResponse) Reset

func (*GetDefaultInitMessageTextResponse) String

type GetDefaultLoginTextsRequest

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

func (*GetDefaultLoginTextsRequest) Descriptor deprecated

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

Deprecated: Use GetDefaultLoginTextsRequest.ProtoReflect.Descriptor instead.

func (*GetDefaultLoginTextsRequest) GetLanguage

func (x *GetDefaultLoginTextsRequest) GetLanguage() string

func (*GetDefaultLoginTextsRequest) ProtoMessage

func (*GetDefaultLoginTextsRequest) ProtoMessage()

func (*GetDefaultLoginTextsRequest) ProtoReflect

func (*GetDefaultLoginTextsRequest) Reset

func (x *GetDefaultLoginTextsRequest) Reset()

func (*GetDefaultLoginTextsRequest) String

func (x *GetDefaultLoginTextsRequest) String() string

type GetDefaultLoginTextsResponse

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

func (*GetDefaultLoginTextsResponse) Descriptor deprecated

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

Deprecated: Use GetDefaultLoginTextsResponse.ProtoReflect.Descriptor instead.

func (*GetDefaultLoginTextsResponse) GetCustomText

func (*GetDefaultLoginTextsResponse) ProtoMessage

func (*GetDefaultLoginTextsResponse) ProtoMessage()

func (*GetDefaultLoginTextsResponse) ProtoReflect

func (*GetDefaultLoginTextsResponse) Reset

func (x *GetDefaultLoginTextsResponse) Reset()

func (*GetDefaultLoginTextsResponse) String

type GetDefaultPasswordResetMessageTextRequest

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

func (*GetDefaultPasswordResetMessageTextRequest) Descriptor deprecated

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

Deprecated: Use GetDefaultPasswordResetMessageTextRequest.ProtoReflect.Descriptor instead.

func (*GetDefaultPasswordResetMessageTextRequest) GetLanguage

func (*GetDefaultPasswordResetMessageTextRequest) ProtoMessage

func (*GetDefaultPasswordResetMessageTextRequest) ProtoReflect

func (*GetDefaultPasswordResetMessageTextRequest) Reset

func (*GetDefaultPasswordResetMessageTextRequest) String

type GetDefaultPasswordResetMessageTextResponse

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

func (*GetDefaultPasswordResetMessageTextResponse) Descriptor deprecated

Deprecated: Use GetDefaultPasswordResetMessageTextResponse.ProtoReflect.Descriptor instead.

func (*GetDefaultPasswordResetMessageTextResponse) GetCustomText

func (*GetDefaultPasswordResetMessageTextResponse) ProtoMessage

func (*GetDefaultPasswordResetMessageTextResponse) ProtoReflect

func (*GetDefaultPasswordResetMessageTextResponse) Reset

func (*GetDefaultPasswordResetMessageTextResponse) String

type GetDefaultPasswordlessRegistrationMessageTextRequest

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

func (*GetDefaultPasswordlessRegistrationMessageTextRequest) Descriptor deprecated

Deprecated: Use GetDefaultPasswordlessRegistrationMessageTextRequest.ProtoReflect.Descriptor instead.

func (*GetDefaultPasswordlessRegistrationMessageTextRequest) GetLanguage

func (*GetDefaultPasswordlessRegistrationMessageTextRequest) ProtoMessage

func (*GetDefaultPasswordlessRegistrationMessageTextRequest) ProtoReflect

func (*GetDefaultPasswordlessRegistrationMessageTextRequest) Reset

func (*GetDefaultPasswordlessRegistrationMessageTextRequest) String

type GetDefaultPasswordlessRegistrationMessageTextResponse

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

func (*GetDefaultPasswordlessRegistrationMessageTextResponse) Descriptor deprecated

Deprecated: Use GetDefaultPasswordlessRegistrationMessageTextResponse.ProtoReflect.Descriptor instead.

func (*GetDefaultPasswordlessRegistrationMessageTextResponse) GetCustomText

func (*GetDefaultPasswordlessRegistrationMessageTextResponse) ProtoMessage

func (*GetDefaultPasswordlessRegistrationMessageTextResponse) ProtoReflect

func (*GetDefaultPasswordlessRegistrationMessageTextResponse) Reset

func (*GetDefaultPasswordlessRegistrationMessageTextResponse) String

type GetDefaultVerifyEmailMessageTextRequest

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

func (*GetDefaultVerifyEmailMessageTextRequest) Descriptor deprecated

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

Deprecated: Use GetDefaultVerifyEmailMessageTextRequest.ProtoReflect.Descriptor instead.

func (*GetDefaultVerifyEmailMessageTextRequest) GetLanguage

func (*GetDefaultVerifyEmailMessageTextRequest) ProtoMessage

func (*GetDefaultVerifyEmailMessageTextRequest) ProtoReflect

func (*GetDefaultVerifyEmailMessageTextRequest) Reset

func (*GetDefaultVerifyEmailMessageTextRequest) String

type GetDefaultVerifyEmailMessageTextResponse

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

func (*GetDefaultVerifyEmailMessageTextResponse) Descriptor deprecated

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

Deprecated: Use GetDefaultVerifyEmailMessageTextResponse.ProtoReflect.Descriptor instead.

func (*GetDefaultVerifyEmailMessageTextResponse) GetCustomText

func (*GetDefaultVerifyEmailMessageTextResponse) ProtoMessage

func (*GetDefaultVerifyEmailMessageTextResponse) ProtoReflect

func (*GetDefaultVerifyEmailMessageTextResponse) Reset

func (*GetDefaultVerifyEmailMessageTextResponse) String

type GetDefaultVerifyPhoneMessageTextRequest

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

func (*GetDefaultVerifyPhoneMessageTextRequest) Descriptor deprecated

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

Deprecated: Use GetDefaultVerifyPhoneMessageTextRequest.ProtoReflect.Descriptor instead.

func (*GetDefaultVerifyPhoneMessageTextRequest) GetLanguage

func (*GetDefaultVerifyPhoneMessageTextRequest) ProtoMessage

func (*GetDefaultVerifyPhoneMessageTextRequest) ProtoReflect

func (*GetDefaultVerifyPhoneMessageTextRequest) Reset

func (*GetDefaultVerifyPhoneMessageTextRequest) String

type GetDefaultVerifyPhoneMessageTextResponse

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

func (*GetDefaultVerifyPhoneMessageTextResponse) Descriptor deprecated

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

Deprecated: Use GetDefaultVerifyPhoneMessageTextResponse.ProtoReflect.Descriptor instead.

func (*GetDefaultVerifyPhoneMessageTextResponse) GetCustomText

func (*GetDefaultVerifyPhoneMessageTextResponse) ProtoMessage

func (*GetDefaultVerifyPhoneMessageTextResponse) ProtoReflect

func (*GetDefaultVerifyPhoneMessageTextResponse) Reset

func (*GetDefaultVerifyPhoneMessageTextResponse) String

type GetIDPByIDRequest

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

func (*GetIDPByIDRequest) Descriptor deprecated

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

Deprecated: Use GetIDPByIDRequest.ProtoReflect.Descriptor instead.

func (*GetIDPByIDRequest) GetId

func (x *GetIDPByIDRequest) GetId() string

func (*GetIDPByIDRequest) ProtoMessage

func (*GetIDPByIDRequest) ProtoMessage()

func (*GetIDPByIDRequest) ProtoReflect

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

func (*GetIDPByIDRequest) Reset

func (x *GetIDPByIDRequest) Reset()

func (*GetIDPByIDRequest) String

func (x *GetIDPByIDRequest) String() string

type GetIDPByIDResponse

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

func (*GetIDPByIDResponse) Descriptor deprecated

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

Deprecated: Use GetIDPByIDResponse.ProtoReflect.Descriptor instead.

func (*GetIDPByIDResponse) GetIdp

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

func (*GetIDPByIDResponse) ProtoMessage

func (*GetIDPByIDResponse) ProtoMessage()

func (*GetIDPByIDResponse) ProtoReflect

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

func (*GetIDPByIDResponse) Reset

func (x *GetIDPByIDResponse) Reset()

func (*GetIDPByIDResponse) String

func (x *GetIDPByIDResponse) 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"`
	// contains filtered or unexported fields
}

func (*GetLabelPolicyResponse) Descriptor deprecated

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

Deprecated: Use GetLabelPolicyResponse.ProtoReflect.Descriptor instead.

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"`
	// contains filtered or unexported fields
}

func (*GetLockoutPolicyResponse) Descriptor deprecated

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

Deprecated: Use GetLockoutPolicyResponse.ProtoReflect.Descriptor instead.

func (*GetLockoutPolicyResponse) GetPolicy

func (*GetLockoutPolicyResponse) ProtoMessage

func (*GetLockoutPolicyResponse) ProtoMessage()

func (*GetLockoutPolicyResponse) ProtoReflect

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

func (*GetLockoutPolicyResponse) Reset

func (x *GetLockoutPolicyResponse) Reset()

func (*GetLockoutPolicyResponse) String

func (x *GetLockoutPolicyResponse) String() string

type GetLoginPolicyRequest

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

This is an empty request

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"`
	// contains filtered or unexported fields
}

func (*GetLoginPolicyResponse) Descriptor deprecated

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

Deprecated: Use GetLoginPolicyResponse.ProtoReflect.Descriptor instead.

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 GetOrgByIDRequest

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

func (*GetOrgByIDRequest) Descriptor deprecated

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

Deprecated: Use GetOrgByIDRequest.ProtoReflect.Descriptor instead.

func (*GetOrgByIDRequest) GetId

func (x *GetOrgByIDRequest) GetId() string

func (*GetOrgByIDRequest) ProtoMessage

func (*GetOrgByIDRequest) ProtoMessage()

func (*GetOrgByIDRequest) ProtoReflect

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

func (*GetOrgByIDRequest) Reset

func (x *GetOrgByIDRequest) Reset()

func (*GetOrgByIDRequest) String

func (x *GetOrgByIDRequest) String() string

type GetOrgByIDResponse

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

func (*GetOrgByIDResponse) Descriptor deprecated

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

Deprecated: Use GetOrgByIDResponse.ProtoReflect.Descriptor instead.

func (*GetOrgByIDResponse) GetOrg

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

func (*GetOrgByIDResponse) ProtoMessage

func (*GetOrgByIDResponse) ProtoMessage()

func (*GetOrgByIDResponse) ProtoReflect

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

func (*GetOrgByIDResponse) Reset

func (x *GetOrgByIDResponse) Reset()

func (*GetOrgByIDResponse) String

func (x *GetOrgByIDResponse) String() string

type GetOrgFeaturesRequest

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

func (*GetOrgFeaturesRequest) Descriptor deprecated

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

Deprecated: Use GetOrgFeaturesRequest.ProtoReflect.Descriptor instead.

func (*GetOrgFeaturesRequest) GetOrgId

func (x *GetOrgFeaturesRequest) GetOrgId() string

func (*GetOrgFeaturesRequest) ProtoMessage

func (*GetOrgFeaturesRequest) ProtoMessage()

func (*GetOrgFeaturesRequest) ProtoReflect

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

func (*GetOrgFeaturesRequest) Reset

func (x *GetOrgFeaturesRequest) Reset()

func (*GetOrgFeaturesRequest) String

func (x *GetOrgFeaturesRequest) String() string

type GetOrgFeaturesResponse

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

func (*GetOrgFeaturesResponse) Descriptor deprecated

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

Deprecated: Use GetOrgFeaturesResponse.ProtoReflect.Descriptor instead.

func (*GetOrgFeaturesResponse) GetFeatures

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

func (*GetOrgFeaturesResponse) ProtoMessage

func (*GetOrgFeaturesResponse) ProtoMessage()

func (*GetOrgFeaturesResponse) ProtoReflect

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

func (*GetOrgFeaturesResponse) Reset

func (x *GetOrgFeaturesResponse) Reset()

func (*GetOrgFeaturesResponse) String

func (x *GetOrgFeaturesResponse) 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 (*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 GetPasswordAgePolicyRequest

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

This is an empty request

func (*GetPasswordAgePolicyRequest) Descriptor deprecated

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

Deprecated: Use GetPasswordAgePolicyRequest.ProtoReflect.Descriptor instead.

func (*GetPasswordAgePolicyRequest) ProtoMessage

func (*GetPasswordAgePolicyRequest) ProtoMessage()

func (*GetPasswordAgePolicyRequest) ProtoReflect

func (*GetPasswordAgePolicyRequest) Reset

func (x *GetPasswordAgePolicyRequest) Reset()

func (*GetPasswordAgePolicyRequest) String

func (x *GetPasswordAgePolicyRequest) String() string

type GetPasswordAgePolicyResponse

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

func (*GetPasswordAgePolicyResponse) Descriptor deprecated

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

Deprecated: Use GetPasswordAgePolicyResponse.ProtoReflect.Descriptor instead.

func (*GetPasswordAgePolicyResponse) GetPolicy

func (*GetPasswordAgePolicyResponse) ProtoMessage

func (*GetPasswordAgePolicyResponse) ProtoMessage()

func (*GetPasswordAgePolicyResponse) ProtoReflect

func (*GetPasswordAgePolicyResponse) Reset

func (x *GetPasswordAgePolicyResponse) Reset()

func (*GetPasswordAgePolicyResponse) String

type GetPasswordComplexityPolicyRequest

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

func (*GetPasswordComplexityPolicyRequest) Descriptor deprecated

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

Deprecated: Use GetPasswordComplexityPolicyRequest.ProtoReflect.Descriptor instead.

func (*GetPasswordComplexityPolicyRequest) ProtoMessage

func (*GetPasswordComplexityPolicyRequest) ProtoMessage()

func (*GetPasswordComplexityPolicyRequest) ProtoReflect

func (*GetPasswordComplexityPolicyRequest) Reset

func (*GetPasswordComplexityPolicyRequest) String

type GetPasswordComplexityPolicyResponse

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

func (*GetPasswordComplexityPolicyResponse) Descriptor deprecated

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

Deprecated: Use GetPasswordComplexityPolicyResponse.ProtoReflect.Descriptor instead.

func (*GetPasswordComplexityPolicyResponse) GetPolicy

func (*GetPasswordComplexityPolicyResponse) ProtoMessage

func (*GetPasswordComplexityPolicyResponse) ProtoMessage()

func (*GetPasswordComplexityPolicyResponse) ProtoReflect

func (*GetPasswordComplexityPolicyResponse) Reset

func (*GetPasswordComplexityPolicyResponse) String

type GetPreviewLabelPolicyRequest

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

This is an empty request

func (*GetPreviewLabelPolicyRequest) Descriptor deprecated

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

Deprecated: Use GetPreviewLabelPolicyRequest.ProtoReflect.Descriptor instead.

func (*GetPreviewLabelPolicyRequest) ProtoMessage

func (*GetPreviewLabelPolicyRequest) ProtoMessage()

func (*GetPreviewLabelPolicyRequest) ProtoReflect

func (*GetPreviewLabelPolicyRequest) Reset

func (x *GetPreviewLabelPolicyRequest) Reset()

func (*GetPreviewLabelPolicyRequest) String

type GetPreviewLabelPolicyResponse

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

func (*GetPreviewLabelPolicyResponse) Descriptor deprecated

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

Deprecated: Use GetPreviewLabelPolicyResponse.ProtoReflect.Descriptor instead.

func (*GetPreviewLabelPolicyResponse) GetPolicy

func (*GetPreviewLabelPolicyResponse) ProtoMessage

func (*GetPreviewLabelPolicyResponse) ProtoMessage()

func (*GetPreviewLabelPolicyResponse) ProtoReflect

func (*GetPreviewLabelPolicyResponse) Reset

func (x *GetPreviewLabelPolicyResponse) Reset()

func (*GetPreviewLabelPolicyResponse) String

type GetPrivacyPolicyRequest

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

This is an empty request

func (*GetPrivacyPolicyRequest) Descriptor deprecated

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

Deprecated: Use GetPrivacyPolicyRequest.ProtoReflect.Descriptor instead.

func (*GetPrivacyPolicyRequest) ProtoMessage

func (*GetPrivacyPolicyRequest) ProtoMessage()

func (*GetPrivacyPolicyRequest) ProtoReflect

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

func (*GetPrivacyPolicyRequest) Reset

func (x *GetPrivacyPolicyRequest) Reset()

func (*GetPrivacyPolicyRequest) String

func (x *GetPrivacyPolicyRequest) String() string

type GetPrivacyPolicyResponse

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

func (*GetPrivacyPolicyResponse) Descriptor deprecated

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

Deprecated: Use GetPrivacyPolicyResponse.ProtoReflect.Descriptor instead.

func (*GetPrivacyPolicyResponse) GetPolicy

func (*GetPrivacyPolicyResponse) ProtoMessage

func (*GetPrivacyPolicyResponse) ProtoMessage()

func (*GetPrivacyPolicyResponse) ProtoReflect

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

func (*GetPrivacyPolicyResponse) Reset

func (x *GetPrivacyPolicyResponse) Reset()

func (*GetPrivacyPolicyResponse) String

func (x *GetPrivacyPolicyResponse) String() string

type GetSupportedLanguagesRequest

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

This is an empty request

func (*GetSupportedLanguagesRequest) Descriptor deprecated

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

Deprecated: Use GetSupportedLanguagesRequest.ProtoReflect.Descriptor instead.

func (*GetSupportedLanguagesRequest) ProtoMessage

func (*GetSupportedLanguagesRequest) ProtoMessage()

func (*GetSupportedLanguagesRequest) ProtoReflect

func (*GetSupportedLanguagesRequest) Reset

func (x *GetSupportedLanguagesRequest) Reset()

func (*GetSupportedLanguagesRequest) String

type GetSupportedLanguagesResponse

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

func (*GetSupportedLanguagesResponse) Descriptor deprecated

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

Deprecated: Use GetSupportedLanguagesResponse.ProtoReflect.Descriptor instead.

func (*GetSupportedLanguagesResponse) GetLanguages

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

func (*GetSupportedLanguagesResponse) ProtoMessage

func (*GetSupportedLanguagesResponse) ProtoMessage()

func (*GetSupportedLanguagesResponse) ProtoReflect

func (*GetSupportedLanguagesResponse) Reset

func (x *GetSupportedLanguagesResponse) Reset()

func (*GetSupportedLanguagesResponse) String

type 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
	Query isIDPQuery_Query `protobuf_oneof:"query"`
	// contains filtered or unexported fields
}

func (*IDPQuery) Descriptor deprecated

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

Deprecated: Use IDPQuery.ProtoReflect.Descriptor instead.

func (*IDPQuery) GetIdpIdQuery

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

func (*IDPQuery) GetIdpNameQuery

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

func (*IDPQuery) GetQuery

func (m *IDPQuery) GetQuery() isIDPQuery_Query

func (*IDPQuery) ProtoMessage

func (*IDPQuery) ProtoMessage()

func (*IDPQuery) ProtoReflect

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

func (*IDPQuery) Reset

func (x *IDPQuery) Reset()

func (*IDPQuery) String

func (x *IDPQuery) String() string

type IDPQuery_IdpIdQuery

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

type IDPQuery_IdpNameQuery

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

type IsOrgUniqueRequest

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

if name or domain is already in use, org is not unique

func (*IsOrgUniqueRequest) Descriptor deprecated

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

Deprecated: Use IsOrgUniqueRequest.ProtoReflect.Descriptor instead.

func (*IsOrgUniqueRequest) GetDomain

func (x *IsOrgUniqueRequest) GetDomain() string

func (*IsOrgUniqueRequest) GetName

func (x *IsOrgUniqueRequest) GetName() string

func (*IsOrgUniqueRequest) ProtoMessage

func (*IsOrgUniqueRequest) ProtoMessage()

func (*IsOrgUniqueRequest) ProtoReflect

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

func (*IsOrgUniqueRequest) Reset

func (x *IsOrgUniqueRequest) Reset()

func (*IsOrgUniqueRequest) String

func (x *IsOrgUniqueRequest) String() string

type IsOrgUniqueResponse

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

func (*IsOrgUniqueResponse) Descriptor deprecated

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

Deprecated: Use IsOrgUniqueResponse.ProtoReflect.Descriptor instead.

func (*IsOrgUniqueResponse) GetIsUnique

func (x *IsOrgUniqueResponse) GetIsUnique() bool

func (*IsOrgUniqueResponse) ProtoMessage

func (*IsOrgUniqueResponse) ProtoMessage()

func (*IsOrgUniqueResponse) ProtoReflect

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

func (*IsOrgUniqueResponse) Reset

func (x *IsOrgUniqueResponse) Reset()

func (*IsOrgUniqueResponse) String

func (x *IsOrgUniqueResponse) String() string

type ListFailedEventsRequest

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

This is an empty request

func (*ListFailedEventsRequest) Descriptor deprecated

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

Deprecated: Use ListFailedEventsRequest.ProtoReflect.Descriptor instead.

func (*ListFailedEventsRequest) ProtoMessage

func (*ListFailedEventsRequest) ProtoMessage()

func (*ListFailedEventsRequest) ProtoReflect

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

func (*ListFailedEventsRequest) Reset

func (x *ListFailedEventsRequest) Reset()

func (*ListFailedEventsRequest) String

func (x *ListFailedEventsRequest) String() string

type ListFailedEventsResponse

type ListFailedEventsResponse struct {

	//TODO: list details
	Result []*FailedEvent `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListFailedEventsResponse) Descriptor deprecated

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

Deprecated: Use ListFailedEventsResponse.ProtoReflect.Descriptor instead.

func (*ListFailedEventsResponse) GetResult

func (x *ListFailedEventsResponse) GetResult() []*FailedEvent

func (*ListFailedEventsResponse) ProtoMessage

func (*ListFailedEventsResponse) ProtoMessage()

func (*ListFailedEventsResponse) ProtoReflect

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

func (*ListFailedEventsResponse) Reset

func (x *ListFailedEventsResponse) Reset()

func (*ListFailedEventsResponse) String

func (x *ListFailedEventsResponse) String() string

type ListIAMMemberRolesRequest

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

This is an empty request

func (*ListIAMMemberRolesRequest) Descriptor deprecated

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

Deprecated: Use ListIAMMemberRolesRequest.ProtoReflect.Descriptor instead.

func (*ListIAMMemberRolesRequest) ProtoMessage

func (*ListIAMMemberRolesRequest) ProtoMessage()

func (*ListIAMMemberRolesRequest) ProtoReflect

func (*ListIAMMemberRolesRequest) Reset

func (x *ListIAMMemberRolesRequest) Reset()

func (*ListIAMMemberRolesRequest) String

func (x *ListIAMMemberRolesRequest) String() string

type ListIAMMemberRolesResponse

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

func (*ListIAMMemberRolesResponse) Descriptor deprecated

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

Deprecated: Use ListIAMMemberRolesResponse.ProtoReflect.Descriptor instead.

func (*ListIAMMemberRolesResponse) GetDetails

func (*ListIAMMemberRolesResponse) GetRoles

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

func (*ListIAMMemberRolesResponse) ProtoMessage

func (*ListIAMMemberRolesResponse) ProtoMessage()

func (*ListIAMMemberRolesResponse) ProtoReflect

func (*ListIAMMemberRolesResponse) Reset

func (x *ListIAMMemberRolesResponse) Reset()

func (*ListIAMMemberRolesResponse) String

func (x *ListIAMMemberRolesResponse) String() string

type ListIAMMembersRequest

type ListIAMMembersRequest 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 (*ListIAMMembersRequest) Descriptor deprecated

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

Deprecated: Use ListIAMMembersRequest.ProtoReflect.Descriptor instead.

func (*ListIAMMembersRequest) GetQueries

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

func (*ListIAMMembersRequest) GetQuery

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

func (*ListIAMMembersRequest) ProtoMessage

func (*ListIAMMembersRequest) ProtoMessage()

func (*ListIAMMembersRequest) ProtoReflect

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

func (*ListIAMMembersRequest) Reset

func (x *ListIAMMembersRequest) Reset()

func (*ListIAMMembersRequest) String

func (x *ListIAMMembersRequest) String() string

type ListIAMMembersResponse

type ListIAMMembersResponse 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 (*ListIAMMembersResponse) Descriptor deprecated

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

Deprecated: Use ListIAMMembersResponse.ProtoReflect.Descriptor instead.

func (*ListIAMMembersResponse) GetDetails

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

func (*ListIAMMembersResponse) GetResult

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

func (*ListIAMMembersResponse) ProtoMessage

func (*ListIAMMembersResponse) ProtoMessage()

func (*ListIAMMembersResponse) ProtoReflect

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

func (*ListIAMMembersResponse) Reset

func (x *ListIAMMembersResponse) Reset()

func (*ListIAMMembersResponse) String

func (x *ListIAMMembersResponse) String() string

type ListIDPsRequest

type ListIDPsRequest 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 (*ListIDPsRequest) Descriptor deprecated

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

Deprecated: Use ListIDPsRequest.ProtoReflect.Descriptor instead.

func (*ListIDPsRequest) GetQueries

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

func (*ListIDPsRequest) GetQuery

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

func (*ListIDPsRequest) GetSortingColumn

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

func (*ListIDPsRequest) ProtoMessage

func (*ListIDPsRequest) ProtoMessage()

func (*ListIDPsRequest) ProtoReflect

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

func (*ListIDPsRequest) Reset

func (x *ListIDPsRequest) Reset()

func (*ListIDPsRequest) String

func (x *ListIDPsRequest) String() string

type ListIDPsResponse

type ListIDPsResponse 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 (*ListIDPsResponse) Descriptor deprecated

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

Deprecated: Use ListIDPsResponse.ProtoReflect.Descriptor instead.

func (*ListIDPsResponse) GetDetails

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

func (*ListIDPsResponse) GetResult

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

func (*ListIDPsResponse) GetSortingColumn

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

func (*ListIDPsResponse) ProtoMessage

func (*ListIDPsResponse) ProtoMessage()

func (*ListIDPsResponse) ProtoReflect

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

func (*ListIDPsResponse) Reset

func (x *ListIDPsResponse) Reset()

func (*ListIDPsResponse) String

func (x *ListIDPsResponse) String() string

type ListLoginPolicyIDPsRequest

type ListLoginPolicyIDPsRequest struct {

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

func (*ListLoginPolicyIDPsRequest) Descriptor deprecated

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

Deprecated: Use ListLoginPolicyIDPsRequest.ProtoReflect.Descriptor instead.

func (*ListLoginPolicyIDPsRequest) GetQuery

func (*ListLoginPolicyIDPsRequest) ProtoMessage

func (*ListLoginPolicyIDPsRequest) ProtoMessage()

func (*ListLoginPolicyIDPsRequest) ProtoReflect

func (*ListLoginPolicyIDPsRequest) Reset

func (x *ListLoginPolicyIDPsRequest) Reset()

func (*ListLoginPolicyIDPsRequest) String

func (x *ListLoginPolicyIDPsRequest) String() string

type ListLoginPolicyIDPsResponse

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

func (*ListLoginPolicyIDPsResponse) Descriptor deprecated

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

Deprecated: Use ListLoginPolicyIDPsResponse.ProtoReflect.Descriptor instead.

func (*ListLoginPolicyIDPsResponse) GetDetails

func (*ListLoginPolicyIDPsResponse) GetResult

func (*ListLoginPolicyIDPsResponse) ProtoMessage

func (*ListLoginPolicyIDPsResponse) ProtoMessage()

func (*ListLoginPolicyIDPsResponse) ProtoReflect

func (*ListLoginPolicyIDPsResponse) Reset

func (x *ListLoginPolicyIDPsResponse) Reset()

func (*ListLoginPolicyIDPsResponse) String

func (x *ListLoginPolicyIDPsResponse) String() string

type ListLoginPolicyMultiFactorsRequest

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

This is an empty request

func (*ListLoginPolicyMultiFactorsRequest) Descriptor deprecated

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

Deprecated: Use ListLoginPolicyMultiFactorsRequest.ProtoReflect.Descriptor instead.

func (*ListLoginPolicyMultiFactorsRequest) ProtoMessage

func (*ListLoginPolicyMultiFactorsRequest) ProtoMessage()

func (*ListLoginPolicyMultiFactorsRequest) ProtoReflect

func (*ListLoginPolicyMultiFactorsRequest) Reset

func (*ListLoginPolicyMultiFactorsRequest) String

type ListLoginPolicyMultiFactorsResponse

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

func (*ListLoginPolicyMultiFactorsResponse) Descriptor deprecated

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

Deprecated: Use ListLoginPolicyMultiFactorsResponse.ProtoReflect.Descriptor instead.

func (*ListLoginPolicyMultiFactorsResponse) GetDetails

func (*ListLoginPolicyMultiFactorsResponse) GetResult

func (*ListLoginPolicyMultiFactorsResponse) ProtoMessage

func (*ListLoginPolicyMultiFactorsResponse) ProtoMessage()

func (*ListLoginPolicyMultiFactorsResponse) ProtoReflect

func (*ListLoginPolicyMultiFactorsResponse) Reset

func (*ListLoginPolicyMultiFactorsResponse) String

type ListLoginPolicySecondFactorsRequest

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

This is an empty request

func (*ListLoginPolicySecondFactorsRequest) Descriptor deprecated

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

Deprecated: Use ListLoginPolicySecondFactorsRequest.ProtoReflect.Descriptor instead.

func (*ListLoginPolicySecondFactorsRequest) ProtoMessage

func (*ListLoginPolicySecondFactorsRequest) ProtoMessage()

func (*ListLoginPolicySecondFactorsRequest) ProtoReflect

func (*ListLoginPolicySecondFactorsRequest) Reset

func (*ListLoginPolicySecondFactorsRequest) String

type ListLoginPolicySecondFactorsResponse

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

func (*ListLoginPolicySecondFactorsResponse) Descriptor deprecated

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

Deprecated: Use ListLoginPolicySecondFactorsResponse.ProtoReflect.Descriptor instead.

func (*ListLoginPolicySecondFactorsResponse) GetDetails

func (*ListLoginPolicySecondFactorsResponse) GetResult

func (*ListLoginPolicySecondFactorsResponse) ProtoMessage

func (*ListLoginPolicySecondFactorsResponse) ProtoMessage()

func (*ListLoginPolicySecondFactorsResponse) ProtoReflect

func (*ListLoginPolicySecondFactorsResponse) Reset

func (*ListLoginPolicySecondFactorsResponse) String

type ListOrgsRequest

type ListOrgsRequest 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 org.OrgFieldName `` /* 134-byte string literal not displayed */
	//criterias the client is looking for
	Queries []*org.OrgQuery `protobuf:"bytes,3,rep,name=queries,proto3" json:"queries,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrgsRequest) Descriptor deprecated

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

Deprecated: Use ListOrgsRequest.ProtoReflect.Descriptor instead.

func (*ListOrgsRequest) GetQueries

func (x *ListOrgsRequest) GetQueries() []*org.OrgQuery

func (*ListOrgsRequest) GetQuery

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

func (*ListOrgsRequest) GetSortingColumn

func (x *ListOrgsRequest) GetSortingColumn() org.OrgFieldName

func (*ListOrgsRequest) ProtoMessage

func (*ListOrgsRequest) ProtoMessage()

func (*ListOrgsRequest) ProtoReflect

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

func (*ListOrgsRequest) Reset

func (x *ListOrgsRequest) Reset()

func (*ListOrgsRequest) String

func (x *ListOrgsRequest) String() string

type ListOrgsResponse

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

func (*ListOrgsResponse) Descriptor deprecated

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

Deprecated: Use ListOrgsResponse.ProtoReflect.Descriptor instead.

func (*ListOrgsResponse) GetDetails

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

func (*ListOrgsResponse) GetResult

func (x *ListOrgsResponse) GetResult() []*org.Org

func (*ListOrgsResponse) GetSortingColumn

func (x *ListOrgsResponse) GetSortingColumn() org.OrgFieldName

func (*ListOrgsResponse) ProtoMessage

func (*ListOrgsResponse) ProtoMessage()

func (*ListOrgsResponse) ProtoReflect

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

func (*ListOrgsResponse) Reset

func (x *ListOrgsResponse) Reset()

func (*ListOrgsResponse) String

func (x *ListOrgsResponse) String() string

type ListViewsRequest

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

This is an empty request

func (*ListViewsRequest) Descriptor deprecated

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

Deprecated: Use ListViewsRequest.ProtoReflect.Descriptor instead.

func (*ListViewsRequest) ProtoMessage

func (*ListViewsRequest) ProtoMessage()

func (*ListViewsRequest) ProtoReflect

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

func (*ListViewsRequest) Reset

func (x *ListViewsRequest) Reset()

func (*ListViewsRequest) String

func (x *ListViewsRequest) String() string

type ListViewsResponse

type ListViewsResponse struct {

	//TODO: list details
	Result []*View `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListViewsResponse) Descriptor deprecated

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

Deprecated: Use ListViewsResponse.ProtoReflect.Descriptor instead.

func (*ListViewsResponse) GetResult

func (x *ListViewsResponse) GetResult() []*View

func (*ListViewsResponse) ProtoMessage

func (*ListViewsResponse) ProtoMessage()

func (*ListViewsResponse) ProtoReflect

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

func (*ListViewsResponse) Reset

func (x *ListViewsResponse) Reset()

func (*ListViewsResponse) String

func (x *ListViewsResponse) String() string

type ReactivateIDPRequest

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

func (*ReactivateIDPRequest) Descriptor deprecated

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

Deprecated: Use ReactivateIDPRequest.ProtoReflect.Descriptor instead.

func (*ReactivateIDPRequest) GetIdpId

func (x *ReactivateIDPRequest) GetIdpId() string

func (*ReactivateIDPRequest) ProtoMessage

func (*ReactivateIDPRequest) ProtoMessage()

func (*ReactivateIDPRequest) ProtoReflect

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

func (*ReactivateIDPRequest) Reset

func (x *ReactivateIDPRequest) Reset()

func (*ReactivateIDPRequest) String

func (x *ReactivateIDPRequest) String() string

type ReactivateIDPResponse

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

func (*ReactivateIDPResponse) Descriptor deprecated

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

Deprecated: Use ReactivateIDPResponse.ProtoReflect.Descriptor instead.

func (*ReactivateIDPResponse) GetDetails

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

func (*ReactivateIDPResponse) ProtoMessage

func (*ReactivateIDPResponse) ProtoMessage()

func (*ReactivateIDPResponse) ProtoReflect

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

func (*ReactivateIDPResponse) Reset

func (x *ReactivateIDPResponse) Reset()

func (*ReactivateIDPResponse) String

func (x *ReactivateIDPResponse) String() string

type RemoveFailedEventRequest

type RemoveFailedEventRequest struct {
	Database       string `protobuf:"bytes,1,opt,name=database,proto3" json:"database,omitempty"`
	ViewName       string `protobuf:"bytes,2,opt,name=view_name,json=viewName,proto3" json:"view_name,omitempty"`
	FailedSequence uint64 `protobuf:"varint,3,opt,name=failed_sequence,json=failedSequence,proto3" json:"failed_sequence,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveFailedEventRequest) Descriptor deprecated

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

Deprecated: Use RemoveFailedEventRequest.ProtoReflect.Descriptor instead.

func (*RemoveFailedEventRequest) GetDatabase

func (x *RemoveFailedEventRequest) GetDatabase() string

func (*RemoveFailedEventRequest) GetFailedSequence

func (x *RemoveFailedEventRequest) GetFailedSequence() uint64

func (*RemoveFailedEventRequest) GetViewName

func (x *RemoveFailedEventRequest) GetViewName() string

func (*RemoveFailedEventRequest) ProtoMessage

func (*RemoveFailedEventRequest) ProtoMessage()

func (*RemoveFailedEventRequest) ProtoReflect

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

func (*RemoveFailedEventRequest) Reset

func (x *RemoveFailedEventRequest) Reset()

func (*RemoveFailedEventRequest) String

func (x *RemoveFailedEventRequest) String() string

type RemoveFailedEventResponse

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

This is an empty response

func (*RemoveFailedEventResponse) Descriptor deprecated

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

Deprecated: Use RemoveFailedEventResponse.ProtoReflect.Descriptor instead.

func (*RemoveFailedEventResponse) ProtoMessage

func (*RemoveFailedEventResponse) ProtoMessage()

func (*RemoveFailedEventResponse) ProtoReflect

func (*RemoveFailedEventResponse) Reset

func (x *RemoveFailedEventResponse) Reset()

func (*RemoveFailedEventResponse) String

func (x *RemoveFailedEventResponse) String() string

type RemoveIAMMemberRequest

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

func (*RemoveIAMMemberRequest) Descriptor deprecated

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

Deprecated: Use RemoveIAMMemberRequest.ProtoReflect.Descriptor instead.

func (*RemoveIAMMemberRequest) GetUserId

func (x *RemoveIAMMemberRequest) GetUserId() string

func (*RemoveIAMMemberRequest) ProtoMessage

func (*RemoveIAMMemberRequest) ProtoMessage()

func (*RemoveIAMMemberRequest) ProtoReflect

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

func (*RemoveIAMMemberRequest) Reset

func (x *RemoveIAMMemberRequest) Reset()

func (*RemoveIAMMemberRequest) String

func (x *RemoveIAMMemberRequest) String() string

type RemoveIAMMemberResponse

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

func (*RemoveIAMMemberResponse) Descriptor deprecated

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

Deprecated: Use RemoveIAMMemberResponse.ProtoReflect.Descriptor instead.

func (*RemoveIAMMemberResponse) GetDetails

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

func (*RemoveIAMMemberResponse) ProtoMessage

func (*RemoveIAMMemberResponse) ProtoMessage()

func (*RemoveIAMMemberResponse) ProtoReflect

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

func (*RemoveIAMMemberResponse) Reset

func (x *RemoveIAMMemberResponse) Reset()

func (*RemoveIAMMemberResponse) String

func (x *RemoveIAMMemberResponse) String() string

type RemoveIDPFromLoginPolicyRequest

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

func (*RemoveIDPFromLoginPolicyRequest) Descriptor deprecated

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

Deprecated: Use RemoveIDPFromLoginPolicyRequest.ProtoReflect.Descriptor instead.

func (*RemoveIDPFromLoginPolicyRequest) GetIdpId

func (*RemoveIDPFromLoginPolicyRequest) ProtoMessage

func (*RemoveIDPFromLoginPolicyRequest) ProtoMessage()

func (*RemoveIDPFromLoginPolicyRequest) ProtoReflect

func (*RemoveIDPFromLoginPolicyRequest) Reset

func (*RemoveIDPFromLoginPolicyRequest) String

type RemoveIDPFromLoginPolicyResponse

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

func (*RemoveIDPFromLoginPolicyResponse) Descriptor deprecated

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

Deprecated: Use RemoveIDPFromLoginPolicyResponse.ProtoReflect.Descriptor instead.

func (*RemoveIDPFromLoginPolicyResponse) GetDetails

func (*RemoveIDPFromLoginPolicyResponse) ProtoMessage

func (*RemoveIDPFromLoginPolicyResponse) ProtoMessage()

func (*RemoveIDPFromLoginPolicyResponse) ProtoReflect

func (*RemoveIDPFromLoginPolicyResponse) Reset

func (*RemoveIDPFromLoginPolicyResponse) String

type RemoveIDPRequest

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

func (*RemoveIDPRequest) Descriptor deprecated

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

Deprecated: Use RemoveIDPRequest.ProtoReflect.Descriptor instead.

func (*RemoveIDPRequest) GetIdpId

func (x *RemoveIDPRequest) GetIdpId() string

func (*RemoveIDPRequest) ProtoMessage

func (*RemoveIDPRequest) ProtoMessage()

func (*RemoveIDPRequest) ProtoReflect

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

func (*RemoveIDPRequest) Reset

func (x *RemoveIDPRequest) Reset()

func (*RemoveIDPRequest) String

func (x *RemoveIDPRequest) String() string

type RemoveIDPResponse

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

func (*RemoveIDPResponse) Descriptor deprecated

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

Deprecated: Use RemoveIDPResponse.ProtoReflect.Descriptor instead.

func (*RemoveIDPResponse) GetDetails

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

func (*RemoveIDPResponse) ProtoMessage

func (*RemoveIDPResponse) ProtoMessage()

func (*RemoveIDPResponse) ProtoReflect

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

func (*RemoveIDPResponse) Reset

func (x *RemoveIDPResponse) Reset()

func (*RemoveIDPResponse) String

func (x *RemoveIDPResponse) String() string

type RemoveLabelPolicyFontRequest

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

This is an empty request

func (*RemoveLabelPolicyFontRequest) Descriptor deprecated

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

Deprecated: Use RemoveLabelPolicyFontRequest.ProtoReflect.Descriptor instead.

func (*RemoveLabelPolicyFontRequest) ProtoMessage

func (*RemoveLabelPolicyFontRequest) ProtoMessage()

func (*RemoveLabelPolicyFontRequest) ProtoReflect

func (*RemoveLabelPolicyFontRequest) Reset

func (x *RemoveLabelPolicyFontRequest) Reset()

func (*RemoveLabelPolicyFontRequest) String

type RemoveLabelPolicyFontResponse

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

func (*RemoveLabelPolicyFontResponse) Descriptor deprecated

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

Deprecated: Use RemoveLabelPolicyFontResponse.ProtoReflect.Descriptor instead.

func (*RemoveLabelPolicyFontResponse) GetDetails

func (*RemoveLabelPolicyFontResponse) ProtoMessage

func (*RemoveLabelPolicyFontResponse) ProtoMessage()

func (*RemoveLabelPolicyFontResponse) ProtoReflect

func (*RemoveLabelPolicyFontResponse) Reset

func (x *RemoveLabelPolicyFontResponse) Reset()

func (*RemoveLabelPolicyFontResponse) String

type RemoveLabelPolicyIconDarkRequest

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

This is an empty request

func (*RemoveLabelPolicyIconDarkRequest) Descriptor deprecated

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

Deprecated: Use RemoveLabelPolicyIconDarkRequest.ProtoReflect.Descriptor instead.

func (*RemoveLabelPolicyIconDarkRequest) ProtoMessage

func (*RemoveLabelPolicyIconDarkRequest) ProtoMessage()

func (*RemoveLabelPolicyIconDarkRequest) ProtoReflect

func (*RemoveLabelPolicyIconDarkRequest) Reset

func (*RemoveLabelPolicyIconDarkRequest) String

type RemoveLabelPolicyIconDarkResponse

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

func (*RemoveLabelPolicyIconDarkResponse) Descriptor deprecated

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

Deprecated: Use RemoveLabelPolicyIconDarkResponse.ProtoReflect.Descriptor instead.

func (*RemoveLabelPolicyIconDarkResponse) GetDetails

func (*RemoveLabelPolicyIconDarkResponse) ProtoMessage

func (*RemoveLabelPolicyIconDarkResponse) ProtoMessage()

func (*RemoveLabelPolicyIconDarkResponse) ProtoReflect

func (*RemoveLabelPolicyIconDarkResponse) Reset

func (*RemoveLabelPolicyIconDarkResponse) String

type RemoveLabelPolicyIconRequest

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

This is an empty request

func (*RemoveLabelPolicyIconRequest) Descriptor deprecated

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

Deprecated: Use RemoveLabelPolicyIconRequest.ProtoReflect.Descriptor instead.

func (*RemoveLabelPolicyIconRequest) ProtoMessage

func (*RemoveLabelPolicyIconRequest) ProtoMessage()

func (*RemoveLabelPolicyIconRequest) ProtoReflect

func (*RemoveLabelPolicyIconRequest) Reset

func (x *RemoveLabelPolicyIconRequest) Reset()

func (*RemoveLabelPolicyIconRequest) String

type RemoveLabelPolicyIconResponse

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

func (*RemoveLabelPolicyIconResponse) Descriptor deprecated

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

Deprecated: Use RemoveLabelPolicyIconResponse.ProtoReflect.Descriptor instead.

func (*RemoveLabelPolicyIconResponse) GetDetails

func (*RemoveLabelPolicyIconResponse) ProtoMessage

func (*RemoveLabelPolicyIconResponse) ProtoMessage()

func (*RemoveLabelPolicyIconResponse) ProtoReflect

func (*RemoveLabelPolicyIconResponse) Reset

func (x *RemoveLabelPolicyIconResponse) Reset()

func (*RemoveLabelPolicyIconResponse) String

type RemoveLabelPolicyLogoDarkRequest

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

This is an empty request

func (*RemoveLabelPolicyLogoDarkRequest) Descriptor deprecated

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

Deprecated: Use RemoveLabelPolicyLogoDarkRequest.ProtoReflect.Descriptor instead.

func (*RemoveLabelPolicyLogoDarkRequest) ProtoMessage

func (*RemoveLabelPolicyLogoDarkRequest) ProtoMessage()

func (*RemoveLabelPolicyLogoDarkRequest) ProtoReflect

func (*RemoveLabelPolicyLogoDarkRequest) Reset

func (*RemoveLabelPolicyLogoDarkRequest) String

type RemoveLabelPolicyLogoDarkResponse

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

func (*RemoveLabelPolicyLogoDarkResponse) Descriptor deprecated

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

Deprecated: Use RemoveLabelPolicyLogoDarkResponse.ProtoReflect.Descriptor instead.

func (*RemoveLabelPolicyLogoDarkResponse) GetDetails

func (*RemoveLabelPolicyLogoDarkResponse) ProtoMessage

func (*RemoveLabelPolicyLogoDarkResponse) ProtoMessage()

func (*RemoveLabelPolicyLogoDarkResponse) ProtoReflect

func (*RemoveLabelPolicyLogoDarkResponse) Reset

func (*RemoveLabelPolicyLogoDarkResponse) String

type RemoveLabelPolicyLogoRequest

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

This is an empty request

func (*RemoveLabelPolicyLogoRequest) Descriptor deprecated

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

Deprecated: Use RemoveLabelPolicyLogoRequest.ProtoReflect.Descriptor instead.

func (*RemoveLabelPolicyLogoRequest) ProtoMessage

func (*RemoveLabelPolicyLogoRequest) ProtoMessage()

func (*RemoveLabelPolicyLogoRequest) ProtoReflect

func (*RemoveLabelPolicyLogoRequest) Reset

func (x *RemoveLabelPolicyLogoRequest) Reset()

func (*RemoveLabelPolicyLogoRequest) String

type RemoveLabelPolicyLogoResponse

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

func (*RemoveLabelPolicyLogoResponse) Descriptor deprecated

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

Deprecated: Use RemoveLabelPolicyLogoResponse.ProtoReflect.Descriptor instead.

func (*RemoveLabelPolicyLogoResponse) GetDetails

func (*RemoveLabelPolicyLogoResponse) ProtoMessage

func (*RemoveLabelPolicyLogoResponse) ProtoMessage()

func (*RemoveLabelPolicyLogoResponse) ProtoReflect

func (*RemoveLabelPolicyLogoResponse) Reset

func (x *RemoveLabelPolicyLogoResponse) Reset()

func (*RemoveLabelPolicyLogoResponse) String

type RemoveMultiFactorFromLoginPolicyRequest

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

func (*RemoveMultiFactorFromLoginPolicyRequest) Descriptor deprecated

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

Deprecated: Use RemoveMultiFactorFromLoginPolicyRequest.ProtoReflect.Descriptor instead.

func (*RemoveMultiFactorFromLoginPolicyRequest) GetType

func (*RemoveMultiFactorFromLoginPolicyRequest) ProtoMessage

func (*RemoveMultiFactorFromLoginPolicyRequest) ProtoReflect

func (*RemoveMultiFactorFromLoginPolicyRequest) Reset

func (*RemoveMultiFactorFromLoginPolicyRequest) String

type RemoveMultiFactorFromLoginPolicyResponse

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

func (*RemoveMultiFactorFromLoginPolicyResponse) Descriptor deprecated

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

Deprecated: Use RemoveMultiFactorFromLoginPolicyResponse.ProtoReflect.Descriptor instead.

func (*RemoveMultiFactorFromLoginPolicyResponse) GetDetails

func (*RemoveMultiFactorFromLoginPolicyResponse) ProtoMessage

func (*RemoveMultiFactorFromLoginPolicyResponse) ProtoReflect

func (*RemoveMultiFactorFromLoginPolicyResponse) Reset

func (*RemoveMultiFactorFromLoginPolicyResponse) String

type RemoveSecondFactorFromLoginPolicyRequest

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

func (*RemoveSecondFactorFromLoginPolicyRequest) Descriptor deprecated

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

Deprecated: Use RemoveSecondFactorFromLoginPolicyRequest.ProtoReflect.Descriptor instead.

func (*RemoveSecondFactorFromLoginPolicyRequest) GetType

func (*RemoveSecondFactorFromLoginPolicyRequest) ProtoMessage

func (*RemoveSecondFactorFromLoginPolicyRequest) ProtoReflect

func (*RemoveSecondFactorFromLoginPolicyRequest) Reset

func (*RemoveSecondFactorFromLoginPolicyRequest) String

type RemoveSecondFactorFromLoginPolicyResponse

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

func (*RemoveSecondFactorFromLoginPolicyResponse) Descriptor deprecated

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

Deprecated: Use RemoveSecondFactorFromLoginPolicyResponse.ProtoReflect.Descriptor instead.

func (*RemoveSecondFactorFromLoginPolicyResponse) GetDetails

func (*RemoveSecondFactorFromLoginPolicyResponse) ProtoMessage

func (*RemoveSecondFactorFromLoginPolicyResponse) ProtoReflect

func (*RemoveSecondFactorFromLoginPolicyResponse) Reset

func (*RemoveSecondFactorFromLoginPolicyResponse) String

type ResetCustomDomainClaimedMessageTextToDefaultRequest

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

func (*ResetCustomDomainClaimedMessageTextToDefaultRequest) Descriptor deprecated

Deprecated: Use ResetCustomDomainClaimedMessageTextToDefaultRequest.ProtoReflect.Descriptor instead.

func (*ResetCustomDomainClaimedMessageTextToDefaultRequest) GetLanguage

func (*ResetCustomDomainClaimedMessageTextToDefaultRequest) ProtoMessage

func (*ResetCustomDomainClaimedMessageTextToDefaultRequest) ProtoReflect

func (*ResetCustomDomainClaimedMessageTextToDefaultRequest) Reset

func (*ResetCustomDomainClaimedMessageTextToDefaultRequest) String

type ResetCustomDomainClaimedMessageTextToDefaultResponse

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

func (*ResetCustomDomainClaimedMessageTextToDefaultResponse) Descriptor deprecated

Deprecated: Use ResetCustomDomainClaimedMessageTextToDefaultResponse.ProtoReflect.Descriptor instead.

func (*ResetCustomDomainClaimedMessageTextToDefaultResponse) GetDetails

func (*ResetCustomDomainClaimedMessageTextToDefaultResponse) ProtoMessage

func (*ResetCustomDomainClaimedMessageTextToDefaultResponse) ProtoReflect

func (*ResetCustomDomainClaimedMessageTextToDefaultResponse) Reset

func (*ResetCustomDomainClaimedMessageTextToDefaultResponse) String

type ResetCustomInitMessageTextToDefaultRequest

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

func (*ResetCustomInitMessageTextToDefaultRequest) Descriptor deprecated

Deprecated: Use ResetCustomInitMessageTextToDefaultRequest.ProtoReflect.Descriptor instead.

func (*ResetCustomInitMessageTextToDefaultRequest) GetLanguage

func (*ResetCustomInitMessageTextToDefaultRequest) ProtoMessage

func (*ResetCustomInitMessageTextToDefaultRequest) ProtoReflect

func (*ResetCustomInitMessageTextToDefaultRequest) Reset

func (*ResetCustomInitMessageTextToDefaultRequest) String

type ResetCustomInitMessageTextToDefaultResponse

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

func (*ResetCustomInitMessageTextToDefaultResponse) Descriptor deprecated

Deprecated: Use ResetCustomInitMessageTextToDefaultResponse.ProtoReflect.Descriptor instead.

func (*ResetCustomInitMessageTextToDefaultResponse) GetDetails

func (*ResetCustomInitMessageTextToDefaultResponse) ProtoMessage

func (*ResetCustomInitMessageTextToDefaultResponse) ProtoReflect

func (*ResetCustomInitMessageTextToDefaultResponse) Reset

func (*ResetCustomInitMessageTextToDefaultResponse) String

type ResetCustomLoginTextsToDefaultRequest

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

func (*ResetCustomLoginTextsToDefaultRequest) Descriptor deprecated

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

Deprecated: Use ResetCustomLoginTextsToDefaultRequest.ProtoReflect.Descriptor instead.

func (*ResetCustomLoginTextsToDefaultRequest) GetLanguage

func (*ResetCustomLoginTextsToDefaultRequest) ProtoMessage

func (*ResetCustomLoginTextsToDefaultRequest) ProtoMessage()

func (*ResetCustomLoginTextsToDefaultRequest) ProtoReflect

func (*ResetCustomLoginTextsToDefaultRequest) Reset

func (*ResetCustomLoginTextsToDefaultRequest) String

type ResetCustomLoginTextsToDefaultResponse

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

func (*ResetCustomLoginTextsToDefaultResponse) Descriptor deprecated

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

Deprecated: Use ResetCustomLoginTextsToDefaultResponse.ProtoReflect.Descriptor instead.

func (*ResetCustomLoginTextsToDefaultResponse) GetDetails

func (*ResetCustomLoginTextsToDefaultResponse) ProtoMessage

func (*ResetCustomLoginTextsToDefaultResponse) ProtoReflect

func (*ResetCustomLoginTextsToDefaultResponse) Reset

func (*ResetCustomLoginTextsToDefaultResponse) String

type ResetCustomOrgIAMPolicyToDefaultRequest

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

func (*ResetCustomOrgIAMPolicyToDefaultRequest) Descriptor deprecated

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

Deprecated: Use ResetCustomOrgIAMPolicyToDefaultRequest.ProtoReflect.Descriptor instead.

func (*ResetCustomOrgIAMPolicyToDefaultRequest) GetOrgId

func (*ResetCustomOrgIAMPolicyToDefaultRequest) ProtoMessage

func (*ResetCustomOrgIAMPolicyToDefaultRequest) ProtoReflect

func (*ResetCustomOrgIAMPolicyToDefaultRequest) Reset

func (*ResetCustomOrgIAMPolicyToDefaultRequest) String

type ResetCustomOrgIAMPolicyToDefaultResponse

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

func (*ResetCustomOrgIAMPolicyToDefaultResponse) Descriptor deprecated

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

Deprecated: Use ResetCustomOrgIAMPolicyToDefaultResponse.ProtoReflect.Descriptor instead.

func (*ResetCustomOrgIAMPolicyToDefaultResponse) GetDetails

func (*ResetCustomOrgIAMPolicyToDefaultResponse) ProtoMessage

func (*ResetCustomOrgIAMPolicyToDefaultResponse) ProtoReflect

func (*ResetCustomOrgIAMPolicyToDefaultResponse) Reset

func (*ResetCustomOrgIAMPolicyToDefaultResponse) String

type ResetCustomPasswordResetMessageTextToDefaultRequest

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

func (*ResetCustomPasswordResetMessageTextToDefaultRequest) Descriptor deprecated

Deprecated: Use ResetCustomPasswordResetMessageTextToDefaultRequest.ProtoReflect.Descriptor instead.

func (*ResetCustomPasswordResetMessageTextToDefaultRequest) GetLanguage

func (*ResetCustomPasswordResetMessageTextToDefaultRequest) ProtoMessage

func (*ResetCustomPasswordResetMessageTextToDefaultRequest) ProtoReflect

func (*ResetCustomPasswordResetMessageTextToDefaultRequest) Reset

func (*ResetCustomPasswordResetMessageTextToDefaultRequest) String

type ResetCustomPasswordResetMessageTextToDefaultResponse

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

func (*ResetCustomPasswordResetMessageTextToDefaultResponse) Descriptor deprecated

Deprecated: Use ResetCustomPasswordResetMessageTextToDefaultResponse.ProtoReflect.Descriptor instead.

func (*ResetCustomPasswordResetMessageTextToDefaultResponse) GetDetails

func (*ResetCustomPasswordResetMessageTextToDefaultResponse) ProtoMessage

func (*ResetCustomPasswordResetMessageTextToDefaultResponse) ProtoReflect

func (*ResetCustomPasswordResetMessageTextToDefaultResponse) Reset

func (*ResetCustomPasswordResetMessageTextToDefaultResponse) String

type ResetCustomPasswordlessRegistrationMessageTextToDefaultRequest

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

func (*ResetCustomPasswordlessRegistrationMessageTextToDefaultRequest) Descriptor deprecated

Deprecated: Use ResetCustomPasswordlessRegistrationMessageTextToDefaultRequest.ProtoReflect.Descriptor instead.

func (*ResetCustomPasswordlessRegistrationMessageTextToDefaultRequest) GetLanguage

func (*ResetCustomPasswordlessRegistrationMessageTextToDefaultRequest) ProtoMessage

func (*ResetCustomPasswordlessRegistrationMessageTextToDefaultRequest) ProtoReflect

func (*ResetCustomPasswordlessRegistrationMessageTextToDefaultRequest) Reset

func (*ResetCustomPasswordlessRegistrationMessageTextToDefaultRequest) String

type ResetCustomPasswordlessRegistrationMessageTextToDefaultResponse

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

func (*ResetCustomPasswordlessRegistrationMessageTextToDefaultResponse) Descriptor deprecated

Deprecated: Use ResetCustomPasswordlessRegistrationMessageTextToDefaultResponse.ProtoReflect.Descriptor instead.

func (*ResetCustomPasswordlessRegistrationMessageTextToDefaultResponse) GetDetails

func (*ResetCustomPasswordlessRegistrationMessageTextToDefaultResponse) ProtoMessage

func (*ResetCustomPasswordlessRegistrationMessageTextToDefaultResponse) ProtoReflect

func (*ResetCustomPasswordlessRegistrationMessageTextToDefaultResponse) Reset

func (*ResetCustomPasswordlessRegistrationMessageTextToDefaultResponse) String

type ResetCustomVerifyEmailMessageTextToDefaultRequest

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

func (*ResetCustomVerifyEmailMessageTextToDefaultRequest) Descriptor deprecated

Deprecated: Use ResetCustomVerifyEmailMessageTextToDefaultRequest.ProtoReflect.Descriptor instead.

func (*ResetCustomVerifyEmailMessageTextToDefaultRequest) GetLanguage

func (*ResetCustomVerifyEmailMessageTextToDefaultRequest) ProtoMessage

func (*ResetCustomVerifyEmailMessageTextToDefaultRequest) ProtoReflect

func (*ResetCustomVerifyEmailMessageTextToDefaultRequest) Reset

func (*ResetCustomVerifyEmailMessageTextToDefaultRequest) String

type ResetCustomVerifyEmailMessageTextToDefaultResponse

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

func (*ResetCustomVerifyEmailMessageTextToDefaultResponse) Descriptor deprecated

Deprecated: Use ResetCustomVerifyEmailMessageTextToDefaultResponse.ProtoReflect.Descriptor instead.

func (*ResetCustomVerifyEmailMessageTextToDefaultResponse) GetDetails

func (*ResetCustomVerifyEmailMessageTextToDefaultResponse) ProtoMessage

func (*ResetCustomVerifyEmailMessageTextToDefaultResponse) ProtoReflect

func (*ResetCustomVerifyEmailMessageTextToDefaultResponse) Reset

func (*ResetCustomVerifyEmailMessageTextToDefaultResponse) String

type ResetCustomVerifyPhoneMessageTextToDefaultRequest

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

func (*ResetCustomVerifyPhoneMessageTextToDefaultRequest) Descriptor deprecated

Deprecated: Use ResetCustomVerifyPhoneMessageTextToDefaultRequest.ProtoReflect.Descriptor instead.

func (*ResetCustomVerifyPhoneMessageTextToDefaultRequest) GetLanguage

func (*ResetCustomVerifyPhoneMessageTextToDefaultRequest) ProtoMessage

func (*ResetCustomVerifyPhoneMessageTextToDefaultRequest) ProtoReflect

func (*ResetCustomVerifyPhoneMessageTextToDefaultRequest) Reset

func (*ResetCustomVerifyPhoneMessageTextToDefaultRequest) String

type ResetCustomVerifyPhoneMessageTextToDefaultResponse

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

func (*ResetCustomVerifyPhoneMessageTextToDefaultResponse) Descriptor deprecated

Deprecated: Use ResetCustomVerifyPhoneMessageTextToDefaultResponse.ProtoReflect.Descriptor instead.

func (*ResetCustomVerifyPhoneMessageTextToDefaultResponse) GetDetails

func (*ResetCustomVerifyPhoneMessageTextToDefaultResponse) ProtoMessage

func (*ResetCustomVerifyPhoneMessageTextToDefaultResponse) ProtoReflect

func (*ResetCustomVerifyPhoneMessageTextToDefaultResponse) Reset

func (*ResetCustomVerifyPhoneMessageTextToDefaultResponse) String

type ResetOrgFeaturesRequest

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

func (*ResetOrgFeaturesRequest) Descriptor deprecated

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

Deprecated: Use ResetOrgFeaturesRequest.ProtoReflect.Descriptor instead.

func (*ResetOrgFeaturesRequest) GetOrgId

func (x *ResetOrgFeaturesRequest) GetOrgId() string

func (*ResetOrgFeaturesRequest) ProtoMessage

func (*ResetOrgFeaturesRequest) ProtoMessage()

func (*ResetOrgFeaturesRequest) ProtoReflect

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

func (*ResetOrgFeaturesRequest) Reset

func (x *ResetOrgFeaturesRequest) Reset()

func (*ResetOrgFeaturesRequest) String

func (x *ResetOrgFeaturesRequest) String() string

type ResetOrgFeaturesResponse

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

func (*ResetOrgFeaturesResponse) Descriptor deprecated

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

Deprecated: Use ResetOrgFeaturesResponse.ProtoReflect.Descriptor instead.

func (*ResetOrgFeaturesResponse) GetDetails

func (*ResetOrgFeaturesResponse) ProtoMessage

func (*ResetOrgFeaturesResponse) ProtoMessage()

func (*ResetOrgFeaturesResponse) ProtoReflect

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

func (*ResetOrgFeaturesResponse) Reset

func (x *ResetOrgFeaturesResponse) Reset()

func (*ResetOrgFeaturesResponse) String

func (x *ResetOrgFeaturesResponse) 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"`
	FooterText                           *text.FooterText                                 `protobuf:"bytes,31,opt,name=footer_text,json=footerText,proto3" json:"footer_text,omitempty"`
	PasswordlessPromptText               *text.PasswordlessPromptScreenText               `` /* 130-byte string literal not displayed */
	PasswordlessRegistrationText         *text.PasswordlessRegistrationScreenText         `` /* 148-byte string literal not displayed */
	PasswordlessRegistrationDoneText     *text.PasswordlessRegistrationDoneScreenText     `` /* 162-byte string literal not displayed */
	ExternalRegistrationUserOverviewText *text.ExternalRegistrationUserOverviewScreenText `` /* 176-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SetCustomLoginTextsRequest) Descriptor deprecated

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

Deprecated: Use SetCustomLoginTextsRequest.ProtoReflect.Descriptor instead.

func (*SetCustomLoginTextsRequest) GetEmailVerificationDoneText

func (x *SetCustomLoginTextsRequest) GetEmailVerificationDoneText() *text.EmailVerificationDoneScreenText

func (*SetCustomLoginTextsRequest) GetEmailVerificationText

func (x *SetCustomLoginTextsRequest) GetEmailVerificationText() *text.EmailVerificationScreenText

func (*SetCustomLoginTextsRequest) GetExternalRegistrationUserOverviewText

func (x *SetCustomLoginTextsRequest) GetExternalRegistrationUserOverviewText() *text.ExternalRegistrationUserOverviewScreenText

func (*SetCustomLoginTextsRequest) GetExternalUserNotFoundText

func (x *SetCustomLoginTextsRequest) GetExternalUserNotFoundText() *text.ExternalUserNotFoundScreenText

func (*SetCustomLoginTextsRequest) GetFooterText

func (x *SetCustomLoginTextsRequest) GetFooterText() *text.FooterText

func (*SetCustomLoginTextsRequest) GetInitMfaDoneText

func (x *SetCustomLoginTextsRequest) GetInitMfaDoneText() *text.InitMFADoneScreenText

func (*SetCustomLoginTextsRequest) GetInitMfaOtpText

func (x *SetCustomLoginTextsRequest) GetInitMfaOtpText() *text.InitMFAOTPScreenText

func (*SetCustomLoginTextsRequest) GetInitMfaPromptText

func (x *SetCustomLoginTextsRequest) GetInitMfaPromptText() *text.InitMFAPromptScreenText

func (*SetCustomLoginTextsRequest) GetInitMfaU2FText

func (x *SetCustomLoginTextsRequest) GetInitMfaU2FText() *text.InitMFAU2FScreenText

func (*SetCustomLoginTextsRequest) GetInitPasswordDoneText

func (x *SetCustomLoginTextsRequest) GetInitPasswordDoneText() *text.InitPasswordDoneScreenText

func (*SetCustomLoginTextsRequest) GetInitPasswordText

func (x *SetCustomLoginTextsRequest) GetInitPasswordText() *text.InitPasswordScreenText

func (*SetCustomLoginTextsRequest) GetInitializeDoneText

func (x *SetCustomLoginTextsRequest) GetInitializeDoneText() *text.InitializeUserDoneScreenText

func (*SetCustomLoginTextsRequest) GetInitializeUserText

func (x *SetCustomLoginTextsRequest) GetInitializeUserText() *text.InitializeUserScreenText

func (*SetCustomLoginTextsRequest) GetLanguage

func (x *SetCustomLoginTextsRequest) GetLanguage() string

func (*SetCustomLoginTextsRequest) GetLinkingUserDoneText

func (x *SetCustomLoginTextsRequest) GetLinkingUserDoneText() *text.LinkingUserDoneScreenText

func (*SetCustomLoginTextsRequest) GetLoginText

func (x *SetCustomLoginTextsRequest) GetLoginText() *text.LoginScreenText

func (*SetCustomLoginTextsRequest) GetLogoutText

func (*SetCustomLoginTextsRequest) GetMfaProvidersText

func (x *SetCustomLoginTextsRequest) GetMfaProvidersText() *text.MFAProvidersText

func (*SetCustomLoginTextsRequest) GetPasswordChangeDoneText

func (x *SetCustomLoginTextsRequest) GetPasswordChangeDoneText() *text.PasswordChangeDoneScreenText

func (*SetCustomLoginTextsRequest) GetPasswordChangeText

func (x *SetCustomLoginTextsRequest) GetPasswordChangeText() *text.PasswordChangeScreenText

func (*SetCustomLoginTextsRequest) GetPasswordResetDoneText

func (x *SetCustomLoginTextsRequest) GetPasswordResetDoneText() *text.PasswordResetDoneScreenText

func (*SetCustomLoginTextsRequest) GetPasswordText

func (x *SetCustomLoginTextsRequest) GetPasswordText() *text.PasswordScreenText

func (*SetCustomLoginTextsRequest) GetPasswordlessPromptText

func (x *SetCustomLoginTextsRequest) GetPasswordlessPromptText() *text.PasswordlessPromptScreenText

func (*SetCustomLoginTextsRequest) GetPasswordlessRegistrationDoneText

func (x *SetCustomLoginTextsRequest) GetPasswordlessRegistrationDoneText() *text.PasswordlessRegistrationDoneScreenText

func (*SetCustomLoginTextsRequest) GetPasswordlessRegistrationText

func (x *SetCustomLoginTextsRequest) GetPasswordlessRegistrationText() *text.PasswordlessRegistrationScreenText

func (*SetCustomLoginTextsRequest) GetPasswordlessText

func (x *SetCustomLoginTextsRequest) GetPasswordlessText() *text.PasswordlessScreenText

func (*SetCustomLoginTextsRequest) GetRegistrationOptionText

func (x *SetCustomLoginTextsRequest) GetRegistrationOptionText() *text.RegistrationOptionScreenText

func (*SetCustomLoginTextsRequest) GetRegistrationOrgText

func (x *SetCustomLoginTextsRequest) GetRegistrationOrgText() *text.RegistrationOrgScreenText

func (*SetCustomLoginTextsRequest) GetRegistrationUserText

func (x *SetCustomLoginTextsRequest) GetRegistrationUserText() *text.RegistrationUserScreenText

func (*SetCustomLoginTextsRequest) GetSelectAccountText

func (x *SetCustomLoginTextsRequest) GetSelectAccountText() *text.SelectAccountScreenText

func (*SetCustomLoginTextsRequest) GetSuccessLoginText

func (x *SetCustomLoginTextsRequest) GetSuccessLoginText() *text.SuccessLoginScreenText

func (*SetCustomLoginTextsRequest) GetUsernameChangeDoneText

func (x *SetCustomLoginTextsRequest) GetUsernameChangeDoneText() *text.UsernameChangeDoneScreenText

func (*SetCustomLoginTextsRequest) GetUsernameChangeText

func (x *SetCustomLoginTextsRequest) GetUsernameChangeText() *text.UsernameChangeScreenText

func (*SetCustomLoginTextsRequest) GetVerifyMfaOtpText

func (x *SetCustomLoginTextsRequest) GetVerifyMfaOtpText() *text.VerifyMFAOTPScreenText

func (*SetCustomLoginTextsRequest) GetVerifyMfaU2FText

func (x *SetCustomLoginTextsRequest) GetVerifyMfaU2FText() *text.VerifyMFAU2FScreenText

func (*SetCustomLoginTextsRequest) ProtoMessage

func (*SetCustomLoginTextsRequest) ProtoMessage()

func (*SetCustomLoginTextsRequest) ProtoReflect

func (*SetCustomLoginTextsRequest) Reset

func (x *SetCustomLoginTextsRequest) Reset()

func (*SetCustomLoginTextsRequest) String

func (x *SetCustomLoginTextsRequest) String() string

type SetCustomLoginTextsResponse

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

func (*SetCustomLoginTextsResponse) Descriptor deprecated

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

Deprecated: Use SetCustomLoginTextsResponse.ProtoReflect.Descriptor instead.

func (*SetCustomLoginTextsResponse) GetDetails

func (*SetCustomLoginTextsResponse) ProtoMessage

func (*SetCustomLoginTextsResponse) ProtoMessage()

func (*SetCustomLoginTextsResponse) ProtoReflect

func (*SetCustomLoginTextsResponse) Reset

func (x *SetCustomLoginTextsResponse) Reset()

func (*SetCustomLoginTextsResponse) String

func (x *SetCustomLoginTextsResponse) String() string

type SetDefaultDomainClaimedMessageTextRequest

type SetDefaultDomainClaimedMessageTextRequest struct {
	Language   string `protobuf:"bytes,1,opt,name=language,proto3" json:"language,omitempty"`
	Title      string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	PreHeader  string `protobuf:"bytes,3,opt,name=pre_header,json=preHeader,proto3" json:"pre_header,omitempty"`
	Subject    string `protobuf:"bytes,4,opt,name=subject,proto3" json:"subject,omitempty"`
	Greeting   string `protobuf:"bytes,5,opt,name=greeting,proto3" json:"greeting,omitempty"`
	Text       string `protobuf:"bytes,6,opt,name=text,proto3" json:"text,omitempty"`
	ButtonText string `protobuf:"bytes,7,opt,name=button_text,json=buttonText,proto3" json:"button_text,omitempty"`
	FooterText string `protobuf:"bytes,8,opt,name=footer_text,json=footerText,proto3" json:"footer_text,omitempty"`
	// contains filtered or unexported fields
}

func (*SetDefaultDomainClaimedMessageTextRequest) Descriptor deprecated

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

Deprecated: Use SetDefaultDomainClaimedMessageTextRequest.ProtoReflect.Descriptor instead.

func (*SetDefaultDomainClaimedMessageTextRequest) GetButtonText

func (*SetDefaultDomainClaimedMessageTextRequest) GetFooterText

func (*SetDefaultDomainClaimedMessageTextRequest) GetGreeting

func (*SetDefaultDomainClaimedMessageTextRequest) GetLanguage

func (*SetDefaultDomainClaimedMessageTextRequest) GetPreHeader

func (*SetDefaultDomainClaimedMessageTextRequest) GetSubject

func (*SetDefaultDomainClaimedMessageTextRequest) GetText

func (*SetDefaultDomainClaimedMessageTextRequest) GetTitle

func (*SetDefaultDomainClaimedMessageTextRequest) ProtoMessage

func (*SetDefaultDomainClaimedMessageTextRequest) ProtoReflect

func (*SetDefaultDomainClaimedMessageTextRequest) Reset

func (*SetDefaultDomainClaimedMessageTextRequest) String

type SetDefaultDomainClaimedMessageTextResponse

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

func (*SetDefaultDomainClaimedMessageTextResponse) Descriptor deprecated

Deprecated: Use SetDefaultDomainClaimedMessageTextResponse.ProtoReflect.Descriptor instead.

func (*SetDefaultDomainClaimedMessageTextResponse) GetDetails

func (*SetDefaultDomainClaimedMessageTextResponse) ProtoMessage

func (*SetDefaultDomainClaimedMessageTextResponse) ProtoReflect

func (*SetDefaultDomainClaimedMessageTextResponse) Reset

func (*SetDefaultDomainClaimedMessageTextResponse) String

type SetDefaultFeaturesRequest

type SetDefaultFeaturesRequest struct {
	TierName                 string                  `protobuf:"bytes,1,opt,name=tier_name,json=tierName,proto3" json:"tier_name,omitempty"`
	Description              string                  `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	AuditLogRetention        *durationpb.Duration    `protobuf:"bytes,5,opt,name=audit_log_retention,json=auditLogRetention,proto3" json:"audit_log_retention,omitempty"`
	LoginPolicyUsernameLogin bool                    `` /* 138-byte string literal not displayed */
	LoginPolicyRegistration  bool                    `` /* 133-byte string literal not displayed */
	LoginPolicyIdp           bool                    `protobuf:"varint,8,opt,name=login_policy_idp,json=loginPolicyIdp,proto3" json:"login_policy_idp,omitempty"`
	LoginPolicyFactors       bool                    `protobuf:"varint,9,opt,name=login_policy_factors,json=loginPolicyFactors,proto3" json:"login_policy_factors,omitempty"`
	LoginPolicyPasswordless  bool                    `` /* 134-byte string literal not displayed */
	PasswordComplexityPolicy bool                    `` /* 137-byte string literal not displayed */
	LabelPolicy              bool                    `protobuf:"varint,12,opt,name=label_policy,json=labelPolicy,proto3" json:"label_policy,omitempty"`
	CustomDomain             bool                    `protobuf:"varint,13,opt,name=custom_domain,json=customDomain,proto3" json:"custom_domain,omitempty"`
	LoginPolicyPasswordReset bool                    `` /* 139-byte string literal not displayed */
	LabelPolicyPrivateLabel  bool                    `` /* 136-byte string literal not displayed */
	LabelPolicyWatermark     bool                    `protobuf:"varint,16,opt,name=label_policy_watermark,json=labelPolicyWatermark,proto3" json:"label_policy_watermark,omitempty"`
	CustomText               bool                    `protobuf:"varint,17,opt,name=custom_text,json=customText,proto3" json:"custom_text,omitempty"`
	PrivacyPolicy            bool                    `protobuf:"varint,18,opt,name=privacy_policy,json=privacyPolicy,proto3" json:"privacy_policy,omitempty"`
	MetadataUser             bool                    `protobuf:"varint,19,opt,name=metadata_user,json=metadataUser,proto3" json:"metadata_user,omitempty"`
	CustomTextMessage        bool                    `protobuf:"varint,20,opt,name=custom_text_message,json=customTextMessage,proto3" json:"custom_text_message,omitempty"`
	CustomTextLogin          bool                    `protobuf:"varint,21,opt,name=custom_text_login,json=customTextLogin,proto3" json:"custom_text_login,omitempty"`
	LockoutPolicy            bool                    `protobuf:"varint,22,opt,name=lockout_policy,json=lockoutPolicy,proto3" json:"lockout_policy,omitempty"`
	Actions                  bool                    `protobuf:"varint,23,opt,name=actions,proto3" json:"actions,omitempty"`
	ActionsAllowed           features.ActionsAllowed `` /* 145-byte string literal not displayed */
	MaxActions               int32                   `protobuf:"varint,25,opt,name=max_actions,json=maxActions,proto3" json:"max_actions,omitempty"`
	// contains filtered or unexported fields
}

func (*SetDefaultFeaturesRequest) Descriptor deprecated

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

Deprecated: Use SetDefaultFeaturesRequest.ProtoReflect.Descriptor instead.

func (*SetDefaultFeaturesRequest) GetActions

func (x *SetDefaultFeaturesRequest) GetActions() bool

func (*SetDefaultFeaturesRequest) GetActionsAllowed

func (x *SetDefaultFeaturesRequest) GetActionsAllowed() features.ActionsAllowed

func (*SetDefaultFeaturesRequest) GetAuditLogRetention

func (x *SetDefaultFeaturesRequest) GetAuditLogRetention() *durationpb.Duration

func (*SetDefaultFeaturesRequest) GetCustomDomain

func (x *SetDefaultFeaturesRequest) GetCustomDomain() bool

func (*SetDefaultFeaturesRequest) GetCustomText

func (x *SetDefaultFeaturesRequest) GetCustomText() bool

func (*SetDefaultFeaturesRequest) GetCustomTextLogin

func (x *SetDefaultFeaturesRequest) GetCustomTextLogin() bool

func (*SetDefaultFeaturesRequest) GetCustomTextMessage

func (x *SetDefaultFeaturesRequest) GetCustomTextMessage() bool

func (*SetDefaultFeaturesRequest) GetDescription

func (x *SetDefaultFeaturesRequest) GetDescription() string

func (*SetDefaultFeaturesRequest) GetLabelPolicy

func (x *SetDefaultFeaturesRequest) GetLabelPolicy() bool

func (*SetDefaultFeaturesRequest) GetLabelPolicyPrivateLabel

func (x *SetDefaultFeaturesRequest) GetLabelPolicyPrivateLabel() bool

func (*SetDefaultFeaturesRequest) GetLabelPolicyWatermark

func (x *SetDefaultFeaturesRequest) GetLabelPolicyWatermark() bool

func (*SetDefaultFeaturesRequest) GetLockoutPolicy

func (x *SetDefaultFeaturesRequest) GetLockoutPolicy() bool

func (*SetDefaultFeaturesRequest) GetLoginPolicyFactors

func (x *SetDefaultFeaturesRequest) GetLoginPolicyFactors() bool

func (*SetDefaultFeaturesRequest) GetLoginPolicyIdp

func (x *SetDefaultFeaturesRequest) GetLoginPolicyIdp() bool

func (*SetDefaultFeaturesRequest) GetLoginPolicyPasswordReset

func (x *SetDefaultFeaturesRequest) GetLoginPolicyPasswordReset() bool

func (*SetDefaultFeaturesRequest) GetLoginPolicyPasswordless

func (x *SetDefaultFeaturesRequest) GetLoginPolicyPasswordless() bool

func (*SetDefaultFeaturesRequest) GetLoginPolicyRegistration

func (x *SetDefaultFeaturesRequest) GetLoginPolicyRegistration() bool

func (*SetDefaultFeaturesRequest) GetLoginPolicyUsernameLogin

func (x *SetDefaultFeaturesRequest) GetLoginPolicyUsernameLogin() bool

func (*SetDefaultFeaturesRequest) GetMaxActions

func (x *SetDefaultFeaturesRequest) GetMaxActions() int32

func (*SetDefaultFeaturesRequest) GetMetadataUser

func (x *SetDefaultFeaturesRequest) GetMetadataUser() bool

func (*SetDefaultFeaturesRequest) GetPasswordComplexityPolicy

func (x *SetDefaultFeaturesRequest) GetPasswordComplexityPolicy() bool

func (*SetDefaultFeaturesRequest) GetPrivacyPolicy

func (x *SetDefaultFeaturesRequest) GetPrivacyPolicy() bool

func (*SetDefaultFeaturesRequest) GetTierName

func (x *SetDefaultFeaturesRequest) GetTierName() string

func (*SetDefaultFeaturesRequest) ProtoMessage

func (*SetDefaultFeaturesRequest) ProtoMessage()

func (*SetDefaultFeaturesRequest) ProtoReflect

func (*SetDefaultFeaturesRequest) Reset

func (x *SetDefaultFeaturesRequest) Reset()

func (*SetDefaultFeaturesRequest) String

func (x *SetDefaultFeaturesRequest) String() string

type SetDefaultFeaturesResponse

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

func (*SetDefaultFeaturesResponse) Descriptor deprecated

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

Deprecated: Use SetDefaultFeaturesResponse.ProtoReflect.Descriptor instead.

func (*SetDefaultFeaturesResponse) GetDetails

func (*SetDefaultFeaturesResponse) ProtoMessage

func (*SetDefaultFeaturesResponse) ProtoMessage()

func (*SetDefaultFeaturesResponse) ProtoReflect

func (*SetDefaultFeaturesResponse) Reset

func (x *SetDefaultFeaturesResponse) Reset()

func (*SetDefaultFeaturesResponse) String

func (x *SetDefaultFeaturesResponse) String() string

type SetDefaultInitMessageTextRequest

type SetDefaultInitMessageTextRequest struct {
	Language   string `protobuf:"bytes,1,opt,name=language,proto3" json:"language,omitempty"`
	Title      string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	PreHeader  string `protobuf:"bytes,3,opt,name=pre_header,json=preHeader,proto3" json:"pre_header,omitempty"`
	Subject    string `protobuf:"bytes,4,opt,name=subject,proto3" json:"subject,omitempty"`
	Greeting   string `protobuf:"bytes,5,opt,name=greeting,proto3" json:"greeting,omitempty"`
	Text       string `protobuf:"bytes,6,opt,name=text,proto3" json:"text,omitempty"`
	ButtonText string `protobuf:"bytes,7,opt,name=button_text,json=buttonText,proto3" json:"button_text,omitempty"`
	FooterText string `protobuf:"bytes,8,opt,name=footer_text,json=footerText,proto3" json:"footer_text,omitempty"`
	// contains filtered or unexported fields
}

func (*SetDefaultInitMessageTextRequest) Descriptor deprecated

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

Deprecated: Use SetDefaultInitMessageTextRequest.ProtoReflect.Descriptor instead.

func (*SetDefaultInitMessageTextRequest) GetButtonText

func (x *SetDefaultInitMessageTextRequest) GetButtonText() string

func (*SetDefaultInitMessageTextRequest) GetFooterText

func (x *SetDefaultInitMessageTextRequest) GetFooterText() string

func (*SetDefaultInitMessageTextRequest) GetGreeting

func (x *SetDefaultInitMessageTextRequest) GetGreeting() string

func (*SetDefaultInitMessageTextRequest) GetLanguage

func (x *SetDefaultInitMessageTextRequest) GetLanguage() string

func (*SetDefaultInitMessageTextRequest) GetPreHeader

func (x *SetDefaultInitMessageTextRequest) GetPreHeader() string

func (*SetDefaultInitMessageTextRequest) GetSubject

func (x *SetDefaultInitMessageTextRequest) GetSubject() string

func (*SetDefaultInitMessageTextRequest) GetText

func (*SetDefaultInitMessageTextRequest) GetTitle

func (*SetDefaultInitMessageTextRequest) ProtoMessage

func (*SetDefaultInitMessageTextRequest) ProtoMessage()

func (*SetDefaultInitMessageTextRequest) ProtoReflect

func (*SetDefaultInitMessageTextRequest) Reset

func (*SetDefaultInitMessageTextRequest) String

type SetDefaultInitMessageTextResponse

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

func (*SetDefaultInitMessageTextResponse) Descriptor deprecated

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

Deprecated: Use SetDefaultInitMessageTextResponse.ProtoReflect.Descriptor instead.

func (*SetDefaultInitMessageTextResponse) GetDetails

func (*SetDefaultInitMessageTextResponse) ProtoMessage

func (*SetDefaultInitMessageTextResponse) ProtoMessage()

func (*SetDefaultInitMessageTextResponse) ProtoReflect

func (*SetDefaultInitMessageTextResponse) Reset

func (*SetDefaultInitMessageTextResponse) String

type SetDefaultPasswordResetMessageTextRequest

type SetDefaultPasswordResetMessageTextRequest struct {
	Language   string `protobuf:"bytes,1,opt,name=language,proto3" json:"language,omitempty"`
	Title      string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	PreHeader  string `protobuf:"bytes,3,opt,name=pre_header,json=preHeader,proto3" json:"pre_header,omitempty"`
	Subject    string `protobuf:"bytes,4,opt,name=subject,proto3" json:"subject,omitempty"`
	Greeting   string `protobuf:"bytes,5,opt,name=greeting,proto3" json:"greeting,omitempty"`
	Text       string `protobuf:"bytes,6,opt,name=text,proto3" json:"text,omitempty"`
	ButtonText string `protobuf:"bytes,7,opt,name=button_text,json=buttonText,proto3" json:"button_text,omitempty"`
	FooterText string `protobuf:"bytes,8,opt,name=footer_text,json=footerText,proto3" json:"footer_text,omitempty"`
	// contains filtered or unexported fields
}

func (*SetDefaultPasswordResetMessageTextRequest) Descriptor deprecated

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

Deprecated: Use SetDefaultPasswordResetMessageTextRequest.ProtoReflect.Descriptor instead.

func (*SetDefaultPasswordResetMessageTextRequest) GetButtonText

func (*SetDefaultPasswordResetMessageTextRequest) GetFooterText

func (*SetDefaultPasswordResetMessageTextRequest) GetGreeting

func (*SetDefaultPasswordResetMessageTextRequest) GetLanguage

func (*SetDefaultPasswordResetMessageTextRequest) GetPreHeader

func (*SetDefaultPasswordResetMessageTextRequest) GetSubject

func (*SetDefaultPasswordResetMessageTextRequest) GetText

func (*SetDefaultPasswordResetMessageTextRequest) GetTitle

func (*SetDefaultPasswordResetMessageTextRequest) ProtoMessage

func (*SetDefaultPasswordResetMessageTextRequest) ProtoReflect

func (*SetDefaultPasswordResetMessageTextRequest) Reset

func (*SetDefaultPasswordResetMessageTextRequest) String

type SetDefaultPasswordResetMessageTextResponse

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

func (*SetDefaultPasswordResetMessageTextResponse) Descriptor deprecated

Deprecated: Use SetDefaultPasswordResetMessageTextResponse.ProtoReflect.Descriptor instead.

func (*SetDefaultPasswordResetMessageTextResponse) GetDetails

func (*SetDefaultPasswordResetMessageTextResponse) ProtoMessage

func (*SetDefaultPasswordResetMessageTextResponse) ProtoReflect

func (*SetDefaultPasswordResetMessageTextResponse) Reset

func (*SetDefaultPasswordResetMessageTextResponse) String

type SetDefaultPasswordlessRegistrationMessageTextRequest

type SetDefaultPasswordlessRegistrationMessageTextRequest struct {
	Language   string `protobuf:"bytes,1,opt,name=language,proto3" json:"language,omitempty"`
	Title      string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	PreHeader  string `protobuf:"bytes,3,opt,name=pre_header,json=preHeader,proto3" json:"pre_header,omitempty"`
	Subject    string `protobuf:"bytes,4,opt,name=subject,proto3" json:"subject,omitempty"`
	Greeting   string `protobuf:"bytes,5,opt,name=greeting,proto3" json:"greeting,omitempty"`
	Text       string `protobuf:"bytes,6,opt,name=text,proto3" json:"text,omitempty"`
	ButtonText string `protobuf:"bytes,7,opt,name=button_text,json=buttonText,proto3" json:"button_text,omitempty"`
	FooterText string `protobuf:"bytes,8,opt,name=footer_text,json=footerText,proto3" json:"footer_text,omitempty"`
	// contains filtered or unexported fields
}

func (*SetDefaultPasswordlessRegistrationMessageTextRequest) Descriptor deprecated

Deprecated: Use SetDefaultPasswordlessRegistrationMessageTextRequest.ProtoReflect.Descriptor instead.

func (*SetDefaultPasswordlessRegistrationMessageTextRequest) GetButtonText

func (*SetDefaultPasswordlessRegistrationMessageTextRequest) GetFooterText

func (*SetDefaultPasswordlessRegistrationMessageTextRequest) GetGreeting

func (*SetDefaultPasswordlessRegistrationMessageTextRequest) GetLanguage

func (*SetDefaultPasswordlessRegistrationMessageTextRequest) GetPreHeader

func (*SetDefaultPasswordlessRegistrationMessageTextRequest) GetSubject

func (*SetDefaultPasswordlessRegistrationMessageTextRequest) GetText

func (*SetDefaultPasswordlessRegistrationMessageTextRequest) GetTitle

func (*SetDefaultPasswordlessRegistrationMessageTextRequest) ProtoMessage

func (*SetDefaultPasswordlessRegistrationMessageTextRequest) ProtoReflect

func (*SetDefaultPasswordlessRegistrationMessageTextRequest) Reset

func (*SetDefaultPasswordlessRegistrationMessageTextRequest) String

type SetDefaultPasswordlessRegistrationMessageTextResponse

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

func (*SetDefaultPasswordlessRegistrationMessageTextResponse) Descriptor deprecated

Deprecated: Use SetDefaultPasswordlessRegistrationMessageTextResponse.ProtoReflect.Descriptor instead.

func (*SetDefaultPasswordlessRegistrationMessageTextResponse) GetDetails

func (*SetDefaultPasswordlessRegistrationMessageTextResponse) ProtoMessage

func (*SetDefaultPasswordlessRegistrationMessageTextResponse) ProtoReflect

func (*SetDefaultPasswordlessRegistrationMessageTextResponse) Reset

func (*SetDefaultPasswordlessRegistrationMessageTextResponse) String

type SetDefaultVerifyEmailMessageTextRequest

type SetDefaultVerifyEmailMessageTextRequest struct {
	Language   string `protobuf:"bytes,1,opt,name=language,proto3" json:"language,omitempty"`
	Title      string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	PreHeader  string `protobuf:"bytes,3,opt,name=pre_header,json=preHeader,proto3" json:"pre_header,omitempty"`
	Subject    string `protobuf:"bytes,4,opt,name=subject,proto3" json:"subject,omitempty"`
	Greeting   string `protobuf:"bytes,5,opt,name=greeting,proto3" json:"greeting,omitempty"`
	Text       string `protobuf:"bytes,6,opt,name=text,proto3" json:"text,omitempty"`
	ButtonText string `protobuf:"bytes,7,opt,name=button_text,json=buttonText,proto3" json:"button_text,omitempty"`
	FooterText string `protobuf:"bytes,8,opt,name=footer_text,json=footerText,proto3" json:"footer_text,omitempty"`
	// contains filtered or unexported fields
}

func (*SetDefaultVerifyEmailMessageTextRequest) Descriptor deprecated

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

Deprecated: Use SetDefaultVerifyEmailMessageTextRequest.ProtoReflect.Descriptor instead.

func (*SetDefaultVerifyEmailMessageTextRequest) GetButtonText

func (*SetDefaultVerifyEmailMessageTextRequest) GetFooterText

func (*SetDefaultVerifyEmailMessageTextRequest) GetGreeting

func (*SetDefaultVerifyEmailMessageTextRequest) GetLanguage

func (*SetDefaultVerifyEmailMessageTextRequest) GetPreHeader

func (*SetDefaultVerifyEmailMessageTextRequest) GetSubject

func (*SetDefaultVerifyEmailMessageTextRequest) GetText

func (*SetDefaultVerifyEmailMessageTextRequest) GetTitle

func (*SetDefaultVerifyEmailMessageTextRequest) ProtoMessage

func (*SetDefaultVerifyEmailMessageTextRequest) ProtoReflect

func (*SetDefaultVerifyEmailMessageTextRequest) Reset

func (*SetDefaultVerifyEmailMessageTextRequest) String

type SetDefaultVerifyEmailMessageTextResponse

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

func (*SetDefaultVerifyEmailMessageTextResponse) Descriptor deprecated

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

Deprecated: Use SetDefaultVerifyEmailMessageTextResponse.ProtoReflect.Descriptor instead.

func (*SetDefaultVerifyEmailMessageTextResponse) GetDetails

func (*SetDefaultVerifyEmailMessageTextResponse) ProtoMessage

func (*SetDefaultVerifyEmailMessageTextResponse) ProtoReflect

func (*SetDefaultVerifyEmailMessageTextResponse) Reset

func (*SetDefaultVerifyEmailMessageTextResponse) String

type SetDefaultVerifyPhoneMessageTextRequest

type SetDefaultVerifyPhoneMessageTextRequest struct {
	Language   string `protobuf:"bytes,1,opt,name=language,proto3" json:"language,omitempty"`
	Title      string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	PreHeader  string `protobuf:"bytes,3,opt,name=pre_header,json=preHeader,proto3" json:"pre_header,omitempty"`
	Subject    string `protobuf:"bytes,4,opt,name=subject,proto3" json:"subject,omitempty"`
	Greeting   string `protobuf:"bytes,5,opt,name=greeting,proto3" json:"greeting,omitempty"`
	Text       string `protobuf:"bytes,6,opt,name=text,proto3" json:"text,omitempty"`
	ButtonText string `protobuf:"bytes,7,opt,name=button_text,json=buttonText,proto3" json:"button_text,omitempty"`
	FooterText string `protobuf:"bytes,8,opt,name=footer_text,json=footerText,proto3" json:"footer_text,omitempty"`
	// contains filtered or unexported fields
}

func (*SetDefaultVerifyPhoneMessageTextRequest) Descriptor deprecated

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

Deprecated: Use SetDefaultVerifyPhoneMessageTextRequest.ProtoReflect.Descriptor instead.

func (*SetDefaultVerifyPhoneMessageTextRequest) GetButtonText

func (*SetDefaultVerifyPhoneMessageTextRequest) GetFooterText

func (*SetDefaultVerifyPhoneMessageTextRequest) GetGreeting

func (*SetDefaultVerifyPhoneMessageTextRequest) GetLanguage

func (*SetDefaultVerifyPhoneMessageTextRequest) GetPreHeader

func (*SetDefaultVerifyPhoneMessageTextRequest) GetSubject

func (*SetDefaultVerifyPhoneMessageTextRequest) GetText

func (*SetDefaultVerifyPhoneMessageTextRequest) GetTitle

func (*SetDefaultVerifyPhoneMessageTextRequest) ProtoMessage

func (*SetDefaultVerifyPhoneMessageTextRequest) ProtoReflect

func (*SetDefaultVerifyPhoneMessageTextRequest) Reset

func (*SetDefaultVerifyPhoneMessageTextRequest) String

type SetDefaultVerifyPhoneMessageTextResponse

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

func (*SetDefaultVerifyPhoneMessageTextResponse) Descriptor deprecated

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

Deprecated: Use SetDefaultVerifyPhoneMessageTextResponse.ProtoReflect.Descriptor instead.

func (*SetDefaultVerifyPhoneMessageTextResponse) GetDetails

func (*SetDefaultVerifyPhoneMessageTextResponse) ProtoMessage

func (*SetDefaultVerifyPhoneMessageTextResponse) ProtoReflect

func (*SetDefaultVerifyPhoneMessageTextResponse) Reset

func (*SetDefaultVerifyPhoneMessageTextResponse) String

type SetOrgFeaturesRequest

type SetOrgFeaturesRequest struct {
	OrgId                    string                  `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	TierName                 string                  `protobuf:"bytes,2,opt,name=tier_name,json=tierName,proto3" json:"tier_name,omitempty"`
	Description              string                  `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	State                    features.FeaturesState  `protobuf:"varint,4,opt,name=state,proto3,enum=zitadel.features.v1.FeaturesState" json:"state,omitempty"`
	StateDescription         string                  `protobuf:"bytes,5,opt,name=state_description,json=stateDescription,proto3" json:"state_description,omitempty"`
	AuditLogRetention        *durationpb.Duration    `protobuf:"bytes,6,opt,name=audit_log_retention,json=auditLogRetention,proto3" json:"audit_log_retention,omitempty"`
	LoginPolicyUsernameLogin bool                    `` /* 138-byte string literal not displayed */
	LoginPolicyRegistration  bool                    `` /* 133-byte string literal not displayed */
	LoginPolicyIdp           bool                    `protobuf:"varint,9,opt,name=login_policy_idp,json=loginPolicyIdp,proto3" json:"login_policy_idp,omitempty"`
	LoginPolicyFactors       bool                    `protobuf:"varint,10,opt,name=login_policy_factors,json=loginPolicyFactors,proto3" json:"login_policy_factors,omitempty"`
	LoginPolicyPasswordless  bool                    `` /* 134-byte string literal not displayed */
	PasswordComplexityPolicy bool                    `` /* 137-byte string literal not displayed */
	LabelPolicy              bool                    `protobuf:"varint,13,opt,name=label_policy,json=labelPolicy,proto3" json:"label_policy,omitempty"`
	CustomDomain             bool                    `protobuf:"varint,14,opt,name=custom_domain,json=customDomain,proto3" json:"custom_domain,omitempty"`
	LoginPolicyPasswordReset bool                    `` /* 139-byte string literal not displayed */
	LabelPolicyPrivateLabel  bool                    `` /* 136-byte string literal not displayed */
	LabelPolicyWatermark     bool                    `protobuf:"varint,17,opt,name=label_policy_watermark,json=labelPolicyWatermark,proto3" json:"label_policy_watermark,omitempty"`
	CustomText               bool                    `protobuf:"varint,18,opt,name=custom_text,json=customText,proto3" json:"custom_text,omitempty"`
	PrivacyPolicy            bool                    `protobuf:"varint,19,opt,name=privacy_policy,json=privacyPolicy,proto3" json:"privacy_policy,omitempty"`
	MetadataUser             bool                    `protobuf:"varint,20,opt,name=metadata_user,json=metadataUser,proto3" json:"metadata_user,omitempty"`
	CustomTextMessage        bool                    `protobuf:"varint,21,opt,name=custom_text_message,json=customTextMessage,proto3" json:"custom_text_message,omitempty"`
	CustomTextLogin          bool                    `protobuf:"varint,22,opt,name=custom_text_login,json=customTextLogin,proto3" json:"custom_text_login,omitempty"`
	LockoutPolicy            bool                    `protobuf:"varint,23,opt,name=lockout_policy,json=lockoutPolicy,proto3" json:"lockout_policy,omitempty"`
	Actions                  bool                    `protobuf:"varint,24,opt,name=actions,proto3" json:"actions,omitempty"`
	ActionsAllowed           features.ActionsAllowed `` /* 145-byte string literal not displayed */
	MaxActions               int32                   `protobuf:"varint,26,opt,name=max_actions,json=maxActions,proto3" json:"max_actions,omitempty"`
	// contains filtered or unexported fields
}

func (*SetOrgFeaturesRequest) Descriptor deprecated

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

Deprecated: Use SetOrgFeaturesRequest.ProtoReflect.Descriptor instead.

func (*SetOrgFeaturesRequest) GetActions

func (x *SetOrgFeaturesRequest) GetActions() bool

func (*SetOrgFeaturesRequest) GetActionsAllowed

func (x *SetOrgFeaturesRequest) GetActionsAllowed() features.ActionsAllowed

func (*SetOrgFeaturesRequest) GetAuditLogRetention

func (x *SetOrgFeaturesRequest) GetAuditLogRetention() *durationpb.Duration

func (*SetOrgFeaturesRequest) GetCustomDomain

func (x *SetOrgFeaturesRequest) GetCustomDomain() bool

func (*SetOrgFeaturesRequest) GetCustomText

func (x *SetOrgFeaturesRequest) GetCustomText() bool

func (*SetOrgFeaturesRequest) GetCustomTextLogin

func (x *SetOrgFeaturesRequest) GetCustomTextLogin() bool

func (*SetOrgFeaturesRequest) GetCustomTextMessage

func (x *SetOrgFeaturesRequest) GetCustomTextMessage() bool

func (*SetOrgFeaturesRequest) GetDescription

func (x *SetOrgFeaturesRequest) GetDescription() string

func (*SetOrgFeaturesRequest) GetLabelPolicy

func (x *SetOrgFeaturesRequest) GetLabelPolicy() bool

func (*SetOrgFeaturesRequest) GetLabelPolicyPrivateLabel

func (x *SetOrgFeaturesRequest) GetLabelPolicyPrivateLabel() bool

func (*SetOrgFeaturesRequest) GetLabelPolicyWatermark

func (x *SetOrgFeaturesRequest) GetLabelPolicyWatermark() bool

func (*SetOrgFeaturesRequest) GetLockoutPolicy

func (x *SetOrgFeaturesRequest) GetLockoutPolicy() bool

func (*SetOrgFeaturesRequest) GetLoginPolicyFactors

func (x *SetOrgFeaturesRequest) GetLoginPolicyFactors() bool

func (*SetOrgFeaturesRequest) GetLoginPolicyIdp

func (x *SetOrgFeaturesRequest) GetLoginPolicyIdp() bool

func (*SetOrgFeaturesRequest) GetLoginPolicyPasswordReset

func (x *SetOrgFeaturesRequest) GetLoginPolicyPasswordReset() bool

func (*SetOrgFeaturesRequest) GetLoginPolicyPasswordless

func (x *SetOrgFeaturesRequest) GetLoginPolicyPasswordless() bool

func (*SetOrgFeaturesRequest) GetLoginPolicyRegistration

func (x *SetOrgFeaturesRequest) GetLoginPolicyRegistration() bool

func (*SetOrgFeaturesRequest) GetLoginPolicyUsernameLogin

func (x *SetOrgFeaturesRequest) GetLoginPolicyUsernameLogin() bool

func (*SetOrgFeaturesRequest) GetMaxActions

func (x *SetOrgFeaturesRequest) GetMaxActions() int32

func (*SetOrgFeaturesRequest) GetMetadataUser

func (x *SetOrgFeaturesRequest) GetMetadataUser() bool

func (*SetOrgFeaturesRequest) GetOrgId

func (x *SetOrgFeaturesRequest) GetOrgId() string

func (*SetOrgFeaturesRequest) GetPasswordComplexityPolicy

func (x *SetOrgFeaturesRequest) GetPasswordComplexityPolicy() bool

func (*SetOrgFeaturesRequest) GetPrivacyPolicy

func (x *SetOrgFeaturesRequest) GetPrivacyPolicy() bool

func (*SetOrgFeaturesRequest) GetState

func (*SetOrgFeaturesRequest) GetStateDescription

func (x *SetOrgFeaturesRequest) GetStateDescription() string

func (*SetOrgFeaturesRequest) GetTierName

func (x *SetOrgFeaturesRequest) GetTierName() string

func (*SetOrgFeaturesRequest) ProtoMessage

func (*SetOrgFeaturesRequest) ProtoMessage()

func (*SetOrgFeaturesRequest) ProtoReflect

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

func (*SetOrgFeaturesRequest) Reset

func (x *SetOrgFeaturesRequest) Reset()

func (*SetOrgFeaturesRequest) String

func (x *SetOrgFeaturesRequest) String() string

type SetOrgFeaturesResponse

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

func (*SetOrgFeaturesResponse) Descriptor deprecated

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

Deprecated: Use SetOrgFeaturesResponse.ProtoReflect.Descriptor instead.

func (*SetOrgFeaturesResponse) GetDetails

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

func (*SetOrgFeaturesResponse) ProtoMessage

func (*SetOrgFeaturesResponse) ProtoMessage()

func (*SetOrgFeaturesResponse) ProtoReflect

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

func (*SetOrgFeaturesResponse) Reset

func (x *SetOrgFeaturesResponse) Reset()

func (*SetOrgFeaturesResponse) String

func (x *SetOrgFeaturesResponse) String() string

type SetUpOrgRequest

type SetUpOrgRequest struct {
	Org *SetUpOrgRequest_Org `protobuf:"bytes,1,opt,name=org,proto3" json:"org,omitempty"`
	// Types that are assignable to User:
	//	*SetUpOrgRequest_Human_
	User isSetUpOrgRequest_User `protobuf_oneof:"user"`
	// contains filtered or unexported fields
}

func (*SetUpOrgRequest) Descriptor deprecated

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

Deprecated: Use SetUpOrgRequest.ProtoReflect.Descriptor instead.

func (*SetUpOrgRequest) GetHuman

func (x *SetUpOrgRequest) GetHuman() *SetUpOrgRequest_Human

func (*SetUpOrgRequest) GetOrg

func (x *SetUpOrgRequest) GetOrg() *SetUpOrgRequest_Org

func (*SetUpOrgRequest) GetUser

func (m *SetUpOrgRequest) GetUser() isSetUpOrgRequest_User

func (*SetUpOrgRequest) ProtoMessage

func (*SetUpOrgRequest) ProtoMessage()

func (*SetUpOrgRequest) ProtoReflect

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

func (*SetUpOrgRequest) Reset

func (x *SetUpOrgRequest) Reset()

func (*SetUpOrgRequest) String

func (x *SetUpOrgRequest) String() string

type SetUpOrgRequest_Human

type SetUpOrgRequest_Human struct {
	UserName string                         `protobuf:"bytes,1,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
	Profile  *SetUpOrgRequest_Human_Profile `protobuf:"bytes,2,opt,name=profile,proto3" json:"profile,omitempty"`
	Email    *SetUpOrgRequest_Human_Email   `protobuf:"bytes,3,opt,name=email,proto3" json:"email,omitempty"`
	Phone    *SetUpOrgRequest_Human_Phone   `protobuf:"bytes,4,opt,name=phone,proto3" json:"phone,omitempty"`
	Password string                         `protobuf:"bytes,5,opt,name=password,proto3" json:"password,omitempty"`
	// contains filtered or unexported fields
}

func (*SetUpOrgRequest_Human) Descriptor deprecated

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

Deprecated: Use SetUpOrgRequest_Human.ProtoReflect.Descriptor instead.

func (*SetUpOrgRequest_Human) GetEmail

func (*SetUpOrgRequest_Human) GetPassword

func (x *SetUpOrgRequest_Human) GetPassword() string

func (*SetUpOrgRequest_Human) GetPhone

func (*SetUpOrgRequest_Human) GetProfile

func (*SetUpOrgRequest_Human) GetUserName

func (x *SetUpOrgRequest_Human) GetUserName() string

func (*SetUpOrgRequest_Human) ProtoMessage

func (*SetUpOrgRequest_Human) ProtoMessage()

func (*SetUpOrgRequest_Human) ProtoReflect

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

func (*SetUpOrgRequest_Human) Reset

func (x *SetUpOrgRequest_Human) Reset()

func (*SetUpOrgRequest_Human) String

func (x *SetUpOrgRequest_Human) String() string

type SetUpOrgRequest_Human_

type SetUpOrgRequest_Human_ struct {
	// oneof field for the user managing the organisation
	Human *SetUpOrgRequest_Human `protobuf:"bytes,2,opt,name=human,proto3,oneof"`
}

type SetUpOrgRequest_Human_Email

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

func (*SetUpOrgRequest_Human_Email) Descriptor deprecated

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

Deprecated: Use SetUpOrgRequest_Human_Email.ProtoReflect.Descriptor instead.

func (*SetUpOrgRequest_Human_Email) GetEmail

func (x *SetUpOrgRequest_Human_Email) GetEmail() string

func (*SetUpOrgRequest_Human_Email) GetIsEmailVerified

func (x *SetUpOrgRequest_Human_Email) GetIsEmailVerified() bool

func (*SetUpOrgRequest_Human_Email) ProtoMessage

func (*SetUpOrgRequest_Human_Email) ProtoMessage()

func (*SetUpOrgRequest_Human_Email) ProtoReflect

func (*SetUpOrgRequest_Human_Email) Reset

func (x *SetUpOrgRequest_Human_Email) Reset()

func (*SetUpOrgRequest_Human_Email) String

func (x *SetUpOrgRequest_Human_Email) String() string

type SetUpOrgRequest_Human_Phone

type SetUpOrgRequest_Human_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 (*SetUpOrgRequest_Human_Phone) Descriptor deprecated

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

Deprecated: Use SetUpOrgRequest_Human_Phone.ProtoReflect.Descriptor instead.

func (*SetUpOrgRequest_Human_Phone) GetIsPhoneVerified

func (x *SetUpOrgRequest_Human_Phone) GetIsPhoneVerified() bool

func (*SetUpOrgRequest_Human_Phone) GetPhone

func (x *SetUpOrgRequest_Human_Phone) GetPhone() string

func (*SetUpOrgRequest_Human_Phone) ProtoMessage

func (*SetUpOrgRequest_Human_Phone) ProtoMessage()

func (*SetUpOrgRequest_Human_Phone) ProtoReflect

func (*SetUpOrgRequest_Human_Phone) Reset

func (x *SetUpOrgRequest_Human_Phone) Reset()

func (*SetUpOrgRequest_Human_Phone) String

func (x *SetUpOrgRequest_Human_Phone) String() string

type SetUpOrgRequest_Human_Profile

type SetUpOrgRequest_Human_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 (*SetUpOrgRequest_Human_Profile) Descriptor deprecated

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

Deprecated: Use SetUpOrgRequest_Human_Profile.ProtoReflect.Descriptor instead.

func (*SetUpOrgRequest_Human_Profile) GetDisplayName

func (x *SetUpOrgRequest_Human_Profile) GetDisplayName() string

func (*SetUpOrgRequest_Human_Profile) GetFirstName

func (x *SetUpOrgRequest_Human_Profile) GetFirstName() string

func (*SetUpOrgRequest_Human_Profile) GetGender

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

func (*SetUpOrgRequest_Human_Profile) GetLastName

func (x *SetUpOrgRequest_Human_Profile) GetLastName() string

func (*SetUpOrgRequest_Human_Profile) GetNickName

func (x *SetUpOrgRequest_Human_Profile) GetNickName() string

func (*SetUpOrgRequest_Human_Profile) GetPreferredLanguage

func (x *SetUpOrgRequest_Human_Profile) GetPreferredLanguage() string

func (*SetUpOrgRequest_Human_Profile) ProtoMessage

func (*SetUpOrgRequest_Human_Profile) ProtoMessage()

func (*SetUpOrgRequest_Human_Profile) ProtoReflect

func (*SetUpOrgRequest_Human_Profile) Reset

func (x *SetUpOrgRequest_Human_Profile) Reset()

func (*SetUpOrgRequest_Human_Profile) String

type SetUpOrgRequest_Org

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

func (*SetUpOrgRequest_Org) Descriptor deprecated

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

Deprecated: Use SetUpOrgRequest_Org.ProtoReflect.Descriptor instead.

func (*SetUpOrgRequest_Org) GetDomain

func (x *SetUpOrgRequest_Org) GetDomain() string

func (*SetUpOrgRequest_Org) GetName

func (x *SetUpOrgRequest_Org) GetName() string

func (*SetUpOrgRequest_Org) ProtoMessage

func (*SetUpOrgRequest_Org) ProtoMessage()

func (*SetUpOrgRequest_Org) ProtoReflect

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

func (*SetUpOrgRequest_Org) Reset

func (x *SetUpOrgRequest_Org) Reset()

func (*SetUpOrgRequest_Org) String

func (x *SetUpOrgRequest_Org) String() string

type SetUpOrgResponse

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

func (*SetUpOrgResponse) Descriptor deprecated

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

Deprecated: Use SetUpOrgResponse.ProtoReflect.Descriptor instead.

func (*SetUpOrgResponse) GetDetails

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

func (*SetUpOrgResponse) GetOrgId

func (x *SetUpOrgResponse) GetOrgId() string

func (*SetUpOrgResponse) GetUserId

func (x *SetUpOrgResponse) GetUserId() string

func (*SetUpOrgResponse) ProtoMessage

func (*SetUpOrgResponse) ProtoMessage()

func (*SetUpOrgResponse) ProtoReflect

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

func (*SetUpOrgResponse) Reset

func (x *SetUpOrgResponse) Reset()

func (*SetUpOrgResponse) String

func (x *SetUpOrgResponse) String() string

type UnimplementedAdminServiceServer

type UnimplementedAdminServiceServer struct {
}

UnimplementedAdminServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedAdminServiceServer) AddIAMMember

func (UnimplementedAdminServiceServer) AddJWTIDP

func (UnimplementedAdminServiceServer) AddOIDCIDP

func (UnimplementedAdminServiceServer) ClearView

func (UnimplementedAdminServiceServer) DeactivateIDP

func (UnimplementedAdminServiceServer) GetDefaultFeatures

func (UnimplementedAdminServiceServer) GetIDPByID

func (UnimplementedAdminServiceServer) GetLabelPolicy

func (UnimplementedAdminServiceServer) GetLockoutPolicy

func (UnimplementedAdminServiceServer) GetLoginPolicy

func (UnimplementedAdminServiceServer) GetOrgByID

func (UnimplementedAdminServiceServer) GetOrgFeatures

func (UnimplementedAdminServiceServer) GetOrgIAMPolicy

func (UnimplementedAdminServiceServer) GetPrivacyPolicy

func (UnimplementedAdminServiceServer) Healthz

func (UnimplementedAdminServiceServer) IsOrgUnique

func (UnimplementedAdminServiceServer) ListFailedEvents

func (UnimplementedAdminServiceServer) ListIAMMemberRoles

func (UnimplementedAdminServiceServer) ListIAMMembers

func (UnimplementedAdminServiceServer) ListIDPs

func (UnimplementedAdminServiceServer) ListOrgs

func (UnimplementedAdminServiceServer) ListViews

func (UnimplementedAdminServiceServer) ReactivateIDP

func (UnimplementedAdminServiceServer) RemoveFailedEvent

func (UnimplementedAdminServiceServer) RemoveIAMMember

func (UnimplementedAdminServiceServer) RemoveIDP

func (UnimplementedAdminServiceServer) ResetOrgFeatures

func (UnimplementedAdminServiceServer) SetDefaultFeatures

func (UnimplementedAdminServiceServer) SetOrgFeatures

func (UnimplementedAdminServiceServer) SetUpOrg

func (UnimplementedAdminServiceServer) UpdateIAMMember

func (UnimplementedAdminServiceServer) UpdateIDP

func (UnimplementedAdminServiceServer) UpdateIDPJWTConfig

func (UnimplementedAdminServiceServer) UpdateLabelPolicy

func (UnimplementedAdminServiceServer) UpdateLoginPolicy

func (UnimplementedAdminServiceServer) UpdateOrgIAMPolicy

type UnsafeAdminServiceServer

type UnsafeAdminServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeAdminServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to AdminServiceServer will result in compilation errors.

type UpdateCustomOrgIAMPolicyRequest

type UpdateCustomOrgIAMPolicyRequest struct {
	OrgId                 string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	UserLoginMustBeDomain bool   `` /* 131-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*UpdateCustomOrgIAMPolicyRequest) Descriptor deprecated

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

Deprecated: Use UpdateCustomOrgIAMPolicyRequest.ProtoReflect.Descriptor instead.

func (*UpdateCustomOrgIAMPolicyRequest) GetOrgId

func (*UpdateCustomOrgIAMPolicyRequest) GetUserLoginMustBeDomain

func (x *UpdateCustomOrgIAMPolicyRequest) GetUserLoginMustBeDomain() bool

func (*UpdateCustomOrgIAMPolicyRequest) ProtoMessage

func (*UpdateCustomOrgIAMPolicyRequest) ProtoMessage()

func (*UpdateCustomOrgIAMPolicyRequest) ProtoReflect

func (*UpdateCustomOrgIAMPolicyRequest) Reset

func (*UpdateCustomOrgIAMPolicyRequest) String

type UpdateCustomOrgIAMPolicyResponse

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

func (*UpdateCustomOrgIAMPolicyResponse) Descriptor deprecated

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

Deprecated: Use UpdateCustomOrgIAMPolicyResponse.ProtoReflect.Descriptor instead.

func (*UpdateCustomOrgIAMPolicyResponse) GetDetails

func (*UpdateCustomOrgIAMPolicyResponse) ProtoMessage

func (*UpdateCustomOrgIAMPolicyResponse) ProtoMessage()

func (*UpdateCustomOrgIAMPolicyResponse) ProtoReflect

func (*UpdateCustomOrgIAMPolicyResponse) Reset

func (*UpdateCustomOrgIAMPolicyResponse) String

type UpdateIAMMemberRequest

type UpdateIAMMemberRequest struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	//if no roles provided the user won't have any rights
	Roles []string `protobuf:"bytes,2,rep,name=roles,proto3" json:"roles,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateIAMMemberRequest) Descriptor deprecated

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

Deprecated: Use UpdateIAMMemberRequest.ProtoReflect.Descriptor instead.

func (*UpdateIAMMemberRequest) GetRoles

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

func (*UpdateIAMMemberRequest) GetUserId

func (x *UpdateIAMMemberRequest) GetUserId() string

func (*UpdateIAMMemberRequest) ProtoMessage

func (*UpdateIAMMemberRequest) ProtoMessage()

func (*UpdateIAMMemberRequest) ProtoReflect

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

func (*UpdateIAMMemberRequest) Reset

func (x *UpdateIAMMemberRequest) Reset()

func (*UpdateIAMMemberRequest) String

func (x *UpdateIAMMemberRequest) String() string

type UpdateIAMMemberResponse

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

func (*UpdateIAMMemberResponse) Descriptor deprecated

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

Deprecated: Use UpdateIAMMemberResponse.ProtoReflect.Descriptor instead.

func (*UpdateIAMMemberResponse) GetDetails

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

func (*UpdateIAMMemberResponse) ProtoMessage

func (*UpdateIAMMemberResponse) ProtoMessage()

func (*UpdateIAMMemberResponse) ProtoReflect

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

func (*UpdateIAMMemberResponse) Reset

func (x *UpdateIAMMemberResponse) Reset()

func (*UpdateIAMMemberResponse) String

func (x *UpdateIAMMemberResponse) String() string

type UpdateIDPJWTConfigRequest

type UpdateIDPJWTConfigRequest 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 (*UpdateIDPJWTConfigRequest) Descriptor deprecated

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

Deprecated: Use UpdateIDPJWTConfigRequest.ProtoReflect.Descriptor instead.

func (*UpdateIDPJWTConfigRequest) GetHeaderName

func (x *UpdateIDPJWTConfigRequest) GetHeaderName() string

func (*UpdateIDPJWTConfigRequest) GetIdpId

func (x *UpdateIDPJWTConfigRequest) GetIdpId() string

func (*UpdateIDPJWTConfigRequest) GetIssuer

func (x *UpdateIDPJWTConfigRequest) GetIssuer() string

func (*UpdateIDPJWTConfigRequest) GetJwtEndpoint

func (x *UpdateIDPJWTConfigRequest) GetJwtEndpoint() string

func (*UpdateIDPJWTConfigRequest) GetKeysEndpoint

func (x *UpdateIDPJWTConfigRequest) GetKeysEndpoint() string

func (*UpdateIDPJWTConfigRequest) ProtoMessage

func (*UpdateIDPJWTConfigRequest) ProtoMessage()

func (*UpdateIDPJWTConfigRequest) ProtoReflect

func (*UpdateIDPJWTConfigRequest) Reset

func (x *UpdateIDPJWTConfigRequest) Reset()

func (*UpdateIDPJWTConfigRequest) String

func (x *UpdateIDPJWTConfigRequest) String() string

type UpdateIDPJWTConfigResponse

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

func (*UpdateIDPJWTConfigResponse) Descriptor deprecated

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

Deprecated: Use UpdateIDPJWTConfigResponse.ProtoReflect.Descriptor instead.

func (*UpdateIDPJWTConfigResponse) GetDetails

func (*UpdateIDPJWTConfigResponse) ProtoMessage

func (*UpdateIDPJWTConfigResponse) ProtoMessage()

func (*UpdateIDPJWTConfigResponse) ProtoReflect

func (*UpdateIDPJWTConfigResponse) Reset

func (x *UpdateIDPJWTConfigResponse) Reset()

func (*UpdateIDPJWTConfigResponse) String

func (x *UpdateIDPJWTConfigResponse) String() string

type UpdateIDPOIDCConfigRequest

type UpdateIDPOIDCConfigRequest struct {
	IdpId              string               `protobuf:"bytes,1,opt,name=idp_id,json=idpId,proto3" json:"idp_id,omitempty"`
	Issuer             string               `protobuf:"bytes,2,opt,name=issuer,proto3" json:"issuer,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"`
	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 (*UpdateIDPOIDCConfigRequest) Descriptor deprecated

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

Deprecated: Use UpdateIDPOIDCConfigRequest.ProtoReflect.Descriptor instead.

func (*UpdateIDPOIDCConfigRequest) GetClientId

func (x *UpdateIDPOIDCConfigRequest) GetClientId() string

func (*UpdateIDPOIDCConfigRequest) GetClientSecret

func (x *UpdateIDPOIDCConfigRequest) GetClientSecret() string

func (*UpdateIDPOIDCConfigRequest) GetDisplayNameMapping

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

func (*UpdateIDPOIDCConfigRequest) GetIdpId

func (x *UpdateIDPOIDCConfigRequest) GetIdpId() string

func (*UpdateIDPOIDCConfigRequest) GetIssuer

func (x *UpdateIDPOIDCConfigRequest) GetIssuer() string

func (*UpdateIDPOIDCConfigRequest) GetScopes

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

func (*UpdateIDPOIDCConfigRequest) GetUsernameMapping

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

func (*UpdateIDPOIDCConfigRequest) ProtoMessage

func (*UpdateIDPOIDCConfigRequest) ProtoMessage()

func (*UpdateIDPOIDCConfigRequest) ProtoReflect

func (*UpdateIDPOIDCConfigRequest) Reset

func (x *UpdateIDPOIDCConfigRequest) Reset()

func (*UpdateIDPOIDCConfigRequest) String

func (x *UpdateIDPOIDCConfigRequest) String() string

type UpdateIDPOIDCConfigResponse

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

func (*UpdateIDPOIDCConfigResponse) Descriptor deprecated

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

Deprecated: Use UpdateIDPOIDCConfigResponse.ProtoReflect.Descriptor instead.

func (*UpdateIDPOIDCConfigResponse) GetDetails

func (*UpdateIDPOIDCConfigResponse) ProtoMessage

func (*UpdateIDPOIDCConfigResponse) ProtoMessage()

func (*UpdateIDPOIDCConfigResponse) ProtoReflect

func (*UpdateIDPOIDCConfigResponse) Reset

func (x *UpdateIDPOIDCConfigResponse) Reset()

func (*UpdateIDPOIDCConfigResponse) String

func (x *UpdateIDPOIDCConfigResponse) String() string

type UpdateIDPRequest

type UpdateIDPRequest 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 (*UpdateIDPRequest) Descriptor deprecated

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

Deprecated: Use UpdateIDPRequest.ProtoReflect.Descriptor instead.

func (*UpdateIDPRequest) GetAutoRegister

func (x *UpdateIDPRequest) GetAutoRegister() bool

func (*UpdateIDPRequest) GetIdpId

func (x *UpdateIDPRequest) GetIdpId() string

func (*UpdateIDPRequest) GetName

func (x *UpdateIDPRequest) GetName() string

func (*UpdateIDPRequest) GetStylingType

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

func (*UpdateIDPRequest) ProtoMessage

func (*UpdateIDPRequest) ProtoMessage()

func (*UpdateIDPRequest) ProtoReflect

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

func (*UpdateIDPRequest) Reset

func (x *UpdateIDPRequest) Reset()

func (*UpdateIDPRequest) String

func (x *UpdateIDPRequest) String() string

type UpdateIDPResponse

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

func (*UpdateIDPResponse) Descriptor deprecated

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

Deprecated: Use UpdateIDPResponse.ProtoReflect.Descriptor instead.

func (*UpdateIDPResponse) GetDetails

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

func (*UpdateIDPResponse) ProtoMessage

func (*UpdateIDPResponse) ProtoMessage()

func (*UpdateIDPResponse) ProtoReflect

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

func (*UpdateIDPResponse) Reset

func (x *UpdateIDPResponse) Reset()

func (*UpdateIDPResponse) String

func (x *UpdateIDPResponse) String() string

type UpdateLabelPolicyRequest

type UpdateLabelPolicyRequest 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 (*UpdateLabelPolicyRequest) Descriptor deprecated

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

Deprecated: Use UpdateLabelPolicyRequest.ProtoReflect.Descriptor instead.

func (*UpdateLabelPolicyRequest) GetBackgroundColor

func (x *UpdateLabelPolicyRequest) GetBackgroundColor() string

func (*UpdateLabelPolicyRequest) GetBackgroundColorDark

func (x *UpdateLabelPolicyRequest) GetBackgroundColorDark() string

func (*UpdateLabelPolicyRequest) GetDisableWatermark

func (x *UpdateLabelPolicyRequest) GetDisableWatermark() bool

func (*UpdateLabelPolicyRequest) GetFontColor

func (x *UpdateLabelPolicyRequest) GetFontColor() string

func (*UpdateLabelPolicyRequest) GetFontColorDark

func (x *UpdateLabelPolicyRequest) GetFontColorDark() string

func (*UpdateLabelPolicyRequest) GetHideLoginNameSuffix

func (x *UpdateLabelPolicyRequest) GetHideLoginNameSuffix() bool

func (*UpdateLabelPolicyRequest) GetPrimaryColor

func (x *UpdateLabelPolicyRequest) GetPrimaryColor() string

func (*UpdateLabelPolicyRequest) GetPrimaryColorDark

func (x *UpdateLabelPolicyRequest) GetPrimaryColorDark() string

func (*UpdateLabelPolicyRequest) GetWarnColor

func (x *UpdateLabelPolicyRequest) GetWarnColor() string

func (*UpdateLabelPolicyRequest) GetWarnColorDark

func (x *UpdateLabelPolicyRequest) GetWarnColorDark() string

func (*UpdateLabelPolicyRequest) ProtoMessage

func (*UpdateLabelPolicyRequest) ProtoMessage()

func (*UpdateLabelPolicyRequest) ProtoReflect

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

func (*UpdateLabelPolicyRequest) Reset

func (x *UpdateLabelPolicyRequest) Reset()

func (*UpdateLabelPolicyRequest) String

func (x *UpdateLabelPolicyRequest) String() string

type UpdateLabelPolicyResponse

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

func (*UpdateLabelPolicyResponse) Descriptor deprecated

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

Deprecated: Use UpdateLabelPolicyResponse.ProtoReflect.Descriptor instead.

func (*UpdateLabelPolicyResponse) GetDetails

func (*UpdateLabelPolicyResponse) ProtoMessage

func (*UpdateLabelPolicyResponse) ProtoMessage()

func (*UpdateLabelPolicyResponse) ProtoReflect

func (*UpdateLabelPolicyResponse) Reset

func (x *UpdateLabelPolicyResponse) Reset()

func (*UpdateLabelPolicyResponse) String

func (x *UpdateLabelPolicyResponse) String() string

type UpdateLockoutPolicyRequest

type UpdateLockoutPolicyRequest struct {

	// failed attempts until a user gets locked
	MaxPasswordAttempts uint32 `protobuf:"varint,1,opt,name=max_password_attempts,json=maxPasswordAttempts,proto3" json:"max_password_attempts,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateLockoutPolicyRequest) Descriptor deprecated

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

Deprecated: Use UpdateLockoutPolicyRequest.ProtoReflect.Descriptor instead.

func (*UpdateLockoutPolicyRequest) GetMaxPasswordAttempts

func (x *UpdateLockoutPolicyRequest) GetMaxPasswordAttempts() uint32

func (*UpdateLockoutPolicyRequest) ProtoMessage

func (*UpdateLockoutPolicyRequest) ProtoMessage()

func (*UpdateLockoutPolicyRequest) ProtoReflect

func (*UpdateLockoutPolicyRequest) Reset

func (x *UpdateLockoutPolicyRequest) Reset()

func (*UpdateLockoutPolicyRequest) String

func (x *UpdateLockoutPolicyRequest) String() string

type UpdateLockoutPolicyResponse

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

func (*UpdateLockoutPolicyResponse) Descriptor deprecated

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

Deprecated: Use UpdateLockoutPolicyResponse.ProtoReflect.Descriptor instead.

func (*UpdateLockoutPolicyResponse) GetDetails

func (*UpdateLockoutPolicyResponse) ProtoMessage

func (*UpdateLockoutPolicyResponse) ProtoMessage()

func (*UpdateLockoutPolicyResponse) ProtoReflect

func (*UpdateLockoutPolicyResponse) Reset

func (x *UpdateLockoutPolicyResponse) Reset()

func (*UpdateLockoutPolicyResponse) String

func (x *UpdateLockoutPolicyResponse) String() string

type UpdateLoginPolicyRequest

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

func (*UpdateLoginPolicyRequest) Descriptor deprecated

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

Deprecated: Use UpdateLoginPolicyRequest.ProtoReflect.Descriptor instead.

func (*UpdateLoginPolicyRequest) GetAllowExternalIdp

func (x *UpdateLoginPolicyRequest) GetAllowExternalIdp() bool

func (*UpdateLoginPolicyRequest) GetAllowRegister

func (x *UpdateLoginPolicyRequest) GetAllowRegister() bool

func (*UpdateLoginPolicyRequest) GetAllowUsernamePassword

func (x *UpdateLoginPolicyRequest) GetAllowUsernamePassword() bool

func (*UpdateLoginPolicyRequest) GetDefaultRedirectUri added in v0.3.4

func (x *UpdateLoginPolicyRequest) GetDefaultRedirectUri() string

func (*UpdateLoginPolicyRequest) GetForceMfa

func (x *UpdateLoginPolicyRequest) GetForceMfa() bool

func (*UpdateLoginPolicyRequest) GetHidePasswordReset

func (x *UpdateLoginPolicyRequest) GetHidePasswordReset() bool

func (*UpdateLoginPolicyRequest) GetIgnoreUnknownUsernames

func (x *UpdateLoginPolicyRequest) GetIgnoreUnknownUsernames() bool

func (*UpdateLoginPolicyRequest) GetPasswordlessType

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

func (*UpdateLoginPolicyRequest) ProtoMessage

func (*UpdateLoginPolicyRequest) ProtoMessage()

func (*UpdateLoginPolicyRequest) ProtoReflect

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

func (*UpdateLoginPolicyRequest) Reset

func (x *UpdateLoginPolicyRequest) Reset()

func (*UpdateLoginPolicyRequest) String

func (x *UpdateLoginPolicyRequest) String() string

type UpdateLoginPolicyResponse

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

func (*UpdateLoginPolicyResponse) Descriptor deprecated

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

Deprecated: Use UpdateLoginPolicyResponse.ProtoReflect.Descriptor instead.

func (*UpdateLoginPolicyResponse) GetDetails

func (*UpdateLoginPolicyResponse) ProtoMessage

func (*UpdateLoginPolicyResponse) ProtoMessage()

func (*UpdateLoginPolicyResponse) ProtoReflect

func (*UpdateLoginPolicyResponse) Reset

func (x *UpdateLoginPolicyResponse) Reset()

func (*UpdateLoginPolicyResponse) String

func (x *UpdateLoginPolicyResponse) String() string

type UpdateOrgIAMPolicyRequest

type UpdateOrgIAMPolicyRequest struct {
	UserLoginMustBeDomain bool `` /* 131-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*UpdateOrgIAMPolicyRequest) Descriptor deprecated

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

Deprecated: Use UpdateOrgIAMPolicyRequest.ProtoReflect.Descriptor instead.

func (*UpdateOrgIAMPolicyRequest) GetUserLoginMustBeDomain

func (x *UpdateOrgIAMPolicyRequest) GetUserLoginMustBeDomain() bool

func (*UpdateOrgIAMPolicyRequest) ProtoMessage

func (*UpdateOrgIAMPolicyRequest) ProtoMessage()

func (*UpdateOrgIAMPolicyRequest) ProtoReflect

func (*UpdateOrgIAMPolicyRequest) Reset

func (x *UpdateOrgIAMPolicyRequest) Reset()

func (*UpdateOrgIAMPolicyRequest) String

func (x *UpdateOrgIAMPolicyRequest) String() string

type UpdateOrgIAMPolicyResponse

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

func (*UpdateOrgIAMPolicyResponse) Descriptor deprecated

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

Deprecated: Use UpdateOrgIAMPolicyResponse.ProtoReflect.Descriptor instead.

func (*UpdateOrgIAMPolicyResponse) GetDetails

func (*UpdateOrgIAMPolicyResponse) ProtoMessage

func (*UpdateOrgIAMPolicyResponse) ProtoMessage()

func (*UpdateOrgIAMPolicyResponse) ProtoReflect

func (*UpdateOrgIAMPolicyResponse) Reset

func (x *UpdateOrgIAMPolicyResponse) Reset()

func (*UpdateOrgIAMPolicyResponse) String

func (x *UpdateOrgIAMPolicyResponse) String() string

type UpdatePasswordAgePolicyRequest

type UpdatePasswordAgePolicyRequest 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 (*UpdatePasswordAgePolicyRequest) Descriptor deprecated

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

Deprecated: Use UpdatePasswordAgePolicyRequest.ProtoReflect.Descriptor instead.

func (*UpdatePasswordAgePolicyRequest) GetExpireWarnDays

func (x *UpdatePasswordAgePolicyRequest) GetExpireWarnDays() uint32

func (*UpdatePasswordAgePolicyRequest) GetMaxAgeDays

func (x *UpdatePasswordAgePolicyRequest) GetMaxAgeDays() uint32

func (*UpdatePasswordAgePolicyRequest) ProtoMessage

func (*UpdatePasswordAgePolicyRequest) ProtoMessage()

func (*UpdatePasswordAgePolicyRequest) ProtoReflect

func (*UpdatePasswordAgePolicyRequest) Reset

func (x *UpdatePasswordAgePolicyRequest) Reset()

func (*UpdatePasswordAgePolicyRequest) String

type UpdatePasswordAgePolicyResponse

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

func (*UpdatePasswordAgePolicyResponse) Descriptor deprecated

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

Deprecated: Use UpdatePasswordAgePolicyResponse.ProtoReflect.Descriptor instead.

func (*UpdatePasswordAgePolicyResponse) GetDetails

func (*UpdatePasswordAgePolicyResponse) ProtoMessage

func (*UpdatePasswordAgePolicyResponse) ProtoMessage()

func (*UpdatePasswordAgePolicyResponse) ProtoReflect

func (*UpdatePasswordAgePolicyResponse) Reset

func (*UpdatePasswordAgePolicyResponse) String

type UpdatePasswordComplexityPolicyRequest

type UpdatePasswordComplexityPolicyRequest struct {
	MinLength    uint32 `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 (*UpdatePasswordComplexityPolicyRequest) Descriptor deprecated

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

Deprecated: Use UpdatePasswordComplexityPolicyRequest.ProtoReflect.Descriptor instead.

func (*UpdatePasswordComplexityPolicyRequest) GetHasLowercase

func (x *UpdatePasswordComplexityPolicyRequest) GetHasLowercase() bool

func (*UpdatePasswordComplexityPolicyRequest) GetHasNumber

func (x *UpdatePasswordComplexityPolicyRequest) GetHasNumber() bool

func (*UpdatePasswordComplexityPolicyRequest) GetHasSymbol

func (x *UpdatePasswordComplexityPolicyRequest) GetHasSymbol() bool

func (*UpdatePasswordComplexityPolicyRequest) GetHasUppercase

func (x *UpdatePasswordComplexityPolicyRequest) GetHasUppercase() bool

func (*UpdatePasswordComplexityPolicyRequest) GetMinLength

func (*UpdatePasswordComplexityPolicyRequest) ProtoMessage

func (*UpdatePasswordComplexityPolicyRequest) ProtoMessage()

func (*UpdatePasswordComplexityPolicyRequest) ProtoReflect

func (*UpdatePasswordComplexityPolicyRequest) Reset

func (*UpdatePasswordComplexityPolicyRequest) String

type UpdatePasswordComplexityPolicyResponse

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

func (*UpdatePasswordComplexityPolicyResponse) Descriptor deprecated

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

Deprecated: Use UpdatePasswordComplexityPolicyResponse.ProtoReflect.Descriptor instead.

func (*UpdatePasswordComplexityPolicyResponse) GetDetails

func (*UpdatePasswordComplexityPolicyResponse) ProtoMessage

func (*UpdatePasswordComplexityPolicyResponse) ProtoReflect

func (*UpdatePasswordComplexityPolicyResponse) Reset

func (*UpdatePasswordComplexityPolicyResponse) String

type UpdatePrivacyPolicyRequest

type UpdatePrivacyPolicyRequest 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 (*UpdatePrivacyPolicyRequest) Descriptor deprecated

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

Deprecated: Use UpdatePrivacyPolicyRequest.ProtoReflect.Descriptor instead.

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

func (*UpdatePrivacyPolicyRequest) ProtoMessage

func (*UpdatePrivacyPolicyRequest) ProtoMessage()

func (*UpdatePrivacyPolicyRequest) ProtoReflect

func (*UpdatePrivacyPolicyRequest) Reset

func (x *UpdatePrivacyPolicyRequest) Reset()

func (*UpdatePrivacyPolicyRequest) String

func (x *UpdatePrivacyPolicyRequest) String() string

type UpdatePrivacyPolicyResponse

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

func (*UpdatePrivacyPolicyResponse) Descriptor deprecated

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

Deprecated: Use UpdatePrivacyPolicyResponse.ProtoReflect.Descriptor instead.

func (*UpdatePrivacyPolicyResponse) GetDetails

func (*UpdatePrivacyPolicyResponse) ProtoMessage

func (*UpdatePrivacyPolicyResponse) ProtoMessage()

func (*UpdatePrivacyPolicyResponse) ProtoReflect

func (*UpdatePrivacyPolicyResponse) Reset

func (x *UpdatePrivacyPolicyResponse) Reset()

func (*UpdatePrivacyPolicyResponse) String

func (x *UpdatePrivacyPolicyResponse) String() string

type View

type View struct {
	Database                 string                 `protobuf:"bytes,1,opt,name=database,proto3" json:"database,omitempty"`
	ViewName                 string                 `protobuf:"bytes,2,opt,name=view_name,json=viewName,proto3" json:"view_name,omitempty"`
	ProcessedSequence        uint64                 `protobuf:"varint,3,opt,name=processed_sequence,json=processedSequence,proto3" json:"processed_sequence,omitempty"`
	EventTimestamp           *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=event_timestamp,json=eventTimestamp,proto3" json:"event_timestamp,omitempty"` // The timestamp the event occured
	LastSuccessfulSpoolerRun *timestamppb.Timestamp ``                                                                                                        /* 137-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*View) Descriptor deprecated

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

Deprecated: Use View.ProtoReflect.Descriptor instead.

func (*View) GetDatabase

func (x *View) GetDatabase() string

func (*View) GetEventTimestamp

func (x *View) GetEventTimestamp() *timestamppb.Timestamp

func (*View) GetLastSuccessfulSpoolerRun

func (x *View) GetLastSuccessfulSpoolerRun() *timestamppb.Timestamp

func (*View) GetProcessedSequence

func (x *View) GetProcessedSequence() uint64

func (*View) GetViewName

func (x *View) GetViewName() string

func (*View) ProtoMessage

func (*View) ProtoMessage()

func (*View) ProtoReflect

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

func (*View) Reset

func (x *View) Reset()

func (*View) String

func (x *View) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL