ManagedIdentitySettingArgs

data class ManagedIdentitySettingArgs(val identity: Output<String>, val lifecycle: Output<Either<String, IdentitySettingsLifeCycle>>? = null) : ConvertibleToJava<ManagedIdentitySettingArgs>

Optional settings for a Managed Identity that is assigned to the Session pool.

Constructors

Link copied to clipboard
constructor(identity: Output<String>, lifecycle: Output<Either<String, IdentitySettingsLifeCycle>>? = null)

Properties

Link copied to clipboard
val identity: Output<String>

The resource ID of a user-assigned managed identity that is assigned to the Session Pool, or 'system' for system-assigned identity.

Link copied to clipboard
val lifecycle: Output<Either<String, IdentitySettingsLifeCycle>>? = null

Use to select the lifecycle stages of a Session Pool during which the Managed Identity should be available.

Functions

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