ListTenantAccessGitSecretsResult

data class ListTenantAccessGitSecretsResult(val enabled: Boolean? = null, val id: String? = null, val primaryKey: String? = null, val secondaryKey: String? = null)

Tenant access information contract of the API Management service.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

Determines whether direct access is enabled.

Link copied to clipboard
val id: String? = null

Identifier.

Link copied to clipboard
val primaryKey: String? = null

Primary access key. This property will not be filled on 'GET' operations! Use '/listSecrets' POST request to get the value.

Link copied to clipboard
val secondaryKey: String? = null

Secondary access key. This property will not be filled on 'GET' operations! Use '/listSecrets' POST request to get the value.