Package version:

Optional settings for a Managed Identity that is assigned to the Container App.

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

Properties

Properties

identity: string

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

lifecycle?: string

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