Uses of Class
com.tencentcloudapi.sts.v20180813.models.AssumeRoleWithWebIdentityResponse
-
Packages that use AssumeRoleWithWebIdentityResponse Package Description com.tencentcloudapi.sts.v20180813 com.tencentcloudapi.sts.v20180813.models -
-
Uses of AssumeRoleWithWebIdentityResponse in com.tencentcloudapi.sts.v20180813
Methods in com.tencentcloudapi.sts.v20180813 that return AssumeRoleWithWebIdentityResponse Modifier and Type Method Description AssumeRoleWithWebIdentityResponseStsClient. AssumeRoleWithWebIdentity(AssumeRoleWithWebIdentityRequest req)申请OIDC角色临时访问凭证。 注意:当使用签名方法 V3 调用本接口时,请求头无须传入 X-TC-Token, 但 Authorization 需要传入值 SKIP。 -
Uses of AssumeRoleWithWebIdentityResponse in com.tencentcloudapi.sts.v20180813.models
Constructors in com.tencentcloudapi.sts.v20180813.models with parameters of type AssumeRoleWithWebIdentityResponse Constructor Description AssumeRoleWithWebIdentityResponse(AssumeRoleWithWebIdentityResponse 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.
-