credentials

Contains list of credentials to pass to the server for authentication.

For example:

<auth:credentials xmlns:auth="http://developer.cognos.com/schemas/ccs/auth/types/1">
  <auth:credentialElements>
    <auth:name>CAMNamespace</auth:name>
    <auth:value>
      <auth:actualValue>ent</auth:actualValue>
    </auth:value>
  </auth:credentialElements>
  <auth:credentialElements>
    <auth:name>CAMNamespaceDisplayName</auth:name>
    <auth:value>
      <auth:actualValue>ent</auth:actualValue>
    </auth:value>
  </auth:credentialElements>
  <auth:credentialElements>
    <auth:name>CAMUsername</auth:name>
      <auth:value>
      <auth:actualValue>myuserid</auth:actualValue>
    </auth:value>
  </auth:credentialElements>
  <auth:credentialElements>
    <auth:name>CAMPassword</auth:name>
    <auth:value>
      <auth:actualValue>mypasswd</auth:actualValue>
    </auth:value>
  </auth:credentialElements>
</auth:credentials>

Attributes

Adding Other Attributes
anyAttribute indicates that any attribute within the specified namespace(s) is permitted. Applicable namespace(s) and processing considerations are specified by the namespace and processContents parameters, respectively.

Content model

credentialElements (any number) then extension (optional)

Parent elements

logonRequest