SAPVirtualInstanceIdentityResponseUserAssignedIdentities

data class SAPVirtualInstanceIdentityResponseUserAssignedIdentities(val clientId: String, val principalId: String)

Constructors

constructor(clientId: String, principalId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The client ID of the assigned identity.

Link copied to clipboard

The principal ID of the assigned identity.