
Announcements
When using the Power Platform for Admins connector to get details on an environment, I am unable to see the Soft Delete Time field. According to the documentation (https://learn.microsoft.com/en-us/connectors/powerplatformforadmins/) this field should be available under
properties.softDeletedTime
but the following error explains that this property does not exist:
available properties are 'tenantId, azureRegionHint, displayName, createdTime, createdBy, usedBy, provisioningState, creationType, environmentSku, isDefault, runtimeEndpoints, linkedEnvironmentMetadata, trialScenarioType, retentionPeriod, states, updateCadence, retentionDetails, protectionStatus, cluster, connectedGroups, lifecycleOperationsEnforcement, governanceConfiguration'.
I've also viewed the full JSON response and softDeletedTime isn't nested in any of these properties either.
Anyone know another way to access this information? Trying to List all Environments that have been soft deleted (i.e. deleted but still within the 7day restore limit).