Package version:

Managed service identity (user assigned identities)

interface SAPVirtualInstanceIdentity {
    type: string;
    userAssignedIdentities?: any;
}

Properties

type: string

The type of managed identity assigned to this resource.

userAssignedIdentities?: any

The identities assigned to this resource by the user.