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

com.byteplus.model.live.v20230101.DescribeAuthResResultAuthListItem Maven / Gradle / Ivy

There is a newer version: 1.1.23
Show newest version
package com.byteplus.model.live.v20230101;


import com.alibaba.fastjson.JSON;
import java.util.List;

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

    /**
     * 

应用名称。

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

鉴权详情。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "AuthDetailList") private List authDetailList; /** *

是否开启 URL 地址鉴权,取值及含义如下所示。

* *

- `false`:关闭;

* *

- `true`:开启。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "AuthStatus") private Boolean authStatus; /** *

推/拉流域名。

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

鉴权场景类型,取值及含义如下所示。

* *

- `push`:推流鉴权;

* *

- `pull`:拉流鉴权。

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

鉴权生效时长,单位为秒。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "ValidDuration") private Integer validDuration; /** *

域名空间名称。

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy