ManagedIdentitySetting Class

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

Constructor

ManagedIdentitySetting(*args: Any, **kwargs: Any)

Variables

Name Description
identity
str

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

lifecycle

Use to select the lifecycle stages of a Session Pool during which the Managed Identity should be available. Known values are: "None" and "Main".

Attributes

identity

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

identity: str

lifecycle

Use to select the lifecycle stages of a Session Pool during which the Managed Identity should be available. Known values are: "None" and "Main".

lifecycle: str | _models.SessionPoolIdentityLifeCycle | None