Documentation
¶
Index ¶
- Variables
- type AssumeRole
- func (*AssumeRole) Descriptor() ([]byte, []int)deprecated
- func (x *AssumeRole) GetAccountId() string
- func (x *AssumeRole) GetAssumeUserId() string
- func (x *AssumeRole) GetCreateTime() int64
- func (x *AssumeRole) GetName() string
- func (x *AssumeRole) GetType() int32
- func (x *AssumeRole) GetUpdateTime() int32
- func (*AssumeRole) ProtoMessage()
- func (x *AssumeRole) ProtoReflect() protoreflect.Message
- func (x *AssumeRole) Reset()
- func (x *AssumeRole) String() string
- type CheckDelegateExistRequest
- func (*CheckDelegateExistRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CheckDelegateExistRequest) GetAccountId() string
- func (x *CheckDelegateExistRequest) GetName() string
- func (*CheckDelegateExistRequest) ProtoMessage()
- func (x *CheckDelegateExistRequest) ProtoReflect() protoreflect.Message
- func (x *CheckDelegateExistRequest) Reset()
- func (x *CheckDelegateExistRequest) String() string
- type CheckDelegateExistResponse
- type CreateAutomateDelegateRoleRequest
- func (*CreateAutomateDelegateRoleRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateAutomateDelegateRoleRequest) GetAccountId() string
- func (x *CreateAutomateDelegateRoleRequest) GetClientToken() string
- func (x *CreateAutomateDelegateRoleRequest) GetName() string
- func (x *CreateAutomateDelegateRoleRequest) GetPolicyIds() []string
- func (x *CreateAutomateDelegateRoleRequest) GetRangeType() string
- func (x *CreateAutomateDelegateRoleRequest) GetRegionIds() []string
- func (x *CreateAutomateDelegateRoleRequest) GetRemark() string
- func (*CreateAutomateDelegateRoleRequest) ProtoMessage()
- func (x *CreateAutomateDelegateRoleRequest) ProtoReflect() protoreflect.Message
- func (x *CreateAutomateDelegateRoleRequest) Reset()
- func (x *CreateAutomateDelegateRoleRequest) String() string
- type CreateAutomateDelegateRoleResponse
- func (*CreateAutomateDelegateRoleResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateAutomateDelegateRoleResponse) GetAccountId() string
- func (x *CreateAutomateDelegateRoleResponse) GetAssumeAccountId() string
- func (x *CreateAutomateDelegateRoleResponse) GetAssumeUserId() string
- func (x *CreateAutomateDelegateRoleResponse) GetName() string
- func (x *CreateAutomateDelegateRoleResponse) GetPolicyList() []*Policy
- func (*CreateAutomateDelegateRoleResponse) ProtoMessage()
- func (x *CreateAutomateDelegateRoleResponse) ProtoReflect() protoreflect.Message
- func (x *CreateAutomateDelegateRoleResponse) Reset()
- func (x *CreateAutomateDelegateRoleResponse) String() string
- type Policy
- func (*Policy) Descriptor() ([]byte, []int)deprecated
- func (x *Policy) GetId() string
- func (x *Policy) GetPolicyContent() string
- func (x *Policy) GetPolicyDescription() string
- func (x *Policy) GetPolicyName() string
- func (*Policy) ProtoMessage()
- func (x *Policy) ProtoReflect() protoreflect.Message
- func (x *Policy) Reset()
- func (x *Policy) String() string
- type QueryDelegateListRequest
- func (*QueryDelegateListRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueryDelegateListRequest) GetAccountId() string
- func (x *QueryDelegateListRequest) GetName() string
- func (x *QueryDelegateListRequest) GetType() string
- func (*QueryDelegateListRequest) ProtoMessage()
- func (x *QueryDelegateListRequest) ProtoReflect() protoreflect.Message
- func (x *QueryDelegateListRequest) Reset()
- func (x *QueryDelegateListRequest) String() string
- type QueryDelegateListResponse
- func (*QueryDelegateListResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryDelegateListResponse) GetResult() []*AssumeRole
- func (*QueryDelegateListResponse) ProtoMessage()
- func (x *QueryDelegateListResponse) ProtoReflect() protoreflect.Message
- func (x *QueryDelegateListResponse) Reset()
- func (x *QueryDelegateListResponse) String() string
- type SwitchDelegateRequest
- func (*SwitchDelegateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SwitchDelegateRequest) GetAccountId() string
- func (x *SwitchDelegateRequest) GetAssumeUserId() string
- func (x *SwitchDelegateRequest) GetClientToken() string
- func (x *SwitchDelegateRequest) GetName() string
- func (x *SwitchDelegateRequest) GetValidTime() int32
- func (*SwitchDelegateRequest) ProtoMessage()
- func (x *SwitchDelegateRequest) ProtoReflect() protoreflect.Message
- func (x *SwitchDelegateRequest) Reset()
- func (x *SwitchDelegateRequest) String() string
- type SwitchDelegateResponse
Constants ¶
This section is empty.
Variables ¶
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 (x *CheckDelegateExistRequest) ProtoReflect() protoreflect.Message
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 (x *CheckDelegateExistResponse) ProtoReflect() protoreflect.Message
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 (x *CreateAutomateDelegateRoleRequest) GetName() string
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 (x *CreateAutomateDelegateRoleRequest) GetRemark() string
func (*CreateAutomateDelegateRoleRequest) ProtoMessage ¶
func (*CreateAutomateDelegateRoleRequest) ProtoMessage()
func (*CreateAutomateDelegateRoleRequest) ProtoReflect ¶
func (x *CreateAutomateDelegateRoleRequest) ProtoReflect() protoreflect.Message
func (*CreateAutomateDelegateRoleRequest) Reset ¶
func (x *CreateAutomateDelegateRoleRequest) Reset()
func (*CreateAutomateDelegateRoleRequest) String ¶
func (x *CreateAutomateDelegateRoleRequest) String() 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 (x *CreateAutomateDelegateRoleResponse) GetName() string
func (*CreateAutomateDelegateRoleResponse) GetPolicyList ¶
func (x *CreateAutomateDelegateRoleResponse) GetPolicyList() []*Policy
func (*CreateAutomateDelegateRoleResponse) ProtoMessage ¶
func (*CreateAutomateDelegateRoleResponse) ProtoMessage()
func (*CreateAutomateDelegateRoleResponse) ProtoReflect ¶
func (x *CreateAutomateDelegateRoleResponse) ProtoReflect() protoreflect.Message
func (*CreateAutomateDelegateRoleResponse) Reset ¶
func (x *CreateAutomateDelegateRoleResponse) Reset()
func (*CreateAutomateDelegateRoleResponse) String ¶
func (x *CreateAutomateDelegateRoleResponse) String() 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) GetPolicyContent ¶
func (*Policy) GetPolicyDescription ¶
func (*Policy) GetPolicyName ¶
func (*Policy) ProtoMessage ¶
func (*Policy) ProtoMessage()
func (*Policy) ProtoReflect ¶
func (x *Policy) ProtoReflect() protoreflect.Message
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 (x *QueryDelegateListResponse) ProtoReflect() protoreflect.Message
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