Class EnvelopeEncryptionResponse
- java.lang.Object
-
- com.pulumi.azurenative.media.outputs.EnvelopeEncryptionResponse
-
public final class EnvelopeEncryptionResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EnvelopeEncryptionResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EnvelopeEncryptionResponse.Builder
builder()
static EnvelopeEncryptionResponse.Builder
builder(EnvelopeEncryptionResponse defaults)
java.util.List<TrackSelectionResponse>
clearTracks()
java.util.Optional<StreamingPolicyContentKeysResponse>
contentKeys()
java.util.Optional<java.lang.String>
customKeyAcquisitionUrlTemplate()
java.util.Optional<EnabledProtocolsResponse>
enabledProtocols()
-
-
-
Method Detail
-
clearTracks
public java.util.List<TrackSelectionResponse> clearTracks()
- Returns:
- Representing which tracks should not be encrypted
-
contentKeys
public java.util.Optional<StreamingPolicyContentKeysResponse> contentKeys()
- Returns:
- Representing default content key for each encryption scheme and separate content keys for specific tracks
-
customKeyAcquisitionUrlTemplate
public java.util.Optional<java.lang.String> customKeyAcquisitionUrlTemplate()
- Returns:
- Template for the URL of the custom service delivering keys to end user players. Not required when using Azure Media Services for issuing keys. The template supports replaceable tokens that the service will update at runtime with the value specific to the request. The currently supported token values are {AlternativeMediaId}, which is replaced with the value of StreamingLocatorId.AlternativeMediaId, and {ContentKeyId}, which is replaced with the value of identifier of the key being requested.
-
enabledProtocols
public java.util.Optional<EnabledProtocolsResponse> enabledProtocols()
- Returns:
- Representing supported protocols
-
builder
public static EnvelopeEncryptionResponse.Builder builder()
-
builder
public static EnvelopeEncryptionResponse.Builder builder(EnvelopeEncryptionResponse defaults)
-
-