Puppet Data Type Alias: Cfssl::Auth_key

Defined in:
modules/cfssl/types/auth_key.pp

Overview

SPDX-License-Identifier: Apache-2.0

Alias of

Struct[{
    key => Variant[Sensitive[String[16]],Pattern[/^[a-fA-F0-9]{16}$/]],
    type => Enum['standard'],
}]


# File 'modules/cfssl/types/auth_key.pp', line 2