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

    Interface SecurityKey

    Represents a security key.

    interface SecurityKey {
        id: string;
        name?: string;
    }
    Index

    Properties

    Properties

    id: string

    Identifier of the security key.

    name?: string

    Name of the security key.