GetIntegrationAccountCertificateResult

data class GetIntegrationAccountCertificateResult(val azureApiVersion: String, val changedTime: String, val createdTime: String, val id: String, val key: KeyVaultKeyReferenceResponse? = null, val location: String? = null, val metadata: Any? = null, val name: String, val publicCertificate: String? = null, val tags: Map<String, String>? = null, val type: String)

The integration account certificate.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, changedTime: String, createdTime: String, id: String, key: KeyVaultKeyReferenceResponse? = null, location: String? = null, metadata: Any? = null, name: String, publicCertificate: String? = null, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

The changed time.

Link copied to clipboard

The created time.

Link copied to clipboard
val id: String

The resource id.

Link copied to clipboard

The key details in the key vault.

Link copied to clipboard
val location: String? = null

The resource location.

Link copied to clipboard
val metadata: Any? = null

The metadata.

Link copied to clipboard

Gets the resource name.

Link copied to clipboard

The public certificate.

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

The resource tags.

Link copied to clipboard

Gets the resource type.