ServiceTenantAccessArgs

data class ServiceTenantAccessArgs(val enabled: Output<Boolean>, val primaryKey: Output<String>? = null, val secondaryKey: Output<String>? = null, val tenantId: Output<String>? = null) : ConvertibleToJava<ServiceTenantAccessArgs>

Constructors

Link copied to clipboard
constructor(enabled: Output<Boolean>, primaryKey: Output<String>? = null, secondaryKey: Output<String>? = null, tenantId: Output<String>? = null)

Properties

Link copied to clipboard
val enabled: Output<Boolean>

Should the access to the management API be enabled?

Link copied to clipboard
val primaryKey: Output<String>? = null

Primary access key for the tenant access information contract.

Link copied to clipboard
val secondaryKey: Output<String>? = null

Secondary access key for the tenant access information contract.

Link copied to clipboard
val tenantId: Output<String>? = null

The identifier for the tenant access information contract.

Functions

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