public class IapClient extends AbstractClient
gson, HTTP_RSP_OK, SDK_VERSION
Constructor and Description |
---|
IapClient(Credential credential,
String region) |
IapClient(Credential credential,
String region,
ClientProfile profile) |
Modifier and Type | Method and Description |
---|---|
CreateIAPUserOIDCConfigResponse |
CreateIAPUserOIDCConfig(CreateIAPUserOIDCConfigRequest req)
创建用户OIDC配置。只能创建一个用户OIDC身份提供商,并且创建用户OIDC配置之后会自动关闭用户SAML SSO身份提供商。
|
DescribeIAPLoginSessionDurationResponse |
DescribeIAPLoginSessionDuration(DescribeIAPLoginSessionDurationRequest req)
查询登录会话时长
|
DescribeIAPUserOIDCConfigResponse |
DescribeIAPUserOIDCConfig(DescribeIAPUserOIDCConfigRequest req)
查询用户OIDC配置
|
DisableIAPUserSSOResponse |
DisableIAPUserSSO(DisableIAPUserSSORequest req)
禁用用户SSO
|
ModifyIAPLoginSessionDurationResponse |
ModifyIAPLoginSessionDuration(ModifyIAPLoginSessionDurationRequest req)
修改登录会话时长
|
UpdateIAPUserOIDCConfigResponse |
UpdateIAPUserOIDCConfig(UpdateIAPUserOIDCConfigRequest req)
修改用户OIDC配置
|
call, callOctetStream, getClientProfile, getCredential, getRegion, getRegionBreaker, internalRequest, internalRequest, internalRequestRaw, processResponseJson, processResponseSSE, retry, setClientProfile, setCredential, setRegion, setRegionBreaker
public IapClient(Credential credential, String region)
public IapClient(Credential credential, String region, ClientProfile profile)
public CreateIAPUserOIDCConfigResponse CreateIAPUserOIDCConfig(CreateIAPUserOIDCConfigRequest req) throws TencentCloudSDKException
req
- CreateIAPUserOIDCConfigRequestTencentCloudSDKException
public DescribeIAPLoginSessionDurationResponse DescribeIAPLoginSessionDuration(DescribeIAPLoginSessionDurationRequest req) throws TencentCloudSDKException
req
- DescribeIAPLoginSessionDurationRequestTencentCloudSDKException
public DescribeIAPUserOIDCConfigResponse DescribeIAPUserOIDCConfig(DescribeIAPUserOIDCConfigRequest req) throws TencentCloudSDKException
req
- DescribeIAPUserOIDCConfigRequestTencentCloudSDKException
public DisableIAPUserSSOResponse DisableIAPUserSSO(DisableIAPUserSSORequest req) throws TencentCloudSDKException
req
- DisableIAPUserSSORequestTencentCloudSDKException
public ModifyIAPLoginSessionDurationResponse ModifyIAPLoginSessionDuration(ModifyIAPLoginSessionDurationRequest req) throws TencentCloudSDKException
req
- ModifyIAPLoginSessionDurationRequestTencentCloudSDKException
public UpdateIAPUserOIDCConfigResponse UpdateIAPUserOIDCConfig(UpdateIAPUserOIDCConfigRequest req) throws TencentCloudSDKException
req
- UpdateIAPUserOIDCConfigRequestTencentCloudSDKException
Copyright © 2025. All rights reserved.