rba role¶
Role configuration for RBA support
role Specification¶
Parameter Value Type Collection Object Key(s) name Collection Name role-list Collection URI /axapi/v3/rba/role Element Name role Element URI /axapi/v3/rba/role/{name} Element Attributes role_attributes Partition Visibility shared Schema role schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/rba/role | ||
Create List | POST | /axapi/v3/rba/role | ||
Get Object | GET | /axapi/v3/rba/role/{name} | ||
Get List | GET | /axapi/v3/rba/role | ||
Modify Object | POST | /axapi/v3/rba/role/{name} | ||
Replace Object | PUT | /axapi/v3/rba/role/{name} | ||
Replace List | PUT | /axapi/v3/rba/role | ||
Delete Object | DELETE | /axapi/v3/rba/role/{name} |
role-list¶
role-list is JSON List of role attributes
role-list : [
]
role attributes¶
default-privilege
Description ‘no-access’: no-access; ‘read’: read; ‘write’: write;
Type: string
Supported Values: no-access, read, write
Default: no-access
name
Description Name for the RBA role
Type: string
Maximum Length: 32 characters
Maximum Length: 1 characters
partition-only
Description Partition RBA Role
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
rule-list
Type: Listuser-tag
Description Customized tag
Type: string
Format: string-rlx
Maximum Length: 127 characters
Maximum Length: 1 characters
uuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters
rule-list¶
Specification Value Type list Block object keys object
Description Lineage of object class for permitted operation
Type: string
Format: string-rlx
Maximum Length: 128 characters
Maximum Length: 1 characters
operation
Description ‘no-access’: no-access; ‘read’: read; ‘oper’: oper; ‘write’: write;
Type: string
Supported Values: no-access, read, oper, write