GetRepositoryCreationTemplateEncryptionConfiguration

data class GetRepositoryCreationTemplateEncryptionConfiguration(val encryptionType: String, val kmsKey: String)

Constructors

constructor(encryptionType: String, kmsKey: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Encryption type to use for any created repositories, either AES256 or KMS.

Link copied to clipboard

If encryption_type is KMS, the ARN of the KMS key used.