GetCredentialResult

data class GetCredentialResult(val azureApiVersion: String, val creationTime: String, val description: String? = null, val id: String, val lastModifiedTime: String, val name: String, val type: String, val userName: String)

Definition of the credential.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, creationTime: String, description: String? = null, id: String, lastModifiedTime: String, name: String, type: String, userName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Gets the creation time.

Link copied to clipboard
val description: String? = null

Gets or sets the description.

Link copied to clipboard
val id: String

Fully qualified resource Id for the resource

Link copied to clipboard

Gets the last modified time.

Link copied to clipboard

The name of the resource

Link copied to clipboard

The type of the resource.

Link copied to clipboard

Gets the user name of the credential.