Skip to content

Commit df979cf

Browse files
Google APIscopybara-github
authored andcommitted
feat: add an INGEST_ONLY EnablementState
PiperOrigin-RevId: 642657570
1 parent 573205a commit df979cf

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

google/cloud/securitycentermanagement/v1/security_center_management.proto

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -493,6 +493,11 @@ message SecurityCenterService {
493493

494494
// State is disabled.
495495
DISABLED = 3;
496+
497+
// SCC is configured to ingest findings from this service but not enable
498+
// this service. Not a valid intended_enablement_state (that is, this is a
499+
// readonly state).
500+
INGEST_ONLY = 4;
496501
}
497502

498503
// Identifier. The name of the service.

0 commit comments

Comments
 (0)