LedgerAzureadBasedServicePrincipalArgs

data class LedgerAzureadBasedServicePrincipalArgs(val ledgerRoleName: Output<String>, val principalId: Output<String>, val tenantId: Output<String>) : ConvertibleToJava<LedgerAzureadBasedServicePrincipalArgs>

Constructors

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

Properties

Link copied to clipboard
val ledgerRoleName: Output<String>

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

Link copied to clipboard
val principalId: Output<String>

Specifies the Principal ID of the AzureAD Service Principal.

Link copied to clipboard
val tenantId: Output<String>

Specifies the Tenant ID for this AzureAD Service Principal.

Functions

Link copied to clipboard
open override fun toJava(): LedgerAzureadBasedServicePrincipalArgs