GetNsxCredentialsResult

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

A collection of values returned by getNsxCredentials.

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 NSX Credential.

Link copied to clipboard

The username of the NSX Credential.