Namespace Google.Apis.Assuredworkloads.v1beta1.Data
Classes
GoogleCloudAssuredworkloadsV1beta1AcknowledgeViolationRequest
Request for acknowledging the violation
GoogleCloudAssuredworkloadsV1beta1AcknowledgeViolationResponse
Response for violation acknowledgement
GoogleCloudAssuredworkloadsV1beta1AnalyzeWorkloadMoveResponse
Response containing the analysis results for the hypothetical resource move.
GoogleCloudAssuredworkloadsV1beta1ApplyWorkloadUpdateOperationMetadata
Operation metadata to give request details of ApplyWorkloadUpdate.
GoogleCloudAssuredworkloadsV1beta1ApplyWorkloadUpdateRequest
Request to apply update to a workload.
GoogleCloudAssuredworkloadsV1beta1ApplyWorkloadUpdateResponse
Response for ApplyWorkloadUpdate endpoint.
GoogleCloudAssuredworkloadsV1beta1AssetMoveAnalysis
Represents move analysis results for an asset.
GoogleCloudAssuredworkloadsV1beta1CreateWorkloadOperationMetadata
Operation metadata to give request details of CreateWorkload.
GoogleCloudAssuredworkloadsV1beta1EnableComplianceUpdatesResponse
Response for EnableComplianceUpdates endpoint.
GoogleCloudAssuredworkloadsV1beta1EnableResourceMonitoringResponse
Response for EnableResourceMonitoring endpoint.
GoogleCloudAssuredworkloadsV1beta1ListViolationsResponse
Response of ListViolations endpoint.
GoogleCloudAssuredworkloadsV1beta1ListWorkloadUpdatesResponse
Response of listing the compliance updates per workload with pagination.
GoogleCloudAssuredworkloadsV1beta1ListWorkloadsResponse
Response of ListWorkloads endpoint.
GoogleCloudAssuredworkloadsV1beta1MoveAnalysisGroup
Represents a logical group of checks performed for an asset. If successful, the group contains the analysis result, otherwise it contains an error with the failure reason.
GoogleCloudAssuredworkloadsV1beta1MoveAnalysisResult
Represents the successful move analysis results for a group.
GoogleCloudAssuredworkloadsV1beta1MoveImpact
Represents the impact of moving the asset to the target.
GoogleCloudAssuredworkloadsV1beta1OrgPolicy
This assured workload service object is used to represent the org policy attached to a resource. It servces the same purpose as the orgpolicy.v2.Policy object but with functionality that is limited to what is supported by Assured Workloads(e.g. only one rule under one OrgPolicy object, no conditions, etc).
GoogleCloudAssuredworkloadsV1beta1OrgPolicyPolicyRule
A rule used to express this policy.
GoogleCloudAssuredworkloadsV1beta1OrgPolicyPolicyRuleStringValues
The values allowed for a ListPolicy.
GoogleCloudAssuredworkloadsV1beta1OrgPolicyUpdate
Represents an update for an org policy control applied on an Assured Workload resource. The inherited org policy is not considered.
GoogleCloudAssuredworkloadsV1beta1RestrictAllowedResourcesRequest
Request for restricting list of available resources in Workload environment.
GoogleCloudAssuredworkloadsV1beta1RestrictAllowedResourcesResponse
Response for restricting the list of allowed resources.
GoogleCloudAssuredworkloadsV1beta1UpdateDetails
The details of the update.
GoogleCloudAssuredworkloadsV1beta1Violation
Workload monitoring Violation.
GoogleCloudAssuredworkloadsV1beta1ViolationExceptionContext
Violation exception detail.
GoogleCloudAssuredworkloadsV1beta1ViolationRemediation
Represents remediation guidance to resolve compliance violation for AssuredWorkload
GoogleCloudAssuredworkloadsV1beta1ViolationRemediationInstructions
Instructions to remediate violation
GoogleCloudAssuredworkloadsV1beta1ViolationRemediationInstructionsConsole
Remediation instructions to resolve violation via cloud console
GoogleCloudAssuredworkloadsV1beta1ViolationRemediationInstructionsGcloud
Remediation instructions to resolve violation via gcloud cli
GoogleCloudAssuredworkloadsV1beta1Workload
A Workload object for managing highly regulated workloads of cloud customers.
GoogleCloudAssuredworkloadsV1beta1WorkloadCJISSettings
Settings specific to resources needed for CJIS.
GoogleCloudAssuredworkloadsV1beta1WorkloadComplianceStatus
Represents the Compliance Status of this workload
GoogleCloudAssuredworkloadsV1beta1WorkloadEkmProvisioningResponse
External key management systems(EKM) Provisioning response
GoogleCloudAssuredworkloadsV1beta1WorkloadFedrampHighSettings
Settings specific to resources needed for FedRAMP High.
GoogleCloudAssuredworkloadsV1beta1WorkloadFedrampModerateSettings
Settings specific to resources needed for FedRAMP Moderate.
GoogleCloudAssuredworkloadsV1beta1WorkloadIL4Settings
Settings specific to resources needed for IL4.
GoogleCloudAssuredworkloadsV1beta1WorkloadKMSSettings
Settings specific to the Key Management Service.
GoogleCloudAssuredworkloadsV1beta1WorkloadPartnerPermissions
Permissions granted to the AW Partner SA account for the customer workload
GoogleCloudAssuredworkloadsV1beta1WorkloadResourceInfo
Represent the resources that are children of this Workload.
GoogleCloudAssuredworkloadsV1beta1WorkloadResourceSettings
Represent the custom settings for the resources to be created.
GoogleCloudAssuredworkloadsV1beta1WorkloadSaaEnrollmentResponse
Signed Access Approvals (SAA) enrollment response.
GoogleCloudAssuredworkloadsV1beta1WorkloadUpdate
A workload update is a change to the workload's compliance configuration.
GoogleCloudAssuredworkloadsV1beta1WorkloadWorkloadOptions
Options to be set for the given created workload.
GoogleLongrunningListOperationsResponse
The response message for Operations.ListOperations.
GoogleLongrunningOperation
This resource represents a long-running operation that is the result of a network API call.
GoogleProtobufEmpty
A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
GoogleRpcStatus
The Status
type defines a logical error model that is suitable for different programming environments,
including REST APIs and RPC APIs. It is used by gRPC. Each Status
message contains
three pieces of data: error code, error message, and error details. You can find out more about this error model
and how to work with it in the API Design Guide.