Partager via


UserIdentityProperties Class

The information about the user identity.

Inheritance
azure.mgmt.eventgrid._serialization.Model
UserIdentityProperties

Constructor

UserIdentityProperties(*, principal_id: str | None = None, client_id: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
principal_id
str

The principal id of user assigned identity.

client_id
str

The client id of user assigned identity.

Variables

Name Description
principal_id
str

The principal id of user assigned identity.

client_id
str

The client id of user assigned identity.