Package version:

Interface ManagedIdentitySetting

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

interface ManagedIdentitySetting {
    identity: string;
    lifecycle?: string;
}

Properties

Properties

identity: string

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

lifecycle?: string

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