dataSourceCredential
Stores the credentials required to sign on to the data source specified by the dataSourceName and dataSourceConnectionName properties.
We recommend that you represent instances of this type as a set of properties of its containing object. Users may access this object by opening a property sheet or launching an editor.
This class
Container Information
What's new
- New in Version 10.1.0 — Personal Data Source Credentials
This class was added.
Properties
This class has the following properties.
- credentials
Specifies the credentials for the data source.
Each
credentialelement includes information required by the data source. Typically, this information is in the form of a username and password, but additional information may be required.For a data source, IBM® Cognos® Analytics does not require a
namespaceelement. The data source connection string identifies the data source as the authentication provider.When a
dataSourceCredentialis stored, the information is encrypted as shown in the following example.<credential> <encryptedValue> <!-- base64 encoded data --> AbcdEf1jKdkhuW8... </encryptedValue> </credential>This property
is of type
anyTypeis encoded as type
tns:anyTypePropis write-only
- Related information:
- IBM Cognos Analytics Administration and Security Guide
- dataSourceConnectionName
Specifies the name of the bibus » dataSourceConnection that can be accessed with the specified credentials.
This property
is of type
stringis encoded as type
tns:stringPropis searchable
- dataSourceName
Specifies the name of the dataSource that can be accessed with the specified credentials.
This property
is of type
stringis encoded as type
tns:stringPropis searchable