DppIdentityDetailsResponse

data class DppIdentityDetailsResponse(val principalId: String, val tenantId: String, val type: String? = null)

Identity details

Constructors

Link copied to clipboard
constructor(principalId: String, tenantId: String, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The object ID of the service principal object for the managed identity that is used to grant role-based access to an Azure resource.

Link copied to clipboard

A Globally Unique Identifier (GUID) that represents the Azure AD tenant where the resource is now a member.

Link copied to clipboard
val type: String? = null

The identityType which can be either SystemAssigned or None