Data.Cloud.AmazonAPI.TAmazonConnectionInfo.MFAAuthCode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MFAAuthCode: string read FMFAAuthCode write FMFAAuthCode;

C++

__property System::UnicodeString MFAAuthCode = {read=FMFAAuthCode, write=FMFAAuthCode};

Properties

Type Visibility Source Unit Parent
property published
Data.Cloud.AmazonAPI.pas
Data.Cloud.AmazonAPI.hpp
Data.Cloud.AmazonAPI TAmazonConnectionInfo

Description

The authentication code to use when MFA Delete is enabled.

MFAAuthCode represents the authentication code to use when MFA Delete is enabled.

See Also