roles property

  1. @BuiltValueField.new(wireName: r'roles')
BuiltList<String>? get roles

List of roles for the API credential. Only roles assigned to 'ws@Company.

Implementation

@BuiltValueField(wireName: r'roles')
BuiltList<String>? get roles;