# StreamingLocatorListContentKeysResponseSchema

## object

### contentKeys
list of objects [StreamingLocatorContentKey](https://docs.mediakind.com/api-reference/media-api/schemas/streaminglocatorcontentkey) Optional

The content keys used by this streaming locator

#### Show 6 properties
Hide 6 properties

- **id**  
  string  
  Required  
  The id of the content key

- **labelReferenceInStreamingPolicy**  
  string  
  Optional  
  The label reference in the streaming policy

- **policyName**  
  string  
  Optional  
  The name of the policy

- **tracks**  
  list of objects [StreamingLocatorTrackSelection](https://docs.mediakind.com/api-reference/media-api/schemas/streaminglocatortrackselection)  
  Optional  
  Not currently supported. The tracks which use this content key

#### Show 1 property
  Hide 1 property

- **trackSelections**  
    list of objects [StreamingLocatorTrackPropertyCondition](https://docs.mediakind.com/api-reference/media-api/schemas/streaminglocatortrackpropertycondition)  
    Required  
    The track selections

#### Show 3 properties
    Hide 3 properties

- **operation**  
      object [TrackPropertyCompareOperation](https://docs.mediakind.com/api-reference/media-api/schemas/trackpropertycompareoperation)  
      Required  
      The track property comparison operation

#### Show 2 properties
      Hide 2 properties

- **Equal**  
        string  
        Required  
        The track property comparison operation

- **Unknown**  
        string  
        Required  
        The track property comparison operation

- **property**  
      string  
      Required  
      The track property to compare against

- **value**  
      string  
      Required  
      The track property value.

- **type**  
  enum  
  Optional  
  The streaming locator content key type

Allowed values: CommonEncryptionCenc, CommonEncryptionCbcs, EnvelopeEncryption

- **value**  
  string  
  Optional  
  The value of the content key.
