CatalogConfig Data Type

Used to change the published state of a service catalog entry.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
ServiceUsers list of OwnerInfo element 0/unbounded Gets the service users.
publishState CatalogState element 0/1 Gets the publish state.
Properties inherited from supportTemplating
xsitype string attribute 0/1  

Example

<CatalogConfig xsitype="...">
  <ServiceUsers xsitype="...">
    <id>...</id>
    <loginId>...</loginId>
    <displayName>...</displayName>
    <email>...</email>
    <itContact>...</itContact>
    <primary>...</primary>
  </ServiceUsers>
  <publishState>...</publishState>
</CatalogConfig>