LedgerAzureadBasedServicePrincipal

data class LedgerAzureadBasedServicePrincipal(val ledgerRoleName: String, val principalId: String, val tenantId: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the Ledger Role to grant this AzureAD Service Principal. Possible values are Administrator, Contributor and Reader.

Link copied to clipboard

Specifies the Principal ID of the AzureAD Service Principal.

Link copied to clipboard

Specifies the Tenant ID for this AzureAD Service Principal.