[{"label":"Latest (v1)","version":"latest"}]
vmware-aria-operations-for-logs

PagePublicApiFeatureAccessRoleDto

Properties

content Optional

List of feature access role on this page


boolean
empty Optional

It represents whether the page is empty


boolean
first Optional

It represents whether the page is first page of the result


boolean
last Optional

It represents whether the page is last page of the result


integer as int32
number Optional

Current page number


integer as int32
numberOfElements Optional

Number of feature access roles on the current page


pageable Optional

It represents pageable parameters


integer as int32
size Optional

Current page size


sort Optional

It represents sort parameters


integer as int64
totalElements Optional

Total number of feature access roles in the result


integer as int32
totalPages Optional

Total number of pages in the result

JSON Example

{
	"content": [
		{
			"cspOrgId": "string",
			"datasetList": [
				{
					"constraints": {
						"constraints": "QueryConstraint Object",
						"fieldName": "string",
						"operator": "AND",
						"tags": [
							"string"
						],
						"value": "string"
					},
					"cspOrgId": "string",
					"description": "string",
					"id": "string",
					"name": "string",
					"restrictAutocomplete": false,
					"restricts": false
				}
			],
			"description": "string",
			"displayName": "string",
			"featureAccessList": [
				{
					"allowedActions": [
						"READ"
					],
					"description": "string",
					"name": "CONTENT.*"
				}
			],
			"id": "string",
			"name": "string"
		}
	],
	"empty": false,
	"first": false,
	"last": false,
	"number": 0,
	"numberOfElements": 0,
	"pageable": {
		"offset": 0,
		"pageNumber": 0,
		"pageSize": 0,
		"paged": false,
		"sort": {
			"empty": false,
			"sorted": false,
			"unsorted": false
		},
		"unpaged": false
	},
	"size": 0,
	"sort": {
		"empty": false,
		"sorted": false,
		"unsorted": false
	},
	"totalElements": 0,
	"totalPages": 0
}
[{"label":"Latest (v1)","version":"latest"}]
vmware-aria-operations-for-logs
Returned By

Get Roles

Feedback

Was this page helpful?