puppet-heat/types/authencryptionkey.pp
Takashi Kajinami 00dc29e8ed Validate auth_encryption_key by date type
Change-Id: Ifa45975c23588da8a5f57d30bd0206044fa70d55
2024-05-07 02:24:08 +09:00

6 lines
92 B
ObjectPascal

type Heat::AuthEncryptionKey = Variant[
String[16,16],
String[24,24],
String[32,32]
]