A valid request URL is required to generate request examples{
"Id": "<string>",
"Name": "<string>",
"Type": "<string>",
"IncludeUsage": true,
"ShowType": true,
"Value": "<string>",
"Tags": "<string>"
}This response has no body data.{
"error": {
"code": "<string>",
"message": "<string>"
}
}Update vault
Updates the specified vault object.
A valid request URL is required to generate request examples{
"Id": "<string>",
"Name": "<string>",
"Type": "<string>",
"IncludeUsage": true,
"ShowType": true,
"Value": "<string>",
"Tags": "<string>"
}This response has no body data.{
"error": {
"code": "<string>",
"message": "<string>"
}
}Authorizations
Path Parameters
The key Id
Body
The vault entity to update.
The Id assigned to each vault item for retrieval and management purposes.
The descriptive name assigned to the vault item, used to reference it in connector configurations and scripts. Required when using POST to create a new vault item.
Specifies whether the vault item is stored as Standard (plain text) or Encrypted (secured with encryption). When you create a vault item, if you do not supply a Type, the application creates a Standard vault item. Available values are 'Standard, Encrypted'.
A comma-separated list of all resources (such as Profiles) that use the vault item. This input is not returned in responses by default, so it must be explicitly requested.
Controls whether to include the Type field in API responses when retrieving vault item information.
The data stored in the vault item. When making a GET request, this data is only included in the response when the Type is Standard. Encrypted data is not included. Required when using POST to create a new vault item.
Comma-separated labels or keywords assigned to the vault item for organization and filtering purposes.
Response
EntitySet vault
The Id assigned to each vault item for retrieval and management purposes.
The descriptive name assigned to the vault item, used to reference it in connector configurations and scripts. Required when using POST to create a new vault item.
Specifies whether the vault item is stored as Standard (plain text) or Encrypted (secured with encryption). When you create a vault item, if you do not supply a Type, the application creates a Standard vault item. Available values are 'Standard, Encrypted'.
A comma-separated list of all resources (such as Profiles) that use the vault item. This input is not returned in responses by default, so it must be explicitly requested.
Controls whether to include the Type field in API responses when retrieving vault item information.
The data stored in the vault item. When making a GET request, this data is only included in the response when the Type is Standard. Encrypted data is not included. Required when using POST to create a new vault item.
Comma-separated labels or keywords assigned to the vault item for organization and filtering purposes.