DevOpsConfigurationProperties interface
DevOps Configuration properties.
Properties
| agentless |
Details about Agentless configuration. |
| authorization | Authorization payload. |
| auto |
AutoDiscovery states. |
| capabilities | List of capabilities assigned to the DevOps configuration during the discovery process. |
| provisioning |
The provisioning state of the resource. Pending - Provisioning pending. Failed - Provisioning failed. Succeeded - Successful provisioning. Canceled - Provisioning canceled. PendingDeletion - Deletion pending. DeletionSuccess - Deletion successful. DeletionFailure - Deletion failure. |
| provisioning |
Gets the resource status message. |
| provisioning |
Gets the time when resource was last checked. |
| top |
List of top-level inventory to select when AutoDiscovery is disabled. This field is ignored when AutoDiscovery is enabled. |
Property Details
agentlessConfiguration
Details about Agentless configuration.
agentlessConfiguration?: AgentlessConfiguration
Property Value
authorization
autoDiscovery
AutoDiscovery states.
autoDiscovery?: string
Property Value
string
capabilities
List of capabilities assigned to the DevOps configuration during the discovery process.
capabilities?: DevOpsCapability[]
Property Value
provisioningState
The provisioning state of the resource.
Pending - Provisioning pending. Failed - Provisioning failed. Succeeded - Successful provisioning. Canceled - Provisioning canceled. PendingDeletion - Deletion pending. DeletionSuccess - Deletion successful. DeletionFailure - Deletion failure.
provisioningState?: string
Property Value
string
provisioningStatusMessage
Gets the resource status message.
provisioningStatusMessage?: string
Property Value
string
provisioningStatusUpdateTimeUtc
Gets the time when resource was last checked.
provisioningStatusUpdateTimeUtc?: Date
Property Value
Date
topLevelInventoryList
List of top-level inventory to select when AutoDiscovery is disabled. This field is ignored when AutoDiscovery is enabled.
topLevelInventoryList?: string[]
Property Value
string[]