Azure Dev Ops Org Properties Response
data class AzureDevOpsOrgPropertiesResponse(val actionableRemediation: ActionableRemediationResponse? = null, val onboardingState: String? = null, val provisioningState: String? = null, val provisioningStatusMessage: String, val provisioningStatusUpdateTimeUtc: String)
Azure DevOps Organization properties.
Constructors
Link copied to clipboard
fun AzureDevOpsOrgPropertiesResponse(actionableRemediation: ActionableRemediationResponse? = null, onboardingState: String? = null, provisioningState: String? = null, provisioningStatusMessage: String, provisioningStatusUpdateTimeUtc: String)
Types
Properties
Link copied to clipboard
Details about resource onboarding status across all connectors. OnboardedByOtherConnector - this resource has already been onboarded to another connector. This is only applicable to top-level resources. Onboarded - this resource has already been onboarded by the specified connector. NotOnboarded - this resource has not been onboarded to any connector. NotApplicable - the onboarding state is not applicable to the current endpoint.
Link copied to clipboard
Link copied to clipboard