sourceResource property

String? sourceResource
getter/setter pair

Can be set with action 'copy' to copy resource configuration across different resources of the same type.

Example: A resource clone can be done via action = 'copy', path = "/", from = "/", source_resource = and resource_name = . This field is empty for all other values of action.

Implementation

core.String? sourceResource;