Skip to main content
func (automationClient) ListStorageLocations(ctx context.Context) ([]*workflows.StorageLocation, error)
List storage locations available for automation storage event triggers.

Returns

A list of storage location objects.
locations, err := client.Automations.ListStorageLocations(ctx)