Share via


SAPVirtualInstanceIdentity interface

Managed service identity (user assigned identities)

Properties

type

The type of managed identity assigned to this resource.

userAssignedIdentities

The identities assigned to this resource by the user.

Property Details

type

The type of managed identity assigned to this resource.

type: string

Property Value

string

userAssignedIdentities

The identities assigned to this resource by the user.

userAssignedIdentities?: Record<string, null | UserAssignedIdentity>

Property Value

Record<string, null | UserAssignedIdentity>