Package version:

interface UserIdentityProperties {
    clientId?: string;
    principalId?: string;
}

Properties

clientId?: string

The client id of user assigned identity. NOTE: This property will not be serialized. It can only be populated by the server.

principalId?: string

The principal id of user assigned identity. NOTE: This property will not be serialized. It can only be populated by the server.