ManagedIdentitySetting Class

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

Constructor

ManagedIdentitySetting()

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
Union[str, <xref:"SessionPoolIdentityLifeCycle">]

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: Required[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 | SessionPoolIdentityLifeCycle