connectedOrganization resource type
Namespace: microsoft.graph
In Azure AD entitlement management, a connected organization is a reference to a directory or domain of another organization whose users can request access.
Methods
| Method | Return type | Description |
|---|---|---|
| List connectedOrganizations | connectedOrganization collection | Retrieve a list of connectedOrganization objects. |
| Create connectedOrganization | connectedOrganization | Create a new connectedOrganization object. |
| Get connectedOrganization | connectedOrganization | Read properties and relationships of a connectedOrganization object. |
| Update connectedOrganization | connectedOrganization collection | Update a connectedOrganization. |
| Delete connectedOrganization | None | Delete a connectedOrganization. |
| List externalSponsors | directoryObject collection | Retrieve a list of a connectedOrganization's external sponsors. |
| Add externalSponsors | None | Add a user or group to a connectedOrganization's external sponsors. |
| List internalSponsors | directoryObject collection | Retrieve a list of a connectedOrganization's internal sponsors. |
| Add internalSponsors | None | Add a user or group to a connectedOrganization's internal sponsors. |
| Remove internalSponsors | None | Remove a user or group from the connectedOrganization's internal sponsors. |
| Remove externalSponsors | None | Remove a user or group from the connectedOrganization's external sponsors. |
Properties
| Property | Type | Description |
|---|---|---|
| createdDateTime | DateTimeOffset | The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. |
| description | String | The description of the connected organization. |
| displayName | String | The display name of the connected organization. Supports $filter (eq). |
| id | String | Read-only. |
| identitySources | identitySource collection | The identity sources in this connected organization, one of azureActiveDirectoryTenant, domainIdentitySource or externalDomainFederation. Nullable. |
| modifiedDateTime | DateTimeOffset | *The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. |
| state | connectedOrganizationState | The state of a connected organization defines whether assignment policies with requestor scope type AllConfiguredConnectedOrganizationSubjects are applicable or not. The possible values are: configured, proposed, unknownFutureValue. |
Relationships
| Relationship | Type | Description |
|---|---|---|
| externalSponsors | directoryObject collection | Nullable. |
| internalSponsors | directoryObject collection | Nullable. |
JSON representation
The following is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.connectedOrganization",
"id": "String (identifier)",
"displayName": "String",
"description": "String",
"createdDateTime": "String (timestamp)",
"modifiedDateTime": "String (timestamp)",
"identitySources": [
{
"@odata.type": "microsoft.graph.azureActiveDirectoryTenant"
}
],
"state": "String"
}
Saran dan Komentar
Kirim dan lihat umpan balik untuk