Verify
Verifies if a service connector configuration has access to resources.
This requires the service connector implementation to be installed on the ZenML server, otherwise a 501 Not Implemented error will be returned.
Args: connector: The service connector configuration to verify. list_resources: If True, the list of all resources accessible through the service connector is returned.
Returns: The list of resources that the service connector configuration has access to.
trueRequest model for service connectors.
""falseSuccessful Response
Unauthorized
Forbidden
Conflict
Unprocessable Entity
Verifies if a service connector instance has access to one or more resources.
This requires the service connector implementation to be installed on the ZenML server, otherwise a 501 Not Implemented error will be returned.
Args: connector_id: The ID of the service connector to verify. resource_type: The type of resource to verify access to. resource_id: The ID of the resource to verify access to. list_resources: If True, the list of all resources accessible through the service connector and matching the supplied resource type and ID are returned.
Returns: The list of resources that the service connector has access to, scoped to the supplied resource type and ID, if provided.
trueSuccessful Response
Unauthorized
Forbidden
Not Found
Unprocessable Entity
Last updated
Was this helpful?