INPUT_OBJECT
EntraIdCrossTenantRecoveryConfig
Description
EntraIdCrossTenantRecoveryConfig represents the configuration for cross tenant restore.
link GraphQL Schema definition
- input EntraIdCrossTenantRecoveryConfig {
- # Default domain name to be used for cross tenant restore.
- : String!
- # Mapping between source and target tenant domains.
- : DomainMapping
- # Target workload FID for cross tenant restore.
- : String!
- }