Permify API
Project description
permify-async
Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
This Python package is automatically generated by the OpenAPI Generator project:
- API version: v1.2.4
- Package version: 1.0.0
- Generator version: 7.11.0-SNAPSHOT
- Build package: org.openapitools.codegen.languages.PythonClientCodegen For more information, please visit https://github.com/Permify/permify/issues
Requirements.
Python 3.8+
Installation & Usage
pip install
If the python package is hosted on a repository, you can install directly using:
pip install git+https://github.com/mmx86/python-async-python.git
(you may need to run pip with root permission: sudo pip install git+https://github.com/mmx86/python-async-python.git)
Then import the package:
import permify_async
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 permify_async
Tests
Execute pytest to run the tests.
Getting Started
Please follow the installation procedure and then run the following:
import permify_async
from permify_async.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to http://localhost
# See configuration.py for a list of all supported configuration parameters.
configuration = permify_async.Configuration(
host = "http://localhost"
)
# Enter a context with an instance of the API client
async with permify_async.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = permify_async.BundleApi(api_client)
tenant_id = 'tenant_id_example' # str | Identifier of the tenant, if you are not using multi-tenancy (have only one tenant) use pre-inserted tenant <code>t1</code> for this field. Required, and must match the pattern \\“[a-zA-Z0-9-,]+\\“, max 64 bytes.
body = permify_async.BundleDeleteBody() # BundleDeleteBody |
try:
# delete bundle
api_response = await api_instance.bundle_delete(tenant_id, body)
print("The response of BundleApi->bundle_delete:\n")
pprint(api_response)
except ApiException as e:
print("Exception when calling BundleApi->bundle_delete: %s\n" % e)
Documentation for API Endpoints
All URIs are relative to http://localhost
| Class | Method | HTTP request | Description |
|---|---|---|---|
| BundleApi | bundle_delete | POST /v1/tenants/{tenant_id}/bundle/delete | delete bundle |
| BundleApi | bundle_read | POST /v1/tenants/{tenant_id}/bundle/read | read bundle |
| BundleApi | bundle_write | POST /v1/tenants/{tenant_id}/bundle/write | write bundle |
| DataApi | bundle_run | POST /v1/tenants/{tenant_id}/data/run-bundle | run bundle |
| DataApi | data_attributes_read | POST /v1/tenants/{tenant_id}/data/attributes/read | read attributes |
| DataApi | data_delete | POST /v1/tenants/{tenant_id}/data/delete | delete data |
| DataApi | data_relationships_read | POST /v1/tenants/{tenant_id}/data/relationships/read | read relationships |
| DataApi | data_write | POST /v1/tenants/{tenant_id}/data/write | write data |
| DataApi | relationships_delete | POST /v1/tenants/{tenant_id}/relationships/delete | delete relationships |
| DataApi | relationships_write | POST /v1/tenants/{tenant_id}/relationships/write | write relationships |
| PermissionApi | permissions_check | POST /v1/tenants/{tenant_id}/permissions/check | check api |
| PermissionApi | permissions_expand | POST /v1/tenants/{tenant_id}/permissions/expand | expand api |
| PermissionApi | permissions_lookup_entity | POST /v1/tenants/{tenant_id}/permissions/lookup-entity | lookup entity |
| PermissionApi | permissions_lookup_entity_stream | POST /v1/tenants/{tenant_id}/permissions/lookup-entity-stream | lookup entity stream |
| PermissionApi | permissions_lookup_subject | POST /v1/tenants/{tenant_id}/permissions/lookup-subject | lookup-subject |
| PermissionApi | permissions_subject_permission | POST /v1/tenants/{tenant_id}/permissions/subject-permission | subject permission |
| SchemaApi | schemas_list | POST /v1/tenants/{tenant_id}/schemas/list | list schema |
| SchemaApi | schemas_partial_write | PATCH /v1/tenants/{tenant_id}/schemas/partial-write | partially update your authorization model |
| SchemaApi | schemas_read | POST /v1/tenants/{tenant_id}/schemas/read | read schema |
| SchemaApi | schemas_write | POST /v1/tenants/{tenant_id}/schemas/write | write schema |
| TenancyApi | tenants_create | POST /v1/tenants/create | create tenant |
| TenancyApi | tenants_delete | DELETE /v1/tenants/{id} | delete tenant |
| TenancyApi | tenants_list | POST /v1/tenants/list | list tenants |
| WatchApi | watch_watch | POST /v1/tenants/{tenant_id}/watch | watch changes |
Documentation For Models
- AbstractType
- Any
- Argument
- Attribute
- AttributeDefinition
- AttributeFilter
- AttributeReadRequestMetadata
- AttributeReadResponse
- AttributeType
- BundleDeleteBody
- BundleDeleteResponse
- BundleReadBody
- BundleReadResponse
- BundleRunResponse
- BundleWriteBody
- BundleWriteResponse
- CheckBody
- CheckResult
- CheckedExpr
- Child
- Comprehension
- ComputedAttribute
- ComputedUserSet
- Constant
- Context
- CreateList
- CreateStruct
- DataBundle
- DataChange
- DataChangeOperation
- DataChanges
- DataDeleteBody
- DataDeleteResponse
- DataWriteBody
- DataWriteRequestMetadata
- DataWriteResponse
- DeleteRelationshipsBody
- Entity
- EntityDefinition
- EntityDefinitionReference
- EntityFilter
- Entry
- ExpandLeaf
- ExpandTreeNode
- ExpandTreeNodeOperation
- Expr
- ExprCall
- FunctionType
- Ident
- Leaf
- ListType
- LookupEntityBody
- LookupEntityStreamBody
- LookupSubjectBody
- MapType
- NullValue
- PartialWriteBody
- Partials
- PermissionCheckRequestMetadata
- PermissionCheckResponse
- PermissionCheckResponseMetadata
- PermissionDefinition
- PermissionExpandBody
- PermissionExpandRequestMetadata
- PermissionExpandResponse
- PermissionLookupEntityRequestMetadata
- PermissionLookupEntityResponse
- PermissionLookupEntityStreamResponse
- PermissionLookupSubjectRequestMetadata
- PermissionLookupSubjectResponse
- PermissionSubjectPermissionRequestMetadata
- PermissionSubjectPermissionResponse
- PrimitiveType
- ReadAttributesBody
- ReadRelationshipsBody
- RelationDefinition
- RelationReference
- RelationshipDeleteResponse
- RelationshipReadRequestMetadata
- RelationshipReadResponse
- RelationshipWriteRequestMetadata
- RelationshipWriteResponse
- Rewrite
- RewriteOperation
- RuleDefinition
- RunBundleBody
- SchemaDefinition
- SchemaDefinitionReference
- SchemaList
- SchemaListBody
- SchemaListResponse
- SchemaPartialWriteRequestMetadata
- SchemaPartialWriteResponse
- SchemaReadBody
- SchemaReadRequestMetadata
- SchemaReadResponse
- SchemaWriteBody
- SchemaWriteResponse
- Select
- SourceInfo
- Status
- StreamResultOfPermissionLookupEntityStreamResponse
- StreamResultOfWatchResponse
- StringArrayValue
- Subject
- SubjectFilter
- SubjectPermissionBody
- Subjects
- Tenant
- TenantCreateRequest
- TenantCreateResponse
- TenantDeleteResponse
- TenantListRequest
- TenantListResponse
- Tuple
- TupleFilter
- TupleSet
- TupleToUserSet
- V1Call
- V1Expand
- V1Operation
- V1alpha1Reference
- V1alpha1Type
- Values
- WatchBody
- WatchResponse
- WellKnownType
- WriteRelationshipsBody
Documentation For Authorization
Authentication schemes defined for the API:
ApiKeyAuth
- Type: API key
- API key parameter name: Authorization
- Location: HTTP header
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file permify_async-1.0.48.tar.gz.
File metadata
- Download URL: permify_async-1.0.48.tar.gz
- Upload date:
- Size: 96.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.12.7 Darwin/24.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
56a2125e29939df70c84fa38a087345abc0617332a8c38381383e4b344320d3d
|
|
| MD5 |
7b9c4ea1fcf15efea9b6078cb65fec64
|
|
| BLAKE2b-256 |
9f0d1b5a48fe7065c434126be2d2ce37e95dafd236de2f412bbe6b64d64e46ef
|
File details
Details for the file permify_async-1.0.48-py3-none-any.whl.
File metadata
- Download URL: permify_async-1.0.48-py3-none-any.whl
- Upload date:
- Size: 225.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.12.7 Darwin/24.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3c99336a6900a3457a652d8dc2a42909ce66994f7c71a6ca2fb838bc9bf5fc3c
|
|
| MD5 |
7a243ba74df7003099089088987b783b
|
|
| BLAKE2b-256 |
953fdea0a2a591505ef6ad659a9c32edbd310191e19a3b55b39a0868fce89a23
|