CloudServiceOsProfileArgs

data class CloudServiceOsProfileArgs(val secrets: Output<List<CloudServiceVaultSecretGroupArgs>>? = null) : ConvertibleToJava<CloudServiceOsProfileArgs>

Describes the OS profile for the cloud service.

Constructors

Link copied to clipboard
constructor(secrets: Output<List<CloudServiceVaultSecretGroupArgs>>? = null)

Properties

Link copied to clipboard

Specifies set of certificates that should be installed onto the role instances.

Functions

Link copied to clipboard
open override fun toJava(): CloudServiceOsProfileArgs