Uses of Class
com.azure.analytics.synapse.artifacts.models.SecureString
Package
Description
Package containing the data models for ArtifactsClient.
-
Uses of SecureString in com.azure.analytics.synapse.artifacts.models
Modifier and TypeMethodDescriptionIntegrationRuntimeSsisCatalogInfo.getCatalogAdminPassword()
Get the catalogAdminPassword property: The password of the administrator user account of the catalog database.LinkedIntegrationRuntimeKeyAuthorization.getKey()
Get the key property: The key used for authorization.SsisExecutionCredential.getPassword()
Get the password property: Password for windows authentication.IntegrationRuntimeCustomSetupScriptProperties.getSasToken()
Get the sasToken property: The SAS token of the Azure blob container.LinkConnectionLandingZone.getSasToken()
Get the sasToken property: Landing zone's sas token.UpdateLandingZoneCredential.getSasToken()
Get the sasToken property: Landing zone's sas token.Set the value property: Value of secure string.Modifier and TypeMethodDescriptionIntegrationRuntimeSsisCatalogInfo.setCatalogAdminPassword
(SecureString catalogAdminPassword) Set the catalogAdminPassword property: The password of the administrator user account of the catalog database.LinkedIntegrationRuntimeKeyAuthorization.setKey
(SecureString key) Set the key property: The key used for authorization.SsisExecutionCredential.setPassword
(SecureString password) Set the password property: Password for windows authentication.IntegrationRuntimeCustomSetupScriptProperties.setSasToken
(SecureString sasToken) Set the sasToken property: The SAS token of the Azure blob container.LinkConnectionLandingZone.setSasToken
(SecureString sasToken) Set the sasToken property: Landing zone's sas token.UpdateLandingZoneCredential.setSasToken
(SecureString sasToken) Set the sasToken property: Landing zone's sas token.