IdentitySettings Class

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

Constructor

IdentitySettings()

Variables

Name Description
identity
str

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

lifecycle
Union[str, <xref:"IdentitySettingsLifeCycle">]

Use to select the lifecycle stages of a Container App during which the Managed Identity should be available. Known values are: "None", "Main", "Init", and "All".

Attributes

identity

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

identity: Required[str]

lifecycle

Use to select the lifecycle stages of a Container App during which the Managed Identity should be available. Known values are: "None", "Main", "Init", and "All".

lifecycle: str | IdentitySettingsLifeCycle