Package | Description |
---|---|
com.google.cloud.securitycenter.v1beta1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
OrganizationName |
OrganizationName.Builder.build() |
static OrganizationName |
OrganizationName.of(String organization) |
static OrganizationName |
OrganizationName.parse(String formattedString) |
Modifier and Type | Method and Description |
---|---|
static List<OrganizationName> |
OrganizationName.parseList(List<String> formattedStrings) |
Modifier and Type | Method and Description |
---|---|
Source |
SecurityCenterClient.createSource(OrganizationName parent,
Source source)
Creates a source.
|
SecurityCenterClient.ListSourcesPagedResponse |
SecurityCenterClient.listSources(OrganizationName parent)
Lists all sources belonging to an organization.
|
OperationFuture<Empty,Empty> |
SecurityCenterClient.runAssetDiscoveryAsync(OrganizationName parent)
Runs asset discovery.
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
OrganizationName.toStringList(List<OrganizationName> values) |
Copyright © 2022 Google LLC. All rights reserved.