Credential Class

Definition

Definition of the credential.

public class Credential
[Microsoft.Rest.Serialization.JsonTransformation]
public class Credential : Microsoft.Azure.Management.Automation.Models.ProxyResource
type Credential = class
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Credential = class
    inherit ProxyResource
Public Class Credential
Public Class Credential
Inherits ProxyResource
Inheritance
Credential
Inheritance
Attributes

Constructors

Credential()

Initializes a new instance of the Credential class.

Credential(String, String, String, String, DateTimeOffset, DateTimeOffset, String)

Initializes a new instance of the Credential class.

Properties

CreationTime

Gets the creation time.

Description

Gets or sets the description.

Id
Id

Gets fully qualified resource Id for the resource

(Inherited from Resource)
LastModifiedTime

Gets the last modified time.

Name
Name

Gets the name of the resource

(Inherited from Resource)
Properties
Type

Gets the type of the resource.

(Inherited from Resource)
UserName

Gets the user name of the credential.

Applies to