Documentation
¶
Overview ¶
列举子账号指定服务操作下的可访问资源
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Data ¶
type Data struct { AllowedResources AllowedResources // 可用资源 DeniedResources DeniedResources // 禁用资源 }
IAM 子账号指定服务操作下的可访问资源列表信息
func (*Data) MarshalJSON ¶
func (*Data) UnmarshalJSON ¶
type GetIamUserServiceActionResources ¶
type GetIamUserServiceActionResources = Data
返回的 IAM 子账号指定服务操作下的可访问资源列表信息
type GetIamUserServiceActionResourcesResp ¶
type GetIamUserServiceActionResourcesResp = Response
返回的 IAM 子账号指定服务操作下的可访问资源列表响应
type Request ¶
type Request struct { UserAlias string // 子账号别名 Service string // 资源操作关联的服务 ActionAlias string // 资源操作别名 Credentials credentials.CredentialsProvider // 鉴权参数,用于生成鉴权凭证,如果为空,则使用 HTTPClientOptions 中的 CredentialsProvider }
调用 API 所用的请求
type Response ¶
type Response struct {
Data GetIamUserServiceActionResources // IAM 子账号指定服务操作下的可访问资源列表信息
}
获取 API 所用的响应
func (*Response) MarshalJSON ¶
func (*Response) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.