ListMediaServiceKeysResult

data class ListMediaServiceKeysResult(val primaryAuthEndpoint: String? = null, val primaryKey: String? = null, val scope: String? = null, val secondaryAuthEndpoint: String? = null, val secondaryKey: String? = null)

The response body for a ListKeys API.

Constructors

Link copied to clipboard
constructor(primaryAuthEndpoint: String? = null, primaryKey: String? = null, scope: String? = null, secondaryAuthEndpoint: String? = null, secondaryKey: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The primary authorization endpoint.

Link copied to clipboard
val primaryKey: String? = null

The primary key for the Media Service resource.

Link copied to clipboard
val scope: String? = null

The authorization scope.

Link copied to clipboard

The secondary authorization endpoint.

Link copied to clipboard
val secondaryKey: String? = null

The secondary key for the Media Service resource.