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

com.volcengine.model.imagex.v2.GetDomainConfigResResultAccessControlRemoteAuthAuthRequestQuery 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;
import java.util.List;

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

    /**
     * 

鉴权请求是否包含用户请求 URL 中的查询参数。取值如下所示:

* * * *

- `exclude`:表示鉴权请求不包含任何查询参数。

* *

- `include`:表示鉴权请求包含所有查询参数。

* *

- `includePart`:表示鉴权请求包含指定的查询参数。

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

Action 参数所对应的参数值

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

额外参数

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy