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