Settings for published service component.
name | data type | type | namespace | min/max occurs | description |
---|---|---|---|---|---|
formElements | list of RequestFormElement | element | 0/unbounded | Get the form elements. | |
groups | list of Group | element | 0/unbounded | Get the published service groups | |
id | long | element | 1/1 | Get the Id. | |
requestAttributes | list of VMRequestAttribute | element | 0/unbounded | Get the request attributes. | |
resources | list of PublishedResource | element | 0/unbounded | the resources | |
Properties inherited from supportTemplating |
|||||
xsitype | string | attribute | 0/1 |
Example
<PublishedServiceComponentSettings xsitype="..."> <id>...</id> <requestAttributes xsitype="..."> <attributeName>...</attributeName> <value>...</value> </requestAttributes> <groups> <groupType>...</groupType> <permanent>...</permanent> <name>...</name> <description>...</description> <targetManagedObjectTypes>...</targetManagedObjectTypes> <allowedValues/> <portalEditable>...</portalEditable> <enumerated>...</enumerated> <costItems/> <regularExpression>...</regularExpression> <validationMessage>...</validationMessage> <subList>...</subList> <parentId>...</parentId> <parentName>...</parentName> </groups> <formElements xsitype="..."> <label>...</label> <mandatory>...</mandatory> <formType>...</formType> <value>...</value> </formElements> <resources xsitype="..."> <resourceType>...</resourceType> <managementServerType>...</managementServerType> </resources> </PublishedServiceComponentSettings>