mserviceaccount

package
v0.9.3 Latest Latest
Warning

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

Go to latest
Published: May 27, 2020 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package mserviceaccount is a generated protocol buffer package.

It is generated from these files:

MServiceAccount.proto

It has these top-level messages:

Account
AccountUser
AccountRole
AccountRoleMap
Claim
ClaimValue
RoleClaimMap
LoginRequest
LoginResponse
CreateAccountRequest
CreateAccountResponse
UpdateAccountRequest
UpdateAccountResponse
DeleteAccountRequest
DeleteAccountResponse
GetAccountByIdRequest
GetAccountByIdResponse
GetAccountByNameRequest
GetAccountByNameResponse
GetAccountNamesRequest
GetAccountNamesResponse
CreateAccountUserRequest
CreateAccountUserResponse
UpdateAccountUserRequest
UpdateAccountUserResponse
UpdateAccountUserPasswordRequest
UpdateAccountUserPasswordResponse
DeleteAccountUserRequest
DeleteAccountUserResponse
GetAccountUserByIdRequest
GetAccountUserByIdResponse
GetAccountUserByEmailRequest
GetAccountUserByEmailResponse
GetAccountUsersRequest
GetAccountUsersResponse
CreateClaimNameRequest
CreateClaimNameResponse
UpdateClaimNameRequest
UpdateClaimNameResponse
DeleteClaimNameRequest
DeleteClaimNameResponse
GetClaimNamesRequest
GetClaimNamesResponse
CreateClaimValueRequest
CreateClaimValueResponse
UpdateClaimValueRequest
UpdateClaimValueResponse
DeleteClaimValueRequest
DeleteClaimValueResponse
GetClaimValueByIdRequest
GetClaimValueByIdResponse
GetClaimValuesByNameIdRequest
GetClaimValuesByNameIdResponse
GetClaimValuesRequest
GetClaimValuesResponse
CreateAccountRoleRequest
CreateAccountRoleResponse
UpdateAccountRoleRequest
UpdateAccountRoleResponse
DeleteAccountRoleRequest
DeleteAccountRoleResponse
GetAccountRoleByIdRequest
GetAccountRoleByIdResponse
GetAccountRolesRequest
GetAccountRolesResponse
AddUserToRoleRequest
AddUserToRoleResponse
RemoveUserFromRoleRequest
RemoveUserFromRoleResponse
AddClaimToRoleRequest
AddClaimToRoleResponse
RemoveClaimFromRoleRequest
RemoveClaimFromRoleResponse
GetServerVersionRequest
GetServerVersionResponse

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterMServiceAccountServer

func RegisterMServiceAccountServer(s *grpc.Server, srv MServiceAccountServer)

Types

type Account

type Account struct {
	// unique identifier for an MService account
	AccountId int64 `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	// creation date
	Created *dml.DateTime `protobuf:"bytes,2,opt,name=created" json:"created,omitempty"`
	// modification date
	Modified *dml.DateTime `protobuf:"bytes,3,opt,name=modified" json:"modified,omitempty"`
	// deletion date
	Deleted *dml.DateTime `protobuf:"bytes,4,opt,name=deleted" json:"deleted,omitempty"`
	// has record been deleted?
	IsDeleted bool `protobuf:"varint,5,opt,name=is_deleted,json=isDeleted" json:"is_deleted,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,6,opt,name=version" json:"version,omitempty"`
	// name for account
	AccountName string `protobuf:"bytes,7,opt,name=account_name,json=accountName" json:"account_name,omitempty"`
	// long name for account
	AccountLongName string `protobuf:"bytes,8,opt,name=account_long_name,json=accountLongName" json:"account_long_name,omitempty"`
	// account_type
	AccountType int32 `protobuf:"varint,9,opt,name=account_type,json=accountType" json:"account_type,omitempty"`
	// account address line 1
	Address1 string `protobuf:"bytes,10,opt,name=address1" json:"address1,omitempty"`
	// account address line 2
	Address2 string `protobuf:"bytes,11,opt,name=address2" json:"address2,omitempty"`
	// account address city
	City string `protobuf:"bytes,12,opt,name=city" json:"city,omitempty"`
	// account address state
	State string `protobuf:"bytes,13,opt,name=state" json:"state,omitempty"`
	// account address postal or zip code
	PostalCode string `protobuf:"bytes,14,opt,name=postal_code,json=postalCode" json:"postal_code,omitempty"`
	// account address country code
	CountryCode string `protobuf:"bytes,15,opt,name=country_code,json=countryCode" json:"country_code,omitempty"`
	// account phone number
	Phone string `protobuf:"bytes,16,opt,name=phone" json:"phone,omitempty"`
	// email address
	Email string `protobuf:"bytes,17,opt,name=email" json:"email,omitempty"`
}

MService account entity

func (*Account) Descriptor

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

func (*Account) GetAccountId

func (m *Account) GetAccountId() int64

func (*Account) GetAccountLongName

func (m *Account) GetAccountLongName() string

func (*Account) GetAccountName

func (m *Account) GetAccountName() string

func (*Account) GetAccountType

func (m *Account) GetAccountType() int32

func (*Account) GetAddress1

func (m *Account) GetAddress1() string

func (*Account) GetAddress2

func (m *Account) GetAddress2() string

func (*Account) GetCity

func (m *Account) GetCity() string

func (*Account) GetCountryCode

func (m *Account) GetCountryCode() string

func (*Account) GetCreated

func (m *Account) GetCreated() *dml.DateTime

func (*Account) GetDeleted

func (m *Account) GetDeleted() *dml.DateTime

func (*Account) GetEmail

func (m *Account) GetEmail() string

func (*Account) GetIsDeleted

func (m *Account) GetIsDeleted() bool

func (*Account) GetModified

func (m *Account) GetModified() *dml.DateTime

func (*Account) GetPhone

func (m *Account) GetPhone() string

func (*Account) GetPostalCode

func (m *Account) GetPostalCode() string

func (*Account) GetState

func (m *Account) GetState() string

func (*Account) GetVersion

func (m *Account) GetVersion() int32

func (*Account) ProtoMessage

func (*Account) ProtoMessage()

func (*Account) Reset

func (m *Account) Reset()

func (*Account) String

func (m *Account) String() string

type AccountRole

type AccountRole struct {
	// unique identifier for an MService account role
	RoleId int64 `protobuf:"varint,1,opt,name=role_id,json=roleId" json:"role_id,omitempty"`
	// creation date
	Created *dml.DateTime `protobuf:"bytes,2,opt,name=created" json:"created,omitempty"`
	// modification date
	Modified *dml.DateTime `protobuf:"bytes,3,opt,name=modified" json:"modified,omitempty"`
	// deletion date
	Deleted *dml.DateTime `protobuf:"bytes,4,opt,name=deleted" json:"deleted,omitempty"`
	// has record been deleted?
	IsDeleted bool `protobuf:"varint,5,opt,name=is_deleted,json=isDeleted" json:"is_deleted,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,6,opt,name=version" json:"version,omitempty"`
	// unique identifier for an MService account
	AccountId int64 `protobuf:"varint,7,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	// descriptive name for role
	RoleName string `protobuf:"bytes,8,opt,name=role_name,json=roleName" json:"role_name,omitempty"`
	// list of claim value objects
	ClaimValues []*ClaimValue `protobuf:"bytes,9,rep,name=claim_values,json=claimValues" json:"claim_values,omitempty"`
}

MService account role entity

func (*AccountRole) Descriptor

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

func (*AccountRole) GetAccountId

func (m *AccountRole) GetAccountId() int64

func (*AccountRole) GetClaimValues

func (m *AccountRole) GetClaimValues() []*ClaimValue

func (*AccountRole) GetCreated

func (m *AccountRole) GetCreated() *dml.DateTime

func (*AccountRole) GetDeleted

func (m *AccountRole) GetDeleted() *dml.DateTime

func (*AccountRole) GetIsDeleted

func (m *AccountRole) GetIsDeleted() bool

func (*AccountRole) GetModified

func (m *AccountRole) GetModified() *dml.DateTime

func (*AccountRole) GetRoleId

func (m *AccountRole) GetRoleId() int64

func (*AccountRole) GetRoleName

func (m *AccountRole) GetRoleName() string

func (*AccountRole) GetVersion

func (m *AccountRole) GetVersion() int32

func (*AccountRole) ProtoMessage

func (*AccountRole) ProtoMessage()

func (*AccountRole) Reset

func (m *AccountRole) Reset()

func (*AccountRole) String

func (m *AccountRole) String() string

type AccountRoleMap

type AccountRoleMap struct {
	// unique identifier for an MService account user
	UserId int64 `protobuf:"varint,1,opt,name=user_id,json=userId" json:"user_id,omitempty"`
	// unique identifier for an MService account role
	RoleId int64 `protobuf:"varint,2,opt,name=role_id,json=roleId" json:"role_id,omitempty"`
	// creation date
	Created *dml.DateTime `protobuf:"bytes,3,opt,name=created" json:"created,omitempty"`
	// deletion date
	Deleted *dml.DateTime `protobuf:"bytes,4,opt,name=deleted" json:"deleted,omitempty"`
	// has record been deleted?
	IsDeleted bool `protobuf:"varint,5,opt,name=is_deleted,json=isDeleted" json:"is_deleted,omitempty"`
}

MService account user to role map

func (*AccountRoleMap) Descriptor

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

func (*AccountRoleMap) GetCreated

func (m *AccountRoleMap) GetCreated() *dml.DateTime

func (*AccountRoleMap) GetDeleted

func (m *AccountRoleMap) GetDeleted() *dml.DateTime

func (*AccountRoleMap) GetIsDeleted

func (m *AccountRoleMap) GetIsDeleted() bool

func (*AccountRoleMap) GetRoleId

func (m *AccountRoleMap) GetRoleId() int64

func (*AccountRoleMap) GetUserId

func (m *AccountRoleMap) GetUserId() int64

func (*AccountRoleMap) ProtoMessage

func (*AccountRoleMap) ProtoMessage()

func (*AccountRoleMap) Reset

func (m *AccountRoleMap) Reset()

func (*AccountRoleMap) String

func (m *AccountRoleMap) String() string

type AccountUser

type AccountUser struct {
	// unique identifier for an MService account user
	UserId int64 `protobuf:"varint,1,opt,name=user_id,json=userId" json:"user_id,omitempty"`
	// creation date
	Created *dml.DateTime `protobuf:"bytes,2,opt,name=created" json:"created,omitempty"`
	// modification date
	Modified *dml.DateTime `protobuf:"bytes,3,opt,name=modified" json:"modified,omitempty"`
	// deletion date
	Deleted *dml.DateTime `protobuf:"bytes,4,opt,name=deleted" json:"deleted,omitempty"`
	// has record been deleted?
	IsDeleted bool `protobuf:"varint,5,opt,name=is_deleted,json=isDeleted" json:"is_deleted,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,6,opt,name=version" json:"version,omitempty"`
	// unique identifier for an MService account
	AccountId int64 `protobuf:"varint,7,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	// email address
	Email string `protobuf:"bytes,8,opt,name=email" json:"email,omitempty"`
	// account user full name
	UserFullName string `protobuf:"bytes,9,opt,name=user_full_name,json=userFullName" json:"user_full_name,omitempty"`
	// type of account user
	UserType int32 `protobuf:"varint,10,opt,name=user_type,json=userType" json:"user_type,omitempty"`
	// account user encrypted password hash
	PasswordEnc string `protobuf:"bytes,11,opt,name=password_enc,json=passwordEnc" json:"password_enc,omitempty"`
	// list of account role objects
	AccountRoles []*AccountRole `protobuf:"bytes,12,rep,name=account_roles,json=accountRoles" json:"account_roles,omitempty"`
}

MService account user entity

func (*AccountUser) Descriptor

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

func (*AccountUser) GetAccountId

func (m *AccountUser) GetAccountId() int64

func (*AccountUser) GetAccountRoles

func (m *AccountUser) GetAccountRoles() []*AccountRole

func (*AccountUser) GetCreated

func (m *AccountUser) GetCreated() *dml.DateTime

func (*AccountUser) GetDeleted

func (m *AccountUser) GetDeleted() *dml.DateTime

func (*AccountUser) GetEmail

func (m *AccountUser) GetEmail() string

func (*AccountUser) GetIsDeleted

func (m *AccountUser) GetIsDeleted() bool

func (*AccountUser) GetModified

func (m *AccountUser) GetModified() *dml.DateTime

func (*AccountUser) GetPasswordEnc

func (m *AccountUser) GetPasswordEnc() string

func (*AccountUser) GetUserFullName

func (m *AccountUser) GetUserFullName() string

func (*AccountUser) GetUserId

func (m *AccountUser) GetUserId() int64

func (*AccountUser) GetUserType

func (m *AccountUser) GetUserType() int32

func (*AccountUser) GetVersion

func (m *AccountUser) GetVersion() int32

func (*AccountUser) ProtoMessage

func (*AccountUser) ProtoMessage()

func (*AccountUser) Reset

func (m *AccountUser) Reset()

func (*AccountUser) String

func (m *AccountUser) String() string

type AddClaimToRoleRequest

type AddClaimToRoleRequest struct {
	// unique identifier for an MService claim value
	ClaimValueId int64 `protobuf:"varint,1,opt,name=claim_value_id,json=claimValueId" json:"claim_value_id,omitempty"`
	// unique identifier for an MService account role
	RoleId int64 `protobuf:"varint,2,opt,name=role_id,json=roleId" json:"role_id,omitempty"`
}

request parameters for method add_claim_to_role

func (*AddClaimToRoleRequest) Descriptor

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

func (*AddClaimToRoleRequest) GetClaimValueId

func (m *AddClaimToRoleRequest) GetClaimValueId() int64

func (*AddClaimToRoleRequest) GetRoleId

func (m *AddClaimToRoleRequest) GetRoleId() int64

func (*AddClaimToRoleRequest) ProtoMessage

func (*AddClaimToRoleRequest) ProtoMessage()

func (*AddClaimToRoleRequest) Reset

func (m *AddClaimToRoleRequest) Reset()

func (*AddClaimToRoleRequest) String

func (m *AddClaimToRoleRequest) String() string

type AddClaimToRoleResponse

type AddClaimToRoleResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
}

response parameters for method add_claim_to_role

func (*AddClaimToRoleResponse) Descriptor

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

func (*AddClaimToRoleResponse) GetErrorCode

func (m *AddClaimToRoleResponse) GetErrorCode() int32

func (*AddClaimToRoleResponse) GetErrorMessage

func (m *AddClaimToRoleResponse) GetErrorMessage() string

func (*AddClaimToRoleResponse) ProtoMessage

func (*AddClaimToRoleResponse) ProtoMessage()

func (*AddClaimToRoleResponse) Reset

func (m *AddClaimToRoleResponse) Reset()

func (*AddClaimToRoleResponse) String

func (m *AddClaimToRoleResponse) String() string

type AddUserToRoleRequest

type AddUserToRoleRequest struct {
	// unique identifier for an MService account user
	UserId int64 `protobuf:"varint,1,opt,name=user_id,json=userId" json:"user_id,omitempty"`
	// unique identifier for an MService account role
	RoleId int64 `protobuf:"varint,2,opt,name=role_id,json=roleId" json:"role_id,omitempty"`
}

request parameters for method add_user_to_role

func (*AddUserToRoleRequest) Descriptor

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

func (*AddUserToRoleRequest) GetRoleId

func (m *AddUserToRoleRequest) GetRoleId() int64

func (*AddUserToRoleRequest) GetUserId

func (m *AddUserToRoleRequest) GetUserId() int64

func (*AddUserToRoleRequest) ProtoMessage

func (*AddUserToRoleRequest) ProtoMessage()

func (*AddUserToRoleRequest) Reset

func (m *AddUserToRoleRequest) Reset()

func (*AddUserToRoleRequest) String

func (m *AddUserToRoleRequest) String() string

type AddUserToRoleResponse

type AddUserToRoleResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
}

response parameters for method add_user_to_role

func (*AddUserToRoleResponse) Descriptor

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

func (*AddUserToRoleResponse) GetErrorCode

func (m *AddUserToRoleResponse) GetErrorCode() int32

func (*AddUserToRoleResponse) GetErrorMessage

func (m *AddUserToRoleResponse) GetErrorMessage() string

func (*AddUserToRoleResponse) ProtoMessage

func (*AddUserToRoleResponse) ProtoMessage()

func (*AddUserToRoleResponse) Reset

func (m *AddUserToRoleResponse) Reset()

func (*AddUserToRoleResponse) String

func (m *AddUserToRoleResponse) String() string

type Claim

type Claim struct {
	// unique identifier for an MService claim name
	ClaimNameId int64 `protobuf:"varint,1,opt,name=claim_name_id,json=claimNameId" json:"claim_name_id,omitempty"`
	// creation date
	Created *dml.DateTime `protobuf:"bytes,2,opt,name=created" json:"created,omitempty"`
	// modification date
	Modified *dml.DateTime `protobuf:"bytes,3,opt,name=modified" json:"modified,omitempty"`
	// deletion date
	Deleted *dml.DateTime `protobuf:"bytes,4,opt,name=deleted" json:"deleted,omitempty"`
	// has record been deleted?
	IsDeleted bool `protobuf:"varint,5,opt,name=is_deleted,json=isDeleted" json:"is_deleted,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,6,opt,name=version" json:"version,omitempty"`
	// claim name
	ClaimName string `protobuf:"bytes,7,opt,name=claim_name,json=claimName" json:"claim_name,omitempty"`
	// claim description
	ClaimDescription string `protobuf:"bytes,8,opt,name=claim_description,json=claimDescription" json:"claim_description,omitempty"`
}

MService claim name entity

func (*Claim) Descriptor

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

func (*Claim) GetClaimDescription

func (m *Claim) GetClaimDescription() string

func (*Claim) GetClaimName

func (m *Claim) GetClaimName() string

func (*Claim) GetClaimNameId

func (m *Claim) GetClaimNameId() int64

func (*Claim) GetCreated

func (m *Claim) GetCreated() *dml.DateTime

func (*Claim) GetDeleted

func (m *Claim) GetDeleted() *dml.DateTime

func (*Claim) GetIsDeleted

func (m *Claim) GetIsDeleted() bool

func (*Claim) GetModified

func (m *Claim) GetModified() *dml.DateTime

func (*Claim) GetVersion

func (m *Claim) GetVersion() int32

func (*Claim) ProtoMessage

func (*Claim) ProtoMessage()

func (*Claim) Reset

func (m *Claim) Reset()

func (*Claim) String

func (m *Claim) String() string

type ClaimValue

type ClaimValue struct {
	// unique identifier for an MService claim value
	ClaimValueId int64 `protobuf:"varint,1,opt,name=claim_value_id,json=claimValueId" json:"claim_value_id,omitempty"`
	// creation date
	Created *dml.DateTime `protobuf:"bytes,2,opt,name=created" json:"created,omitempty"`
	// modification date
	Modified *dml.DateTime `protobuf:"bytes,3,opt,name=modified" json:"modified,omitempty"`
	// deletion date
	Deleted *dml.DateTime `protobuf:"bytes,4,opt,name=deleted" json:"deleted,omitempty"`
	// has record been deleted?
	IsDeleted bool `protobuf:"varint,5,opt,name=is_deleted,json=isDeleted" json:"is_deleted,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,6,opt,name=version" json:"version,omitempty"`
	// unique identifier for an MService claim name
	ClaimNameId int64 `protobuf:"varint,7,opt,name=claim_name_id,json=claimNameId" json:"claim_name_id,omitempty"`
	// claim value
	ClaimVal string `protobuf:"bytes,8,opt,name=claim_val,json=claimVal" json:"claim_val,omitempty"`
	// claim value description
	ClaimValueDescription string `protobuf:"bytes,9,opt,name=claim_value_description,json=claimValueDescription" json:"claim_value_description,omitempty"`
	// single claim object
	Claim *Claim `protobuf:"bytes,10,opt,name=claim" json:"claim,omitempty"`
}

MService claim value entity

func (*ClaimValue) Descriptor

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

func (*ClaimValue) GetClaim

func (m *ClaimValue) GetClaim() *Claim

func (*ClaimValue) GetClaimNameId

func (m *ClaimValue) GetClaimNameId() int64

func (*ClaimValue) GetClaimVal

func (m *ClaimValue) GetClaimVal() string

func (*ClaimValue) GetClaimValueDescription

func (m *ClaimValue) GetClaimValueDescription() string

func (*ClaimValue) GetClaimValueId

func (m *ClaimValue) GetClaimValueId() int64

func (*ClaimValue) GetCreated

func (m *ClaimValue) GetCreated() *dml.DateTime

func (*ClaimValue) GetDeleted

func (m *ClaimValue) GetDeleted() *dml.DateTime

func (*ClaimValue) GetIsDeleted

func (m *ClaimValue) GetIsDeleted() bool

func (*ClaimValue) GetModified

func (m *ClaimValue) GetModified() *dml.DateTime

func (*ClaimValue) GetVersion

func (m *ClaimValue) GetVersion() int32

func (*ClaimValue) ProtoMessage

func (*ClaimValue) ProtoMessage()

func (*ClaimValue) Reset

func (m *ClaimValue) Reset()

func (*ClaimValue) String

func (m *ClaimValue) String() string

type CreateAccountRequest

type CreateAccountRequest struct {
	// name for account
	AccountName string `protobuf:"bytes,1,opt,name=account_name,json=accountName" json:"account_name,omitempty"`
	// long name for account
	AccountLongName string `protobuf:"bytes,2,opt,name=account_long_name,json=accountLongName" json:"account_long_name,omitempty"`
	// account_type
	AccountType int32 `protobuf:"varint,3,opt,name=account_type,json=accountType" json:"account_type,omitempty"`
	// account address line 1
	Address1 string `protobuf:"bytes,4,opt,name=address1" json:"address1,omitempty"`
	// account address line 2
	Address2 string `protobuf:"bytes,5,opt,name=address2" json:"address2,omitempty"`
	// account address city
	City string `protobuf:"bytes,6,opt,name=city" json:"city,omitempty"`
	// account address state
	State string `protobuf:"bytes,7,opt,name=state" json:"state,omitempty"`
	// account address postal or zip code
	PostalCode string `protobuf:"bytes,8,opt,name=postal_code,json=postalCode" json:"postal_code,omitempty"`
	// account address country code
	CountryCode string `protobuf:"bytes,9,opt,name=country_code,json=countryCode" json:"country_code,omitempty"`
	// account phone number
	Phone string `protobuf:"bytes,10,opt,name=phone" json:"phone,omitempty"`
	// email address
	Email string `protobuf:"bytes,11,opt,name=email" json:"email,omitempty"`
}

request parameters for method create_account

func (*CreateAccountRequest) Descriptor

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

func (*CreateAccountRequest) GetAccountLongName

func (m *CreateAccountRequest) GetAccountLongName() string

func (*CreateAccountRequest) GetAccountName

func (m *CreateAccountRequest) GetAccountName() string

func (*CreateAccountRequest) GetAccountType

func (m *CreateAccountRequest) GetAccountType() int32

func (*CreateAccountRequest) GetAddress1

func (m *CreateAccountRequest) GetAddress1() string

func (*CreateAccountRequest) GetAddress2

func (m *CreateAccountRequest) GetAddress2() string

func (*CreateAccountRequest) GetCity

func (m *CreateAccountRequest) GetCity() string

func (*CreateAccountRequest) GetCountryCode

func (m *CreateAccountRequest) GetCountryCode() string

func (*CreateAccountRequest) GetEmail

func (m *CreateAccountRequest) GetEmail() string

func (*CreateAccountRequest) GetPhone

func (m *CreateAccountRequest) GetPhone() string

func (*CreateAccountRequest) GetPostalCode

func (m *CreateAccountRequest) GetPostalCode() string

func (*CreateAccountRequest) GetState

func (m *CreateAccountRequest) GetState() string

func (*CreateAccountRequest) ProtoMessage

func (*CreateAccountRequest) ProtoMessage()

func (*CreateAccountRequest) Reset

func (m *CreateAccountRequest) Reset()

func (*CreateAccountRequest) String

func (m *CreateAccountRequest) String() string

type CreateAccountResponse

type CreateAccountResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
	// unique identifier for an MService account
	AccountId int64 `protobuf:"varint,4,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
}

response parameters for method create_account

func (*CreateAccountResponse) Descriptor

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

func (*CreateAccountResponse) GetAccountId

func (m *CreateAccountResponse) GetAccountId() int64

func (*CreateAccountResponse) GetErrorCode

func (m *CreateAccountResponse) GetErrorCode() int32

func (*CreateAccountResponse) GetErrorMessage

func (m *CreateAccountResponse) GetErrorMessage() string

func (*CreateAccountResponse) GetVersion

func (m *CreateAccountResponse) GetVersion() int32

func (*CreateAccountResponse) ProtoMessage

func (*CreateAccountResponse) ProtoMessage()

func (*CreateAccountResponse) Reset

func (m *CreateAccountResponse) Reset()

func (*CreateAccountResponse) String

func (m *CreateAccountResponse) String() string

type CreateAccountRoleRequest

type CreateAccountRoleRequest struct {
	// unique identifier for an MService account
	AccountId int64 `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	// descriptive name for role
	RoleName string `protobuf:"bytes,2,opt,name=role_name,json=roleName" json:"role_name,omitempty"`
}

request parameters for method create_account_role

func (*CreateAccountRoleRequest) Descriptor

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

func (*CreateAccountRoleRequest) GetAccountId

func (m *CreateAccountRoleRequest) GetAccountId() int64

func (*CreateAccountRoleRequest) GetRoleName

func (m *CreateAccountRoleRequest) GetRoleName() string

func (*CreateAccountRoleRequest) ProtoMessage

func (*CreateAccountRoleRequest) ProtoMessage()

func (*CreateAccountRoleRequest) Reset

func (m *CreateAccountRoleRequest) Reset()

func (*CreateAccountRoleRequest) String

func (m *CreateAccountRoleRequest) String() string

type CreateAccountRoleResponse

type CreateAccountRoleResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
	// unique identifier for an MService account role
	RoleId int64 `protobuf:"varint,4,opt,name=role_id,json=roleId" json:"role_id,omitempty"`
}

response parameters for method create_account_role

func (*CreateAccountRoleResponse) Descriptor

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

func (*CreateAccountRoleResponse) GetErrorCode

func (m *CreateAccountRoleResponse) GetErrorCode() int32

func (*CreateAccountRoleResponse) GetErrorMessage

func (m *CreateAccountRoleResponse) GetErrorMessage() string

func (*CreateAccountRoleResponse) GetRoleId

func (m *CreateAccountRoleResponse) GetRoleId() int64

func (*CreateAccountRoleResponse) GetVersion

func (m *CreateAccountRoleResponse) GetVersion() int32

func (*CreateAccountRoleResponse) ProtoMessage

func (*CreateAccountRoleResponse) ProtoMessage()

func (*CreateAccountRoleResponse) Reset

func (m *CreateAccountRoleResponse) Reset()

func (*CreateAccountRoleResponse) String

func (m *CreateAccountRoleResponse) String() string

type CreateAccountUserRequest

type CreateAccountUserRequest struct {
	// unique identifier for an MService account
	AccountId int64 `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	// email address
	Email string `protobuf:"bytes,2,opt,name=email" json:"email,omitempty"`
	// account user full name
	UserFullName string `protobuf:"bytes,3,opt,name=user_full_name,json=userFullName" json:"user_full_name,omitempty"`
	// type of account user
	UserType int32 `protobuf:"varint,4,opt,name=user_type,json=userType" json:"user_type,omitempty"`
	// account user encrypted password hash
	PasswordEnc string `protobuf:"bytes,5,opt,name=password_enc,json=passwordEnc" json:"password_enc,omitempty"`
}

request parameters for method create_account_user

func (*CreateAccountUserRequest) Descriptor

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

func (*CreateAccountUserRequest) GetAccountId

func (m *CreateAccountUserRequest) GetAccountId() int64

func (*CreateAccountUserRequest) GetEmail

func (m *CreateAccountUserRequest) GetEmail() string

func (*CreateAccountUserRequest) GetPasswordEnc

func (m *CreateAccountUserRequest) GetPasswordEnc() string

func (*CreateAccountUserRequest) GetUserFullName

func (m *CreateAccountUserRequest) GetUserFullName() string

func (*CreateAccountUserRequest) GetUserType

func (m *CreateAccountUserRequest) GetUserType() int32

func (*CreateAccountUserRequest) ProtoMessage

func (*CreateAccountUserRequest) ProtoMessage()

func (*CreateAccountUserRequest) Reset

func (m *CreateAccountUserRequest) Reset()

func (*CreateAccountUserRequest) String

func (m *CreateAccountUserRequest) String() string

type CreateAccountUserResponse

type CreateAccountUserResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
	// unique identifier for an MService account user
	UserId int64 `protobuf:"varint,4,opt,name=user_id,json=userId" json:"user_id,omitempty"`
}

response parameters for method create_account_user

func (*CreateAccountUserResponse) Descriptor

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

func (*CreateAccountUserResponse) GetErrorCode

func (m *CreateAccountUserResponse) GetErrorCode() int32

func (*CreateAccountUserResponse) GetErrorMessage

func (m *CreateAccountUserResponse) GetErrorMessage() string

func (*CreateAccountUserResponse) GetUserId

func (m *CreateAccountUserResponse) GetUserId() int64

func (*CreateAccountUserResponse) GetVersion

func (m *CreateAccountUserResponse) GetVersion() int32

func (*CreateAccountUserResponse) ProtoMessage

func (*CreateAccountUserResponse) ProtoMessage()

func (*CreateAccountUserResponse) Reset

func (m *CreateAccountUserResponse) Reset()

func (*CreateAccountUserResponse) String

func (m *CreateAccountUserResponse) String() string

type CreateClaimNameRequest

type CreateClaimNameRequest struct {
	// claim name
	ClaimName string `protobuf:"bytes,1,opt,name=claim_name,json=claimName" json:"claim_name,omitempty"`
	// claim description
	ClaimDescription string `protobuf:"bytes,2,opt,name=claim_description,json=claimDescription" json:"claim_description,omitempty"`
}

request parameters for method create_claim_name

func (*CreateClaimNameRequest) Descriptor

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

func (*CreateClaimNameRequest) GetClaimDescription

func (m *CreateClaimNameRequest) GetClaimDescription() string

func (*CreateClaimNameRequest) GetClaimName

func (m *CreateClaimNameRequest) GetClaimName() string

func (*CreateClaimNameRequest) ProtoMessage

func (*CreateClaimNameRequest) ProtoMessage()

func (*CreateClaimNameRequest) Reset

func (m *CreateClaimNameRequest) Reset()

func (*CreateClaimNameRequest) String

func (m *CreateClaimNameRequest) String() string

type CreateClaimNameResponse

type CreateClaimNameResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
	// unique identifier for an MService claim name
	ClaimNameId int64 `protobuf:"varint,4,opt,name=claim_name_id,json=claimNameId" json:"claim_name_id,omitempty"`
}

response parameters for method create_claim_name

func (*CreateClaimNameResponse) Descriptor

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

func (*CreateClaimNameResponse) GetClaimNameId

func (m *CreateClaimNameResponse) GetClaimNameId() int64

func (*CreateClaimNameResponse) GetErrorCode

func (m *CreateClaimNameResponse) GetErrorCode() int32

func (*CreateClaimNameResponse) GetErrorMessage

func (m *CreateClaimNameResponse) GetErrorMessage() string

func (*CreateClaimNameResponse) GetVersion

func (m *CreateClaimNameResponse) GetVersion() int32

func (*CreateClaimNameResponse) ProtoMessage

func (*CreateClaimNameResponse) ProtoMessage()

func (*CreateClaimNameResponse) Reset

func (m *CreateClaimNameResponse) Reset()

func (*CreateClaimNameResponse) String

func (m *CreateClaimNameResponse) String() string

type CreateClaimValueRequest

type CreateClaimValueRequest struct {
	// unique identifier for an MService claim name
	ClaimNameId int64 `protobuf:"varint,1,opt,name=claim_name_id,json=claimNameId" json:"claim_name_id,omitempty"`
	// claim value
	ClaimVal string `protobuf:"bytes,2,opt,name=claim_val,json=claimVal" json:"claim_val,omitempty"`
	// claim value description
	ClaimValueDescription string `protobuf:"bytes,3,opt,name=claim_value_description,json=claimValueDescription" json:"claim_value_description,omitempty"`
}

request parameters for method create_claim_value

func (*CreateClaimValueRequest) Descriptor

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

func (*CreateClaimValueRequest) GetClaimNameId

func (m *CreateClaimValueRequest) GetClaimNameId() int64

func (*CreateClaimValueRequest) GetClaimVal

func (m *CreateClaimValueRequest) GetClaimVal() string

func (*CreateClaimValueRequest) GetClaimValueDescription

func (m *CreateClaimValueRequest) GetClaimValueDescription() string

func (*CreateClaimValueRequest) ProtoMessage

func (*CreateClaimValueRequest) ProtoMessage()

func (*CreateClaimValueRequest) Reset

func (m *CreateClaimValueRequest) Reset()

func (*CreateClaimValueRequest) String

func (m *CreateClaimValueRequest) String() string

type CreateClaimValueResponse

type CreateClaimValueResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
	// unique identifier for an MService claim value
	ClaimValueId int64 `protobuf:"varint,4,opt,name=claim_value_id,json=claimValueId" json:"claim_value_id,omitempty"`
}

response parameters for method create_claim_value

func (*CreateClaimValueResponse) Descriptor

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

func (*CreateClaimValueResponse) GetClaimValueId

func (m *CreateClaimValueResponse) GetClaimValueId() int64

func (*CreateClaimValueResponse) GetErrorCode

func (m *CreateClaimValueResponse) GetErrorCode() int32

func (*CreateClaimValueResponse) GetErrorMessage

func (m *CreateClaimValueResponse) GetErrorMessage() string

func (*CreateClaimValueResponse) GetVersion

func (m *CreateClaimValueResponse) GetVersion() int32

func (*CreateClaimValueResponse) ProtoMessage

func (*CreateClaimValueResponse) ProtoMessage()

func (*CreateClaimValueResponse) Reset

func (m *CreateClaimValueResponse) Reset()

func (*CreateClaimValueResponse) String

func (m *CreateClaimValueResponse) String() string

type DeleteAccountRequest

type DeleteAccountRequest struct {
	// unique identifier for an MService account
	AccountId int64 `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,2,opt,name=version" json:"version,omitempty"`
}

request parameters for method delete_account

func (*DeleteAccountRequest) Descriptor

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

func (*DeleteAccountRequest) GetAccountId

func (m *DeleteAccountRequest) GetAccountId() int64

func (*DeleteAccountRequest) GetVersion

func (m *DeleteAccountRequest) GetVersion() int32

func (*DeleteAccountRequest) ProtoMessage

func (*DeleteAccountRequest) ProtoMessage()

func (*DeleteAccountRequest) Reset

func (m *DeleteAccountRequest) Reset()

func (*DeleteAccountRequest) String

func (m *DeleteAccountRequest) String() string

type DeleteAccountResponse

type DeleteAccountResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
}

response parameters for method delete_account

func (*DeleteAccountResponse) Descriptor

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

func (*DeleteAccountResponse) GetErrorCode

func (m *DeleteAccountResponse) GetErrorCode() int32

func (*DeleteAccountResponse) GetErrorMessage

func (m *DeleteAccountResponse) GetErrorMessage() string

func (*DeleteAccountResponse) GetVersion

func (m *DeleteAccountResponse) GetVersion() int32

func (*DeleteAccountResponse) ProtoMessage

func (*DeleteAccountResponse) ProtoMessage()

func (*DeleteAccountResponse) Reset

func (m *DeleteAccountResponse) Reset()

func (*DeleteAccountResponse) String

func (m *DeleteAccountResponse) String() string

type DeleteAccountRoleRequest

type DeleteAccountRoleRequest struct {
	// unique identifier for an MService account role
	RoleId int64 `protobuf:"varint,1,opt,name=role_id,json=roleId" json:"role_id,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,2,opt,name=version" json:"version,omitempty"`
}

request parameters for method delete_account_role

func (*DeleteAccountRoleRequest) Descriptor

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

func (*DeleteAccountRoleRequest) GetRoleId

func (m *DeleteAccountRoleRequest) GetRoleId() int64

func (*DeleteAccountRoleRequest) GetVersion

func (m *DeleteAccountRoleRequest) GetVersion() int32

func (*DeleteAccountRoleRequest) ProtoMessage

func (*DeleteAccountRoleRequest) ProtoMessage()

func (*DeleteAccountRoleRequest) Reset

func (m *DeleteAccountRoleRequest) Reset()

func (*DeleteAccountRoleRequest) String

func (m *DeleteAccountRoleRequest) String() string

type DeleteAccountRoleResponse

type DeleteAccountRoleResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
}

response parameters for method delete_account_role

func (*DeleteAccountRoleResponse) Descriptor

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

func (*DeleteAccountRoleResponse) GetErrorCode

func (m *DeleteAccountRoleResponse) GetErrorCode() int32

func (*DeleteAccountRoleResponse) GetErrorMessage

func (m *DeleteAccountRoleResponse) GetErrorMessage() string

func (*DeleteAccountRoleResponse) GetVersion

func (m *DeleteAccountRoleResponse) GetVersion() int32

func (*DeleteAccountRoleResponse) ProtoMessage

func (*DeleteAccountRoleResponse) ProtoMessage()

func (*DeleteAccountRoleResponse) Reset

func (m *DeleteAccountRoleResponse) Reset()

func (*DeleteAccountRoleResponse) String

func (m *DeleteAccountRoleResponse) String() string

type DeleteAccountUserRequest

type DeleteAccountUserRequest struct {
	// unique identifier for an MService account user
	UserId int64 `protobuf:"varint,1,opt,name=user_id,json=userId" json:"user_id,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,2,opt,name=version" json:"version,omitempty"`
}

request parameters for method delete_account_user

func (*DeleteAccountUserRequest) Descriptor

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

func (*DeleteAccountUserRequest) GetUserId

func (m *DeleteAccountUserRequest) GetUserId() int64

func (*DeleteAccountUserRequest) GetVersion

func (m *DeleteAccountUserRequest) GetVersion() int32

func (*DeleteAccountUserRequest) ProtoMessage

func (*DeleteAccountUserRequest) ProtoMessage()

func (*DeleteAccountUserRequest) Reset

func (m *DeleteAccountUserRequest) Reset()

func (*DeleteAccountUserRequest) String

func (m *DeleteAccountUserRequest) String() string

type DeleteAccountUserResponse

type DeleteAccountUserResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
}

response parameters for method delete_account_user

func (*DeleteAccountUserResponse) Descriptor

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

func (*DeleteAccountUserResponse) GetErrorCode

func (m *DeleteAccountUserResponse) GetErrorCode() int32

func (*DeleteAccountUserResponse) GetErrorMessage

func (m *DeleteAccountUserResponse) GetErrorMessage() string

func (*DeleteAccountUserResponse) GetVersion

func (m *DeleteAccountUserResponse) GetVersion() int32

func (*DeleteAccountUserResponse) ProtoMessage

func (*DeleteAccountUserResponse) ProtoMessage()

func (*DeleteAccountUserResponse) Reset

func (m *DeleteAccountUserResponse) Reset()

func (*DeleteAccountUserResponse) String

func (m *DeleteAccountUserResponse) String() string

type DeleteClaimNameRequest

type DeleteClaimNameRequest struct {
	// unique identifier for an MService claim name
	ClaimNameId int64 `protobuf:"varint,1,opt,name=claim_name_id,json=claimNameId" json:"claim_name_id,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,2,opt,name=version" json:"version,omitempty"`
}

request parameters for method delete_claim_name

func (*DeleteClaimNameRequest) Descriptor

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

func (*DeleteClaimNameRequest) GetClaimNameId

func (m *DeleteClaimNameRequest) GetClaimNameId() int64

func (*DeleteClaimNameRequest) GetVersion

func (m *DeleteClaimNameRequest) GetVersion() int32

func (*DeleteClaimNameRequest) ProtoMessage

func (*DeleteClaimNameRequest) ProtoMessage()

func (*DeleteClaimNameRequest) Reset

func (m *DeleteClaimNameRequest) Reset()

func (*DeleteClaimNameRequest) String

func (m *DeleteClaimNameRequest) String() string

type DeleteClaimNameResponse

type DeleteClaimNameResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
}

response parameters for method delete_claim_name

func (*DeleteClaimNameResponse) Descriptor

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

func (*DeleteClaimNameResponse) GetErrorCode

func (m *DeleteClaimNameResponse) GetErrorCode() int32

func (*DeleteClaimNameResponse) GetErrorMessage

func (m *DeleteClaimNameResponse) GetErrorMessage() string

func (*DeleteClaimNameResponse) GetVersion

func (m *DeleteClaimNameResponse) GetVersion() int32

func (*DeleteClaimNameResponse) ProtoMessage

func (*DeleteClaimNameResponse) ProtoMessage()

func (*DeleteClaimNameResponse) Reset

func (m *DeleteClaimNameResponse) Reset()

func (*DeleteClaimNameResponse) String

func (m *DeleteClaimNameResponse) String() string

type DeleteClaimValueRequest

type DeleteClaimValueRequest struct {
	// unique identifier for an MService claim value
	ClaimValueId int64 `protobuf:"varint,1,opt,name=claim_value_id,json=claimValueId" json:"claim_value_id,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,2,opt,name=version" json:"version,omitempty"`
}

request parameters for method delete_claim_value

func (*DeleteClaimValueRequest) Descriptor

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

func (*DeleteClaimValueRequest) GetClaimValueId

func (m *DeleteClaimValueRequest) GetClaimValueId() int64

func (*DeleteClaimValueRequest) GetVersion

func (m *DeleteClaimValueRequest) GetVersion() int32

func (*DeleteClaimValueRequest) ProtoMessage

func (*DeleteClaimValueRequest) ProtoMessage()

func (*DeleteClaimValueRequest) Reset

func (m *DeleteClaimValueRequest) Reset()

func (*DeleteClaimValueRequest) String

func (m *DeleteClaimValueRequest) String() string

type DeleteClaimValueResponse

type DeleteClaimValueResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
}

response parameters for method delete_claim_value

func (*DeleteClaimValueResponse) Descriptor

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

func (*DeleteClaimValueResponse) GetErrorCode

func (m *DeleteClaimValueResponse) GetErrorCode() int32

func (*DeleteClaimValueResponse) GetErrorMessage

func (m *DeleteClaimValueResponse) GetErrorMessage() string

func (*DeleteClaimValueResponse) GetVersion

func (m *DeleteClaimValueResponse) GetVersion() int32

func (*DeleteClaimValueResponse) ProtoMessage

func (*DeleteClaimValueResponse) ProtoMessage()

func (*DeleteClaimValueResponse) Reset

func (m *DeleteClaimValueResponse) Reset()

func (*DeleteClaimValueResponse) String

func (m *DeleteClaimValueResponse) String() string

type GetAccountByIdRequest

type GetAccountByIdRequest struct {
	// unique identifier for an MService account
	AccountId int64 `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
}

request parameters for method get_account_by_id

func (*GetAccountByIdRequest) Descriptor

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

func (*GetAccountByIdRequest) GetAccountId

func (m *GetAccountByIdRequest) GetAccountId() int64

func (*GetAccountByIdRequest) ProtoMessage

func (*GetAccountByIdRequest) ProtoMessage()

func (*GetAccountByIdRequest) Reset

func (m *GetAccountByIdRequest) Reset()

func (*GetAccountByIdRequest) String

func (m *GetAccountByIdRequest) String() string

type GetAccountByIdResponse

type GetAccountByIdResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// single account object
	Account *Account `protobuf:"bytes,3,opt,name=account" json:"account,omitempty"`
}

response parameters for method get_account_by_id

func (*GetAccountByIdResponse) Descriptor

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

func (*GetAccountByIdResponse) GetAccount

func (m *GetAccountByIdResponse) GetAccount() *Account

func (*GetAccountByIdResponse) GetErrorCode

func (m *GetAccountByIdResponse) GetErrorCode() int32

func (*GetAccountByIdResponse) GetErrorMessage

func (m *GetAccountByIdResponse) GetErrorMessage() string

func (*GetAccountByIdResponse) ProtoMessage

func (*GetAccountByIdResponse) ProtoMessage()

func (*GetAccountByIdResponse) Reset

func (m *GetAccountByIdResponse) Reset()

func (*GetAccountByIdResponse) String

func (m *GetAccountByIdResponse) String() string

type GetAccountByNameRequest

type GetAccountByNameRequest struct {
	// name for account
	AccountName string `protobuf:"bytes,1,opt,name=account_name,json=accountName" json:"account_name,omitempty"`
}

request parameters for method get_account_by_name

func (*GetAccountByNameRequest) Descriptor

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

func (*GetAccountByNameRequest) GetAccountName

func (m *GetAccountByNameRequest) GetAccountName() string

func (*GetAccountByNameRequest) ProtoMessage

func (*GetAccountByNameRequest) ProtoMessage()

func (*GetAccountByNameRequest) Reset

func (m *GetAccountByNameRequest) Reset()

func (*GetAccountByNameRequest) String

func (m *GetAccountByNameRequest) String() string

type GetAccountByNameResponse

type GetAccountByNameResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// single account object
	Account *Account `protobuf:"bytes,3,opt,name=account" json:"account,omitempty"`
}

response parameters for method get_account_by_name

func (*GetAccountByNameResponse) Descriptor

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

func (*GetAccountByNameResponse) GetAccount

func (m *GetAccountByNameResponse) GetAccount() *Account

func (*GetAccountByNameResponse) GetErrorCode

func (m *GetAccountByNameResponse) GetErrorCode() int32

func (*GetAccountByNameResponse) GetErrorMessage

func (m *GetAccountByNameResponse) GetErrorMessage() string

func (*GetAccountByNameResponse) ProtoMessage

func (*GetAccountByNameResponse) ProtoMessage()

func (*GetAccountByNameResponse) Reset

func (m *GetAccountByNameResponse) Reset()

func (*GetAccountByNameResponse) String

func (m *GetAccountByNameResponse) String() string

type GetAccountNamesRequest

type GetAccountNamesRequest struct {
	// placeholder param to avoid empty message
	DummyParam int32 `protobuf:"varint,1,opt,name=dummy_param,json=dummyParam" json:"dummy_param,omitempty"`
}

request parameters for method get_account_names

func (*GetAccountNamesRequest) Descriptor

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

func (*GetAccountNamesRequest) GetDummyParam

func (m *GetAccountNamesRequest) GetDummyParam() int32

func (*GetAccountNamesRequest) ProtoMessage

func (*GetAccountNamesRequest) ProtoMessage()

func (*GetAccountNamesRequest) Reset

func (m *GetAccountNamesRequest) Reset()

func (*GetAccountNamesRequest) String

func (m *GetAccountNamesRequest) String() string

type GetAccountNamesResponse

type GetAccountNamesResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// name for account
	AccountName []string `protobuf:"bytes,3,rep,name=account_name,json=accountName" json:"account_name,omitempty"`
}

response parameters for method get_account_names

func (*GetAccountNamesResponse) Descriptor

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

func (*GetAccountNamesResponse) GetAccountName

func (m *GetAccountNamesResponse) GetAccountName() []string

func (*GetAccountNamesResponse) GetErrorCode

func (m *GetAccountNamesResponse) GetErrorCode() int32

func (*GetAccountNamesResponse) GetErrorMessage

func (m *GetAccountNamesResponse) GetErrorMessage() string

func (*GetAccountNamesResponse) ProtoMessage

func (*GetAccountNamesResponse) ProtoMessage()

func (*GetAccountNamesResponse) Reset

func (m *GetAccountNamesResponse) Reset()

func (*GetAccountNamesResponse) String

func (m *GetAccountNamesResponse) String() string

type GetAccountRoleByIdRequest

type GetAccountRoleByIdRequest struct {
	// unique identifier for an MService account role
	RoleId int64 `protobuf:"varint,1,opt,name=role_id,json=roleId" json:"role_id,omitempty"`
}

request parameters for method get_account_role_by_id

func (*GetAccountRoleByIdRequest) Descriptor

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

func (*GetAccountRoleByIdRequest) GetRoleId

func (m *GetAccountRoleByIdRequest) GetRoleId() int64

func (*GetAccountRoleByIdRequest) ProtoMessage

func (*GetAccountRoleByIdRequest) ProtoMessage()

func (*GetAccountRoleByIdRequest) Reset

func (m *GetAccountRoleByIdRequest) Reset()

func (*GetAccountRoleByIdRequest) String

func (m *GetAccountRoleByIdRequest) String() string

type GetAccountRoleByIdResponse

type GetAccountRoleByIdResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// single account role object
	AccountRole *AccountRole `protobuf:"bytes,3,opt,name=account_role,json=accountRole" json:"account_role,omitempty"`
}

response parameters for method get_account_role_by_id

func (*GetAccountRoleByIdResponse) Descriptor

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

func (*GetAccountRoleByIdResponse) GetAccountRole

func (m *GetAccountRoleByIdResponse) GetAccountRole() *AccountRole

func (*GetAccountRoleByIdResponse) GetErrorCode

func (m *GetAccountRoleByIdResponse) GetErrorCode() int32

func (*GetAccountRoleByIdResponse) GetErrorMessage

func (m *GetAccountRoleByIdResponse) GetErrorMessage() string

func (*GetAccountRoleByIdResponse) ProtoMessage

func (*GetAccountRoleByIdResponse) ProtoMessage()

func (*GetAccountRoleByIdResponse) Reset

func (m *GetAccountRoleByIdResponse) Reset()

func (*GetAccountRoleByIdResponse) String

func (m *GetAccountRoleByIdResponse) String() string

type GetAccountRolesRequest

type GetAccountRolesRequest struct {
	// unique identifier for an MService account
	AccountId int64 `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
}

request parameters for method get_account_roles

func (*GetAccountRolesRequest) Descriptor

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

func (*GetAccountRolesRequest) GetAccountId

func (m *GetAccountRolesRequest) GetAccountId() int64

func (*GetAccountRolesRequest) ProtoMessage

func (*GetAccountRolesRequest) ProtoMessage()

func (*GetAccountRolesRequest) Reset

func (m *GetAccountRolesRequest) Reset()

func (*GetAccountRolesRequest) String

func (m *GetAccountRolesRequest) String() string

type GetAccountRolesResponse

type GetAccountRolesResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// list of account role objects
	AccountRoles []*AccountRole `protobuf:"bytes,3,rep,name=account_roles,json=accountRoles" json:"account_roles,omitempty"`
}

response parameters for method get_account_roles

func (*GetAccountRolesResponse) Descriptor

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

func (*GetAccountRolesResponse) GetAccountRoles

func (m *GetAccountRolesResponse) GetAccountRoles() []*AccountRole

func (*GetAccountRolesResponse) GetErrorCode

func (m *GetAccountRolesResponse) GetErrorCode() int32

func (*GetAccountRolesResponse) GetErrorMessage

func (m *GetAccountRolesResponse) GetErrorMessage() string

func (*GetAccountRolesResponse) ProtoMessage

func (*GetAccountRolesResponse) ProtoMessage()

func (*GetAccountRolesResponse) Reset

func (m *GetAccountRolesResponse) Reset()

func (*GetAccountRolesResponse) String

func (m *GetAccountRolesResponse) String() string

type GetAccountUserByEmailRequest

type GetAccountUserByEmailRequest struct {
	// name for account
	AccountName string `protobuf:"bytes,1,opt,name=account_name,json=accountName" json:"account_name,omitempty"`
	// email address
	Email string `protobuf:"bytes,2,opt,name=email" json:"email,omitempty"`
}

request parameters for method get_account_user_by_email

func (*GetAccountUserByEmailRequest) Descriptor

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

func (*GetAccountUserByEmailRequest) GetAccountName

func (m *GetAccountUserByEmailRequest) GetAccountName() string

func (*GetAccountUserByEmailRequest) GetEmail

func (m *GetAccountUserByEmailRequest) GetEmail() string

func (*GetAccountUserByEmailRequest) ProtoMessage

func (*GetAccountUserByEmailRequest) ProtoMessage()

func (*GetAccountUserByEmailRequest) Reset

func (m *GetAccountUserByEmailRequest) Reset()

func (*GetAccountUserByEmailRequest) String

type GetAccountUserByEmailResponse

type GetAccountUserByEmailResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// single account user object
	AccountUser *AccountUser `protobuf:"bytes,3,opt,name=account_user,json=accountUser" json:"account_user,omitempty"`
}

response parameters for method get_account_user_by_email

func (*GetAccountUserByEmailResponse) Descriptor

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

func (*GetAccountUserByEmailResponse) GetAccountUser

func (m *GetAccountUserByEmailResponse) GetAccountUser() *AccountUser

func (*GetAccountUserByEmailResponse) GetErrorCode

func (m *GetAccountUserByEmailResponse) GetErrorCode() int32

func (*GetAccountUserByEmailResponse) GetErrorMessage

func (m *GetAccountUserByEmailResponse) GetErrorMessage() string

func (*GetAccountUserByEmailResponse) ProtoMessage

func (*GetAccountUserByEmailResponse) ProtoMessage()

func (*GetAccountUserByEmailResponse) Reset

func (m *GetAccountUserByEmailResponse) Reset()

func (*GetAccountUserByEmailResponse) String

type GetAccountUserByIdRequest

type GetAccountUserByIdRequest struct {
	// unique identifier for an MService account user
	UserId int64 `protobuf:"varint,1,opt,name=user_id,json=userId" json:"user_id,omitempty"`
}

request parameters for method get_account_user_by_id

func (*GetAccountUserByIdRequest) Descriptor

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

func (*GetAccountUserByIdRequest) GetUserId

func (m *GetAccountUserByIdRequest) GetUserId() int64

func (*GetAccountUserByIdRequest) ProtoMessage

func (*GetAccountUserByIdRequest) ProtoMessage()

func (*GetAccountUserByIdRequest) Reset

func (m *GetAccountUserByIdRequest) Reset()

func (*GetAccountUserByIdRequest) String

func (m *GetAccountUserByIdRequest) String() string

type GetAccountUserByIdResponse

type GetAccountUserByIdResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// single account user object
	AccountUser *AccountUser `protobuf:"bytes,3,opt,name=account_user,json=accountUser" json:"account_user,omitempty"`
}

response parameters for method get_account_user_by_id

func (*GetAccountUserByIdResponse) Descriptor

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

func (*GetAccountUserByIdResponse) GetAccountUser

func (m *GetAccountUserByIdResponse) GetAccountUser() *AccountUser

func (*GetAccountUserByIdResponse) GetErrorCode

func (m *GetAccountUserByIdResponse) GetErrorCode() int32

func (*GetAccountUserByIdResponse) GetErrorMessage

func (m *GetAccountUserByIdResponse) GetErrorMessage() string

func (*GetAccountUserByIdResponse) ProtoMessage

func (*GetAccountUserByIdResponse) ProtoMessage()

func (*GetAccountUserByIdResponse) Reset

func (m *GetAccountUserByIdResponse) Reset()

func (*GetAccountUserByIdResponse) String

func (m *GetAccountUserByIdResponse) String() string

type GetAccountUsersRequest

type GetAccountUsersRequest struct {
	// name for account
	AccountName string `protobuf:"bytes,1,opt,name=account_name,json=accountName" json:"account_name,omitempty"`
}

request parameters for method get_account_users

func (*GetAccountUsersRequest) Descriptor

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

func (*GetAccountUsersRequest) GetAccountName

func (m *GetAccountUsersRequest) GetAccountName() string

func (*GetAccountUsersRequest) ProtoMessage

func (*GetAccountUsersRequest) ProtoMessage()

func (*GetAccountUsersRequest) Reset

func (m *GetAccountUsersRequest) Reset()

func (*GetAccountUsersRequest) String

func (m *GetAccountUsersRequest) String() string

type GetAccountUsersResponse

type GetAccountUsersResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// list of account user objects
	AccountUsers []*AccountUser `protobuf:"bytes,3,rep,name=account_users,json=accountUsers" json:"account_users,omitempty"`
}

response parameters for method get_account_users

func (*GetAccountUsersResponse) Descriptor

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

func (*GetAccountUsersResponse) GetAccountUsers

func (m *GetAccountUsersResponse) GetAccountUsers() []*AccountUser

func (*GetAccountUsersResponse) GetErrorCode

func (m *GetAccountUsersResponse) GetErrorCode() int32

func (*GetAccountUsersResponse) GetErrorMessage

func (m *GetAccountUsersResponse) GetErrorMessage() string

func (*GetAccountUsersResponse) ProtoMessage

func (*GetAccountUsersResponse) ProtoMessage()

func (*GetAccountUsersResponse) Reset

func (m *GetAccountUsersResponse) Reset()

func (*GetAccountUsersResponse) String

func (m *GetAccountUsersResponse) String() string

type GetClaimNamesRequest

type GetClaimNamesRequest struct {
	// placeholder param to avoid empty message
	DummyParam int32 `protobuf:"varint,1,opt,name=dummy_param,json=dummyParam" json:"dummy_param,omitempty"`
}

request parameters for method get_claim_names

func (*GetClaimNamesRequest) Descriptor

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

func (*GetClaimNamesRequest) GetDummyParam

func (m *GetClaimNamesRequest) GetDummyParam() int32

func (*GetClaimNamesRequest) ProtoMessage

func (*GetClaimNamesRequest) ProtoMessage()

func (*GetClaimNamesRequest) Reset

func (m *GetClaimNamesRequest) Reset()

func (*GetClaimNamesRequest) String

func (m *GetClaimNamesRequest) String() string

type GetClaimNamesResponse

type GetClaimNamesResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// list of claim objects
	Claims []*Claim `protobuf:"bytes,3,rep,name=claims" json:"claims,omitempty"`
}

response parameters for method get_claim_names

func (*GetClaimNamesResponse) Descriptor

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

func (*GetClaimNamesResponse) GetClaims

func (m *GetClaimNamesResponse) GetClaims() []*Claim

func (*GetClaimNamesResponse) GetErrorCode

func (m *GetClaimNamesResponse) GetErrorCode() int32

func (*GetClaimNamesResponse) GetErrorMessage

func (m *GetClaimNamesResponse) GetErrorMessage() string

func (*GetClaimNamesResponse) ProtoMessage

func (*GetClaimNamesResponse) ProtoMessage()

func (*GetClaimNamesResponse) Reset

func (m *GetClaimNamesResponse) Reset()

func (*GetClaimNamesResponse) String

func (m *GetClaimNamesResponse) String() string

type GetClaimValueByIdRequest

type GetClaimValueByIdRequest struct {
	// unique identifier for an MService claim value
	ClaimValueId int64 `protobuf:"varint,1,opt,name=claim_value_id,json=claimValueId" json:"claim_value_id,omitempty"`
}

request parameters for method get_claim_value_by_id

func (*GetClaimValueByIdRequest) Descriptor

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

func (*GetClaimValueByIdRequest) GetClaimValueId

func (m *GetClaimValueByIdRequest) GetClaimValueId() int64

func (*GetClaimValueByIdRequest) ProtoMessage

func (*GetClaimValueByIdRequest) ProtoMessage()

func (*GetClaimValueByIdRequest) Reset

func (m *GetClaimValueByIdRequest) Reset()

func (*GetClaimValueByIdRequest) String

func (m *GetClaimValueByIdRequest) String() string

type GetClaimValueByIdResponse

type GetClaimValueByIdResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// single claim value object
	ClaimValue *ClaimValue `protobuf:"bytes,3,opt,name=claim_value,json=claimValue" json:"claim_value,omitempty"`
}

response parameters for method get_claim_value_by_id

func (*GetClaimValueByIdResponse) Descriptor

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

func (*GetClaimValueByIdResponse) GetClaimValue

func (m *GetClaimValueByIdResponse) GetClaimValue() *ClaimValue

func (*GetClaimValueByIdResponse) GetErrorCode

func (m *GetClaimValueByIdResponse) GetErrorCode() int32

func (*GetClaimValueByIdResponse) GetErrorMessage

func (m *GetClaimValueByIdResponse) GetErrorMessage() string

func (*GetClaimValueByIdResponse) ProtoMessage

func (*GetClaimValueByIdResponse) ProtoMessage()

func (*GetClaimValueByIdResponse) Reset

func (m *GetClaimValueByIdResponse) Reset()

func (*GetClaimValueByIdResponse) String

func (m *GetClaimValueByIdResponse) String() string

type GetClaimValuesByNameIdRequest

type GetClaimValuesByNameIdRequest struct {
	// unique identifier for an MService claim name
	ClaimNameId int64 `protobuf:"varint,1,opt,name=claim_name_id,json=claimNameId" json:"claim_name_id,omitempty"`
}

request parameters for method get_claim_values_by_name_id

func (*GetClaimValuesByNameIdRequest) Descriptor

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

func (*GetClaimValuesByNameIdRequest) GetClaimNameId

func (m *GetClaimValuesByNameIdRequest) GetClaimNameId() int64

func (*GetClaimValuesByNameIdRequest) ProtoMessage

func (*GetClaimValuesByNameIdRequest) ProtoMessage()

func (*GetClaimValuesByNameIdRequest) Reset

func (m *GetClaimValuesByNameIdRequest) Reset()

func (*GetClaimValuesByNameIdRequest) String

type GetClaimValuesByNameIdResponse

type GetClaimValuesByNameIdResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// single claim value object
	ClaimValue []*ClaimValue `protobuf:"bytes,3,rep,name=claim_value,json=claimValue" json:"claim_value,omitempty"`
}

response parameters for method get_claim_values_by_name_id

func (*GetClaimValuesByNameIdResponse) Descriptor

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

func (*GetClaimValuesByNameIdResponse) GetClaimValue

func (m *GetClaimValuesByNameIdResponse) GetClaimValue() []*ClaimValue

func (*GetClaimValuesByNameIdResponse) GetErrorCode

func (m *GetClaimValuesByNameIdResponse) GetErrorCode() int32

func (*GetClaimValuesByNameIdResponse) GetErrorMessage

func (m *GetClaimValuesByNameIdResponse) GetErrorMessage() string

func (*GetClaimValuesByNameIdResponse) ProtoMessage

func (*GetClaimValuesByNameIdResponse) ProtoMessage()

func (*GetClaimValuesByNameIdResponse) Reset

func (m *GetClaimValuesByNameIdResponse) Reset()

func (*GetClaimValuesByNameIdResponse) String

type GetClaimValuesRequest

type GetClaimValuesRequest struct {
	// placeholder param to avoid empty message
	DummyParam int32 `protobuf:"varint,1,opt,name=dummy_param,json=dummyParam" json:"dummy_param,omitempty"`
}

request parameters for method get_claim_values

func (*GetClaimValuesRequest) Descriptor

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

func (*GetClaimValuesRequest) GetDummyParam

func (m *GetClaimValuesRequest) GetDummyParam() int32

func (*GetClaimValuesRequest) ProtoMessage

func (*GetClaimValuesRequest) ProtoMessage()

func (*GetClaimValuesRequest) Reset

func (m *GetClaimValuesRequest) Reset()

func (*GetClaimValuesRequest) String

func (m *GetClaimValuesRequest) String() string

type GetClaimValuesResponse

type GetClaimValuesResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// single claim value object
	ClaimValue []*ClaimValue `protobuf:"bytes,3,rep,name=claim_value,json=claimValue" json:"claim_value,omitempty"`
}

response parameters for method get_claim_values

func (*GetClaimValuesResponse) Descriptor

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

func (*GetClaimValuesResponse) GetClaimValue

func (m *GetClaimValuesResponse) GetClaimValue() []*ClaimValue

func (*GetClaimValuesResponse) GetErrorCode

func (m *GetClaimValuesResponse) GetErrorCode() int32

func (*GetClaimValuesResponse) GetErrorMessage

func (m *GetClaimValuesResponse) GetErrorMessage() string

func (*GetClaimValuesResponse) ProtoMessage

func (*GetClaimValuesResponse) ProtoMessage()

func (*GetClaimValuesResponse) Reset

func (m *GetClaimValuesResponse) Reset()

func (*GetClaimValuesResponse) String

func (m *GetClaimValuesResponse) String() string

type GetServerVersionRequest added in v0.9.2

type GetServerVersionRequest struct {
	// placeholder param to avoid empty message
	DummyParam int32 `protobuf:"varint,1,opt,name=dummy_param,json=dummyParam" json:"dummy_param,omitempty"`
}

request parameters for method get_server_version

func (*GetServerVersionRequest) Descriptor added in v0.9.2

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

func (*GetServerVersionRequest) GetDummyParam added in v0.9.2

func (m *GetServerVersionRequest) GetDummyParam() int32

func (*GetServerVersionRequest) ProtoMessage added in v0.9.2

func (*GetServerVersionRequest) ProtoMessage()

func (*GetServerVersionRequest) Reset added in v0.9.2

func (m *GetServerVersionRequest) Reset()

func (*GetServerVersionRequest) String added in v0.9.2

func (m *GetServerVersionRequest) String() string

type GetServerVersionResponse added in v0.9.2

type GetServerVersionResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// version level of server
	ServerVersion string `protobuf:"bytes,3,opt,name=server_version,json=serverVersion" json:"server_version,omitempty"`
	// server uptime in seconds
	ServerUptime int64 `protobuf:"varint,4,opt,name=server_uptime,json=serverUptime" json:"server_uptime,omitempty"`
}

response parameters for method get_server_version

func (*GetServerVersionResponse) Descriptor added in v0.9.2

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

func (*GetServerVersionResponse) GetErrorCode added in v0.9.2

func (m *GetServerVersionResponse) GetErrorCode() int32

func (*GetServerVersionResponse) GetErrorMessage added in v0.9.2

func (m *GetServerVersionResponse) GetErrorMessage() string

func (*GetServerVersionResponse) GetServerUptime added in v0.9.2

func (m *GetServerVersionResponse) GetServerUptime() int64

func (*GetServerVersionResponse) GetServerVersion added in v0.9.2

func (m *GetServerVersionResponse) GetServerVersion() string

func (*GetServerVersionResponse) ProtoMessage added in v0.9.2

func (*GetServerVersionResponse) ProtoMessage()

func (*GetServerVersionResponse) Reset added in v0.9.2

func (m *GetServerVersionResponse) Reset()

func (*GetServerVersionResponse) String added in v0.9.2

func (m *GetServerVersionResponse) String() string

type LoginRequest

type LoginRequest struct {
	// name for account
	AccountName string `protobuf:"bytes,1,opt,name=account_name,json=accountName" json:"account_name,omitempty"`
	// email address
	Email string `protobuf:"bytes,2,opt,name=email" json:"email,omitempty"`
	// password for login
	Password string `protobuf:"bytes,3,opt,name=password" json:"password,omitempty"`
}

request parameters for method login

func (*LoginRequest) Descriptor

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

func (*LoginRequest) GetAccountName

func (m *LoginRequest) GetAccountName() string

func (*LoginRequest) GetEmail

func (m *LoginRequest) GetEmail() string

func (*LoginRequest) GetPassword

func (m *LoginRequest) GetPassword() string

func (*LoginRequest) ProtoMessage

func (*LoginRequest) ProtoMessage()

func (*LoginRequest) Reset

func (m *LoginRequest) Reset()

func (*LoginRequest) String

func (m *LoginRequest) String() string

type LoginResponse

type LoginResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// json web token
	Jwt string `protobuf:"bytes,3,opt,name=jwt" json:"jwt,omitempty"`
}

response parameters for method login

func (*LoginResponse) Descriptor

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

func (*LoginResponse) GetErrorCode

func (m *LoginResponse) GetErrorCode() int32

func (*LoginResponse) GetErrorMessage

func (m *LoginResponse) GetErrorMessage() string

func (*LoginResponse) GetJwt

func (m *LoginResponse) GetJwt() string

func (*LoginResponse) ProtoMessage

func (*LoginResponse) ProtoMessage()

func (*LoginResponse) Reset

func (m *LoginResponse) Reset()

func (*LoginResponse) String

func (m *LoginResponse) String() string

type MServiceAccountClient

type MServiceAccountClient interface {
	// login as account user and get a json web token
	Login(ctx context.Context, in *LoginRequest, opts ...grpc.CallOption) (*LoginResponse, error)
	// create a new account
	CreateAccount(ctx context.Context, in *CreateAccountRequest, opts ...grpc.CallOption) (*CreateAccountResponse, error)
	// update an existing account
	UpdateAccount(ctx context.Context, in *UpdateAccountRequest, opts ...grpc.CallOption) (*UpdateAccountResponse, error)
	// delete an existing account
	DeleteAccount(ctx context.Context, in *DeleteAccountRequest, opts ...grpc.CallOption) (*DeleteAccountResponse, error)
	// get an account by account id
	GetAccountById(ctx context.Context, in *GetAccountByIdRequest, opts ...grpc.CallOption) (*GetAccountByIdResponse, error)
	// get an account by account name
	GetAccountByName(ctx context.Context, in *GetAccountByNameRequest, opts ...grpc.CallOption) (*GetAccountByNameResponse, error)
	// get all account names
	GetAccountNames(ctx context.Context, in *GetAccountNamesRequest, opts ...grpc.CallOption) (*GetAccountNamesResponse, error)
	// create an account user
	CreateAccountUser(ctx context.Context, in *CreateAccountUserRequest, opts ...grpc.CallOption) (*CreateAccountUserResponse, error)
	// update an existing account user
	UpdateAccountUser(ctx context.Context, in *UpdateAccountUserRequest, opts ...grpc.CallOption) (*UpdateAccountUserResponse, error)
	// update an existing account user password
	UpdateAccountUserPassword(ctx context.Context, in *UpdateAccountUserPasswordRequest, opts ...grpc.CallOption) (*UpdateAccountUserPasswordResponse, error)
	// delete an existing account user
	DeleteAccountUser(ctx context.Context, in *DeleteAccountUserRequest, opts ...grpc.CallOption) (*DeleteAccountUserResponse, error)
	// get an account user by id
	GetAccountUserById(ctx context.Context, in *GetAccountUserByIdRequest, opts ...grpc.CallOption) (*GetAccountUserByIdResponse, error)
	// get an account user by email
	GetAccountUserByEmail(ctx context.Context, in *GetAccountUserByEmailRequest, opts ...grpc.CallOption) (*GetAccountUserByEmailResponse, error)
	// get all account users in account
	GetAccountUsers(ctx context.Context, in *GetAccountUsersRequest, opts ...grpc.CallOption) (*GetAccountUsersResponse, error)
	// create a claim name
	CreateClaimName(ctx context.Context, in *CreateClaimNameRequest, opts ...grpc.CallOption) (*CreateClaimNameResponse, error)
	// update an existing claim name
	UpdateClaimName(ctx context.Context, in *UpdateClaimNameRequest, opts ...grpc.CallOption) (*UpdateClaimNameResponse, error)
	// delete an existing claim name
	DeleteClaimName(ctx context.Context, in *DeleteClaimNameRequest, opts ...grpc.CallOption) (*DeleteClaimNameResponse, error)
	// get all claim names
	GetClaimNames(ctx context.Context, in *GetClaimNamesRequest, opts ...grpc.CallOption) (*GetClaimNamesResponse, error)
	// create claim value
	CreateClaimValue(ctx context.Context, in *CreateClaimValueRequest, opts ...grpc.CallOption) (*CreateClaimValueResponse, error)
	// update existing claim value
	UpdateClaimValue(ctx context.Context, in *UpdateClaimValueRequest, opts ...grpc.CallOption) (*UpdateClaimValueResponse, error)
	// delete existing claim value
	DeleteClaimValue(ctx context.Context, in *DeleteClaimValueRequest, opts ...grpc.CallOption) (*DeleteClaimValueResponse, error)
	// get claim value by id
	GetClaimValueById(ctx context.Context, in *GetClaimValueByIdRequest, opts ...grpc.CallOption) (*GetClaimValueByIdResponse, error)
	// get all claim values for name id
	GetClaimValuesByNameId(ctx context.Context, in *GetClaimValuesByNameIdRequest, opts ...grpc.CallOption) (*GetClaimValuesByNameIdResponse, error)
	// get all claim values for all claim names
	GetClaimValues(ctx context.Context, in *GetClaimValuesRequest, opts ...grpc.CallOption) (*GetClaimValuesResponse, error)
	// create account role
	CreateAccountRole(ctx context.Context, in *CreateAccountRoleRequest, opts ...grpc.CallOption) (*CreateAccountRoleResponse, error)
	// update existing account role
	UpdateAccountRole(ctx context.Context, in *UpdateAccountRoleRequest, opts ...grpc.CallOption) (*UpdateAccountRoleResponse, error)
	// delete existing account role
	DeleteAccountRole(ctx context.Context, in *DeleteAccountRoleRequest, opts ...grpc.CallOption) (*DeleteAccountRoleResponse, error)
	// get account role by id
	GetAccountRoleById(ctx context.Context, in *GetAccountRoleByIdRequest, opts ...grpc.CallOption) (*GetAccountRoleByIdResponse, error)
	// get all account roles in account
	GetAccountRoles(ctx context.Context, in *GetAccountRolesRequest, opts ...grpc.CallOption) (*GetAccountRolesResponse, error)
	// associate an account user with an account role
	AddUserToRole(ctx context.Context, in *AddUserToRoleRequest, opts ...grpc.CallOption) (*AddUserToRoleResponse, error)
	// disassociate an account user from an account role
	RemoveUserFromRole(ctx context.Context, in *RemoveUserFromRoleRequest, opts ...grpc.CallOption) (*RemoveUserFromRoleResponse, error)
	// associate a claim with an account role
	AddClaimToRole(ctx context.Context, in *AddClaimToRoleRequest, opts ...grpc.CallOption) (*AddClaimToRoleResponse, error)
	// remove a claim from an account role
	RemoveClaimFromRole(ctx context.Context, in *RemoveClaimFromRoleRequest, opts ...grpc.CallOption) (*RemoveClaimFromRoleResponse, error)
	// get current server version and uptime - health check
	GetServerVersion(ctx context.Context, in *GetServerVersionRequest, opts ...grpc.CallOption) (*GetServerVersionResponse, error)
}

func NewMServiceAccountClient

func NewMServiceAccountClient(cc *grpc.ClientConn) MServiceAccountClient

type MServiceAccountServer

type MServiceAccountServer interface {
	// login as account user and get a json web token
	Login(context.Context, *LoginRequest) (*LoginResponse, error)
	// create a new account
	CreateAccount(context.Context, *CreateAccountRequest) (*CreateAccountResponse, error)
	// update an existing account
	UpdateAccount(context.Context, *UpdateAccountRequest) (*UpdateAccountResponse, error)
	// delete an existing account
	DeleteAccount(context.Context, *DeleteAccountRequest) (*DeleteAccountResponse, error)
	// get an account by account id
	GetAccountById(context.Context, *GetAccountByIdRequest) (*GetAccountByIdResponse, error)
	// get an account by account name
	GetAccountByName(context.Context, *GetAccountByNameRequest) (*GetAccountByNameResponse, error)
	// get all account names
	GetAccountNames(context.Context, *GetAccountNamesRequest) (*GetAccountNamesResponse, error)
	// create an account user
	CreateAccountUser(context.Context, *CreateAccountUserRequest) (*CreateAccountUserResponse, error)
	// update an existing account user
	UpdateAccountUser(context.Context, *UpdateAccountUserRequest) (*UpdateAccountUserResponse, error)
	// update an existing account user password
	UpdateAccountUserPassword(context.Context, *UpdateAccountUserPasswordRequest) (*UpdateAccountUserPasswordResponse, error)
	// delete an existing account user
	DeleteAccountUser(context.Context, *DeleteAccountUserRequest) (*DeleteAccountUserResponse, error)
	// get an account user by id
	GetAccountUserById(context.Context, *GetAccountUserByIdRequest) (*GetAccountUserByIdResponse, error)
	// get an account user by email
	GetAccountUserByEmail(context.Context, *GetAccountUserByEmailRequest) (*GetAccountUserByEmailResponse, error)
	// get all account users in account
	GetAccountUsers(context.Context, *GetAccountUsersRequest) (*GetAccountUsersResponse, error)
	// create a claim name
	CreateClaimName(context.Context, *CreateClaimNameRequest) (*CreateClaimNameResponse, error)
	// update an existing claim name
	UpdateClaimName(context.Context, *UpdateClaimNameRequest) (*UpdateClaimNameResponse, error)
	// delete an existing claim name
	DeleteClaimName(context.Context, *DeleteClaimNameRequest) (*DeleteClaimNameResponse, error)
	// get all claim names
	GetClaimNames(context.Context, *GetClaimNamesRequest) (*GetClaimNamesResponse, error)
	// create claim value
	CreateClaimValue(context.Context, *CreateClaimValueRequest) (*CreateClaimValueResponse, error)
	// update existing claim value
	UpdateClaimValue(context.Context, *UpdateClaimValueRequest) (*UpdateClaimValueResponse, error)
	// delete existing claim value
	DeleteClaimValue(context.Context, *DeleteClaimValueRequest) (*DeleteClaimValueResponse, error)
	// get claim value by id
	GetClaimValueById(context.Context, *GetClaimValueByIdRequest) (*GetClaimValueByIdResponse, error)
	// get all claim values for name id
	GetClaimValuesByNameId(context.Context, *GetClaimValuesByNameIdRequest) (*GetClaimValuesByNameIdResponse, error)
	// get all claim values for all claim names
	GetClaimValues(context.Context, *GetClaimValuesRequest) (*GetClaimValuesResponse, error)
	// create account role
	CreateAccountRole(context.Context, *CreateAccountRoleRequest) (*CreateAccountRoleResponse, error)
	// update existing account role
	UpdateAccountRole(context.Context, *UpdateAccountRoleRequest) (*UpdateAccountRoleResponse, error)
	// delete existing account role
	DeleteAccountRole(context.Context, *DeleteAccountRoleRequest) (*DeleteAccountRoleResponse, error)
	// get account role by id
	GetAccountRoleById(context.Context, *GetAccountRoleByIdRequest) (*GetAccountRoleByIdResponse, error)
	// get all account roles in account
	GetAccountRoles(context.Context, *GetAccountRolesRequest) (*GetAccountRolesResponse, error)
	// associate an account user with an account role
	AddUserToRole(context.Context, *AddUserToRoleRequest) (*AddUserToRoleResponse, error)
	// disassociate an account user from an account role
	RemoveUserFromRole(context.Context, *RemoveUserFromRoleRequest) (*RemoveUserFromRoleResponse, error)
	// associate a claim with an account role
	AddClaimToRole(context.Context, *AddClaimToRoleRequest) (*AddClaimToRoleResponse, error)
	// remove a claim from an account role
	RemoveClaimFromRole(context.Context, *RemoveClaimFromRoleRequest) (*RemoveClaimFromRoleResponse, error)
	// get current server version and uptime - health check
	GetServerVersion(context.Context, *GetServerVersionRequest) (*GetServerVersionResponse, error)
}

type RemoveClaimFromRoleRequest

type RemoveClaimFromRoleRequest struct {
	// unique identifier for an MService claim value
	ClaimValueId int64 `protobuf:"varint,1,opt,name=claim_value_id,json=claimValueId" json:"claim_value_id,omitempty"`
	// unique identifier for an MService account role
	RoleId int64 `protobuf:"varint,2,opt,name=role_id,json=roleId" json:"role_id,omitempty"`
}

request parameters for method remove_claim_from_role

func (*RemoveClaimFromRoleRequest) Descriptor

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

func (*RemoveClaimFromRoleRequest) GetClaimValueId

func (m *RemoveClaimFromRoleRequest) GetClaimValueId() int64

func (*RemoveClaimFromRoleRequest) GetRoleId

func (m *RemoveClaimFromRoleRequest) GetRoleId() int64

func (*RemoveClaimFromRoleRequest) ProtoMessage

func (*RemoveClaimFromRoleRequest) ProtoMessage()

func (*RemoveClaimFromRoleRequest) Reset

func (m *RemoveClaimFromRoleRequest) Reset()

func (*RemoveClaimFromRoleRequest) String

func (m *RemoveClaimFromRoleRequest) String() string

type RemoveClaimFromRoleResponse

type RemoveClaimFromRoleResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
}

response parameters for method remove_claim_from_role

func (*RemoveClaimFromRoleResponse) Descriptor

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

func (*RemoveClaimFromRoleResponse) GetErrorCode

func (m *RemoveClaimFromRoleResponse) GetErrorCode() int32

func (*RemoveClaimFromRoleResponse) GetErrorMessage

func (m *RemoveClaimFromRoleResponse) GetErrorMessage() string

func (*RemoveClaimFromRoleResponse) ProtoMessage

func (*RemoveClaimFromRoleResponse) ProtoMessage()

func (*RemoveClaimFromRoleResponse) Reset

func (m *RemoveClaimFromRoleResponse) Reset()

func (*RemoveClaimFromRoleResponse) String

func (m *RemoveClaimFromRoleResponse) String() string

type RemoveUserFromRoleRequest

type RemoveUserFromRoleRequest struct {
	// unique identifier for an MService account user
	UserId int64 `protobuf:"varint,1,opt,name=user_id,json=userId" json:"user_id,omitempty"`
	// unique identifier for an MService account role
	RoleId int64 `protobuf:"varint,2,opt,name=role_id,json=roleId" json:"role_id,omitempty"`
}

request parameters for method remove_user_from_role

func (*RemoveUserFromRoleRequest) Descriptor

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

func (*RemoveUserFromRoleRequest) GetRoleId

func (m *RemoveUserFromRoleRequest) GetRoleId() int64

func (*RemoveUserFromRoleRequest) GetUserId

func (m *RemoveUserFromRoleRequest) GetUserId() int64

func (*RemoveUserFromRoleRequest) ProtoMessage

func (*RemoveUserFromRoleRequest) ProtoMessage()

func (*RemoveUserFromRoleRequest) Reset

func (m *RemoveUserFromRoleRequest) Reset()

func (*RemoveUserFromRoleRequest) String

func (m *RemoveUserFromRoleRequest) String() string

type RemoveUserFromRoleResponse

type RemoveUserFromRoleResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
}

response parameters for method remove_user_from_role

func (*RemoveUserFromRoleResponse) Descriptor

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

func (*RemoveUserFromRoleResponse) GetErrorCode

func (m *RemoveUserFromRoleResponse) GetErrorCode() int32

func (*RemoveUserFromRoleResponse) GetErrorMessage

func (m *RemoveUserFromRoleResponse) GetErrorMessage() string

func (*RemoveUserFromRoleResponse) ProtoMessage

func (*RemoveUserFromRoleResponse) ProtoMessage()

func (*RemoveUserFromRoleResponse) Reset

func (m *RemoveUserFromRoleResponse) Reset()

func (*RemoveUserFromRoleResponse) String

func (m *RemoveUserFromRoleResponse) String() string

type RoleClaimMap

type RoleClaimMap struct {
	// unique identifier for an MService account role
	RoleId int64 `protobuf:"varint,1,opt,name=role_id,json=roleId" json:"role_id,omitempty"`
	// unique identifier for an MService claim value
	ClaimValueId int64 `protobuf:"varint,2,opt,name=claim_value_id,json=claimValueId" json:"claim_value_id,omitempty"`
	// creation date
	Created *dml.DateTime `protobuf:"bytes,3,opt,name=created" json:"created,omitempty"`
	// deletion date
	Deleted *dml.DateTime `protobuf:"bytes,4,opt,name=deleted" json:"deleted,omitempty"`
	// has record been deleted?
	IsDeleted bool `protobuf:"varint,5,opt,name=is_deleted,json=isDeleted" json:"is_deleted,omitempty"`
}

func (*RoleClaimMap) Descriptor

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

func (*RoleClaimMap) GetClaimValueId

func (m *RoleClaimMap) GetClaimValueId() int64

func (*RoleClaimMap) GetCreated

func (m *RoleClaimMap) GetCreated() *dml.DateTime

func (*RoleClaimMap) GetDeleted

func (m *RoleClaimMap) GetDeleted() *dml.DateTime

func (*RoleClaimMap) GetIsDeleted

func (m *RoleClaimMap) GetIsDeleted() bool

func (*RoleClaimMap) GetRoleId

func (m *RoleClaimMap) GetRoleId() int64

func (*RoleClaimMap) ProtoMessage

func (*RoleClaimMap) ProtoMessage()

func (*RoleClaimMap) Reset

func (m *RoleClaimMap) Reset()

func (*RoleClaimMap) String

func (m *RoleClaimMap) String() string

type UpdateAccountRequest

type UpdateAccountRequest struct {
	// unique identifier for an MService account
	AccountId int64 `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,2,opt,name=version" json:"version,omitempty"`
	// name for account
	AccountName string `protobuf:"bytes,3,opt,name=account_name,json=accountName" json:"account_name,omitempty"`
	// long name for account
	AccountLongName string `protobuf:"bytes,4,opt,name=account_long_name,json=accountLongName" json:"account_long_name,omitempty"`
	// account_type
	AccountType int32 `protobuf:"varint,5,opt,name=account_type,json=accountType" json:"account_type,omitempty"`
	// account address line 1
	Address1 string `protobuf:"bytes,6,opt,name=address1" json:"address1,omitempty"`
	// account address line 2
	Address2 string `protobuf:"bytes,7,opt,name=address2" json:"address2,omitempty"`
	// account address city
	City string `protobuf:"bytes,8,opt,name=city" json:"city,omitempty"`
	// account address state
	State string `protobuf:"bytes,9,opt,name=state" json:"state,omitempty"`
	// account address postal or zip code
	PostalCode string `protobuf:"bytes,10,opt,name=postal_code,json=postalCode" json:"postal_code,omitempty"`
	// account address country code
	CountryCode string `protobuf:"bytes,11,opt,name=country_code,json=countryCode" json:"country_code,omitempty"`
	// account phone number
	Phone string `protobuf:"bytes,12,opt,name=phone" json:"phone,omitempty"`
	// email address
	Email string `protobuf:"bytes,13,opt,name=email" json:"email,omitempty"`
}

request parameters for method update_account

func (*UpdateAccountRequest) Descriptor

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

func (*UpdateAccountRequest) GetAccountId

func (m *UpdateAccountRequest) GetAccountId() int64

func (*UpdateAccountRequest) GetAccountLongName

func (m *UpdateAccountRequest) GetAccountLongName() string

func (*UpdateAccountRequest) GetAccountName

func (m *UpdateAccountRequest) GetAccountName() string

func (*UpdateAccountRequest) GetAccountType

func (m *UpdateAccountRequest) GetAccountType() int32

func (*UpdateAccountRequest) GetAddress1

func (m *UpdateAccountRequest) GetAddress1() string

func (*UpdateAccountRequest) GetAddress2

func (m *UpdateAccountRequest) GetAddress2() string

func (*UpdateAccountRequest) GetCity

func (m *UpdateAccountRequest) GetCity() string

func (*UpdateAccountRequest) GetCountryCode

func (m *UpdateAccountRequest) GetCountryCode() string

func (*UpdateAccountRequest) GetEmail

func (m *UpdateAccountRequest) GetEmail() string

func (*UpdateAccountRequest) GetPhone

func (m *UpdateAccountRequest) GetPhone() string

func (*UpdateAccountRequest) GetPostalCode

func (m *UpdateAccountRequest) GetPostalCode() string

func (*UpdateAccountRequest) GetState

func (m *UpdateAccountRequest) GetState() string

func (*UpdateAccountRequest) GetVersion

func (m *UpdateAccountRequest) GetVersion() int32

func (*UpdateAccountRequest) ProtoMessage

func (*UpdateAccountRequest) ProtoMessage()

func (*UpdateAccountRequest) Reset

func (m *UpdateAccountRequest) Reset()

func (*UpdateAccountRequest) String

func (m *UpdateAccountRequest) String() string

type UpdateAccountResponse

type UpdateAccountResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
}

response parameters for method update_account

func (*UpdateAccountResponse) Descriptor

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

func (*UpdateAccountResponse) GetErrorCode

func (m *UpdateAccountResponse) GetErrorCode() int32

func (*UpdateAccountResponse) GetErrorMessage

func (m *UpdateAccountResponse) GetErrorMessage() string

func (*UpdateAccountResponse) GetVersion

func (m *UpdateAccountResponse) GetVersion() int32

func (*UpdateAccountResponse) ProtoMessage

func (*UpdateAccountResponse) ProtoMessage()

func (*UpdateAccountResponse) Reset

func (m *UpdateAccountResponse) Reset()

func (*UpdateAccountResponse) String

func (m *UpdateAccountResponse) String() string

type UpdateAccountRoleRequest

type UpdateAccountRoleRequest struct {
	// unique identifier for an MService account role
	RoleId int64 `protobuf:"varint,1,opt,name=role_id,json=roleId" json:"role_id,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,2,opt,name=version" json:"version,omitempty"`
	// descriptive name for role
	RoleName string `protobuf:"bytes,3,opt,name=role_name,json=roleName" json:"role_name,omitempty"`
}

request parameters for method update_account_role

func (*UpdateAccountRoleRequest) Descriptor

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

func (*UpdateAccountRoleRequest) GetRoleId

func (m *UpdateAccountRoleRequest) GetRoleId() int64

func (*UpdateAccountRoleRequest) GetRoleName

func (m *UpdateAccountRoleRequest) GetRoleName() string

func (*UpdateAccountRoleRequest) GetVersion

func (m *UpdateAccountRoleRequest) GetVersion() int32

func (*UpdateAccountRoleRequest) ProtoMessage

func (*UpdateAccountRoleRequest) ProtoMessage()

func (*UpdateAccountRoleRequest) Reset

func (m *UpdateAccountRoleRequest) Reset()

func (*UpdateAccountRoleRequest) String

func (m *UpdateAccountRoleRequest) String() string

type UpdateAccountRoleResponse

type UpdateAccountRoleResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
}

response parameters for method update_account_role

func (*UpdateAccountRoleResponse) Descriptor

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

func (*UpdateAccountRoleResponse) GetErrorCode

func (m *UpdateAccountRoleResponse) GetErrorCode() int32

func (*UpdateAccountRoleResponse) GetErrorMessage

func (m *UpdateAccountRoleResponse) GetErrorMessage() string

func (*UpdateAccountRoleResponse) GetVersion

func (m *UpdateAccountRoleResponse) GetVersion() int32

func (*UpdateAccountRoleResponse) ProtoMessage

func (*UpdateAccountRoleResponse) ProtoMessage()

func (*UpdateAccountRoleResponse) Reset

func (m *UpdateAccountRoleResponse) Reset()

func (*UpdateAccountRoleResponse) String

func (m *UpdateAccountRoleResponse) String() string

type UpdateAccountUserPasswordRequest

type UpdateAccountUserPasswordRequest struct {
	// unique identifier for an MService account user
	UserId int64 `protobuf:"varint,1,opt,name=user_id,json=userId" json:"user_id,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,2,opt,name=version" json:"version,omitempty"`
	// old password fro password change
	PasswordOld string `protobuf:"bytes,3,opt,name=password_old,json=passwordOld" json:"password_old,omitempty"`
	// account user encrypted password hash
	PasswordEnc string `protobuf:"bytes,4,opt,name=password_enc,json=passwordEnc" json:"password_enc,omitempty"`
}

request parameters for method update_account_user_password

func (*UpdateAccountUserPasswordRequest) Descriptor

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

func (*UpdateAccountUserPasswordRequest) GetPasswordEnc

func (m *UpdateAccountUserPasswordRequest) GetPasswordEnc() string

func (*UpdateAccountUserPasswordRequest) GetPasswordOld

func (m *UpdateAccountUserPasswordRequest) GetPasswordOld() string

func (*UpdateAccountUserPasswordRequest) GetUserId

func (m *UpdateAccountUserPasswordRequest) GetUserId() int64

func (*UpdateAccountUserPasswordRequest) GetVersion

func (m *UpdateAccountUserPasswordRequest) GetVersion() int32

func (*UpdateAccountUserPasswordRequest) ProtoMessage

func (*UpdateAccountUserPasswordRequest) ProtoMessage()

func (*UpdateAccountUserPasswordRequest) Reset

func (*UpdateAccountUserPasswordRequest) String

type UpdateAccountUserPasswordResponse

type UpdateAccountUserPasswordResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
}

response parameters for method update_account_user_password

func (*UpdateAccountUserPasswordResponse) Descriptor

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

func (*UpdateAccountUserPasswordResponse) GetErrorCode

func (m *UpdateAccountUserPasswordResponse) GetErrorCode() int32

func (*UpdateAccountUserPasswordResponse) GetErrorMessage

func (m *UpdateAccountUserPasswordResponse) GetErrorMessage() string

func (*UpdateAccountUserPasswordResponse) GetVersion

func (m *UpdateAccountUserPasswordResponse) GetVersion() int32

func (*UpdateAccountUserPasswordResponse) ProtoMessage

func (*UpdateAccountUserPasswordResponse) ProtoMessage()

func (*UpdateAccountUserPasswordResponse) Reset

func (*UpdateAccountUserPasswordResponse) String

type UpdateAccountUserRequest

type UpdateAccountUserRequest struct {
	// unique identifier for an MService account user
	UserId int64 `protobuf:"varint,1,opt,name=user_id,json=userId" json:"user_id,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,2,opt,name=version" json:"version,omitempty"`
	// email address
	Email string `protobuf:"bytes,3,opt,name=email" json:"email,omitempty"`
	// account user full name
	UserFullName string `protobuf:"bytes,4,opt,name=user_full_name,json=userFullName" json:"user_full_name,omitempty"`
	// type of account user
	UserType int32 `protobuf:"varint,5,opt,name=user_type,json=userType" json:"user_type,omitempty"`
}

request parameters for method update_account_user

func (*UpdateAccountUserRequest) Descriptor

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

func (*UpdateAccountUserRequest) GetEmail

func (m *UpdateAccountUserRequest) GetEmail() string

func (*UpdateAccountUserRequest) GetUserFullName

func (m *UpdateAccountUserRequest) GetUserFullName() string

func (*UpdateAccountUserRequest) GetUserId

func (m *UpdateAccountUserRequest) GetUserId() int64

func (*UpdateAccountUserRequest) GetUserType

func (m *UpdateAccountUserRequest) GetUserType() int32

func (*UpdateAccountUserRequest) GetVersion

func (m *UpdateAccountUserRequest) GetVersion() int32

func (*UpdateAccountUserRequest) ProtoMessage

func (*UpdateAccountUserRequest) ProtoMessage()

func (*UpdateAccountUserRequest) Reset

func (m *UpdateAccountUserRequest) Reset()

func (*UpdateAccountUserRequest) String

func (m *UpdateAccountUserRequest) String() string

type UpdateAccountUserResponse

type UpdateAccountUserResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
}

response parameters for method update_account_user

func (*UpdateAccountUserResponse) Descriptor

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

func (*UpdateAccountUserResponse) GetErrorCode

func (m *UpdateAccountUserResponse) GetErrorCode() int32

func (*UpdateAccountUserResponse) GetErrorMessage

func (m *UpdateAccountUserResponse) GetErrorMessage() string

func (*UpdateAccountUserResponse) GetVersion

func (m *UpdateAccountUserResponse) GetVersion() int32

func (*UpdateAccountUserResponse) ProtoMessage

func (*UpdateAccountUserResponse) ProtoMessage()

func (*UpdateAccountUserResponse) Reset

func (m *UpdateAccountUserResponse) Reset()

func (*UpdateAccountUserResponse) String

func (m *UpdateAccountUserResponse) String() string

type UpdateClaimNameRequest

type UpdateClaimNameRequest struct {
	// unique identifier for an MService claim name
	ClaimNameId int64 `protobuf:"varint,1,opt,name=claim_name_id,json=claimNameId" json:"claim_name_id,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,2,opt,name=version" json:"version,omitempty"`
	// claim name
	ClaimName string `protobuf:"bytes,3,opt,name=claim_name,json=claimName" json:"claim_name,omitempty"`
	// claim description
	ClaimDescription string `protobuf:"bytes,4,opt,name=claim_description,json=claimDescription" json:"claim_description,omitempty"`
}

request parameters for method update_claim_name

func (*UpdateClaimNameRequest) Descriptor

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

func (*UpdateClaimNameRequest) GetClaimDescription

func (m *UpdateClaimNameRequest) GetClaimDescription() string

func (*UpdateClaimNameRequest) GetClaimName

func (m *UpdateClaimNameRequest) GetClaimName() string

func (*UpdateClaimNameRequest) GetClaimNameId

func (m *UpdateClaimNameRequest) GetClaimNameId() int64

func (*UpdateClaimNameRequest) GetVersion

func (m *UpdateClaimNameRequest) GetVersion() int32

func (*UpdateClaimNameRequest) ProtoMessage

func (*UpdateClaimNameRequest) ProtoMessage()

func (*UpdateClaimNameRequest) Reset

func (m *UpdateClaimNameRequest) Reset()

func (*UpdateClaimNameRequest) String

func (m *UpdateClaimNameRequest) String() string

type UpdateClaimNameResponse

type UpdateClaimNameResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
}

response parameters for method update_claim_name

func (*UpdateClaimNameResponse) Descriptor

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

func (*UpdateClaimNameResponse) GetErrorCode

func (m *UpdateClaimNameResponse) GetErrorCode() int32

func (*UpdateClaimNameResponse) GetErrorMessage

func (m *UpdateClaimNameResponse) GetErrorMessage() string

func (*UpdateClaimNameResponse) GetVersion

func (m *UpdateClaimNameResponse) GetVersion() int32

func (*UpdateClaimNameResponse) ProtoMessage

func (*UpdateClaimNameResponse) ProtoMessage()

func (*UpdateClaimNameResponse) Reset

func (m *UpdateClaimNameResponse) Reset()

func (*UpdateClaimNameResponse) String

func (m *UpdateClaimNameResponse) String() string

type UpdateClaimValueRequest

type UpdateClaimValueRequest struct {
	// unique identifier for an MService claim value
	ClaimValueId int64 `protobuf:"varint,1,opt,name=claim_value_id,json=claimValueId" json:"claim_value_id,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,2,opt,name=version" json:"version,omitempty"`
	// claim value
	ClaimVal string `protobuf:"bytes,3,opt,name=claim_val,json=claimVal" json:"claim_val,omitempty"`
	// claim value description
	ClaimValueDescription string `protobuf:"bytes,4,opt,name=claim_value_description,json=claimValueDescription" json:"claim_value_description,omitempty"`
}

request parameters for method update_claim_value

func (*UpdateClaimValueRequest) Descriptor

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

func (*UpdateClaimValueRequest) GetClaimVal

func (m *UpdateClaimValueRequest) GetClaimVal() string

func (*UpdateClaimValueRequest) GetClaimValueDescription

func (m *UpdateClaimValueRequest) GetClaimValueDescription() string

func (*UpdateClaimValueRequest) GetClaimValueId

func (m *UpdateClaimValueRequest) GetClaimValueId() int64

func (*UpdateClaimValueRequest) GetVersion

func (m *UpdateClaimValueRequest) GetVersion() int32

func (*UpdateClaimValueRequest) ProtoMessage

func (*UpdateClaimValueRequest) ProtoMessage()

func (*UpdateClaimValueRequest) Reset

func (m *UpdateClaimValueRequest) Reset()

func (*UpdateClaimValueRequest) String

func (m *UpdateClaimValueRequest) String() string

type UpdateClaimValueResponse

type UpdateClaimValueResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
}

response parameters for method update_claim_value

func (*UpdateClaimValueResponse) Descriptor

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

func (*UpdateClaimValueResponse) GetErrorCode

func (m *UpdateClaimValueResponse) GetErrorCode() int32

func (*UpdateClaimValueResponse) GetErrorMessage

func (m *UpdateClaimValueResponse) GetErrorMessage() string

func (*UpdateClaimValueResponse) GetVersion

func (m *UpdateClaimValueResponse) GetVersion() int32

func (*UpdateClaimValueResponse) ProtoMessage

func (*UpdateClaimValueResponse) ProtoMessage()

func (*UpdateClaimValueResponse) Reset

func (m *UpdateClaimValueResponse) Reset()

func (*UpdateClaimValueResponse) String

func (m *UpdateClaimValueResponse) String() string

Jump to

Keyboard shortcuts

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