Password

This element is used to input private credentials such as passwords, private keys, etc.

Properties

  • ID
    Element identifier used to refer to in the callbacks/other areas.
  • Field type
    Specifies what kind of data this element represents.

    Important

    This property is only available in Connection setup form.

    • Secret
      The field contains a secret, such as a password, private key, etc., that is used to authenticate the identity registered in your service.
      Secret field types are stored and sent in a special and secure way.
      The secret is sent in the X-CyberApp-Auth header of the callback request.
      If the field has ID, the secret will be included in the header in the following format:

      {\"<model_property>\": \"<value>\"}. Where <model_property> is the ID of the field and <value> is the value of the field.

      If the field does not have ID, the secret will not be included in the header.

    • Connection settings indicates that this information will be sent to the ISV servers but does not need to uniquely identify a user and is not sensitive information that must be stored and sent in a special way.

    • Additional settings

  • Label
    Element label, as it appears on the UI.
  • Width

    • Full
      Uses 100% of the available width.
    • Fit
      Adjusts the width according to the content.
../../../../_images/ss-uibuilder-password.png