OsProfileArgs

data class OsProfileArgs(val secretsManagementSettings: Output<SecretsManagementSettingsArgs>) : ConvertibleToJava<OsProfileArgs>

The OS profile of the machines in the pool.

Constructors

Link copied to clipboard
constructor(secretsManagementSettings: Output<SecretsManagementSettingsArgs>)

Properties

Link copied to clipboard

The secret management settings of the machines in the pool.

Functions

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