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

InlineAssignRolesRequest1

The properties of AssignRoles request.


Properties

array of string
ids Optional

IDs of the members to whom the roles will be assigned.


array of string
orgRoleBindingOrgs Optional

The list of the organization role bindings orgs.


serviceRoles Optional

The service roles that will be assigned to the members.

JSON Example

{
	"ids": [
		"string"
	],
	"orgRoleBindingOrgs": [
		"string"
	],
	"serviceRoles": [
		{
			"serviceDefinitionId": "string",
			"serviceRoles": [
				{
					"name": "string"
				}
			]
		}
	]
}
[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator
Used By

AssignRolesRequest

Feedback

Was this page helpful?