TestIdentitySource
Description
This object is used for testing connections to a specified identity source. In order to determine if an identity source is active and reachable for the system to use, an authentication request is issued with the given credentials. Response from the identity source is captured in the TestIdentitySource response. (Note: The field level constraints listed here might not cover all the constraints on the field. Additional constraints might exist.)
Supported Operations
Model Properties
Property | Required | Type | Description | |||
---|---|---|---|---|---|---|
identitySource | True | object | The ID of a identity source object that defines the identity source to be tested with the specified credentials Field level constraints: cannot be null. (Note: Additional constraints might exist) |
|||
username | True | string | The username (present on the identity source) to be used in issuing an authentication request to the specified identity source Field level constraints: cannot be null, length must be between 0 and 128 (inclusive). (Note: Additional constraints might exist) |
|||
password | True | string | The password for the specified username Field level constraints: cannot be null. (Note: Additional constraints might exist) |
|||
statusCode | False | integer | The status code is '200' only when the identity source responds with an access-accept message to the authentication request | |||
statusMessage | False | string | The status message is 'Successful' only when the identity source responds with an access-accept message to the authentication request | |||
id | False | string | A unique string identifier assigned by the system when the object is created. No assumption can be made on the format or content of this identifier. The identifier must be provided whenever attempting to modify/delete (or reference) an existing object. Field level constraints: must match pattern ^((?!;).)*$. (Note: Additional constraints might exist) |
|||
type | True | string | A UTF8 string, all letters lower-case, that represents the class-type. This corresponds to the class name. |