GetVcenterCredentialsResult

data class GetVcenterCredentialsResult(val id: String, val parent: String, val password: String, val username: String)

A collection of values returned by getVcenterCredentials.

Constructors

Link copied to clipboard
constructor(id: String, parent: String, password: String, username: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard

The password of the Vcenter Credential.

Link copied to clipboard

The username of the Vcenter Credential.