Skip to main content

◆ revokeRole() [1/2]

RevokeRoleResponse kinetica.Kinetica.revokeRole (RevokeRoleRequestrequest_)
inline

Revokes membership in a role 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 59164 of file KineticaFunctions.cs.

◆ revokeRole() [2/2]

RevokeRoleResponse kinetica.Kinetica.revokeRole (stringrole,
stringmember,
IDictionary< string, string >options = null )
inline

Revokes membership in a role from a user or role.

Parameters
roleName of the role in which membership will be revoked. Must be an existing role.
memberName of the user or role that will be revoked membership in role . Must be an existing user or role.
optionsOptional parameters. The default value is an empty Dictionary.
Returns
Response object containing the result of the operation.

Definition at line 59199 of file KineticaFunctions.cs.

◆ RevokeRoleAsync() [1/2]

async System.Threading.Tasks.Task< RevokeRoleResponse > kinetica.Kinetica.RevokeRoleAsync (RevokeRoleRequestrequest_,
System.Threading.CancellationTokencancellationToken = default )
inline

Revokes membership in a role 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 59180 of file KineticaFunctions.cs.

◆ RevokeRoleAsync() [2/2]

async System.Threading.Tasks.Task< RevokeRoleResponse > kinetica.Kinetica.RevokeRoleAsync (stringrole,
stringmember,
IDictionary< string, string >options = null,
System.Threading.CancellationTokencancellationToken = default )
inline

Revokes membership in a role from a user or role.

(async)

Parameters
roleName of the role in which membership will be revoked. Must be an existing role.
memberName of the user or role that will be revoked membership in role . Must be an existing user or role.
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 59220 of file KineticaFunctions.cs.