GetServiceTenantAccess

data class GetServiceTenantAccess(val enabled: Boolean, val primaryKey: String, val secondaryKey: String, val tenantId: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Is access to the Management API enabled (presumably "for this Tenant")?

Link copied to clipboard

Primary access key for the tenant access information contract.

Link copied to clipboard

Secondary access key for the tenant access information contract.

Link copied to clipboard

The ID of the Tenant which has access to this API Management instance.