GetPartnerConfigurationResult

data class GetPartnerConfigurationResult(val id: String, val location: String? = null, val name: String, val partnerAuthorization: PartnerAuthorizationResponse? = null, val provisioningState: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

Partner configuration information

Constructors

Link copied to clipboard
constructor(id: String, location: String? = null, name: String, partnerAuthorization: PartnerAuthorizationResponse? = null, provisioningState: String? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Fully qualified identifier of the resource.

Link copied to clipboard
val location: String? = null

Location of the resource.

Link copied to clipboard

Name of the resource.

Link copied to clipboard

The details of authorized partners.

Link copied to clipboard

Provisioning state of the partner configuration.

Link copied to clipboard

The system metadata relating to partner configuration resource.

Link copied to clipboard
val tags: Map<String, String>? = null

Tags of the resource.

Link copied to clipboard

Type of the resource.