@dolbyio/dolbyio-rest-apis-client - v6.3.0
    Preparing search index...

    Interface CreaseSecurityKeyRequest

    Represents a security key.

    interface CreaseSecurityKeyRequest {
        key: string;
        mediaDistributionId: string;
        name?: string;
    }
    Index

    Properties

    key: string

    Key of the security key.

    mediaDistributionId: string

    Identifier of the media distribution

    name?: string

    Name of the security key.