RoutingIdentityInfo Class

Routing identity info for topic spaces configuration.

Constructor

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

Variables

Name Description
type

Routing identity type for topic spaces configuration. Known values are: "None", "SystemAssigned", and "UserAssigned".

user_assigned_identity
str

Attributes

type

"None", "SystemAssigned", and "UserAssigned".

type: str | _models.RoutingIdentityType | None

user_assigned_identity

user_assigned_identity: str | None