Skip to content

[F] isResourceOperationMatch

function isResourceOperationMatch(source, target): boolean;
ParameterType
source{ resourceInstancePath: string; resourceName?: string; resourceType: ResourceType; }
source.resourceInstancePathstring
source.resourceName?string
source.resourceTypeResourceType
target{ resourceInstancePath: string; resourceName?: string; resourceType: ResourceType; }
target.resourceInstancePathstring
target.resourceName?string
target.resourceTypeResourceType

boolean