DiscoveryServiceParameters Schema
getCredentialsEntryRequest Complex Type
DiscoveryServiceParameters Schema : getCredentialsEntryRequest Complex Type

Glossary Item Box

Description

Domain Name, Protocol Name, Credentials Entry ID
Namespace http://schemas.hp.com/ucmdb/discovery/1/params

Diagram

callerApplication Element Sequence CmdbContext Element credentialsEntryID Element protocolName Element domainName Element Sequence getCredentialsEntryRequest Complex Type

Overview

getCredentialsEntryRequest
Domain Name, Protocol Name, Credentials Entry ID
Sequence
domainName xs:string
protocolName xs:string
credentialsEntryID xs:string
Sequence
callerApplication xs:string
The invoking application

Used By

Source

<xs:complexType name="getCredentialsEntryRequest" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Domain Name, Protocol Name, Credentials Entry ID</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="domainName" type="xs:string" />
    <xs:element name="protocolName" type="xs:string" />
    <xs:element name="credentialsEntryID" type="xs:string" />
    <xs:element name="CmdbContext" type="ucmdbtypes:CmdbContext" />
  </xs:sequence>
</xs:complexType>

See Also