The access details that contain the identifiers of the administrative roles that the partner admin is requesting in the customer tenant.
activatedDateTime
DateTimeOffset
The date and time in ISO 8601 format and in UTC time when the relationship became active. Read-only.
autoExtendDuration
Duration
The duration by which the validity of the relationship is automatically extended, denoted in ISO 8601 format. Supported values are: P0D, PT0S, P180D. The default value is PT0S. PT0S indicates that the relationship expires when the endDateTime is reached and it isn't automatically extended.
createdDateTime
DateTimeOffset
The date and time in ISO 8601 format and in UTC time when the relationship was created. Read-only.
The display name and unique identifier of the customer of the relationship. This is configured either by the partner at the time the relationship is created or by the system after the customer approves the relationship. Can't be changed by the customer.
displayName
String
The display name of the relationship used for ease of identification. Must be unique across all delegated admin relationships of the partner and is set by the partner only when the relationship is in the created status and can't be changed by the customer. Maximum length is 50 characters.
duration
Duration
The duration of the relationship in ISO 8601 format. Must be a value between P1D and P2Y inclusive. This is set by the partner only when the relationship is in the created status and can't be changed by the customer.
endDateTime
DateTimeOffset
The date and time in ISO 8601 format and in UTC time when the status of relationship changes to either terminated or expired. Calculated as endDateTime = activatedDateTime + duration. Read-only.
id
String
The unique identifier of the relationship. Read-only. Inherited from entity.
lastModifiedDateTime
DateTimeOffset
The date and time in ISO 8601 format and in UTC time when the relationship was last modified. Read-only.
status
delegatedAdminRelationshipStatus
The status of the relationship. Read Only. The possible values are: activating, active, approvalPending, approved, created, expired, expiring, terminated, terminating, terminationRequested, unknownFutureValue. Supports $orderby.
delegatedAdminRelationshipStatus values
Member
Description
created
The partner has created a new relationship. In this state, the relationship can be modified.