TestimoX

API Reference

Enum

AdMigrationCredentialStrategy

Namespace ADPlayground.Migrations.Core
Assembly ADPlayground
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Credential strategy for migrated principals.

Inheritance

  • Enum
  • AdMigrationCredentialStrategy

Usage

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

Values

public const AdMigrationCredentialStrategy None #

No credential action is planned.

Value: 0
public const AdMigrationCredentialStrategy ResetRandom #

Generate and set a random destination password.

Value: 1
public const AdMigrationCredentialStrategy SetTemporary #

Set a supplied temporary destination password.

Value: 2
public const AdMigrationCredentialStrategy SetKnown #

Set a supplied known destination password.

Value: 3
public const AdMigrationCredentialStrategy ExternalSyncProvider #

Use a supported external credential-sync provider that can set destination credentials from cleartext or a live password-change event.

Value: 4
public const AdMigrationCredentialStrategy Manual #

Manual operator action is required.

Value: 5