Search for credential type information

post

https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/targetTypes/{type}/actions/searchCredentialTypeInfo

Search for credential type information of a given target type. Returns credential type information, column names, key columns.

Request

Path Parameters
Query Parameters
  • If include=total information about total number of returned records will be included in the response
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Request payload for the credential type info search. Search will filter by the given target type and credential type name. When not given, it will return information for all targets and credential types. One or both properties can be passed for filtering.
Show Source
Examples

Back to Top

Response

Supported Media Types

200 Response

List of Credential types for target types returned successfully
Body ()
Root Schema : CredentialTypeInfoCollection
Type: object
This is the representation of list of credential type info of target types.
Show Source
Nested Schema : items
Type: array
the Credential type information list
Show Source
Nested Schema : CredentialTypeInfo
Type: object
Schema object to hold Preferred Credential data returned from the search action
Show Source
Nested Schema : supportedCredentialTypesInfo
Type: array
List of supported credential types and columns
Show Source
Nested Schema : SupportedCredentialTypesInfo
Type: object
Supported credential type and its columns associated
Show Source
Nested Schema : typeColumns
Type: object
Additional Properties Allowed
Show Source
Represents a map of type columns for the credential set. The key is the column name and the value represents if this column is sensitive or not.
Examples

Back to Top