You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-23Lines changed: 23 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ with permify.ApiClient(configuration) as api_client:
69
69
# Create an instance of the API class
70
70
api_instance = permify.BundleApi(api_client)
71
71
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.
72
-
body = permify.BundleDeleteRequest() #BundleDeleteRequest |
72
+
body = permify.BundleDeleteBody() #BundleDeleteBody |
Copy file name to clipboardExpand all lines: docs/AttributeType.md
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,9 @@
1
1
# AttributeType
2
2
3
-
Enumerates the types of attribute. - ATTRIBUTE_TYPE_UNSPECIFIED: Not specified attribute type. This is the default value. - ATTRIBUTE_TYPE_BOOLEAN: A boolean attribute type. - ATTRIBUTE_TYPE_BOOLEAN_ARRAY: A boolean array attribute type. - ATTRIBUTE_TYPE_STRING: A string attribute type. - ATTRIBUTE_TYPE_STRING_ARRAY: A string array attribute type. - ATTRIBUTE_TYPE_INTEGER: An integer attribute type. - ATTRIBUTE_TYPE_INTEGER_ARRAY: An integer array attribute type. - ATTRIBUTE_TYPE_DOUBLE: A double attribute type. - ATTRIBUTE_TYPE_DOUBLE_ARRAY: A double array attribute type.
3
+
Enumerates the types of attribute. - ATTRIBUTE_TYPE_BOOLEAN: A boolean attribute type. - ATTRIBUTE_TYPE_BOOLEAN_ARRAY: A boolean array attribute type. - ATTRIBUTE_TYPE_STRING: A string attribute type. - ATTRIBUTE_TYPE_STRING_ARRAY: A string array attribute type. - ATTRIBUTE_TYPE_INTEGER: An integer attribute type. - ATTRIBUTE_TYPE_INTEGER_ARRAY: An integer array attribute type. - ATTRIBUTE_TYPE_DOUBLE: A double attribute type. - ATTRIBUTE_TYPE_DOUBLE_ARRAY: A double array attribute type.
Copy file name to clipboardExpand all lines: docs/BundleApi.md
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ delete bundle
19
19
20
20
```python
21
21
import permify
22
-
from permify.models.bundle_delete_requestimportBundleDeleteRequest
22
+
from permify.models.bundle_delete_bodyimportBundleDeleteBody
23
23
from permify.models.bundle_delete_response import BundleDeleteResponse
24
24
from permify.rest import ApiException
25
25
from pprint import pprint
@@ -36,7 +36,7 @@ with permify.ApiClient(configuration) as api_client:
36
36
# Create an instance of the API class
37
37
api_instance = permify.BundleApi(api_client)
38
38
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.
39
-
body = permify.BundleDeleteRequest() #BundleDeleteRequest |
39
+
body = permify.BundleDeleteBody() #BundleDeleteBody |
40
40
41
41
try:
42
42
# delete bundle
@@ -55,7 +55,7 @@ with permify.ApiClient(configuration) as api_client:
**tenant_id** | **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. |
from permify.models.bundle_read_requestimportBundleReadRequest
92
+
from permify.models.bundle_read_bodyimportBundleReadBody
93
93
from permify.models.bundle_read_response import BundleReadResponse
94
94
from permify.rest import ApiException
95
95
from pprint import pprint
@@ -106,7 +106,7 @@ with permify.ApiClient(configuration) as api_client:
106
106
# Create an instance of the API class
107
107
api_instance = permify.BundleApi(api_client)
108
108
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.
109
-
body = permify.BundleReadRequest() #BundleReadRequest |
109
+
body = permify.BundleReadBody() #BundleReadBody |
110
110
111
111
try:
112
112
# read bundle
@@ -125,7 +125,7 @@ with permify.ApiClient(configuration) as api_client:
**tenant_id** | **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. |
from permify.models.bundle_write_requestimportBundleWriteRequest
162
+
from permify.models.bundle_write_bodyimportBundleWriteBody
163
163
from permify.models.bundle_write_response import BundleWriteResponse
164
164
from permify.rest import ApiException
165
165
from pprint import pprint
@@ -176,7 +176,7 @@ with permify.ApiClient(configuration) as api_client:
176
176
# Create an instance of the API class
177
177
api_instance = permify.BundleApi(api_client)
178
178
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.
179
-
body = permify.BundleWriteRequest() #BundleWriteRequest |
179
+
body = permify.BundleWriteBody() #BundleWriteBody |
180
180
181
181
try:
182
182
# write bundle
@@ -195,7 +195,7 @@ with permify.ApiClient(configuration) as api_client:
**tenant_id** | **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. |
BundleDeleteRequest is used to request the deletion of a bundle. It contains the tenant_id to specify the tenant and the name of the bundle to be deleted.
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: docs/CheckResult.md
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,9 @@
1
1
# CheckResult
2
2
3
-
Enumerates results of a check operation. - CHECK_RESULT_UNSPECIFIED: Not specified check result. This is the default value. - CHECK_RESULT_ALLOWED: Represents a successful check (the check allowed the operation). - CHECK_RESULT_DENIED: Represents a failed check (the check denied the operation).
3
+
Enumerates results of a check operation. - CHECK_RESULT_ALLOWED: Represents a successful check (the check allowed the operation). - CHECK_RESULT_DENIED: Represents a failed check (the check denied the operation).
0 commit comments