public interface SecurityPostureOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getChangedPolicy()
The name of the updated policy, for example,
`projects/{project_id}/policies/{constraint_name}`.
|
com.google.protobuf.ByteString |
getChangedPolicyBytes()
The name of the updated policy, for example,
`projects/{project_id}/policies/{constraint_name}`.
|
String |
getName()
Name of the posture, for example, `CIS-Posture`.
|
com.google.protobuf.ByteString |
getNameBytes()
Name of the posture, for example, `CIS-Posture`.
|
String |
getPolicy()
The ID of the updated policy, for example, `compute-policy-1`.
|
com.google.protobuf.ByteString |
getPolicyBytes()
The ID of the updated policy, for example, `compute-policy-1`.
|
SecurityPosture.PolicyDriftDetails |
getPolicyDriftDetails(int index)
The details about a change in an updated policy that violates the deployed
posture.
|
int |
getPolicyDriftDetailsCount()
The details about a change in an updated policy that violates the deployed
posture.
|
List<SecurityPosture.PolicyDriftDetails> |
getPolicyDriftDetailsList()
The details about a change in an updated policy that violates the deployed
posture.
|
SecurityPosture.PolicyDriftDetailsOrBuilder |
getPolicyDriftDetailsOrBuilder(int index)
The details about a change in an updated policy that violates the deployed
posture.
|
List<? extends SecurityPosture.PolicyDriftDetailsOrBuilder> |
getPolicyDriftDetailsOrBuilderList()
The details about a change in an updated policy that violates the deployed
posture.
|
String |
getPolicySet()
The name of the updated policyset, for example, `cis-policyset`.
|
com.google.protobuf.ByteString |
getPolicySetBytes()
The name of the updated policyset, for example, `cis-policyset`.
|
String |
getPostureDeployment()
The name of the posture deployment, for example,
`organizations/{org_id}/posturedeployments/{posture_deployment_id}`.
|
com.google.protobuf.ByteString |
getPostureDeploymentBytes()
The name of the posture deployment, for example,
`organizations/{org_id}/posturedeployments/{posture_deployment_id}`.
|
String |
getPostureDeploymentResource()
The project, folder, or organization on which the posture is deployed,
for example, `projects/{project_number}`.
|
com.google.protobuf.ByteString |
getPostureDeploymentResourceBytes()
The project, folder, or organization on which the posture is deployed,
for example, `projects/{project_number}`.
|
String |
getRevisionId()
The version of the posture, for example, `c7cfa2a8`.
|
com.google.protobuf.ByteString |
getRevisionIdBytes()
The version of the posture, for example, `c7cfa2a8`.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Name of the posture, for example, `CIS-Posture`.
string name = 1;com.google.protobuf.ByteString getNameBytes()
Name of the posture, for example, `CIS-Posture`.
string name = 1;String getRevisionId()
The version of the posture, for example, `c7cfa2a8`.
string revision_id = 2;com.google.protobuf.ByteString getRevisionIdBytes()
The version of the posture, for example, `c7cfa2a8`.
string revision_id = 2;String getPostureDeploymentResource()
The project, folder, or organization on which the posture is deployed,
for example, `projects/{project_number}`.
string posture_deployment_resource = 3;com.google.protobuf.ByteString getPostureDeploymentResourceBytes()
The project, folder, or organization on which the posture is deployed,
for example, `projects/{project_number}`.
string posture_deployment_resource = 3;String getPostureDeployment()
The name of the posture deployment, for example,
`organizations/{org_id}/posturedeployments/{posture_deployment_id}`.
string posture_deployment = 4;com.google.protobuf.ByteString getPostureDeploymentBytes()
The name of the posture deployment, for example,
`organizations/{org_id}/posturedeployments/{posture_deployment_id}`.
string posture_deployment = 4;String getChangedPolicy()
The name of the updated policy, for example,
`projects/{project_id}/policies/{constraint_name}`.
string changed_policy = 5;com.google.protobuf.ByteString getChangedPolicyBytes()
The name of the updated policy, for example,
`projects/{project_id}/policies/{constraint_name}`.
string changed_policy = 5;String getPolicySet()
The name of the updated policyset, for example, `cis-policyset`.
string policy_set = 6;com.google.protobuf.ByteString getPolicySetBytes()
The name of the updated policyset, for example, `cis-policyset`.
string policy_set = 6;String getPolicy()
The ID of the updated policy, for example, `compute-policy-1`.
string policy = 7;com.google.protobuf.ByteString getPolicyBytes()
The ID of the updated policy, for example, `compute-policy-1`.
string policy = 7;List<SecurityPosture.PolicyDriftDetails> getPolicyDriftDetailsList()
The details about a change in an updated policy that violates the deployed posture.
repeated .google.cloud.securitycenter.v1.SecurityPosture.PolicyDriftDetails policy_drift_details = 8;
SecurityPosture.PolicyDriftDetails getPolicyDriftDetails(int index)
The details about a change in an updated policy that violates the deployed posture.
repeated .google.cloud.securitycenter.v1.SecurityPosture.PolicyDriftDetails policy_drift_details = 8;
int getPolicyDriftDetailsCount()
The details about a change in an updated policy that violates the deployed posture.
repeated .google.cloud.securitycenter.v1.SecurityPosture.PolicyDriftDetails policy_drift_details = 8;
List<? extends SecurityPosture.PolicyDriftDetailsOrBuilder> getPolicyDriftDetailsOrBuilderList()
The details about a change in an updated policy that violates the deployed posture.
repeated .google.cloud.securitycenter.v1.SecurityPosture.PolicyDriftDetails policy_drift_details = 8;
SecurityPosture.PolicyDriftDetailsOrBuilder getPolicyDriftDetailsOrBuilder(int index)
The details about a change in an updated policy that violates the deployed posture.
repeated .google.cloud.securitycenter.v1.SecurityPosture.PolicyDriftDetails policy_drift_details = 8;
Copyright © 2024 Google LLC. All rights reserved.