public class DescribeResourceAuthorizationRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeResourceAuthorizationRequest() | 
| DescribeResourceAuthorizationRequest(DescribeResourceAuthorizationRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getOperator()Get 操作者。如不填,默认为 `cmeid_system`,表示平台管理员操作,可以查询任意资源的被授权情况。如果指定操作者,则操作者必须对被授权资源有读权限。 | 
| Entity | getOwner()Get 归属者。 | 
| String | getPlatform()Get 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。 | 
| Resource | getResource()Get 资源。 | 
| void | setOperator(String Operator)Set 操作者。如不填,默认为 `cmeid_system`,表示平台管理员操作,可以查询任意资源的被授权情况。如果指定操作者,则操作者必须对被授权资源有读权限。 | 
| void | setOwner(Entity Owner)Set 归属者。 | 
| void | setPlatform(String Platform)Set 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。 | 
| void | setResource(Resource Resource)Set 资源。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeResourceAuthorizationRequest()
public DescribeResourceAuthorizationRequest(DescribeResourceAuthorizationRequest source)
public String getPlatform()
public void setPlatform(String Platform)
Platform - 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。public Entity getOwner()
public void setOwner(Entity Owner)
Owner - 归属者。public Resource getResource()
public void setResource(Resource Resource)
Resource - 资源。public String getOperator()
public void setOperator(String Operator)
Operator - 操作者。如不填,默认为 `cmeid_system`,表示平台管理员操作,可以查询任意资源的被授权情况。如果指定操作者,则操作者必须对被授权资源有读权限。Copyright © 2025. All rights reserved.