com.volcengine.model.imagex.v2.GetDomainConfigResResultAccessControlRemoteAuthAuthResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of volc-sdk-java Show documentation
Show all versions of volc-sdk-java Show documentation
The VOLC Engine SDK for Java
package com.volcengine.model.imagex.v2;
import com.alibaba.fastjson.JSON;
/**
* GetDomainConfigResResultAccessControlRemoteAuthAuthResponse
*/
@lombok.Data
public final class GetDomainConfigResResultAccessControlRemoteAuthAuthResponse {
/**
* 鉴权服务器状态码设置
*/
@com.alibaba.fastjson.annotation.JSONField(name = "auth_server_status_code")
private GetDomainConfigResResultAccessControlRemoteAuthAuthResponseAuthServerStatusCode authServerStatusCode;
/**
* 鉴权结果缓存设置
*/
@com.alibaba.fastjson.annotation.JSONField(name = "auth_result_cache")
private GetDomainConfigResResultAccessControlRemoteAuthAuthResponseAuthResultCache authResultCache;
/**
* 鉴权服务超时时间
*/
@com.alibaba.fastjson.annotation.JSONField(name = "auth_server_timeout")
private GetDomainConfigResResultAccessControlRemoteAuthAuthResponseAuthServerTimeout authServerTimeout;
/**
* 响应设置
*/
@com.alibaba.fastjson.annotation.JSONField(name = "response")
private GetDomainConfigResResultAccessControlRemoteAuthAuthResponseResponse response;
@Override
public String toString() {
return JSON.toJSONString(this);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy