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

OrganizationMemberForTrustDto

Defines the lean properties of the organization in the trust.


Properties

string
displayName Optional

The display name of the organization.


string
id Optional

Unique identifier (GUID) of the organization.


string
name Optional

Short version of the unique identifier of the organization.


organizationTrust Optional

Defines the properties of the organization trust.

JSON Example

{
	"displayName": "string",
	"id": "string",
	"name": "string",
	"organizationTrust": {
		"allowedScopes": {
			"allScopes": false,
			"organizationScopes": {
				"allRoles": false,
				"roles": [
					{
						"name": "string",
						"resources": [
							"string"
						]
					}
				]
			},
			"servicesScopes": [
				{
					"allRoles": false,
					"roles": [
						{
							"name": "string",
							"resources": [
								"string"
							]
						}
					],
					"serviceDefinitionId": "string"
				}
			]
		},
		"createdAt": 0,
		"createdBy": "string",
		"description": "string",
		"expiresAt": 0,
		"lastUpdatedAt": 0,
		"lastUpdatedBy": "string",
		"status": "ACTIVE",
		"trustId": "string",
		"trustedOrg": {
			"displayName": "string",
			"id": "string",
			"name": "string"
		},
		"trusteeOrg": {
			"displayName": "string",
			"id": "string",
			"name": "string"
		},
		"type": "HIERARCHY"
	}
}
[{"label":"Latest (v1.0)","version":"latest"}]
csp
Property Of

PagedResponseOrganizationMemberForTrustDto

Feedback

Was this page helpful?