◆ revokePermissionCredential() [1/2]
| inline |
[DEPRECATED–please use revokePermission instead] Revokes a credential-level permission from a user or role.
| request_ | Request object containing the parameters for the operation. |
Definition at line 58334 of file KineticaFunctions.cs.
◆ revokePermissionCredential() [2/2]
| inline |
[DEPRECATED–please use revokePermission instead] Revokes a credential-level permission from a user or role.
| name | Name of the user or role from which the permission will be revoked. Must be an existing user or role. |
| permission | Permission to revoke from the user or role. Supported values:
|
| credential_name | Name of the credential on which the permission will be revoked. Must be an existing credential, or an empty string to revoke access on all credentials. |
| options | Optional parameters. The default value is an empty Dictionary. |
Definition at line 58396 of file KineticaFunctions.cs.
◆ RevokePermissionCredentialAsync() [1/2]
| inline |
[DEPRECATED–please use revokePermission instead] Revokes a credential-level permission from a user or role.
(async)
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 58354 of file KineticaFunctions.cs.
◆ RevokePermissionCredentialAsync() [2/2]
| inline |
[DEPRECATED–please use revokePermission instead] Revokes a credential-level permission from a user or role.
(async)
| name | Name of the user or role from which the permission will be revoked. Must be an existing user or role. |
| permission | Permission to revoke from the user or role. Supported values:
|
| credential_name | Name of the credential on which the permission will be revoked. Must be an existing credential, or an empty string to revoke access on all credentials. |
| options | Optional parameters. The default value is an empty Dictionary. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 58443 of file KineticaFunctions.cs.