apiProducts property

List<String>? apiProducts
getter/setter pair

The list of API products that will be associated with the credential.

This list will be appended to the existing list of associated API Products for this App Key. Duplicates will be ignored.

Implementation

core.List<core.String>? apiProducts;