List Tenant Access Git Secrets Result
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
fun ListTenantAccessGitSecretsResult(enabled: Boolean? = null, id: String? = null, primaryKey: String? = null, secondaryKey: String? = null)