OrganizationMemberForTrustDto
OrganizationMemberForTrustDto
Defines the lean properties of the organization in the trust.
JSON Example
{
"name": "string",
"displayName": "string",
"id": "string",
"organizationTrust": {
"status": "string",
"expiresAt": 0,
"trustId": "string",
"trusteeOrg": {
"id": "string",
"displayName": "string"
},
"createdBy": "string",
"trustedOrg": {
"id": "string",
"displayName": "string"
},
"createdAt": 0,
"lastUpdatedAt": 0,
"description": "string",
"allowedScopes": {
"organizationScopes": {
"roles": [
{
"name": "string",
"resources": [
"string"
]
}
],
"allRoles": false
},
"servicesScopes": [
{
"serviceDefinitionId": "string",
"roles": [
{
"name": "string",
"resources": [
"string"
]
}
],
"allRoles": false
}
],
"allScopes": false
},
"type": "string",
"lastUpdatedBy": "string"
}
}
string
name
Optional
Short version of the unique identifier of the organization.
string
displayName
Optional
The display name of the organization.
string
id
Optional
Unique identifier (GUID) of the organization.