Uses of Class
com.azure.resourcemanager.datafactory.models.SecureString
-
Packages that use SecureString Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of SecureString in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return SecureString Modifier and Type Method Description SecureString
IntegrationRuntimeSsisCatalogInfo. catalogAdminPassword()
Get the catalogAdminPassword property: The password of the administrator user account of the catalog database.SecureString
LinkedIntegrationRuntimeKeyAuthorization. key()
Get the key property: The key used for authorization.SecureString
SsisExecutionCredential. password()
Get the password property: Password for windows authentication.SecureString
IntegrationRuntimeCustomSetupScriptProperties. sasToken()
Get the sasToken property: The SAS token of the Azure blob container.SecureString
SecureString. withValue(String value)
Set the value property: Value of secure string.Methods in com.azure.resourcemanager.datafactory.models with parameters of type SecureString Modifier and Type Method Description IntegrationRuntimeSsisCatalogInfo
IntegrationRuntimeSsisCatalogInfo. withCatalogAdminPassword(SecureString catalogAdminPassword)
Set the catalogAdminPassword property: The password of the administrator user account of the catalog database.LinkedIntegrationRuntimeKeyAuthorization
LinkedIntegrationRuntimeKeyAuthorization. withKey(SecureString key)
Set the key property: The key used for authorization.SsisExecutionCredential
SsisExecutionCredential. withPassword(SecureString password)
Set the password property: Password for windows authentication.IntegrationRuntimeCustomSetupScriptProperties
IntegrationRuntimeCustomSetupScriptProperties. withSasToken(SecureString sasToken)
Set the sasToken property: The SAS token of the Azure blob container.
-