ResourceOrigin
How a resource was created, which determines how it can be managed.
- IMPORTED resources are created and managed directly through the API. You can update their name, payload, and delete them at any time.
- PROVISIONED resources are created automatically when an instance is deployed. They are managed by their owning instance and cannot be modified or deleted through the API.
enum ResourceOrigin {
IMPORTED
PROVISIONED
}
Values
ResourceOrigin.IMPORTED {#imported}
Created manually via the API. Can be updated and deleted directly.
ResourceOrigin.PROVISIONED {#provisioned}
Created automatically by deploying an instance. Managed by the owning instance's lifecycle.
Member Of
Resource object ● ResourceOriginFilter input ● ResourceWithSensitiveValues object