Uses of Class
com.tencentcloudapi.cam.v20190116.models.DescribeUserOIDCConfigRequest
-
Packages that use DescribeUserOIDCConfigRequest Package Description com.tencentcloudapi.cam.v20190116 com.tencentcloudapi.cam.v20190116.models -
-
Uses of DescribeUserOIDCConfigRequest in com.tencentcloudapi.cam.v20190116
Methods in com.tencentcloudapi.cam.v20190116 with parameters of type DescribeUserOIDCConfigRequest Modifier and Type Method Description DescribeUserOIDCConfigResponseCamClient. DescribeUserOIDCConfig(DescribeUserOIDCConfigRequest req)查询用户OIDC配置 -
Uses of DescribeUserOIDCConfigRequest in com.tencentcloudapi.cam.v20190116.models
Constructors in com.tencentcloudapi.cam.v20190116.models with parameters of type DescribeUserOIDCConfigRequest Constructor Description DescribeUserOIDCConfigRequest(DescribeUserOIDCConfigRequest 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.
-