IAdmFileVaultSyncPromptSettings

The IAdmFileVaultSyncPromptSettings interface represents the self-service client settings related to FileVault password synchronization.

Inheritance: IAdmTop

Properties

Details

Title

Gets or sets the FileVault password synchronization prompt title.

  • Type:
  • string
  • Access:
  • Read/Write

Text

Gets or sets the text of the prompt.

  • Type:
  • string
  • Access:
  • Read/Write

SkipButtonText

Gets or sets the text of the Skip button in the prompt.

  • Type:
  • string
  • Access:
  • Read/Write

Remarks

If you don't want any text to be displayed, set the value to an empty string.


RemindLaterButtonText

Gets or sets the text of the Later button in the prompt.

  • Type:
  • string
  • Access:
  • Read/Write

Remarks

If you don't want any text to be displayed, set the value to an empty string.


RemindLaterIntervalMins

Gets or sets the reminder frequency (in minutes) for the Later option.

  • Type:
  • int
  • Access:
  • Read/Write

Remarks

If you want to display the reminder only once when the system starts, specify 0.


DialogText1

Gets or sets the main text of the SecureToken admin credentials dialog.

  • Type:
  • string
  • Access:
  • Read/Write

DialogText2

Gets or sets the secondary text of the SecureToken admin credentials dialog.

  • Type:
  • string
  • Access:
  • Read/Write

DialogUsernameLabel

Gets or sets the label of the Username field of the SecureToken admin credentials dialog.

  • Type:
  • string
  • Access:
  • Read/Write

DialogPasswordLabel

Gets or sets the label of the Password field of the SecureToken admin credentials dialog.

  • Type:
  • string
  • Access:
  • Read/Write

DialogCancelButtonText

Gets or sets the text of the Cancel button of the SecureToken admin credentials dialog.

  • Type:
  • string
  • Access:
  • Read/Write

DialogSkipButtonText

Gets or sets the text of the Skip button of the SecureToken admin credentials dialog.

  • Type:
  • string
  • Access:
  • Read/Write

DialogContinueButtonText

Gets or sets the text of the Continue button of the SecureToken admin credentials dialog.

  • Type:
  • string
  • Access:
  • Read/Write

DialogNotSecureTokenEnabledError

Gets or sets the error message displayed if the account is not a SecureToken admin.

  • Type:
  • string
  • Access:
  • Read/Write

DialogFileVaultPasswordNotInSyncError

Gets or sets the error message displayed if the password of a SecureToken admin is out of sync with the FileVault password.

  • Type:
  • string
  • Access:
  • Read/Write

PasswordDialogText

Gets or sets the text of the Your password dialog.

  • Type:
  • string
  • Access:
  • Read/Write

PasswordDialogPasswordLabel

Gets or sets the label of the Password field in the Your password dialog.

  • Type:
  • string
  • Access:
  • Read/Write

PasswordDialogCancelButtonText

Gets or sets the text of the Cancel button in the Your password dialog.

  • Type:
  • string
  • Access:
  • Read/Write

PasswordDialogOkButtonText

Gets or sets the text of the OK button in the Your password dialog.

  • Type:
  • string
  • Access:
  • Read/Write

PasswordDialogInvalidPasswordError

Gets or sets the error message displayed if the password is incorrect.

  • Type:
  • string
  • Access:
  • Read/Write

Requirements

Minimum required version: 2023

See also