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