resourceAttributes property

List<Attribute>? resourceAttributes
getter/setter pair

Attributes of the resource.

Only explicitly set attributes are displayed here. Attribute definitions with defaults set implicitly apply to these User data mappings. Attributes listed here must be single valued, that is, exactly one value is specified for the field "values" in each Attribute.

Implementation

core.List<Attribute>? resourceAttributes;