RoutingIdentityInfo Class
Routing identity info for topic spaces configuration.
- Inheritance
-
azure.mgmt.eventgrid._serialization.ModelRoutingIdentityInfo
Constructor
RoutingIdentityInfo(*, type: str | _models.RoutingIdentityType | None = None, user_assigned_identity: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
type
|
Routing identity type for topic spaces configuration. Known values are: "None", "SystemAssigned", and "UserAssigned". |
user_assigned_identity
|
|
Variables
Name | Description |
---|---|
type
|
Routing identity type for topic spaces configuration. Known values are: "None", "SystemAssigned", and "UserAssigned". |
user_assigned_identity
|
|
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python