Modify an existing credential set

put

https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/targetTypes/{type}/credentialSets/{credSet}

Modify an existing credential set for the given target type and credential set. It only updates the privileges of the credential set type.

Request

Path Parameters
Supported Media Types
Request Body - application/json+merge-path ()
Root Schema : schema
Type: object
Request payload to update a credential set
Match All
Show Source
Nested Schema : CredentialSetPrivilegesCommon
Type: object
It represents information of a Credential Set privileges
Show Source
Back to Top

Response

Supported Media Types

200 Response

Credential set is updated successfully
Body ()
Root Schema : CredentialSet
Type: object
It represents a Credential Set
Show Source
Match All
Show Source
Nested Schema : supportedCredentialTypesInfo
Type: array
List of supported credential types and columns
Show Source
Nested Schema : CredentialSetCommon
Type: object
It represents information of a Credential Set
Show Source
Nested Schema : CredentialSetPrivilegesCommon
Type: object
It represents information of a Credential Set privileges
Show Source
Nested Schema : SupportedCredentialTypesInfo
Type: object
Supported credential type and its columns associated
Show Source
Nested Schema : typeColumns
Type: object
Additional Properties Allowed
Show Source
Represents a map of type columns for the credential set. The key is the column name and the value represents if this column is sensitive or not.
Examples

400 Response

indicates that there has been a processing error or an illegal argument, like an unsupported property.
Body ()
Root Schema : ErrorResponse
Type: object
Error response
Show Source

401 Response

client is not authenticated
Body ()
Root Schema : ErrorResponse
Type: object
Error response
Show Source

403 Response

Forbidden
Body ()
Root Schema : ErrorResponse
Type: object
Error response
Show Source

404 Response

target not found or not authorized
Body ()
Root Schema : ErrorResponse
Type: object
Error response
Show Source

500 Response

internal error serving the request
Body ()
Root Schema : ErrorResponse
Type: object
Error response
Show Source

503 Response

indicates that a required service is not available.
Body ()
Root Schema : ErrorResponse
Type: object
Error response
Show Source
Back to Top