github.com/infraboard/keyauth@v0.8.1/apps/domain/request.pb.go (about)

     1  // Code generated by protoc-gen-go. DO NOT EDIT.
     2  // versions:
     3  // 	protoc-gen-go v1.27.1
     4  // 	protoc        v3.19.1
     5  // source: apps/domain/pb/request.proto
     6  
     7  package domain
     8  
     9  import (
    10  	types "github.com/infraboard/keyauth/common/types"
    11  	request "github.com/infraboard/mcube/http/request"
    12  	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
    13  	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
    14  	reflect "reflect"
    15  	sync "sync"
    16  )
    17  
    18  const (
    19  	// Verify that this generated code is sufficiently up-to-date.
    20  	_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
    21  	// Verify that runtime/protoimpl is sufficiently up-to-date.
    22  	_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
    23  )
    24  
    25  type CreateDomainRequest struct {
    26  	state         protoimpl.MessageState
    27  	sizeCache     protoimpl.SizeCache
    28  	unknownFields protoimpl.UnknownFields
    29  
    30  	// 公司或者组织名称
    31  	// @gotags: bson:"name" json:"name"
    32  	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name" bson:"name"`
    33  	// Profile 需要修改内容
    34  	// @gotags: bson:"profile" json:"profile"
    35  	Profile *DomainProfile `protobuf:"bytes,2,opt,name=profile,proto3" json:"profile" bson:"profile"`
    36  	// 归属人
    37  	// @gotags: bson:"owner" json:"owner"
    38  	Owner string `protobuf:"bytes,3,opt,name=owner,proto3" json:"owner" bson:"owner"`
    39  }
    40  
    41  func (x *CreateDomainRequest) Reset() {
    42  	*x = CreateDomainRequest{}
    43  	if protoimpl.UnsafeEnabled {
    44  		mi := &file_apps_domain_pb_request_proto_msgTypes[0]
    45  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    46  		ms.StoreMessageInfo(mi)
    47  	}
    48  }
    49  
    50  func (x *CreateDomainRequest) String() string {
    51  	return protoimpl.X.MessageStringOf(x)
    52  }
    53  
    54  func (*CreateDomainRequest) ProtoMessage() {}
    55  
    56  func (x *CreateDomainRequest) ProtoReflect() protoreflect.Message {
    57  	mi := &file_apps_domain_pb_request_proto_msgTypes[0]
    58  	if protoimpl.UnsafeEnabled && x != nil {
    59  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    60  		if ms.LoadMessageInfo() == nil {
    61  			ms.StoreMessageInfo(mi)
    62  		}
    63  		return ms
    64  	}
    65  	return mi.MessageOf(x)
    66  }
    67  
    68  // Deprecated: Use CreateDomainRequest.ProtoReflect.Descriptor instead.
    69  func (*CreateDomainRequest) Descriptor() ([]byte, []int) {
    70  	return file_apps_domain_pb_request_proto_rawDescGZIP(), []int{0}
    71  }
    72  
    73  func (x *CreateDomainRequest) GetName() string {
    74  	if x != nil {
    75  		return x.Name
    76  	}
    77  	return ""
    78  }
    79  
    80  func (x *CreateDomainRequest) GetProfile() *DomainProfile {
    81  	if x != nil {
    82  		return x.Profile
    83  	}
    84  	return nil
    85  }
    86  
    87  func (x *CreateDomainRequest) GetOwner() string {
    88  	if x != nil {
    89  		return x.Owner
    90  	}
    91  	return ""
    92  }
    93  
    94  type DomainProfile struct {
    95  	state         protoimpl.MessageState
    96  	sizeCache     protoimpl.SizeCache
    97  	unknownFields protoimpl.UnknownFields
    98  
    99  	// 全称
   100  	// @gotags: bson:"display_name" json:"display_name"
   101  	DisplayName string `protobuf:"bytes,5,opt,name=display_name,json=displayName,proto3" json:"display_name" bson:"display_name"`
   102  	// 公司LOGO图片的URL
   103  	// @gotags: bson:"logo_path" json:"logo_path"
   104  	LogoPath string `protobuf:"bytes,6,opt,name=logo_path,json=logoPath,proto3" json:"logo_path" bson:"logo_path"`
   105  	// 描述
   106  	// @gotags: bson:"description" json:"description"
   107  	Description string `protobuf:"bytes,7,opt,name=description,proto3" json:"description" bson:"description"`
   108  	// 电话
   109  	// @gotags: bson:"phone" json:"phone"
   110  	Phone string `protobuf:"bytes,9,opt,name=phone,proto3" json:"phone" bson:"phone"`
   111  	// 规模: 50人以下, 50~100, ...
   112  	// @gotags: bson:"size" json:"size"
   113  	Size string `protobuf:"bytes,10,opt,name=size,proto3" json:"size" bson:"size"`
   114  	// 位置: 指城市, 比如 中国,四川,成都
   115  	// @gotags: bson:"location" json:"location"
   116  	Location string `protobuf:"bytes,11,opt,name=location,proto3" json:"location" bson:"location"`
   117  	// 地址: 比如环球中心 10F 1034
   118  	// @gotags: bson:"address" json:"address"
   119  	Address string `protobuf:"bytes,12,opt,name=address,proto3" json:"address" bson:"address"`
   120  	// 所属行业: 比如, 互联网
   121  	// @gotags: bson:"industry" json:"industry"
   122  	Industry string `protobuf:"bytes,13,opt,name=industry,proto3" json:"industry" bson:"industry"`
   123  	// 传真
   124  	// @gotags: bson:"fax" json:"fax"
   125  	Fax string `protobuf:"bytes,14,opt,name=fax,proto3" json:"fax" bson:"fax"`
   126  	// 联系人
   127  	// @gotags: bson:"contack" json:"contack"
   128  	Contack *Contact `protobuf:"bytes,15,opt,name=contack,proto3" json:"contack" bson:"contack"`
   129  }
   130  
   131  func (x *DomainProfile) Reset() {
   132  	*x = DomainProfile{}
   133  	if protoimpl.UnsafeEnabled {
   134  		mi := &file_apps_domain_pb_request_proto_msgTypes[1]
   135  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   136  		ms.StoreMessageInfo(mi)
   137  	}
   138  }
   139  
   140  func (x *DomainProfile) String() string {
   141  	return protoimpl.X.MessageStringOf(x)
   142  }
   143  
   144  func (*DomainProfile) ProtoMessage() {}
   145  
   146  func (x *DomainProfile) ProtoReflect() protoreflect.Message {
   147  	mi := &file_apps_domain_pb_request_proto_msgTypes[1]
   148  	if protoimpl.UnsafeEnabled && x != nil {
   149  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   150  		if ms.LoadMessageInfo() == nil {
   151  			ms.StoreMessageInfo(mi)
   152  		}
   153  		return ms
   154  	}
   155  	return mi.MessageOf(x)
   156  }
   157  
   158  // Deprecated: Use DomainProfile.ProtoReflect.Descriptor instead.
   159  func (*DomainProfile) Descriptor() ([]byte, []int) {
   160  	return file_apps_domain_pb_request_proto_rawDescGZIP(), []int{1}
   161  }
   162  
   163  func (x *DomainProfile) GetDisplayName() string {
   164  	if x != nil {
   165  		return x.DisplayName
   166  	}
   167  	return ""
   168  }
   169  
   170  func (x *DomainProfile) GetLogoPath() string {
   171  	if x != nil {
   172  		return x.LogoPath
   173  	}
   174  	return ""
   175  }
   176  
   177  func (x *DomainProfile) GetDescription() string {
   178  	if x != nil {
   179  		return x.Description
   180  	}
   181  	return ""
   182  }
   183  
   184  func (x *DomainProfile) GetPhone() string {
   185  	if x != nil {
   186  		return x.Phone
   187  	}
   188  	return ""
   189  }
   190  
   191  func (x *DomainProfile) GetSize() string {
   192  	if x != nil {
   193  		return x.Size
   194  	}
   195  	return ""
   196  }
   197  
   198  func (x *DomainProfile) GetLocation() string {
   199  	if x != nil {
   200  		return x.Location
   201  	}
   202  	return ""
   203  }
   204  
   205  func (x *DomainProfile) GetAddress() string {
   206  	if x != nil {
   207  		return x.Address
   208  	}
   209  	return ""
   210  }
   211  
   212  func (x *DomainProfile) GetIndustry() string {
   213  	if x != nil {
   214  		return x.Industry
   215  	}
   216  	return ""
   217  }
   218  
   219  func (x *DomainProfile) GetFax() string {
   220  	if x != nil {
   221  		return x.Fax
   222  	}
   223  	return ""
   224  }
   225  
   226  func (x *DomainProfile) GetContack() *Contact {
   227  	if x != nil {
   228  		return x.Contack
   229  	}
   230  	return nil
   231  }
   232  
   233  type UpdateDomainInfoRequest struct {
   234  	state         protoimpl.MessageState
   235  	sizeCache     protoimpl.SizeCache
   236  	unknownFields protoimpl.UnknownFields
   237  
   238  	// 更新模式
   239  	// @gotags: bson:"update_mode" json:"update_mode"
   240  	UpdateMode types.UpdateMode `protobuf:"varint,1,opt,name=update_mode,json=updateMode,proto3,enum=infraboard.keyauth.types.UpdateMode" json:"update_mode" bson:"update_mode"`
   241  	// 公司或者组织名称
   242  	// @gotags: bson:"name" json:"name"
   243  	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name" bson:"name"`
   244  	// CreateDomainRequest 需要修改内容
   245  	// @gotags: bson:"profile" json:"profile"
   246  	Profile *DomainProfile `protobuf:"bytes,3,opt,name=profile,proto3" json:"profile" bson:"profile"`
   247  	// 修改者
   248  	// @gotags: bson:"account" json:"account"
   249  	Account string `protobuf:"bytes,4,opt,name=account,proto3" json:"account" bson:"account"`
   250  }
   251  
   252  func (x *UpdateDomainInfoRequest) Reset() {
   253  	*x = UpdateDomainInfoRequest{}
   254  	if protoimpl.UnsafeEnabled {
   255  		mi := &file_apps_domain_pb_request_proto_msgTypes[2]
   256  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   257  		ms.StoreMessageInfo(mi)
   258  	}
   259  }
   260  
   261  func (x *UpdateDomainInfoRequest) String() string {
   262  	return protoimpl.X.MessageStringOf(x)
   263  }
   264  
   265  func (*UpdateDomainInfoRequest) ProtoMessage() {}
   266  
   267  func (x *UpdateDomainInfoRequest) ProtoReflect() protoreflect.Message {
   268  	mi := &file_apps_domain_pb_request_proto_msgTypes[2]
   269  	if protoimpl.UnsafeEnabled && x != nil {
   270  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   271  		if ms.LoadMessageInfo() == nil {
   272  			ms.StoreMessageInfo(mi)
   273  		}
   274  		return ms
   275  	}
   276  	return mi.MessageOf(x)
   277  }
   278  
   279  // Deprecated: Use UpdateDomainInfoRequest.ProtoReflect.Descriptor instead.
   280  func (*UpdateDomainInfoRequest) Descriptor() ([]byte, []int) {
   281  	return file_apps_domain_pb_request_proto_rawDescGZIP(), []int{2}
   282  }
   283  
   284  func (x *UpdateDomainInfoRequest) GetUpdateMode() types.UpdateMode {
   285  	if x != nil {
   286  		return x.UpdateMode
   287  	}
   288  	return types.UpdateMode(0)
   289  }
   290  
   291  func (x *UpdateDomainInfoRequest) GetName() string {
   292  	if x != nil {
   293  		return x.Name
   294  	}
   295  	return ""
   296  }
   297  
   298  func (x *UpdateDomainInfoRequest) GetProfile() *DomainProfile {
   299  	if x != nil {
   300  		return x.Profile
   301  	}
   302  	return nil
   303  }
   304  
   305  func (x *UpdateDomainInfoRequest) GetAccount() string {
   306  	if x != nil {
   307  		return x.Account
   308  	}
   309  	return ""
   310  }
   311  
   312  // DescribeDomainRequest 查询domain详情请求
   313  type DescribeDomainRequest struct {
   314  	state         protoimpl.MessageState
   315  	sizeCache     protoimpl.SizeCache
   316  	unknownFields protoimpl.UnknownFields
   317  
   318  	// @gotags: bson:"name" json:"name"
   319  	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name" bson:"name"`
   320  }
   321  
   322  func (x *DescribeDomainRequest) Reset() {
   323  	*x = DescribeDomainRequest{}
   324  	if protoimpl.UnsafeEnabled {
   325  		mi := &file_apps_domain_pb_request_proto_msgTypes[3]
   326  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   327  		ms.StoreMessageInfo(mi)
   328  	}
   329  }
   330  
   331  func (x *DescribeDomainRequest) String() string {
   332  	return protoimpl.X.MessageStringOf(x)
   333  }
   334  
   335  func (*DescribeDomainRequest) ProtoMessage() {}
   336  
   337  func (x *DescribeDomainRequest) ProtoReflect() protoreflect.Message {
   338  	mi := &file_apps_domain_pb_request_proto_msgTypes[3]
   339  	if protoimpl.UnsafeEnabled && x != nil {
   340  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   341  		if ms.LoadMessageInfo() == nil {
   342  			ms.StoreMessageInfo(mi)
   343  		}
   344  		return ms
   345  	}
   346  	return mi.MessageOf(x)
   347  }
   348  
   349  // Deprecated: Use DescribeDomainRequest.ProtoReflect.Descriptor instead.
   350  func (*DescribeDomainRequest) Descriptor() ([]byte, []int) {
   351  	return file_apps_domain_pb_request_proto_rawDescGZIP(), []int{3}
   352  }
   353  
   354  func (x *DescribeDomainRequest) GetName() string {
   355  	if x != nil {
   356  		return x.Name
   357  	}
   358  	return ""
   359  }
   360  
   361  // DeleteDomainRequest 删除域
   362  type DeleteDomainRequest struct {
   363  	state         protoimpl.MessageState
   364  	sizeCache     protoimpl.SizeCache
   365  	unknownFields protoimpl.UnknownFields
   366  
   367  	// @gotags: bson:"name" json:"name"
   368  	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name" bson:"name"`
   369  }
   370  
   371  func (x *DeleteDomainRequest) Reset() {
   372  	*x = DeleteDomainRequest{}
   373  	if protoimpl.UnsafeEnabled {
   374  		mi := &file_apps_domain_pb_request_proto_msgTypes[4]
   375  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   376  		ms.StoreMessageInfo(mi)
   377  	}
   378  }
   379  
   380  func (x *DeleteDomainRequest) String() string {
   381  	return protoimpl.X.MessageStringOf(x)
   382  }
   383  
   384  func (*DeleteDomainRequest) ProtoMessage() {}
   385  
   386  func (x *DeleteDomainRequest) ProtoReflect() protoreflect.Message {
   387  	mi := &file_apps_domain_pb_request_proto_msgTypes[4]
   388  	if protoimpl.UnsafeEnabled && x != nil {
   389  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   390  		if ms.LoadMessageInfo() == nil {
   391  			ms.StoreMessageInfo(mi)
   392  		}
   393  		return ms
   394  	}
   395  	return mi.MessageOf(x)
   396  }
   397  
   398  // Deprecated: Use DeleteDomainRequest.ProtoReflect.Descriptor instead.
   399  func (*DeleteDomainRequest) Descriptor() ([]byte, []int) {
   400  	return file_apps_domain_pb_request_proto_rawDescGZIP(), []int{4}
   401  }
   402  
   403  func (x *DeleteDomainRequest) GetName() string {
   404  	if x != nil {
   405  		return x.Name
   406  	}
   407  	return ""
   408  }
   409  
   410  // QueryDomainRequest 请求
   411  type QueryDomainRequest struct {
   412  	state         protoimpl.MessageState
   413  	sizeCache     protoimpl.SizeCache
   414  	unknownFields protoimpl.UnknownFields
   415  
   416  	// @gotags: json:"page"
   417  	Page *request.PageRequest `protobuf:"bytes,1,opt,name=page,proto3" json:"page"`
   418  	// @gotags: json:"name"
   419  	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"`
   420  	// @gotags: json:"owner"
   421  	Owner string `protobuf:"bytes,3,opt,name=owner,proto3" json:"owner"`
   422  }
   423  
   424  func (x *QueryDomainRequest) Reset() {
   425  	*x = QueryDomainRequest{}
   426  	if protoimpl.UnsafeEnabled {
   427  		mi := &file_apps_domain_pb_request_proto_msgTypes[5]
   428  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   429  		ms.StoreMessageInfo(mi)
   430  	}
   431  }
   432  
   433  func (x *QueryDomainRequest) String() string {
   434  	return protoimpl.X.MessageStringOf(x)
   435  }
   436  
   437  func (*QueryDomainRequest) ProtoMessage() {}
   438  
   439  func (x *QueryDomainRequest) ProtoReflect() protoreflect.Message {
   440  	mi := &file_apps_domain_pb_request_proto_msgTypes[5]
   441  	if protoimpl.UnsafeEnabled && x != nil {
   442  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   443  		if ms.LoadMessageInfo() == nil {
   444  			ms.StoreMessageInfo(mi)
   445  		}
   446  		return ms
   447  	}
   448  	return mi.MessageOf(x)
   449  }
   450  
   451  // Deprecated: Use QueryDomainRequest.ProtoReflect.Descriptor instead.
   452  func (*QueryDomainRequest) Descriptor() ([]byte, []int) {
   453  	return file_apps_domain_pb_request_proto_rawDescGZIP(), []int{5}
   454  }
   455  
   456  func (x *QueryDomainRequest) GetPage() *request.PageRequest {
   457  	if x != nil {
   458  		return x.Page
   459  	}
   460  	return nil
   461  }
   462  
   463  func (x *QueryDomainRequest) GetName() string {
   464  	if x != nil {
   465  		return x.Name
   466  	}
   467  	return ""
   468  }
   469  
   470  func (x *QueryDomainRequest) GetOwner() string {
   471  	if x != nil {
   472  		return x.Owner
   473  	}
   474  	return ""
   475  }
   476  
   477  // UpdateDomainSecurityRequest todo
   478  type UpdateDomainSecurityRequest struct {
   479  	state         protoimpl.MessageState
   480  	sizeCache     protoimpl.SizeCache
   481  	unknownFields protoimpl.UnknownFields
   482  
   483  	// 更新模式
   484  	// @gotags: bson:"update_mode" json:"update_mode"
   485  	UpdateMode types.UpdateMode `protobuf:"varint,1,opt,name=update_mode,json=updateMode,proto3,enum=infraboard.keyauth.types.UpdateMode" json:"update_mode" bson:"update_mode"`
   486  	// 名称
   487  	// @gotags: bson:"name" json:"name"
   488  	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name" bson:"name"`
   489  	// SecuritySetting 域安全设置
   490  	// @gotags: bson:"security_setting" json:"security_setting"
   491  	SecuritySetting *SecuritySetting `protobuf:"bytes,3,opt,name=security_setting,json=securitySetting,proto3" json:"security_setting" bson:"security_setting"`
   492  }
   493  
   494  func (x *UpdateDomainSecurityRequest) Reset() {
   495  	*x = UpdateDomainSecurityRequest{}
   496  	if protoimpl.UnsafeEnabled {
   497  		mi := &file_apps_domain_pb_request_proto_msgTypes[6]
   498  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   499  		ms.StoreMessageInfo(mi)
   500  	}
   501  }
   502  
   503  func (x *UpdateDomainSecurityRequest) String() string {
   504  	return protoimpl.X.MessageStringOf(x)
   505  }
   506  
   507  func (*UpdateDomainSecurityRequest) ProtoMessage() {}
   508  
   509  func (x *UpdateDomainSecurityRequest) ProtoReflect() protoreflect.Message {
   510  	mi := &file_apps_domain_pb_request_proto_msgTypes[6]
   511  	if protoimpl.UnsafeEnabled && x != nil {
   512  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   513  		if ms.LoadMessageInfo() == nil {
   514  			ms.StoreMessageInfo(mi)
   515  		}
   516  		return ms
   517  	}
   518  	return mi.MessageOf(x)
   519  }
   520  
   521  // Deprecated: Use UpdateDomainSecurityRequest.ProtoReflect.Descriptor instead.
   522  func (*UpdateDomainSecurityRequest) Descriptor() ([]byte, []int) {
   523  	return file_apps_domain_pb_request_proto_rawDescGZIP(), []int{6}
   524  }
   525  
   526  func (x *UpdateDomainSecurityRequest) GetUpdateMode() types.UpdateMode {
   527  	if x != nil {
   528  		return x.UpdateMode
   529  	}
   530  	return types.UpdateMode(0)
   531  }
   532  
   533  func (x *UpdateDomainSecurityRequest) GetName() string {
   534  	if x != nil {
   535  		return x.Name
   536  	}
   537  	return ""
   538  }
   539  
   540  func (x *UpdateDomainSecurityRequest) GetSecuritySetting() *SecuritySetting {
   541  	if x != nil {
   542  		return x.SecuritySetting
   543  	}
   544  	return nil
   545  }
   546  
   547  // SecuritySetting 安全策略
   548  type SecuritySetting struct {
   549  	state         protoimpl.MessageState
   550  	sizeCache     protoimpl.SizeCache
   551  	unknownFields protoimpl.UnknownFields
   552  
   553  	// 密码安全
   554  	// @gotags: bson:"password_security" json:"password_security"
   555  	PasswordSecurity *PasswordSecurity `protobuf:"bytes,1,opt,name=password_security,json=passwordSecurity,proto3" json:"password_security" bson:"password_security"`
   556  	// 登录安全
   557  	// @gotags: bson:"login_security" json:"login_security"
   558  	LoginSecurity *LoginSecurity `protobuf:"bytes,2,opt,name=login_security,json=loginSecurity,proto3" json:"login_security" bson:"login_security"`
   559  }
   560  
   561  func (x *SecuritySetting) Reset() {
   562  	*x = SecuritySetting{}
   563  	if protoimpl.UnsafeEnabled {
   564  		mi := &file_apps_domain_pb_request_proto_msgTypes[7]
   565  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   566  		ms.StoreMessageInfo(mi)
   567  	}
   568  }
   569  
   570  func (x *SecuritySetting) String() string {
   571  	return protoimpl.X.MessageStringOf(x)
   572  }
   573  
   574  func (*SecuritySetting) ProtoMessage() {}
   575  
   576  func (x *SecuritySetting) ProtoReflect() protoreflect.Message {
   577  	mi := &file_apps_domain_pb_request_proto_msgTypes[7]
   578  	if protoimpl.UnsafeEnabled && x != nil {
   579  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   580  		if ms.LoadMessageInfo() == nil {
   581  			ms.StoreMessageInfo(mi)
   582  		}
   583  		return ms
   584  	}
   585  	return mi.MessageOf(x)
   586  }
   587  
   588  // Deprecated: Use SecuritySetting.ProtoReflect.Descriptor instead.
   589  func (*SecuritySetting) Descriptor() ([]byte, []int) {
   590  	return file_apps_domain_pb_request_proto_rawDescGZIP(), []int{7}
   591  }
   592  
   593  func (x *SecuritySetting) GetPasswordSecurity() *PasswordSecurity {
   594  	if x != nil {
   595  		return x.PasswordSecurity
   596  	}
   597  	return nil
   598  }
   599  
   600  func (x *SecuritySetting) GetLoginSecurity() *LoginSecurity {
   601  	if x != nil {
   602  		return x.LoginSecurity
   603  	}
   604  	return nil
   605  }
   606  
   607  // 联系人
   608  type Contact struct {
   609  	state         protoimpl.MessageState
   610  	sizeCache     protoimpl.SizeCache
   611  	unknownFields protoimpl.UnknownFields
   612  
   613  	// 姓名
   614  	// @gotags: bson:"name" json:"name"
   615  	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name" bson:"name"`
   616  	// 职位
   617  	// @gotags: bson:"title" json:"title"
   618  	Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title" bson:"title"`
   619  	// 电话
   620  	// @gotags: bson:"phone" json:"phone"
   621  	Phone string `protobuf:"bytes,3,opt,name=phone,proto3" json:"phone" bson:"phone"`
   622  	// 邮箱
   623  	// @gotags: bson:"email" json:"email"
   624  	Email string `protobuf:"bytes,4,opt,name=email,proto3" json:"email" bson:"email"`
   625  }
   626  
   627  func (x *Contact) Reset() {
   628  	*x = Contact{}
   629  	if protoimpl.UnsafeEnabled {
   630  		mi := &file_apps_domain_pb_request_proto_msgTypes[8]
   631  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   632  		ms.StoreMessageInfo(mi)
   633  	}
   634  }
   635  
   636  func (x *Contact) String() string {
   637  	return protoimpl.X.MessageStringOf(x)
   638  }
   639  
   640  func (*Contact) ProtoMessage() {}
   641  
   642  func (x *Contact) ProtoReflect() protoreflect.Message {
   643  	mi := &file_apps_domain_pb_request_proto_msgTypes[8]
   644  	if protoimpl.UnsafeEnabled && x != nil {
   645  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   646  		if ms.LoadMessageInfo() == nil {
   647  			ms.StoreMessageInfo(mi)
   648  		}
   649  		return ms
   650  	}
   651  	return mi.MessageOf(x)
   652  }
   653  
   654  // Deprecated: Use Contact.ProtoReflect.Descriptor instead.
   655  func (*Contact) Descriptor() ([]byte, []int) {
   656  	return file_apps_domain_pb_request_proto_rawDescGZIP(), []int{8}
   657  }
   658  
   659  func (x *Contact) GetName() string {
   660  	if x != nil {
   661  		return x.Name
   662  	}
   663  	return ""
   664  }
   665  
   666  func (x *Contact) GetTitle() string {
   667  	if x != nil {
   668  		return x.Title
   669  	}
   670  	return ""
   671  }
   672  
   673  func (x *Contact) GetPhone() string {
   674  	if x != nil {
   675  		return x.Phone
   676  	}
   677  	return ""
   678  }
   679  
   680  func (x *Contact) GetEmail() string {
   681  	if x != nil {
   682  		return x.Email
   683  	}
   684  	return ""
   685  }
   686  
   687  var File_apps_domain_pb_request_proto protoreflect.FileDescriptor
   688  
   689  var file_apps_domain_pb_request_proto_rawDesc = []byte{
   690  	0x0a, 0x1c, 0x61, 0x70, 0x70, 0x73, 0x2f, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x2f, 0x70, 0x62,
   691  	0x2f, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x19,
   692  	0x69, 0x6e, 0x66, 0x72, 0x61, 0x62, 0x6f, 0x61, 0x72, 0x64, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x75,
   693  	0x74, 0x68, 0x2e, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x1a, 0x1c, 0x61, 0x70, 0x70, 0x73, 0x2f,
   694  	0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x2f, 0x70, 0x62, 0x2f, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e,
   695  	0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x18, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2f,
   696  	0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74,
   697  	0x6f, 0x1a, 0x2e, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x69, 0x6e,
   698  	0x66, 0x72, 0x61, 0x62, 0x6f, 0x61, 0x72, 0x64, 0x2f, 0x6d, 0x63, 0x75, 0x62, 0x65, 0x2f, 0x70,
   699  	0x62, 0x2f, 0x70, 0x61, 0x67, 0x65, 0x2f, 0x70, 0x61, 0x67, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74,
   700  	0x6f, 0x22, 0x83, 0x01, 0x0a, 0x13, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x44, 0x6f, 0x6d, 0x61,
   701  	0x69, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d,
   702  	0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x42, 0x0a,
   703  	0x07, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28,
   704  	0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x62, 0x6f, 0x61, 0x72, 0x64, 0x2e, 0x6b, 0x65, 0x79, 0x61,
   705  	0x75, 0x74, 0x68, 0x2e, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x2e, 0x44, 0x6f, 0x6d, 0x61, 0x69,
   706  	0x6e, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x52, 0x07, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c,
   707  	0x65, 0x12, 0x14, 0x0a, 0x05, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,
   708  	0x52, 0x05, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x22, 0xbd, 0x02, 0x0a, 0x0d, 0x44, 0x6f, 0x6d, 0x61,
   709  	0x69, 0x6e, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x12, 0x21, 0x0a, 0x0c, 0x64, 0x69, 0x73,
   710  	0x70, 0x6c, 0x61, 0x79, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52,
   711  	0x0b, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1b, 0x0a, 0x09,
   712  	0x6c, 0x6f, 0x67, 0x6f, 0x5f, 0x70, 0x61, 0x74, 0x68, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52,
   713  	0x08, 0x6c, 0x6f, 0x67, 0x6f, 0x50, 0x61, 0x74, 0x68, 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x65, 0x73,
   714  	0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b,
   715  	0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x70,
   716  	0x68, 0x6f, 0x6e, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x70, 0x68, 0x6f, 0x6e,
   717  	0x65, 0x12, 0x12, 0x0a, 0x04, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52,
   718  	0x04, 0x73, 0x69, 0x7a, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f,
   719  	0x6e, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f,
   720  	0x6e, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x0c, 0x20, 0x01,
   721  	0x28, 0x09, 0x52, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x69,
   722  	0x6e, 0x64, 0x75, 0x73, 0x74, 0x72, 0x79, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x69,
   723  	0x6e, 0x64, 0x75, 0x73, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x66, 0x61, 0x78, 0x18, 0x0e,
   724  	0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x66, 0x61, 0x78, 0x12, 0x3c, 0x0a, 0x07, 0x63, 0x6f, 0x6e,
   725  	0x74, 0x61, 0x63, 0x6b, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x69, 0x6e, 0x66,
   726  	0x72, 0x61, 0x62, 0x6f, 0x61, 0x72, 0x64, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x75, 0x74, 0x68, 0x2e,
   727  	0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x2e, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x52, 0x07,
   728  	0x63, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x6b, 0x22, 0xd2, 0x01, 0x0a, 0x17, 0x55, 0x70, 0x64, 0x61,
   729  	0x74, 0x65, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x75,
   730  	0x65, 0x73, 0x74, 0x12, 0x45, 0x0a, 0x0b, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x6d, 0x6f,
   731  	0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x24, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61,
   732  	0x62, 0x6f, 0x61, 0x72, 0x64, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x75, 0x74, 0x68, 0x2e, 0x74, 0x79,
   733  	0x70, 0x65, 0x73, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4d, 0x6f, 0x64, 0x65, 0x52, 0x0a,
   734  	0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4d, 0x6f, 0x64, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61,
   735  	0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x42,
   736  	0x0a, 0x07, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32,
   737  	0x28, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x62, 0x6f, 0x61, 0x72, 0x64, 0x2e, 0x6b, 0x65, 0x79,
   738  	0x61, 0x75, 0x74, 0x68, 0x2e, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x2e, 0x44, 0x6f, 0x6d, 0x61,
   739  	0x69, 0x6e, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x52, 0x07, 0x70, 0x72, 0x6f, 0x66, 0x69,
   740  	0x6c, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x04, 0x20,
   741  	0x01, 0x28, 0x09, 0x52, 0x07, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0x2b, 0x0a, 0x15,
   742  	0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x52, 0x65,
   743  	0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20,
   744  	0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x29, 0x0a, 0x13, 0x44, 0x65, 0x6c,
   745  	0x65, 0x74, 0x65, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
   746  	0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04,
   747  	0x6e, 0x61, 0x6d, 0x65, 0x22, 0x76, 0x0a, 0x12, 0x51, 0x75, 0x65, 0x72, 0x79, 0x44, 0x6f, 0x6d,
   748  	0x61, 0x69, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x36, 0x0a, 0x04, 0x70, 0x61,
   749  	0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61,
   750  	0x62, 0x6f, 0x61, 0x72, 0x64, 0x2e, 0x6d, 0x63, 0x75, 0x62, 0x65, 0x2e, 0x70, 0x61, 0x67, 0x65,
   751  	0x2e, 0x50, 0x61, 0x67, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x04, 0x70, 0x61,
   752  	0x67, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
   753  	0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x18,
   754  	0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x22, 0xcf, 0x01, 0x0a,
   755  	0x1b, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x53, 0x65, 0x63,
   756  	0x75, 0x72, 0x69, 0x74, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x45, 0x0a, 0x0b,
   757  	0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x6d, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
   758  	0x0e, 0x32, 0x24, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x62, 0x6f, 0x61, 0x72, 0x64, 0x2e, 0x6b,
   759  	0x65, 0x79, 0x61, 0x75, 0x74, 0x68, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2e, 0x55, 0x70, 0x64,
   760  	0x61, 0x74, 0x65, 0x4d, 0x6f, 0x64, 0x65, 0x52, 0x0a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4d,
   761  	0x6f, 0x64, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28,
   762  	0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x55, 0x0a, 0x10, 0x73, 0x65, 0x63, 0x75, 0x72,
   763  	0x69, 0x74, 0x79, 0x5f, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x18, 0x03, 0x20, 0x01, 0x28,
   764  	0x0b, 0x32, 0x2a, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x62, 0x6f, 0x61, 0x72, 0x64, 0x2e, 0x6b,
   765  	0x65, 0x79, 0x61, 0x75, 0x74, 0x68, 0x2e, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x2e, 0x53, 0x65,
   766  	0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x52, 0x0f, 0x73,
   767  	0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x22, 0xbc,
   768  	0x01, 0x0a, 0x0f, 0x53, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x53, 0x65, 0x74, 0x74, 0x69,
   769  	0x6e, 0x67, 0x12, 0x58, 0x0a, 0x11, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x5f, 0x73,
   770  	0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e,
   771  	0x69, 0x6e, 0x66, 0x72, 0x61, 0x62, 0x6f, 0x61, 0x72, 0x64, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x75,
   772  	0x74, 0x68, 0x2e, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x2e, 0x50, 0x61, 0x73, 0x73, 0x77, 0x6f,
   773  	0x72, 0x64, 0x53, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x52, 0x10, 0x70, 0x61, 0x73, 0x73,
   774  	0x77, 0x6f, 0x72, 0x64, 0x53, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x12, 0x4f, 0x0a, 0x0e,
   775  	0x6c, 0x6f, 0x67, 0x69, 0x6e, 0x5f, 0x73, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x18, 0x02,
   776  	0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x62, 0x6f, 0x61, 0x72,
   777  	0x64, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x75, 0x74, 0x68, 0x2e, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e,
   778  	0x2e, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x53, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x52, 0x0d,
   779  	0x6c, 0x6f, 0x67, 0x69, 0x6e, 0x53, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x22, 0x5f, 0x0a,
   780  	0x07, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65,
   781  	0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x14, 0x0a, 0x05,
   782  	0x74, 0x69, 0x74, 0x6c, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x69, 0x74,
   783  	0x6c, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28,
   784  	0x09, 0x52, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x6d, 0x61, 0x69,
   785  	0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x42, 0x2b,
   786  	0x5a, 0x29, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x69, 0x6e, 0x66,
   787  	0x72, 0x61, 0x62, 0x6f, 0x61, 0x72, 0x64, 0x2f, 0x6b, 0x65, 0x79, 0x61, 0x75, 0x74, 0x68, 0x2f,
   788  	0x61, 0x70, 0x70, 0x73, 0x2f, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x62, 0x06, 0x70, 0x72, 0x6f,
   789  	0x74, 0x6f, 0x33,
   790  }
   791  
   792  var (
   793  	file_apps_domain_pb_request_proto_rawDescOnce sync.Once
   794  	file_apps_domain_pb_request_proto_rawDescData = file_apps_domain_pb_request_proto_rawDesc
   795  )
   796  
   797  func file_apps_domain_pb_request_proto_rawDescGZIP() []byte {
   798  	file_apps_domain_pb_request_proto_rawDescOnce.Do(func() {
   799  		file_apps_domain_pb_request_proto_rawDescData = protoimpl.X.CompressGZIP(file_apps_domain_pb_request_proto_rawDescData)
   800  	})
   801  	return file_apps_domain_pb_request_proto_rawDescData
   802  }
   803  
   804  var file_apps_domain_pb_request_proto_msgTypes = make([]protoimpl.MessageInfo, 9)
   805  var file_apps_domain_pb_request_proto_goTypes = []interface{}{
   806  	(*CreateDomainRequest)(nil),         // 0: infraboard.keyauth.domain.CreateDomainRequest
   807  	(*DomainProfile)(nil),               // 1: infraboard.keyauth.domain.DomainProfile
   808  	(*UpdateDomainInfoRequest)(nil),     // 2: infraboard.keyauth.domain.UpdateDomainInfoRequest
   809  	(*DescribeDomainRequest)(nil),       // 3: infraboard.keyauth.domain.DescribeDomainRequest
   810  	(*DeleteDomainRequest)(nil),         // 4: infraboard.keyauth.domain.DeleteDomainRequest
   811  	(*QueryDomainRequest)(nil),          // 5: infraboard.keyauth.domain.QueryDomainRequest
   812  	(*UpdateDomainSecurityRequest)(nil), // 6: infraboard.keyauth.domain.UpdateDomainSecurityRequest
   813  	(*SecuritySetting)(nil),             // 7: infraboard.keyauth.domain.SecuritySetting
   814  	(*Contact)(nil),                     // 8: infraboard.keyauth.domain.Contact
   815  	(types.UpdateMode)(0),               // 9: infraboard.keyauth.types.UpdateMode
   816  	(*request.PageRequest)(nil),         // 10: infraboard.mcube.page.PageRequest
   817  	(*PasswordSecurity)(nil),            // 11: infraboard.keyauth.domain.PasswordSecurity
   818  	(*LoginSecurity)(nil),               // 12: infraboard.keyauth.domain.LoginSecurity
   819  }
   820  var file_apps_domain_pb_request_proto_depIdxs = []int32{
   821  	1,  // 0: infraboard.keyauth.domain.CreateDomainRequest.profile:type_name -> infraboard.keyauth.domain.DomainProfile
   822  	8,  // 1: infraboard.keyauth.domain.DomainProfile.contack:type_name -> infraboard.keyauth.domain.Contact
   823  	9,  // 2: infraboard.keyauth.domain.UpdateDomainInfoRequest.update_mode:type_name -> infraboard.keyauth.types.UpdateMode
   824  	1,  // 3: infraboard.keyauth.domain.UpdateDomainInfoRequest.profile:type_name -> infraboard.keyauth.domain.DomainProfile
   825  	10, // 4: infraboard.keyauth.domain.QueryDomainRequest.page:type_name -> infraboard.mcube.page.PageRequest
   826  	9,  // 5: infraboard.keyauth.domain.UpdateDomainSecurityRequest.update_mode:type_name -> infraboard.keyauth.types.UpdateMode
   827  	7,  // 6: infraboard.keyauth.domain.UpdateDomainSecurityRequest.security_setting:type_name -> infraboard.keyauth.domain.SecuritySetting
   828  	11, // 7: infraboard.keyauth.domain.SecuritySetting.password_security:type_name -> infraboard.keyauth.domain.PasswordSecurity
   829  	12, // 8: infraboard.keyauth.domain.SecuritySetting.login_security:type_name -> infraboard.keyauth.domain.LoginSecurity
   830  	9,  // [9:9] is the sub-list for method output_type
   831  	9,  // [9:9] is the sub-list for method input_type
   832  	9,  // [9:9] is the sub-list for extension type_name
   833  	9,  // [9:9] is the sub-list for extension extendee
   834  	0,  // [0:9] is the sub-list for field type_name
   835  }
   836  
   837  func init() { file_apps_domain_pb_request_proto_init() }
   838  func file_apps_domain_pb_request_proto_init() {
   839  	if File_apps_domain_pb_request_proto != nil {
   840  		return
   841  	}
   842  	file_apps_domain_pb_setting_proto_init()
   843  	if !protoimpl.UnsafeEnabled {
   844  		file_apps_domain_pb_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
   845  			switch v := v.(*CreateDomainRequest); i {
   846  			case 0:
   847  				return &v.state
   848  			case 1:
   849  				return &v.sizeCache
   850  			case 2:
   851  				return &v.unknownFields
   852  			default:
   853  				return nil
   854  			}
   855  		}
   856  		file_apps_domain_pb_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
   857  			switch v := v.(*DomainProfile); i {
   858  			case 0:
   859  				return &v.state
   860  			case 1:
   861  				return &v.sizeCache
   862  			case 2:
   863  				return &v.unknownFields
   864  			default:
   865  				return nil
   866  			}
   867  		}
   868  		file_apps_domain_pb_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
   869  			switch v := v.(*UpdateDomainInfoRequest); i {
   870  			case 0:
   871  				return &v.state
   872  			case 1:
   873  				return &v.sizeCache
   874  			case 2:
   875  				return &v.unknownFields
   876  			default:
   877  				return nil
   878  			}
   879  		}
   880  		file_apps_domain_pb_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
   881  			switch v := v.(*DescribeDomainRequest); i {
   882  			case 0:
   883  				return &v.state
   884  			case 1:
   885  				return &v.sizeCache
   886  			case 2:
   887  				return &v.unknownFields
   888  			default:
   889  				return nil
   890  			}
   891  		}
   892  		file_apps_domain_pb_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
   893  			switch v := v.(*DeleteDomainRequest); i {
   894  			case 0:
   895  				return &v.state
   896  			case 1:
   897  				return &v.sizeCache
   898  			case 2:
   899  				return &v.unknownFields
   900  			default:
   901  				return nil
   902  			}
   903  		}
   904  		file_apps_domain_pb_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
   905  			switch v := v.(*QueryDomainRequest); i {
   906  			case 0:
   907  				return &v.state
   908  			case 1:
   909  				return &v.sizeCache
   910  			case 2:
   911  				return &v.unknownFields
   912  			default:
   913  				return nil
   914  			}
   915  		}
   916  		file_apps_domain_pb_request_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
   917  			switch v := v.(*UpdateDomainSecurityRequest); i {
   918  			case 0:
   919  				return &v.state
   920  			case 1:
   921  				return &v.sizeCache
   922  			case 2:
   923  				return &v.unknownFields
   924  			default:
   925  				return nil
   926  			}
   927  		}
   928  		file_apps_domain_pb_request_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
   929  			switch v := v.(*SecuritySetting); i {
   930  			case 0:
   931  				return &v.state
   932  			case 1:
   933  				return &v.sizeCache
   934  			case 2:
   935  				return &v.unknownFields
   936  			default:
   937  				return nil
   938  			}
   939  		}
   940  		file_apps_domain_pb_request_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
   941  			switch v := v.(*Contact); i {
   942  			case 0:
   943  				return &v.state
   944  			case 1:
   945  				return &v.sizeCache
   946  			case 2:
   947  				return &v.unknownFields
   948  			default:
   949  				return nil
   950  			}
   951  		}
   952  	}
   953  	type x struct{}
   954  	out := protoimpl.TypeBuilder{
   955  		File: protoimpl.DescBuilder{
   956  			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
   957  			RawDescriptor: file_apps_domain_pb_request_proto_rawDesc,
   958  			NumEnums:      0,
   959  			NumMessages:   9,
   960  			NumExtensions: 0,
   961  			NumServices:   0,
   962  		},
   963  		GoTypes:           file_apps_domain_pb_request_proto_goTypes,
   964  		DependencyIndexes: file_apps_domain_pb_request_proto_depIdxs,
   965  		MessageInfos:      file_apps_domain_pb_request_proto_msgTypes,
   966  	}.Build()
   967  	File_apps_domain_pb_request_proto = out.File
   968  	file_apps_domain_pb_request_proto_rawDesc = nil
   969  	file_apps_domain_pb_request_proto_goTypes = nil
   970  	file_apps_domain_pb_request_proto_depIdxs = nil
   971  }