|
Kinetica C# API
Version 7.2.3.1
|
A set of parameters for Kinetica.revokePermission. More...
Inheritance diagram for RevokePermissionRequest:
Collaboration diagram for RevokePermissionRequest:Classes | |
| struct | ObjectType |
| A set of string constants for the parameter object_type. More... | |
| struct | Options |
| A set of string constants for the parameter options. More... | |
| struct | Permission |
| A set of string constants for the parameter permission. More... | |
Public Member Functions | |
| RevokePermissionRequest () | |
| Constructs a RevokePermissionRequest object with default parameters. More... | |
| RevokePermissionRequest (string principal, string _object, string object_type, string permission, IDictionary< string, string > options=null) | |
| Constructs a RevokePermissionRequest object with the specified parameters. More... | |
Public Member Functions inherited from KineticaData | |
| KineticaData (KineticaType type) | |
| Constructor from Kinetica Type More... | |
| KineticaData (System.Type type=null) | |
| Default constructor, with optional System.Type More... | |
| object | Get (int fieldPos) |
| Retrieve a specific property from this object More... | |
| void | Put (int fieldPos, object fieldValue) |
| Write a specific property to this object More... | |
Properties | |
| string | principal = "" [get, set] |
| Name of the user or role for which the permission is being revoked. More... | |
| string | _object [get, set] |
| Name of object permission is being revoked from. More... | |
| string | object_type [get, set] |
| The type of object being revoked. More... | |
| string | permission [get, set] |
| Permission being revoked. More... | |
| IDictionary< string, string > | options = new Dictionary<string, string>() [get, set] |
| Optional parameters. More... | |
Properties inherited from KineticaData | |
| Schema | Schema [get] |
| Avro Schema for this class More... | |
Properties inherited from Avro.Specific.ISpecificRecord | |
| Schema | Schema [get] |
Additional Inherited Members | |
Static Public Member Functions inherited from KineticaData | |
| static ? RecordSchema | SchemaFromType (System.Type t, KineticaType? ktype=null) |
| Create an Avro Schema from a System.Type and a KineticaType. More... | |
A set of parameters for Kinetica.revokePermission.
Revoke user or role the specified permission on the specified object.
Definition at line 16 of file RevokePermission.cs.
|
inline |
Constructs a RevokePermissionRequest object with default parameters.
Definition at line 267 of file RevokePermission.cs.
|
inline |
Constructs a RevokePermissionRequest object with the specified parameters.
| principal | Name of the user or role for which the permission is being revoked. Must be an existing user or role. The default value is ''. |
| _object | Name of object permission is being revoked from. It is recommended to use a fully-qualified name when possible. |
| object_type | The type of object being revoked. Supported values:
|
| permission | Permission being revoked. Supported values:
|
| options | Optional parameters.
|
Definition at line 406 of file RevokePermission.cs.
|
getset |
Name of object permission is being revoked from.
It is recommended to use a fully-qualified name when possible.
Definition at line 128 of file RevokePermission.cs.
|
getset |
The type of object being revoked.
Supported values:
Definition at line 189 of file RevokePermission.cs.
|
getset |
Optional parameters.
The default value is an empty Dictionary.
Definition at line 263 of file RevokePermission.cs.
|
getset |
Permission being revoked.
Supported values:
Definition at line 252 of file RevokePermission.cs.
|
getset |
Name of the user or role for which the permission is being revoked.
Must be an existing user or role. The default value is ''.
Definition at line 123 of file RevokePermission.cs.