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

com.byteplus.model.live.v20230101.DescribeAuthResResultAuthListItemAuthDetailListItem 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;
import java.util.Map;

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

    /**
     * 

自定义鉴权密钥。

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

对称加密算法。

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

自定义推拉流地址中,鉴权参数 `volcSecret` 和 `volcTime` 的名称。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "AuthField") private Map authField; /** *

生成加密字符串使用的加密字段。

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy