Skip to main content

Update Credential

Select

SaaS
Customer Managed

Edit credential whose id has been provided by credential owner

Path Parameters
  • credentialId string required
Request Body
    oneOf

  • newName string

    Updated name of credential

  • userAccount string required

    User account of Credential. If updated the updated user account is considered else the existing user account is considered.

  • newPassword string required

    Updated password of credential. The password has to be provided in Base64 format.

  • description string

    Updated description of Credential

  • security object

    Update Security association of a list of users and user groups

  • owner object

    Owner of a credential can be a user or user group

  • user object
  • id int32
  • name string
  • userGroup object
  • id int32
  • name string
  • associations object[]
  • user object
  • id int32
  • name string
  • userGroup object
  • id int32
  • name string
  • permissions object

    List of permissions associated with the entity. Either categoryId and categoryName or permissionId and permissionName will be returned. If categoryId or categoryName is returned, all the corresponding permissions in the category are associated with the entity.

  • permissionId int32
  • permissionName string
  • categoryId int32
  • categoryName string
  • type string

    Possible values: [ALL_CATEGORIES, CATEGORY_ENTITY, PERMISSION_ENTITY]

    Returns the type of association.

  • exclude boolean

    Flag to specify if this is included permission or excluded permission.

  • isCreatorAssociation boolean

    To check if the user/user group associated is the owner.

Responses

Success


Schema
  • object
Loading...