| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
The ID of the content key. If not specified, it will be generated. |
globally unique identifier |
None. |
| Name |
The name of the content key. |
string |
Max length: 256 Min length: 1 |
| KeySeedId |
The ID of the key seed that will be used to generate the content key. If not specified, the cryptographically secure random number generator will be used to generate the content key. Mutually exclusive with specifying the use of the default key seed. |
globally unique identifier |
None. |
| UseDefaultKeySeed |
Specifies whether the default key seed should be used for generating the content key. May not be set to "true" when specifying a key seed ID. |
boolean |
None. |