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

com.volcengine.model.imagex.v2.GetDomainConfigResResultAccessControlRemoteAuthAuthServer 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;

/**
 * GetDomainConfigResResultAccessControlRemoteAuthAuthServer
 */
@lombok.Data
public final class GetDomainConfigResResultAccessControlRemoteAuthAuthServer  {

    /**
     * 

鉴权服务器的主地址

*/ @com.alibaba.fastjson.annotation.JSONField(name = "address") private String address; /** *

鉴权服务器的备地址

*/ @com.alibaba.fastjson.annotation.JSONField(name = "backup_address") private String backupAddress; /** *

鉴权请求的路径,取值如下所示:

* * * *

- `constant`:表示鉴权请求中的路径与用户请求中的路径相同。

* *

- `variable`:表示您需要在 pathValue 参数中指定一个鉴权请求中的路径。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "path_type") private String pathType; /** *

一个鉴权请求的路径

*/ @com.alibaba.fastjson.annotation.JSONField(name = "path_value") private String pathValue; /** *

在发送鉴权请求时所使用的请求方法,取值如下所示:

* *

- `default`:鉴权请求所使用的方法与用户的请求相同。

* *

- `get`:鉴权请求使用 GET 方法。

* *

- `post`:鉴权请求使用 POST 方法。

* *

- `head`:鉴权请求使用 HEAD 方法。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "request_method") private String requestMethod; @Override public String toString() { return JSON.toJSONString(this); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy