[{"label":"Latest (v1.0)","version":"latest"}]
csp

OrganizationTrustOrganizationScopesDto

Defines the properties of the organization scopes for organization trust.


Properties

boolean
allRoles Optional

Indicator of whether or not all roles are included in scope.


roles Optional

List of roles related to scope.

JSON Example

{
	"allRoles": false,
	"roles": [
		{
			"name": "string",
			"resources": [
				"string"
			]
		}
	]
}
[{"label":"Latest (v1.0)","version":"latest"}]
csp
Property Of

OrganizationTrustAllowedScopesDto

Feedback

Was this page helpful?