ServiceTenantAccess

data class ServiceTenantAccess(val enabled: Boolean, val primaryKey: String? = null, val secondaryKey: String? = null, val tenantId: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Should the access to the management API be enabled?

Link copied to clipboard
val primaryKey: String? = null

Primary access key for the tenant access information contract.

Link copied to clipboard
val secondaryKey: String? = null

Secondary access key for the tenant access information contract.

Link copied to clipboard
val tenantId: String? = null

The identifier for the tenant access information contract.