MediaCdnKey(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Configuration for a Media CDN key.
Attributes |
|
---|---|
Name | Description |
private_key |
bytes
Input only. 64-byte ed25519 private key for this Media CDN key. |
key_name |
str
The keyset name of the Media CDN key. |
token_config |
google.cloud.video.stitcher_v1.types.MediaCdnKey.TokenConfig
Optional. If set, the URL will be signed using the Media CDN token. Otherwise, the URL would be signed using the standard Media CDN signature. |
Classes
TokenConfig
TokenConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Configuration for a Media CDN token.