public class Scope
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description |
|---|---|
static interface |
Scope.EnvironmentType
The environment that the scope is targeted to.
|
static interface |
Scope.LastScanType
The last type of scan that was run on the scope.
|
| Constructor and Description |
|---|
Scope() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getCollectorsId()
Gets the collectorsId.
|
java.lang.String |
getCreatedBy()
Gets the createdBy.
|
java.util.Date |
getCreatedTime()
Gets the createdTime.
|
java.lang.String |
getDescription()
Gets the description.
|
java.lang.String |
getEnvironmentType()
Gets the environmentType.
|
java.util.Date |
getLastScanStatusUpdatedTime()
Gets the lastScanStatusUpdatedTime.
|
java.lang.String |
getLastScanType()
Gets the lastScanType.
|
java.lang.String |
getLastScanTypeDescription()
Gets the lastScanTypeDescription.
|
java.lang.String |
getModifiedBy()
Gets the modifiedBy.
|
java.util.Date |
getModifiedTime()
Gets the modifiedTime.
|
java.lang.String |
getName()
Gets the name.
|
java.util.List<Scan> |
getScans()
Gets the scans.
|
java.lang.String |
getScopeId()
Gets the scopeId.
|
java.lang.Boolean |
isEnabled()
Gets the enabled.
|
public java.lang.String getDescription()
public java.lang.String getCreatedBy()
public java.lang.String getModifiedBy()
public java.lang.String getScopeId()
public java.lang.String getName()
public java.lang.Boolean isEnabled()
public java.lang.String getEnvironmentType()
public java.util.Date getCreatedTime()
public java.util.Date getModifiedTime()
public java.lang.String getLastScanType()
public java.lang.String getLastScanTypeDescription()
public java.util.Date getLastScanStatusUpdatedTime()
public java.util.List<java.lang.String> getCollectorsId()
public java.util.List<Scan> getScans()
Copyright © 2022 IBM Cloud Platform Services. All rights reserved.