Skip to main content

◆ revokePermissionCredential() [1/2]

RevokePermissionCredentialResponse kinetica.Kinetica.revokePermissionCredential (RevokePermissionCredentialRequestrequest_)
inline

[DEPRECATED–please use revokePermission instead] Revokes a credential-level permission from a user or role.

Parameters
request_Request object containing the parameters for the operation.
Returns
Response object containing the result of the operation.

Definition at line 58334 of file KineticaFunctions.cs.

◆ revokePermissionCredential() [2/2]

RevokePermissionCredentialResponse kinetica.Kinetica.revokePermissionCredential (stringname,
stringpermission,
stringcredential_name,
IDictionary< string, string >options = null )
inline

[DEPRECATED–please use revokePermission instead] Revokes a credential-level permission from a user or role.

Parameters
nameName of the user or role from which the permission will be revoked. Must be an existing user or role.
permissionPermission to revoke from the user or role. Supported values:
credential_nameName 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.
optionsOptional parameters. The default value is an empty Dictionary.
Returns
Response object containing the result of the operation.

Definition at line 58396 of file KineticaFunctions.cs.

◆ RevokePermissionCredentialAsync() [1/2]

async System.Threading.Tasks.Task< RevokePermissionCredentialResponse > kinetica.Kinetica.RevokePermissionCredentialAsync (RevokePermissionCredentialRequestrequest_,
System.Threading.CancellationTokencancellationToken = default )
inline

[DEPRECATED–please use revokePermission instead] Revokes a credential-level permission from a user or role.

(async)

Parameters
request_Request object containing the parameters for the operation.
cancellationTokenCancellation token to cancel the operation.
Returns
Task that returns the response object containing the result of the operation.

Definition at line 58354 of file KineticaFunctions.cs.

◆ RevokePermissionCredentialAsync() [2/2]

async System.Threading.Tasks.Task< RevokePermissionCredentialResponse > kinetica.Kinetica.RevokePermissionCredentialAsync (stringname,
stringpermission,
stringcredential_name,
IDictionary< string, string >options = null,
System.Threading.CancellationTokencancellationToken = default )
inline

[DEPRECATED–please use revokePermission instead] Revokes a credential-level permission from a user or role.

(async)

Parameters
nameName of the user or role from which the permission will be revoked. Must be an existing user or role.
permissionPermission to revoke from the user or role. Supported values:
credential_nameName 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.
optionsOptional parameters. The default value is an empty Dictionary.
cancellationTokenCancellation token to cancel the operation.
Returns
Task that returns the response object containing the result of the operation.

Definition at line 58443 of file KineticaFunctions.cs.