AADBasedSecurityPrincipalResponse

data class AADBasedSecurityPrincipalResponse(val ledgerRoleName: String? = null, val principalId: String? = null, val tenantId: String? = null)

AAD based security principal with associated Ledger RoleName

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ledgerRoleName: String? = null

LedgerRole associated with the Security Principal of Ledger

Link copied to clipboard
val principalId: String? = null

UUID/GUID based Principal Id of the Security Principal

Link copied to clipboard
val tenantId: String? = null

UUID/GUID based Tenant Id of the Security Principal