IdentityProfileResponse

data class IdentityProfileResponse(val msiClientId: String, val msiObjectId: String, val msiResourceId: String)

Identity Profile with details of an MSI.

Constructors

Link copied to clipboard
constructor(msiClientId: String, msiObjectId: String, msiResourceId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

ClientId of the MSI.

Link copied to clipboard

ObjectId of the MSI.

Link copied to clipboard

ResourceId of the MSI.