Skip to main content

CustomAttribute

A custom attribute.

type CustomAttribute {
id: ID!
name: String!
value: String
definition: CustomAttributeDefinition!
}

Fields

CustomAttribute.id ● ID! non-null scalar

A unique ID for this custom attribute. Can be used in customAttributeDefinition(...).

CustomAttribute.name ● String! non-null scalar

The of this custom attribute.

CustomAttribute.value ● String scalar

The value of this custom attribute

CustomAttribute.definition ● CustomAttributeDefinition! non-null object

The underlying definition.

Member Of

BusinessService object ● CloudService object ● Database object ● MonitoredSystem interface ● SapBusinessObject object ● SapInstance object ● SapSystem object ● Server object