[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator

InlinePagedResponseGroupOrgAndServiceRolesForAuth1

Partial result of the API call with total results count.


Properties

groupOrgAndServiceRoles Optional

List of group organization and service roles.


integer as int32
totalResults Optional

Total number of results if available.

JSON Example

{
	"groupOrgAndServiceRoles": [
		{
			"group": {
				"displayName": "string",
				"domain": "string",
				"id": "string",
				"usersCount": 0
			},
			"orgRoles": {
				"orgRoles": [
					{
						"displayName": "string",
						"id": "string",
						"memberType": "DIRECT",
						"name": "string",
						"orgId": "string"
					}
				]
			},
			"serviceRolesList": [
				{
					"resourceTypes": [
						"string"
					],
					"resources": [
						{
							"id": "string",
							"name": "string"
						}
					],
					"roles": [
						{
							"associatedResources": [
								"string"
							],
							"defaultRole": false,
							"displayName": "string",
							"enabled": false,
							"hidden": false,
							"memberType": "DIRECT",
							"mspDefaultRole": false,
							"mspDefaultRoleOfProviderAtTenant": false,
							"name": "string",
							"resource": "string",
							"roleId": "string",
							"status": "string"
						}
					],
					"serviceDisplayName": "string",
					"serviceId": "string"
				}
			]
		}
	],
	"totalResults": 0
}
[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator
Used By

PagedResponseGroupOrgAndServiceRolesForAuth

Feedback

Was this page helpful?