Collibra Protect API - Partner
Project description
collibra-protect_api_partner
API to retrieve the data access rule set it needs to synchronize. This API is targeted to be used by Collibra Partners.
This Python package is automatically generated by the Swagger Codegen project:
- API version: 1.0.0-beta
- Package version: 1.0.0
- Build package: io.swagger.codegen.v3.generators.python.PythonClientCodegen
Requirements.
Python 2.7 and 3.4+
Installation & Usage
pip install
If the python package is hosted on Github, you can install directly from Github
pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
(you may need to run pip
with root permission: sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
)
Then import the package:
import collibra_protect_api_partner
Setuptools
Install via Setuptools.
python setup.py install --user
(or sudo python setup.py install
to install the package for all users)
Then import the package:
import collibra_protect_api_partner
Getting Started
Please follow the installation procedure and then run the following:
from __future__ import print_function
import time
import collibra_protect_api_partner
from collibra_protect_api_partner.rest import ApiException
from pprint import pprint
# Configure HTTP basic authorization: basicAuth
configuration = collibra_protect_api_partner.Configuration()
configuration.username = 'YOUR_USERNAME'
configuration.password = 'YOUR_PASSWORD'
# create an instance of the API class
api_instance = collibra_protect_api_partner.SynchronizationsApi(collibra_protect_api_partner.ApiClient(configuration))
data_source = 'data_source_example' # str | Name of the data source
try:
# Returns the details of the synchronization for the provided data source.
api_response = api_instance.get_synchronization_by_data_source(data_source)
pprint(api_response)
except ApiException as e:
print("Exception when calling SynchronizationsApi->get_synchronization_by_data_source: %s\n" % e)
Documentation for API Endpoints
All URIs are relative to /rest/protect/v1
Class | Method | HTTP request | Description |
---|---|---|---|
SynchronizationsApi | get_synchronization_by_data_source | GET /synchronizations/byDataSource | Returns the details of the synchronization for the provided data source. |
Documentation For Models
- Access
- BaseMasking
- ConstantMasking
- CustomMasking
- DataAccessRuleSet
- Database
- DatabaseColumn
- DatabaseColumnAccessRule
- DatabaseColumnTag
- DatabaseCustomMasking
- DatabaseSchema
- DatabaseTable
- DatabaseTableAccessRule
- DatabaseTag
- DefaultMasking
- GroupMasking
- HashMasking
- Masking
- MaskingMappings
- MaskingType
- NoMasking
- Provider
- ProviderDetails
- RowFilter
- RowFilterOperator
- ShowLastMasking
- StandardErrorResponse
- Synchronization
Documentation For Authorization
basicAuth
- Type: HTTP basic authentication
Author
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file collibra-protect_api_partner-1.0.0.tar.gz
.
File metadata
- Download URL: collibra-protect_api_partner-1.0.0.tar.gz
- Upload date:
- Size: 26.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 84d1240ee84733ec6c92f8b46d5f549de86c7c725043732f079589a96bae8904 |
|
MD5 | 46d941862ed1569bc613942a3bfdc0ae |
|
BLAKE2b-256 | a5c18dfc7f97c05346aa3f2320a9381d34a48fff5b622b1b7c421cdd5f509894 |
Provenance
File details
Details for the file collibra_protect_api_partner-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: collibra_protect_api_partner-1.0.0-py3-none-any.whl
- Upload date:
- Size: 75.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8f40e5afb1e37685fbca4a7f84b1535cac6f8e18620ab435adc2c67fca831b41 |
|
MD5 | 33923f504e6c63f2559aa762e8eaa60c |
|
BLAKE2b-256 | dde82297359568e267f791cf2138cb833f4896c4bde48a4c687e9ac34afc02c2 |