Reference documentation and code samples for the Cloud Security Command Center V1 API class Google::Cloud::SecurityCenter::V1::ExternalSystem.
Representation of third party SIEM/SOAR fields within SCC.
Inherits
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#assignees
def assignees() -> ::Array<::String>
Returns
- (::Array<::String>) — References primary/secondary etc assignees in the external system.
#assignees=
def assignees=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — References primary/secondary etc assignees in the external system.
Returns
- (::Array<::String>) — References primary/secondary etc assignees in the external system.
#case_close_time
def case_close_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The time when the case was closed, as reported by the external system.
#case_close_time=
def case_close_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The time when the case was closed, as reported by the external system.
Returns
- (::Google::Protobuf::Timestamp) — The time when the case was closed, as reported by the external system.
#case_create_time
def case_create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The time when the case was created, as reported by the external system.
#case_create_time=
def case_create_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The time when the case was created, as reported by the external system.
Returns
- (::Google::Protobuf::Timestamp) — The time when the case was created, as reported by the external system.
#case_priority
def case_priority() -> ::String
Returns
- (::String) — The priority of the finding's corresponding case in the external system.
#case_priority=
def case_priority=(value) -> ::String
Parameter
- value (::String) — The priority of the finding's corresponding case in the external system.
Returns
- (::String) — The priority of the finding's corresponding case in the external system.
#case_sla
def case_sla() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The SLA of the finding's corresponding case in the external system.
#case_sla=
def case_sla=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The SLA of the finding's corresponding case in the external system.
Returns
- (::Google::Protobuf::Timestamp) — The SLA of the finding's corresponding case in the external system.
#case_uri
def case_uri() -> ::String
Returns
- (::String) — The link to the finding's corresponding case in the external system.
#case_uri=
def case_uri=(value) -> ::String
Parameter
- value (::String) — The link to the finding's corresponding case in the external system.
Returns
- (::String) — The link to the finding's corresponding case in the external system.
#external_system_update_time
def external_system_update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The time when the case was last updated, as reported by the external system.
#external_system_update_time=
def external_system_update_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The time when the case was last updated, as reported by the external system.
Returns
- (::Google::Protobuf::Timestamp) — The time when the case was last updated, as reported by the external system.
#external_uid
def external_uid() -> ::String
Returns
- (::String) — The identifier that's used to track the finding's corresponding case in the external system.
#external_uid=
def external_uid=(value) -> ::String
Parameter
- value (::String) — The identifier that's used to track the finding's corresponding case in the external system.
Returns
- (::String) — The identifier that's used to track the finding's corresponding case in the external system.
#name
def name() -> ::String
Returns
- (::String) — Full resource name of the external system, for example: "organizations/1234/sources/5678/findings/123456/externalSystems/jira", "folders/1234/sources/5678/findings/123456/externalSystems/jira", "projects/1234/sources/5678/findings/123456/externalSystems/jira"
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Full resource name of the external system, for example: "organizations/1234/sources/5678/findings/123456/externalSystems/jira", "folders/1234/sources/5678/findings/123456/externalSystems/jira", "projects/1234/sources/5678/findings/123456/externalSystems/jira"
Returns
- (::String) — Full resource name of the external system, for example: "organizations/1234/sources/5678/findings/123456/externalSystems/jira", "folders/1234/sources/5678/findings/123456/externalSystems/jira", "projects/1234/sources/5678/findings/123456/externalSystems/jira"
#status
def status() -> ::String
Returns
- (::String) — The most recent status of the finding's corresponding case, as reported by the external system.
#status=
def status=(value) -> ::String
Parameter
- value (::String) — The most recent status of the finding's corresponding case, as reported by the external system.
Returns
- (::String) — The most recent status of the finding's corresponding case, as reported by the external system.
#ticket_info
def ticket_info() -> ::Google::Cloud::SecurityCenter::V1::ExternalSystem::TicketInfo
Returns
- (::Google::Cloud::SecurityCenter::V1::ExternalSystem::TicketInfo) — Information about the ticket, if any, that is being used to track the resolution of the issue that is identified by this finding.
#ticket_info=
def ticket_info=(value) -> ::Google::Cloud::SecurityCenter::V1::ExternalSystem::TicketInfo
Parameter
- value (::Google::Cloud::SecurityCenter::V1::ExternalSystem::TicketInfo) — Information about the ticket, if any, that is being used to track the resolution of the issue that is identified by this finding.
Returns
- (::Google::Cloud::SecurityCenter::V1::ExternalSystem::TicketInfo) — Information about the ticket, if any, that is being used to track the resolution of the issue that is identified by this finding.