delegate

package
v0.2.2 Latest Latest
Warning

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

Go to latest
Published: May 16, 2025 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_delegate_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AssumeRole

type AssumeRole struct {
	Name         string `protobuf:"bytes,1,opt,name=name,proto3" form:"name" json:"name,omitempty" query:"name"`
	AccountId    string `protobuf:"bytes,2,opt,name=accountId,proto3" form:"accountId" json:"accountId,omitempty" query:"accountId"`
	AssumeUserId string `protobuf:"bytes,3,opt,name=assumeUserId,proto3" form:"assumeUserId" json:"assumeUserId,omitempty" query:"assumeUserId"`
	Type         int32  `protobuf:"varint,4,opt,name=type,proto3" form:"type" json:"type,omitempty" query:"type"`
	CreateTime   int64  `protobuf:"varint,5,opt,name=createTime,proto3" form:"createTime" json:"createTime,omitempty" query:"createTime"`
	UpdateTime   int32  `protobuf:"varint,6,opt,name=updateTime,proto3" form:"updateTime" json:"updateTime,omitempty" query:"updateTime"`
	// contains filtered or unexported fields
}

func (*AssumeRole) Descriptor deprecated

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

Deprecated: Use AssumeRole.ProtoReflect.Descriptor instead.

func (*AssumeRole) GetAccountId

func (x *AssumeRole) GetAccountId() string

func (*AssumeRole) GetAssumeUserId

func (x *AssumeRole) GetAssumeUserId() string

func (*AssumeRole) GetCreateTime

func (x *AssumeRole) GetCreateTime() int64

func (*AssumeRole) GetName

func (x *AssumeRole) GetName() string

func (*AssumeRole) GetType

func (x *AssumeRole) GetType() int32

func (*AssumeRole) GetUpdateTime

func (x *AssumeRole) GetUpdateTime() int32

func (*AssumeRole) ProtoMessage

func (*AssumeRole) ProtoMessage()

func (*AssumeRole) ProtoReflect

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

func (*AssumeRole) Reset

func (x *AssumeRole) Reset()

func (*AssumeRole) String

func (x *AssumeRole) String() string

type CheckDelegateExistRequest

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

func (*CheckDelegateExistRequest) Descriptor deprecated

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

Deprecated: Use CheckDelegateExistRequest.ProtoReflect.Descriptor instead.

func (*CheckDelegateExistRequest) GetAccountId

func (x *CheckDelegateExistRequest) GetAccountId() string

func (*CheckDelegateExistRequest) GetName

func (x *CheckDelegateExistRequest) GetName() string

func (*CheckDelegateExistRequest) ProtoMessage

func (*CheckDelegateExistRequest) ProtoMessage()

func (*CheckDelegateExistRequest) ProtoReflect

func (*CheckDelegateExistRequest) Reset

func (x *CheckDelegateExistRequest) Reset()

func (*CheckDelegateExistRequest) String

func (x *CheckDelegateExistRequest) String() string

type CheckDelegateExistResponse

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

func (*CheckDelegateExistResponse) Descriptor deprecated

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

Deprecated: Use CheckDelegateExistResponse.ProtoReflect.Descriptor instead.

func (*CheckDelegateExistResponse) ProtoMessage

func (*CheckDelegateExistResponse) ProtoMessage()

func (*CheckDelegateExistResponse) ProtoReflect

func (*CheckDelegateExistResponse) Reset

func (x *CheckDelegateExistResponse) Reset()

func (*CheckDelegateExistResponse) String

func (x *CheckDelegateExistResponse) String() string

type CreateAutomateDelegateRoleRequest

type CreateAutomateDelegateRoleRequest struct {
	ClientToken string   `protobuf:"bytes,1,opt,name=ClientToken,proto3" form:"ClientToken" json:"ClientToken,omitempty"`
	AccountId   string   `protobuf:"bytes,2,opt,name=accountId,proto3" form:"accountId" json:"accountId,omitempty"`
	PolicyIds   []string `protobuf:"bytes,3,rep,name=policyIds,proto3" form:"policyIds" json:"policyIds,omitempty"`
	Name        string   `protobuf:"bytes,4,opt,name=name,proto3" form:"name" json:"name,omitempty"`
	Remark      string   `protobuf:"bytes,5,opt,name=remark,proto3" form:"remark" json:"remark,omitempty"`
	RangeType   string   `protobuf:"bytes,6,opt,name=rangeType,proto3" form:"rangeType" json:"rangeType,omitempty"`
	RegionIds   []string `protobuf:"bytes,7,rep,name=regionIds,proto3" form:"regionIds" json:"regionIds,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateAutomateDelegateRoleRequest) Descriptor deprecated

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

Deprecated: Use CreateAutomateDelegateRoleRequest.ProtoReflect.Descriptor instead.

func (*CreateAutomateDelegateRoleRequest) GetAccountId

func (x *CreateAutomateDelegateRoleRequest) GetAccountId() string

func (*CreateAutomateDelegateRoleRequest) GetClientToken

func (x *CreateAutomateDelegateRoleRequest) GetClientToken() string

func (*CreateAutomateDelegateRoleRequest) GetName

func (*CreateAutomateDelegateRoleRequest) GetPolicyIds

func (x *CreateAutomateDelegateRoleRequest) GetPolicyIds() []string

func (*CreateAutomateDelegateRoleRequest) GetRangeType

func (x *CreateAutomateDelegateRoleRequest) GetRangeType() string

func (*CreateAutomateDelegateRoleRequest) GetRegionIds

func (x *CreateAutomateDelegateRoleRequest) GetRegionIds() []string

func (*CreateAutomateDelegateRoleRequest) GetRemark

func (*CreateAutomateDelegateRoleRequest) ProtoMessage

func (*CreateAutomateDelegateRoleRequest) ProtoMessage()

func (*CreateAutomateDelegateRoleRequest) ProtoReflect

func (*CreateAutomateDelegateRoleRequest) Reset

func (*CreateAutomateDelegateRoleRequest) String

type CreateAutomateDelegateRoleResponse

type CreateAutomateDelegateRoleResponse struct {
	Name            string    `protobuf:"bytes,1,opt,name=name,proto3" form:"name" json:"name,omitempty" query:"name"`
	AccountId       string    `protobuf:"bytes,2,opt,name=accountId,proto3" form:"accountId" json:"accountId,omitempty" query:"accountId"`
	AssumeAccountId string    `` /* 130-byte string literal not displayed */
	AssumeUserId    string    `protobuf:"bytes,4,opt,name=assumeUserId,proto3" form:"assumeUserId" json:"assumeUserId,omitempty" query:"assumeUserId"`
	PolicyList      []*Policy `protobuf:"bytes,5,rep,name=policyList,proto3" form:"policyList" json:"policyList,omitempty" query:"policyList"`
	// contains filtered or unexported fields
}

func (*CreateAutomateDelegateRoleResponse) Descriptor deprecated

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

Deprecated: Use CreateAutomateDelegateRoleResponse.ProtoReflect.Descriptor instead.

func (*CreateAutomateDelegateRoleResponse) GetAccountId

func (x *CreateAutomateDelegateRoleResponse) GetAccountId() string

func (*CreateAutomateDelegateRoleResponse) GetAssumeAccountId

func (x *CreateAutomateDelegateRoleResponse) GetAssumeAccountId() string

func (*CreateAutomateDelegateRoleResponse) GetAssumeUserId

func (x *CreateAutomateDelegateRoleResponse) GetAssumeUserId() string

func (*CreateAutomateDelegateRoleResponse) GetName

func (*CreateAutomateDelegateRoleResponse) GetPolicyList

func (x *CreateAutomateDelegateRoleResponse) GetPolicyList() []*Policy

func (*CreateAutomateDelegateRoleResponse) ProtoMessage

func (*CreateAutomateDelegateRoleResponse) ProtoMessage()

func (*CreateAutomateDelegateRoleResponse) ProtoReflect

func (*CreateAutomateDelegateRoleResponse) Reset

func (*CreateAutomateDelegateRoleResponse) String

type Policy

type Policy struct {
	Id                string `protobuf:"bytes,1,opt,name=id,proto3" form:"id" json:"id,omitempty" query:"id"`
	PolicyName        string `protobuf:"bytes,2,opt,name=policyName,proto3" form:"policyName" json:"policyName,omitempty" query:"policyName"`
	PolicyDescription string `` /* 138-byte string literal not displayed */
	PolicyContent     string `protobuf:"bytes,4,opt,name=policyContent,proto3" form:"policyContent" json:"policyContent,omitempty" query:"policyContent"`
	// contains filtered or unexported fields
}

func (*Policy) Descriptor deprecated

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

Deprecated: Use Policy.ProtoReflect.Descriptor instead.

func (*Policy) GetId

func (x *Policy) GetId() string

func (*Policy) GetPolicyContent

func (x *Policy) GetPolicyContent() string

func (*Policy) GetPolicyDescription

func (x *Policy) GetPolicyDescription() string

func (*Policy) GetPolicyName

func (x *Policy) GetPolicyName() string

func (*Policy) ProtoMessage

func (*Policy) ProtoMessage()

func (*Policy) ProtoReflect

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

func (*Policy) Reset

func (x *Policy) Reset()

func (*Policy) String

func (x *Policy) String() string

type QueryDelegateListRequest

type QueryDelegateListRequest struct {
	AccountId string `protobuf:"bytes,1,opt,name=accountId,proto3" json:"accountId,omitempty" query:"accountId"`
	Name      string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty" query:"name"`
	Type      string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty" query:"type"`
	// contains filtered or unexported fields
}

func (*QueryDelegateListRequest) Descriptor deprecated

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

Deprecated: Use QueryDelegateListRequest.ProtoReflect.Descriptor instead.

func (*QueryDelegateListRequest) GetAccountId

func (x *QueryDelegateListRequest) GetAccountId() string

func (*QueryDelegateListRequest) GetName

func (x *QueryDelegateListRequest) GetName() string

func (*QueryDelegateListRequest) GetType

func (x *QueryDelegateListRequest) GetType() string

func (*QueryDelegateListRequest) ProtoMessage

func (*QueryDelegateListRequest) ProtoMessage()

func (*QueryDelegateListRequest) ProtoReflect

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

func (*QueryDelegateListRequest) Reset

func (x *QueryDelegateListRequest) Reset()

func (*QueryDelegateListRequest) String

func (x *QueryDelegateListRequest) String() string

type QueryDelegateListResponse

type QueryDelegateListResponse struct {
	Result []*AssumeRole `protobuf:"bytes,1,rep,name=Result,proto3" form:"Result" json:"Result,omitempty" query:"Result"`
	// contains filtered or unexported fields
}

func (*QueryDelegateListResponse) Descriptor deprecated

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

Deprecated: Use QueryDelegateListResponse.ProtoReflect.Descriptor instead.

func (*QueryDelegateListResponse) GetResult

func (x *QueryDelegateListResponse) GetResult() []*AssumeRole

func (*QueryDelegateListResponse) ProtoMessage

func (*QueryDelegateListResponse) ProtoMessage()

func (*QueryDelegateListResponse) ProtoReflect

func (*QueryDelegateListResponse) Reset

func (x *QueryDelegateListResponse) Reset()

func (*QueryDelegateListResponse) String

func (x *QueryDelegateListResponse) String() string

type SwitchDelegateRequest

type SwitchDelegateRequest struct {
	ClientToken  string `protobuf:"bytes,1,opt,name=ClientToken,proto3" form:"ClientToken" json:"ClientToken,omitempty"`
	Name         string `protobuf:"bytes,2,opt,name=name,proto3" form:"name" json:"name,omitempty"`
	AssumeUserId string `protobuf:"bytes,3,opt,name=assumeUserId,proto3" form:"assumeUserId" json:"assumeUserId,omitempty"`
	AccountId    string `protobuf:"bytes,4,opt,name=accountId,proto3" form:"accountId" json:"accountId,omitempty"`
	ValidTime    int32  `protobuf:"varint,5,opt,name=validTime,proto3" form:"validTime" json:"validTime,omitempty"`
	// contains filtered or unexported fields
}

func (*SwitchDelegateRequest) Descriptor deprecated

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

Deprecated: Use SwitchDelegateRequest.ProtoReflect.Descriptor instead.

func (*SwitchDelegateRequest) GetAccountId

func (x *SwitchDelegateRequest) GetAccountId() string

func (*SwitchDelegateRequest) GetAssumeUserId

func (x *SwitchDelegateRequest) GetAssumeUserId() string

func (*SwitchDelegateRequest) GetClientToken

func (x *SwitchDelegateRequest) GetClientToken() string

func (*SwitchDelegateRequest) GetName

func (x *SwitchDelegateRequest) GetName() string

func (*SwitchDelegateRequest) GetValidTime

func (x *SwitchDelegateRequest) GetValidTime() int32

func (*SwitchDelegateRequest) ProtoMessage

func (*SwitchDelegateRequest) ProtoMessage()

func (*SwitchDelegateRequest) ProtoReflect

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

func (*SwitchDelegateRequest) Reset

func (x *SwitchDelegateRequest) Reset()

func (*SwitchDelegateRequest) String

func (x *SwitchDelegateRequest) String() string

type SwitchDelegateResponse

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

func (*SwitchDelegateResponse) Descriptor deprecated

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

Deprecated: Use SwitchDelegateResponse.ProtoReflect.Descriptor instead.

func (*SwitchDelegateResponse) ProtoMessage

func (*SwitchDelegateResponse) ProtoMessage()

func (*SwitchDelegateResponse) ProtoReflect

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

func (*SwitchDelegateResponse) Reset

func (x *SwitchDelegateResponse) Reset()

func (*SwitchDelegateResponse) String

func (x *SwitchDelegateResponse) String() string

Jump to

Keyboard shortcuts

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