SessionRecordingIdentity Class

The identity to use for accessing the blob container where recordings will be stored.

Constructor

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

Variables

Name Description
type

The type of identity to use. Required. Known values are: "SystemAssigned" and "UserAssigned".

user_assigned_identity_id
str

User assigned identity to use for accessing blob container Uri. Ex: /subscriptions/fa5fc227-a624-475e-b696-cdd604c735bc/resourceGroups/<resource group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId. Mutually exclusive with identity type systemAssigned.

Attributes

type

"SystemAssigned" and "UserAssigned".

type: str | _models.SessionRecordingIdentityType

user_assigned_identity_id

User assigned identity to use for accessing blob container Uri. Ex: /subscriptions/fa5fc227-a624-475e-b696-cdd604c735bc/resourceGroups/<resource group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId. Mutually exclusive with identity type systemAssigned.

user_assigned_identity_id: str | None