setAlias property

List<SetAliasForRelationship>? setAlias
getter/setter pair

If a relationship is created with a provider, you can set an alias for it with this field.

The calling user must be an admin on the provider to be able to set an alias.

Optional.

Implementation

core.List<SetAliasForRelationship>? setAlias;