◆ grantPermissionCredential() [1/2]
| inline |
[DEPRECATED–please use grantPermission instead] Grants a credential-level permission to a user or role.
| request_ | Request object containing the parameters for the operation. |
Definition at line 42294 of file KineticaFunctions.cs.
◆ grantPermissionCredential() [2/2]
| inline |
[DEPRECATED–please use grantPermission instead] Grants a credential-level permission to a user or role.
| name | Name of the user or role to which the permission will be granted. Must be an existing user or role. |
| permission | Permission to grant to the user or role. Supported values:
|
| credential_name | Name of the credential on which the permission will be granted. Must be an existing credential, or an empty string to grant access on all credentials. |
| options | Optional parameters. The default value is an empty Dictionary. |
Definition at line 42356 of file KineticaFunctions.cs.
◆ GrantPermissionCredentialAsync() [1/2]
| inline |
[DEPRECATED–please use grantPermission instead] Grants a credential-level permission to a user or role.
(async)
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 42314 of file KineticaFunctions.cs.
◆ GrantPermissionCredentialAsync() [2/2]
| inline |
[DEPRECATED–please use grantPermission instead] Grants a credential-level permission to a user or role.
(async)
| name | Name of the user or role to which the permission will be granted. Must be an existing user or role. |
| permission | Permission to grant to the user or role. Supported values:
|
| credential_name | Name of the credential on which the permission will be granted. Must be an existing credential, or an empty string to grant access on all credentials. |
| options | Optional parameters. The default value is an empty Dictionary. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 42403 of file KineticaFunctions.cs.