secretID
Description
Use a secretID
object to represent the name of a secret. A
secretID
object allows you to refer to encrypted secrets in your
MATLAB® vault without exposing their actual values. You can keep credentials and other
sensitive information encrypted when setting properties of weboptions
and
Credentials
objects by using secretID
objects.
Creation
Description
secret = secretID(
creates a
secretname
)secretID
object that you can use to refer to the specified existing
secret in your MATLAB vault.
Input Arguments
Properties
Examples
More About
Version History
Introduced in R2025a