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 // 禁用资源 }
用户分组指定服务操作下的可访问资源列表信息
func (*Data) MarshalJSON ¶
func (*Data) UnmarshalJSON ¶
type GetGroupServiceActionResources ¶
type GetGroupServiceActionResources = Data
返回的用户分组指定服务操作下的可访问资源列表信息
type GetGroupServiceActionResourcesResp ¶
type GetGroupServiceActionResourcesResp = Response
返回的用户分组指定服务操作下的可访问资源列表响应
type Request ¶
type Request struct { GroupAlias string // 用户分组别名 Service string // 资源操作关联的服务 ActionAlias string // 资源操作别名 Credentials credentials.CredentialsProvider // 鉴权参数,用于生成鉴权凭证,如果为空,则使用 HTTPClientOptions 中的 CredentialsProvider }
调用 API 所用的请求
type Response ¶
type Response struct {
Data GetGroupServiceActionResources // 用户分组指定服务操作下的可访问资源列表信息
}
获取 API 所用的响应
func (*Response) MarshalJSON ¶
func (*Response) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.