ManagedIdentitySettingResponse

data class ManagedIdentitySettingResponse(val identity: String, val lifecycle: String? = null)

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

Constructors

Link copied to clipboard
constructor(identity: String, lifecycle: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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: String? = null

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