TestimoX

API Reference

Class

AdMigrationCredential

Namespace ADPlayground.Migrations.Credentials
Assembly ADPlayground
Implements
IEquatable<AdMigrationCredential>
Modifiers sealed

Runtime credential material used by a migration executor.

Inheritance

  • Object
  • AdMigrationCredential

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Constructors

Methods

public AdMigrationCredential <Clone>$() #
Returns: AdMigrationCredential
public virtual Boolean Equals(AdMigrationCredential other) #
Returns: Boolean

Parameters

obj Object requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32
public override String ToString() #
Returns: String

Properties

public String Password { get; set; } #

Resolved password value.

public Boolean Generated { get; set; } #

Gets a value indicating whether the password was generated by the executor.

public String SecretReference { get; set; } #

Secret reference that produced the password, when applicable.