Skip to main content

◆ grantPermissionCredential() [1/2]

GrantPermissionCredentialResponse kinetica.Kinetica.grantPermissionCredential (GrantPermissionCredentialRequestrequest_)
inline

[DEPRECATED–please use grantPermission instead] Grants a credential-level permission to 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 42294 of file KineticaFunctions.cs.

◆ grantPermissionCredential() [2/2]

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

[DEPRECATED–please use grantPermission instead] Grants a credential-level permission to a user or role.

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

Definition at line 42356 of file KineticaFunctions.cs.

◆ GrantPermissionCredentialAsync() [1/2]

async System.Threading.Tasks.Task< GrantPermissionCredentialResponse > kinetica.Kinetica.GrantPermissionCredentialAsync (GrantPermissionCredentialRequestrequest_,
System.Threading.CancellationTokencancellationToken = default )
inline

[DEPRECATED–please use grantPermission instead] Grants a credential-level permission to 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 42314 of file KineticaFunctions.cs.

◆ GrantPermissionCredentialAsync() [2/2]

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

[DEPRECATED–please use grantPermission instead] Grants a credential-level permission to a user or role.

(async)

Parameters
nameName of the user or role to which the permission will be granted. Must be an existing user or role.
permissionPermission to grant to the user or role. Supported values:
credential_nameName 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.
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 42403 of file KineticaFunctions.cs.