OrganizationMemberForTrustDto

OrganizationMemberForTrustDto
OrganizationMemberForTrustDto

Defines the lean properties of the organization in the 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": "string",
        "trustId": "string",
        "trustedOrg": {
            "displayName": "string",
            "id": "string",
            "name": "string"
        },
        "trusteeOrg": {
            "displayName": "string",
            "id": "string",
            "name": "string"
        },
        "type": "string"
    }
}
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.