All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.volcengine.model.imagex.v2.GetDomainConfigResResultAccessControlRemoteAuthAuthResponse Maven / Gradle / Ivy

There is a newer version: 1.0.192
Show newest version
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