Documentation
¶
Overview ¶
Package assuredworkloads provides access to the Assured Workloads API.
For product documentation, see: https://cloud.google.com/learnmoreurl
Creating a client ¶
Usage example:
import "google.golang.org/api/assuredworkloads/v1beta1" ... ctx := context.Background() assuredworkloadsService, err := assuredworkloads.NewService(ctx)
In this example, Google Application Default Credentials are used for authentication.
For information on how to create and obtain Application Default Credentials, see https://developers.google.com/identity/protocols/application-default-credentials.
Other authentication options ¶
To use an API key for authentication (note: some APIs do not support API keys), use option.WithAPIKey:
assuredworkloadsService, err := assuredworkloads.NewService(ctx, option.WithAPIKey("AIza..."))
To use an OAuth token (e.g., a user token obtained via a three-legged OAuth flow), use option.WithTokenSource:
config := &oauth2.Config{...} // ... token, err := config.Exchange(ctx, ...) assuredworkloadsService, err := assuredworkloads.NewService(ctx, option.WithTokenSource(config.TokenSource(ctx, token)))
See https://godoc.org/google.golang.org/api/option/ for details on options.
Index ¶
- Constants
- type GoogleCloudAssuredworkloadsV1beta1AcknowledgeViolationRequest
- type GoogleCloudAssuredworkloadsV1beta1AcknowledgeViolationResponse
- type GoogleCloudAssuredworkloadsV1beta1AnalyzeWorkloadMoveResponse
- type GoogleCloudAssuredworkloadsV1beta1CreateWorkloadOperationMetadata
- type GoogleCloudAssuredworkloadsV1beta1ListViolationsResponse
- type GoogleCloudAssuredworkloadsV1beta1ListWorkloadsResponse
- type GoogleCloudAssuredworkloadsV1beta1RestrictAllowedResourcesRequest
- type GoogleCloudAssuredworkloadsV1beta1RestrictAllowedResourcesResponse
- type GoogleCloudAssuredworkloadsV1beta1Violation
- type GoogleCloudAssuredworkloadsV1beta1ViolationRemediation
- type GoogleCloudAssuredworkloadsV1beta1ViolationRemediationInstructions
- type GoogleCloudAssuredworkloadsV1beta1ViolationRemediationInstructionsConsole
- type GoogleCloudAssuredworkloadsV1beta1ViolationRemediationInstructionsGcloud
- type GoogleCloudAssuredworkloadsV1beta1Workload
- type GoogleCloudAssuredworkloadsV1beta1WorkloadCJISSettings
- type GoogleCloudAssuredworkloadsV1beta1WorkloadComplianceControls
- type GoogleCloudAssuredworkloadsV1beta1WorkloadComplianceControlsOrgPolicyControl
- type GoogleCloudAssuredworkloadsV1beta1WorkloadComplianceStatus
- type GoogleCloudAssuredworkloadsV1beta1WorkloadEkmProvisioningResponse
- type GoogleCloudAssuredworkloadsV1beta1WorkloadFedrampHighSettings
- type GoogleCloudAssuredworkloadsV1beta1WorkloadFedrampModerateSettings
- type GoogleCloudAssuredworkloadsV1beta1WorkloadIL4Settings
- type GoogleCloudAssuredworkloadsV1beta1WorkloadKMSSettings
- type GoogleCloudAssuredworkloadsV1beta1WorkloadPartnerPermissions
- type GoogleCloudAssuredworkloadsV1beta1WorkloadResourceInfo
- type GoogleCloudAssuredworkloadsV1beta1WorkloadResourceSettings
- type GoogleCloudAssuredworkloadsV1beta1WorkloadSaaEnrollmentResponse
- type GoogleLongrunningListOperationsResponse
- type GoogleLongrunningOperation
- type GoogleProtobufEmpty
- type GoogleRpcStatus
- type OrganizationsLocationsOperationsGetCall
- func (c *OrganizationsLocationsOperationsGetCall) Context(ctx context.Context) *OrganizationsLocationsOperationsGetCall
- func (c *OrganizationsLocationsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *OrganizationsLocationsOperationsGetCall) Fields(s ...googleapi.Field) *OrganizationsLocationsOperationsGetCall
- func (c *OrganizationsLocationsOperationsGetCall) Header() http.Header
- func (c *OrganizationsLocationsOperationsGetCall) IfNoneMatch(entityTag string) *OrganizationsLocationsOperationsGetCall
- type OrganizationsLocationsOperationsListCall
- func (c *OrganizationsLocationsOperationsListCall) Context(ctx context.Context) *OrganizationsLocationsOperationsListCall
- func (c *OrganizationsLocationsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)
- func (c *OrganizationsLocationsOperationsListCall) Fields(s ...googleapi.Field) *OrganizationsLocationsOperationsListCall
- func (c *OrganizationsLocationsOperationsListCall) Filter(filter string) *OrganizationsLocationsOperationsListCall
- func (c *OrganizationsLocationsOperationsListCall) Header() http.Header
- func (c *OrganizationsLocationsOperationsListCall) IfNoneMatch(entityTag string) *OrganizationsLocationsOperationsListCall
- func (c *OrganizationsLocationsOperationsListCall) PageSize(pageSize int64) *OrganizationsLocationsOperationsListCall
- func (c *OrganizationsLocationsOperationsListCall) PageToken(pageToken string) *OrganizationsLocationsOperationsListCall
- func (c *OrganizationsLocationsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error
- type OrganizationsLocationsOperationsService
- type OrganizationsLocationsService
- type OrganizationsLocationsWorkloadsCreateCall
- func (c *OrganizationsLocationsWorkloadsCreateCall) Context(ctx context.Context) *OrganizationsLocationsWorkloadsCreateCall
- func (c *OrganizationsLocationsWorkloadsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *OrganizationsLocationsWorkloadsCreateCall) ExternalId(externalId string) *OrganizationsLocationsWorkloadsCreateCall
- func (c *OrganizationsLocationsWorkloadsCreateCall) Fields(s ...googleapi.Field) *OrganizationsLocationsWorkloadsCreateCall
- func (c *OrganizationsLocationsWorkloadsCreateCall) Header() http.Header
- type OrganizationsLocationsWorkloadsDeleteCall
- func (c *OrganizationsLocationsWorkloadsDeleteCall) Context(ctx context.Context) *OrganizationsLocationsWorkloadsDeleteCall
- func (c *OrganizationsLocationsWorkloadsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
- func (c *OrganizationsLocationsWorkloadsDeleteCall) Etag(etag string) *OrganizationsLocationsWorkloadsDeleteCall
- func (c *OrganizationsLocationsWorkloadsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsLocationsWorkloadsDeleteCall
- func (c *OrganizationsLocationsWorkloadsDeleteCall) Header() http.Header
- type OrganizationsLocationsWorkloadsGetCall
- func (c *OrganizationsLocationsWorkloadsGetCall) Context(ctx context.Context) *OrganizationsLocationsWorkloadsGetCall
- func (c *OrganizationsLocationsWorkloadsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAssuredworkloadsV1beta1Workload, error)
- func (c *OrganizationsLocationsWorkloadsGetCall) Fields(s ...googleapi.Field) *OrganizationsLocationsWorkloadsGetCall
- func (c *OrganizationsLocationsWorkloadsGetCall) Header() http.Header
- func (c *OrganizationsLocationsWorkloadsGetCall) IfNoneMatch(entityTag string) *OrganizationsLocationsWorkloadsGetCall
- type OrganizationsLocationsWorkloadsListCall
- func (c *OrganizationsLocationsWorkloadsListCall) Context(ctx context.Context) *OrganizationsLocationsWorkloadsListCall
- func (c *OrganizationsLocationsWorkloadsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAssuredworkloadsV1beta1ListWorkloadsResponse, error)
- func (c *OrganizationsLocationsWorkloadsListCall) Fields(s ...googleapi.Field) *OrganizationsLocationsWorkloadsListCall
- func (c *OrganizationsLocationsWorkloadsListCall) Filter(filter string) *OrganizationsLocationsWorkloadsListCall
- func (c *OrganizationsLocationsWorkloadsListCall) Header() http.Header
- func (c *OrganizationsLocationsWorkloadsListCall) IfNoneMatch(entityTag string) *OrganizationsLocationsWorkloadsListCall
- func (c *OrganizationsLocationsWorkloadsListCall) PageSize(pageSize int64) *OrganizationsLocationsWorkloadsListCall
- func (c *OrganizationsLocationsWorkloadsListCall) PageToken(pageToken string) *OrganizationsLocationsWorkloadsListCall
- func (c *OrganizationsLocationsWorkloadsListCall) Pages(ctx context.Context, ...) error
- type OrganizationsLocationsWorkloadsOrganizationsLocationsService
- type OrganizationsLocationsWorkloadsOrganizationsLocationsWorkloadsAnalyzeWorkloadMoveCall
- func (c *OrganizationsLocationsWorkloadsOrganizationsLocationsWorkloadsAnalyzeWorkloadMoveCall) Context(ctx context.Context) ...
- func (c *OrganizationsLocationsWorkloadsOrganizationsLocationsWorkloadsAnalyzeWorkloadMoveCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAssuredworkloadsV1beta1AnalyzeWorkloadMoveResponse, error)
- func (c *OrganizationsLocationsWorkloadsOrganizationsLocationsWorkloadsAnalyzeWorkloadMoveCall) Fields(s ...googleapi.Field) ...
- func (c *OrganizationsLocationsWorkloadsOrganizationsLocationsWorkloadsAnalyzeWorkloadMoveCall) Header() http.Header
- func (c *OrganizationsLocationsWorkloadsOrganizationsLocationsWorkloadsAnalyzeWorkloadMoveCall) IfNoneMatch(entityTag string) ...
- func (c *OrganizationsLocationsWorkloadsOrganizationsLocationsWorkloadsAnalyzeWorkloadMoveCall) Project(project string) ...
- type OrganizationsLocationsWorkloadsOrganizationsLocationsWorkloadsService
- type OrganizationsLocationsWorkloadsOrganizationsService
- type OrganizationsLocationsWorkloadsPatchCall
- func (c *OrganizationsLocationsWorkloadsPatchCall) Context(ctx context.Context) *OrganizationsLocationsWorkloadsPatchCall
- func (c *OrganizationsLocationsWorkloadsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAssuredworkloadsV1beta1Workload, error)
- func (c *OrganizationsLocationsWorkloadsPatchCall) Fields(s ...googleapi.Field) *OrganizationsLocationsWorkloadsPatchCall
- func (c *OrganizationsLocationsWorkloadsPatchCall) Header() http.Header
- func (c *OrganizationsLocationsWorkloadsPatchCall) UpdateMask(updateMask string) *OrganizationsLocationsWorkloadsPatchCall
- type OrganizationsLocationsWorkloadsRestrictAllowedResourcesCall
- func (c *OrganizationsLocationsWorkloadsRestrictAllowedResourcesCall) Context(ctx context.Context) *OrganizationsLocationsWorkloadsRestrictAllowedResourcesCall
- func (c *OrganizationsLocationsWorkloadsRestrictAllowedResourcesCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAssuredworkloadsV1beta1RestrictAllowedResourcesResponse, error)
- func (c *OrganizationsLocationsWorkloadsRestrictAllowedResourcesCall) Fields(s ...googleapi.Field) *OrganizationsLocationsWorkloadsRestrictAllowedResourcesCall
- func (c *OrganizationsLocationsWorkloadsRestrictAllowedResourcesCall) Header() http.Header
- type OrganizationsLocationsWorkloadsService
- func (r *OrganizationsLocationsWorkloadsService) Create(parent string, ...) *OrganizationsLocationsWorkloadsCreateCall
- func (r *OrganizationsLocationsWorkloadsService) Delete(name string) *OrganizationsLocationsWorkloadsDeleteCall
- func (r *OrganizationsLocationsWorkloadsService) Get(name string) *OrganizationsLocationsWorkloadsGetCall
- func (r *OrganizationsLocationsWorkloadsService) List(parent string) *OrganizationsLocationsWorkloadsListCall
- func (r *OrganizationsLocationsWorkloadsService) Patch(name string, ...) *OrganizationsLocationsWorkloadsPatchCall
- func (r *OrganizationsLocationsWorkloadsService) RestrictAllowedResources(name string, ...) *OrganizationsLocationsWorkloadsRestrictAllowedResourcesCall
- type OrganizationsLocationsWorkloadsViolationsAcknowledgeCall
- func (c *OrganizationsLocationsWorkloadsViolationsAcknowledgeCall) Context(ctx context.Context) *OrganizationsLocationsWorkloadsViolationsAcknowledgeCall
- func (c *OrganizationsLocationsWorkloadsViolationsAcknowledgeCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAssuredworkloadsV1beta1AcknowledgeViolationResponse, error)
- func (c *OrganizationsLocationsWorkloadsViolationsAcknowledgeCall) Fields(s ...googleapi.Field) *OrganizationsLocationsWorkloadsViolationsAcknowledgeCall
- func (c *OrganizationsLocationsWorkloadsViolationsAcknowledgeCall) Header() http.Header
- type OrganizationsLocationsWorkloadsViolationsGetCall
- func (c *OrganizationsLocationsWorkloadsViolationsGetCall) Context(ctx context.Context) *OrganizationsLocationsWorkloadsViolationsGetCall
- func (c *OrganizationsLocationsWorkloadsViolationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAssuredworkloadsV1beta1Violation, error)
- func (c *OrganizationsLocationsWorkloadsViolationsGetCall) Fields(s ...googleapi.Field) *OrganizationsLocationsWorkloadsViolationsGetCall
- func (c *OrganizationsLocationsWorkloadsViolationsGetCall) Header() http.Header
- func (c *OrganizationsLocationsWorkloadsViolationsGetCall) IfNoneMatch(entityTag string) *OrganizationsLocationsWorkloadsViolationsGetCall
- type OrganizationsLocationsWorkloadsViolationsListCall
- func (c *OrganizationsLocationsWorkloadsViolationsListCall) Context(ctx context.Context) *OrganizationsLocationsWorkloadsViolationsListCall
- func (c *OrganizationsLocationsWorkloadsViolationsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAssuredworkloadsV1beta1ListViolationsResponse, error)
- func (c *OrganizationsLocationsWorkloadsViolationsListCall) Fields(s ...googleapi.Field) *OrganizationsLocationsWorkloadsViolationsListCall
- func (c *OrganizationsLocationsWorkloadsViolationsListCall) Filter(filter string) *OrganizationsLocationsWorkloadsViolationsListCall
- func (c *OrganizationsLocationsWorkloadsViolationsListCall) Header() http.Header
- func (c *OrganizationsLocationsWorkloadsViolationsListCall) IfNoneMatch(entityTag string) *OrganizationsLocationsWorkloadsViolationsListCall
- func (c *OrganizationsLocationsWorkloadsViolationsListCall) IntervalEndTime(intervalEndTime string) *OrganizationsLocationsWorkloadsViolationsListCall
- func (c *OrganizationsLocationsWorkloadsViolationsListCall) IntervalStartTime(intervalStartTime string) *OrganizationsLocationsWorkloadsViolationsListCall
- func (c *OrganizationsLocationsWorkloadsViolationsListCall) PageSize(pageSize int64) *OrganizationsLocationsWorkloadsViolationsListCall
- func (c *OrganizationsLocationsWorkloadsViolationsListCall) PageToken(pageToken string) *OrganizationsLocationsWorkloadsViolationsListCall
- func (c *OrganizationsLocationsWorkloadsViolationsListCall) Pages(ctx context.Context, ...) error
- type OrganizationsLocationsWorkloadsViolationsService
- func (r *OrganizationsLocationsWorkloadsViolationsService) Acknowledge(name string, ...) *OrganizationsLocationsWorkloadsViolationsAcknowledgeCall
- func (r *OrganizationsLocationsWorkloadsViolationsService) Get(name string) *OrganizationsLocationsWorkloadsViolationsGetCall
- func (r *OrganizationsLocationsWorkloadsViolationsService) List(parent string) *OrganizationsLocationsWorkloadsViolationsListCall
- type OrganizationsService
- type ProjectsOrganizationsLocationsService
- type ProjectsOrganizationsLocationsWorkloadsAnalyzeWorkloadMoveCall
- func (c *ProjectsOrganizationsLocationsWorkloadsAnalyzeWorkloadMoveCall) Context(ctx context.Context) *ProjectsOrganizationsLocationsWorkloadsAnalyzeWorkloadMoveCall
- func (c *ProjectsOrganizationsLocationsWorkloadsAnalyzeWorkloadMoveCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAssuredworkloadsV1beta1AnalyzeWorkloadMoveResponse, error)
- func (c *ProjectsOrganizationsLocationsWorkloadsAnalyzeWorkloadMoveCall) Fields(s ...googleapi.Field) *ProjectsOrganizationsLocationsWorkloadsAnalyzeWorkloadMoveCall
- func (c *ProjectsOrganizationsLocationsWorkloadsAnalyzeWorkloadMoveCall) Header() http.Header
- func (c *ProjectsOrganizationsLocationsWorkloadsAnalyzeWorkloadMoveCall) IfNoneMatch(entityTag string) *ProjectsOrganizationsLocationsWorkloadsAnalyzeWorkloadMoveCall
- func (c *ProjectsOrganizationsLocationsWorkloadsAnalyzeWorkloadMoveCall) Source(source string) *ProjectsOrganizationsLocationsWorkloadsAnalyzeWorkloadMoveCall
- type ProjectsOrganizationsLocationsWorkloadsService
- type ProjectsOrganizationsService
- type ProjectsService
- type Service
Constants ¶
const ( // See, edit, configure, and delete your Google Cloud data and see the // email address for your Google Account. CloudPlatformScope = "https://www.googleapis.com/auth/cloud-platform" )
OAuth2 scopes used by this API.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GoogleCloudAssuredworkloadsV1beta1AcknowledgeViolationRequest ¶ added in v0.98.0
type GoogleCloudAssuredworkloadsV1beta1AcknowledgeViolationRequest struct { // Comment: Required. Business justification explaining the need for // violation acknowledgement Comment string `json:"comment,omitempty"` // NonCompliantOrgPolicy: Optional. This field is deprecated and will be // removed in future version of the API. Name of the OrgPolicy which was // modified with non-compliant change and resulted in this violation. // Format: projects/{project_number}/policies/{constraint_name} // folders/{folder_id}/policies/{constraint_name} // organizations/{organization_id}/policies/{constraint_name} NonCompliantOrgPolicy string `json:"nonCompliantOrgPolicy,omitempty"` // ForceSendFields is a list of field names (e.g. "Comment") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Comment") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudAssuredworkloadsV1beta1AcknowledgeViolationRequest: Request for acknowledging the violation Next Id: 5
func (*GoogleCloudAssuredworkloadsV1beta1AcknowledgeViolationRequest) MarshalJSON ¶ added in v0.98.0
func (s *GoogleCloudAssuredworkloadsV1beta1AcknowledgeViolationRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAssuredworkloadsV1beta1AcknowledgeViolationResponse ¶ added in v0.98.0
type GoogleCloudAssuredworkloadsV1beta1AcknowledgeViolationResponse struct { // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` }
GoogleCloudAssuredworkloadsV1beta1AcknowledgeViolationResponse: Response for violation acknowledgement
type GoogleCloudAssuredworkloadsV1beta1AnalyzeWorkloadMoveResponse ¶ added in v0.98.0
type GoogleCloudAssuredworkloadsV1beta1AnalyzeWorkloadMoveResponse struct { // Blockers: A list of blockers that should be addressed before moving // the source project or project-based workload to the destination // folder-based workload. Blockers []string `json:"blockers,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Blockers") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Blockers") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudAssuredworkloadsV1beta1AnalyzeWorkloadMoveResponse: A response that includes the analysis of the hypothetical resource move.
func (*GoogleCloudAssuredworkloadsV1beta1AnalyzeWorkloadMoveResponse) MarshalJSON ¶ added in v0.98.0
func (s *GoogleCloudAssuredworkloadsV1beta1AnalyzeWorkloadMoveResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAssuredworkloadsV1beta1CreateWorkloadOperationMetadata ¶
type GoogleCloudAssuredworkloadsV1beta1CreateWorkloadOperationMetadata struct { // ComplianceRegime: Optional. Compliance controls that should be // applied to the resources managed by the workload. // // Possible values: // "COMPLIANCE_REGIME_UNSPECIFIED" - Unknown compliance regime. // "IL4" - Information protection as per DoD IL4 requirements. // "CJIS" - Criminal Justice Information Services (CJIS) Security // policies. // "FEDRAMP_HIGH" - FedRAMP High data protection controls // "FEDRAMP_MODERATE" - FedRAMP Moderate data protection controls // "US_REGIONAL_ACCESS" - Assured Workloads For US Regions data // protection controls // "HIPAA" - Health Insurance Portability and Accountability Act // controls // "HITRUST" - Health Information Trust Alliance controls // "EU_REGIONS_AND_SUPPORT" - Assured Workloads For EU Regions and // Support controls // "CA_REGIONS_AND_SUPPORT" - Assured Workloads For Canada Regions and // Support controls // "ITAR" - International Traffic in Arms Regulations // "AU_REGIONS_AND_US_SUPPORT" - Assured Workloads for Australia // Regions and Support controls Available for public preview // consumption. Don't create production workloads. // "ASSURED_WORKLOADS_FOR_PARTNERS" - Assured Workloads for Partners; // "ISR_REGIONS" - Assured Workloads for Israel // "ISR_REGIONS_AND_SUPPORT" - Assured Workloads for Israel Regions // "CA_PROTECTED_B" - Assured Workloads for Canada Protected B regime ComplianceRegime string `json:"complianceRegime,omitempty"` // CreateTime: Optional. Time when the operation was created. CreateTime string `json:"createTime,omitempty"` // DisplayName: Optional. The display name of the workload. DisplayName string `json:"displayName,omitempty"` // Parent: Optional. The parent of the workload. Parent string `json:"parent,omitempty"` // ResourceSettings: Optional. Resource properties in the input that are // used for creating/customizing workload resources. ResourceSettings []*GoogleCloudAssuredworkloadsV1beta1WorkloadResourceSettings `json:"resourceSettings,omitempty"` // ForceSendFields is a list of field names (e.g. "ComplianceRegime") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "ComplianceRegime") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
GoogleCloudAssuredworkloadsV1beta1CreateWorkloadOperationMetadata: Operation metadata to give request details of CreateWorkload.
func (*GoogleCloudAssuredworkloadsV1beta1CreateWorkloadOperationMetadata) MarshalJSON ¶
func (s *GoogleCloudAssuredworkloadsV1beta1CreateWorkloadOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudAssuredworkloadsV1beta1ListViolationsResponse ¶ added in v0.98.0
type GoogleCloudAssuredworkloadsV1beta1ListViolationsResponse struct { // NextPageToken: The next page token. Returns empty if reached the last // page. NextPageToken string `json:"nextPageToken,omitempty"` // Violations: List of Violations under a Workload. Violations []*GoogleCloudAssuredworkloadsV1beta1Violation `json:"violations,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "NextPageToken") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "NextPageToken") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudAssuredworkloadsV1beta1ListViolationsResponse: Response of ListViolations endpoint.
func (*GoogleCloudAssuredworkloadsV1beta1ListViolationsResponse) MarshalJSON ¶ added in v0.98.0
func (s *GoogleCloudAssuredworkloadsV1beta1ListViolationsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAssuredworkloadsV1beta1ListWorkloadsResponse ¶
type GoogleCloudAssuredworkloadsV1beta1ListWorkloadsResponse struct { // NextPageToken: The next page token. Return empty if reached the last // page. NextPageToken string `json:"nextPageToken,omitempty"` // Workloads: List of Workloads under a given parent. Workloads []*GoogleCloudAssuredworkloadsV1beta1Workload `json:"workloads,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "NextPageToken") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "NextPageToken") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudAssuredworkloadsV1beta1ListWorkloadsResponse: Response of ListWorkloads endpoint.
func (*GoogleCloudAssuredworkloadsV1beta1ListWorkloadsResponse) MarshalJSON ¶
func (s *GoogleCloudAssuredworkloadsV1beta1ListWorkloadsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAssuredworkloadsV1beta1RestrictAllowedResourcesRequest ¶ added in v0.98.0
type GoogleCloudAssuredworkloadsV1beta1RestrictAllowedResourcesRequest struct { // RestrictionType: Required. The type of restriction for using gcp // products in the Workload environment. // // Possible values: // "RESTRICTION_TYPE_UNSPECIFIED" - Unknown restriction type. // "ALLOW_ALL_GCP_RESOURCES" - Allow the use all of all gcp products, // irrespective of the compliance posture. This effectively removes // gcp.restrictServiceUsage OrgPolicy on the AssuredWorkloads Folder. // "ALLOW_COMPLIANT_RESOURCES" - Based on Workload's compliance // regime, allowed list changes. See - // https://cloud.google.com/assured-workloads/docs/supported-products // for the list of supported resources. // "APPEND_COMPLIANT_RESOURCES" - Similar to ALLOW_COMPLIANT_RESOURCES // but adds the list of compliant resources to the existing list of // compliant resources. Effective org-policy of the Folder is considered // to ensure there is no disruption to the existing customer workflows. RestrictionType string `json:"restrictionType,omitempty"` // ForceSendFields is a list of field names (e.g. "RestrictionType") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "RestrictionType") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
GoogleCloudAssuredworkloadsV1beta1RestrictAllowedResourcesRequest: Request for restricting list of available resources in Workload environment.
func (*GoogleCloudAssuredworkloadsV1beta1RestrictAllowedResourcesRequest) MarshalJSON ¶ added in v0.98.0
func (s *GoogleCloudAssuredworkloadsV1beta1RestrictAllowedResourcesRequest) MarshalJSON() ([]byte, error)
type GoogleCloudAssuredworkloadsV1beta1RestrictAllowedResourcesResponse ¶ added in v0.98.0
type GoogleCloudAssuredworkloadsV1beta1RestrictAllowedResourcesResponse struct { // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` }
GoogleCloudAssuredworkloadsV1beta1RestrictAllowedResourcesResponse: Response for restricting the list of allowed resources.
type GoogleCloudAssuredworkloadsV1beta1Violation ¶ added in v0.98.0
type GoogleCloudAssuredworkloadsV1beta1Violation struct { // Acknowledged: A boolean that indicates if the violation is // acknowledged Acknowledged bool `json:"acknowledged,omitempty"` // AcknowledgementTime: Optional. Timestamp when this violation was // acknowledged first. Check exception_contexts to find the last time // the violation was acknowledged when there are more than one // violations. This field will be absent when acknowledged field is // marked as false. AcknowledgementTime string `json:"acknowledgementTime,omitempty"` // AuditLogLink: Output only. Immutable. Audit Log Link for violated // resource Format: // https://console.cloud.google.com/logs/query;query={logName}{protoPayload.resourceName}{timeRange}{folder} AuditLogLink string `json:"auditLogLink,omitempty"` // BeginTime: Output only. Time of the event which triggered the // Violation. BeginTime string `json:"beginTime,omitempty"` // Category: Output only. Category under which this violation is mapped. // e.g. Location, Service Usage, Access, Encryption, etc. Category string `json:"category,omitempty"` // Description: Output only. Description for the Violation. e.g. // OrgPolicy gcp.resourceLocations has non compliant value. Description string `json:"description,omitempty"` // ExceptionAuditLogLink: Output only. Immutable. Audit Log link to find // business justification provided for violation exception. Format: // https://console.cloud.google.com/logs/query;query={logName}{protoPayload.resourceName}{protoPayload.methodName}{timeRange}{organization} ExceptionAuditLogLink string `json:"exceptionAuditLogLink,omitempty"` // Name: Output only. Immutable. Name of the Violation. Format: // organizations/{organization}/locations/{location}/workloads/{workload_ // id}/violations/{violations_id} Name string `json:"name,omitempty"` // NonCompliantOrgPolicy: Output only. Immutable. Name of the OrgPolicy // which was modified with non-compliant change and resulted this // violation. Format: // projects/{project_number}/policies/{constraint_name} // folders/{folder_id}/policies/{constraint_name} // organizations/{organization_id}/policies/{constraint_name} NonCompliantOrgPolicy string `json:"nonCompliantOrgPolicy,omitempty"` // OrgPolicyConstraint: Output only. Immutable. The // org-policy-constraint that was incorrectly changed, which resulted in // this violation. OrgPolicyConstraint string `json:"orgPolicyConstraint,omitempty"` // Remediation: Output only. Compliance violation remediation Remediation *GoogleCloudAssuredworkloadsV1beta1ViolationRemediation `json:"remediation,omitempty"` // ResolveTime: Output only. Time of the event which fixed the // Violation. If the violation is ACTIVE this will be empty. ResolveTime string `json:"resolveTime,omitempty"` // State: Output only. State of the violation // // Possible values: // "STATE_UNSPECIFIED" - Unspecified state. // "RESOLVED" - Violation is resolved. // "UNRESOLVED" - Violation is Unresolved // "EXCEPTION" - Violation is Exception State string `json:"state,omitempty"` // UpdateTime: Output only. The last time when the Violation record was // updated. UpdateTime string `json:"updateTime,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Acknowledged") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Acknowledged") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudAssuredworkloadsV1beta1Violation: Workload monitoring Violation. Next Id: 27
func (*GoogleCloudAssuredworkloadsV1beta1Violation) MarshalJSON ¶ added in v0.98.0
func (s *GoogleCloudAssuredworkloadsV1beta1Violation) MarshalJSON() ([]byte, error)
type GoogleCloudAssuredworkloadsV1beta1ViolationRemediation ¶ added in v0.98.0
type GoogleCloudAssuredworkloadsV1beta1ViolationRemediation struct { // CompliantValues: Values that can resolve the violation For example: // for list org policy violations, this will either be the list of // allowed or denied values CompliantValues []string `json:"compliantValues,omitempty"` // Instructions: Required. Remediation instructions to resolve // violations Instructions *GoogleCloudAssuredworkloadsV1beta1ViolationRemediationInstructions `json:"instructions,omitempty"` // RemediationType: Output only. Reemediation type based on the type of // org policy values violated // // Possible values: // "REMEDIATION_TYPE_UNSPECIFIED" - Unspecified remediation type // "REMEDIATION_BOOLEAN_ORG_POLICY_VIOLATION" - Remediation type for // boolean org policy // "REMEDIATION_LIST_ALLOWED_VALUES_ORG_POLICY_VIOLATION" - // Remediation type for list org policy which have allowed values in the // monitoring rule // "REMEDIATION_LIST_DENIED_VALUES_ORG_POLICY_VIOLATION" - Remediation // type for list org policy which have denied values in the monitoring // rule // // "REMEDIATION_RESTRICT_CMEK_CRYPTO_KEY_PROJECTS_ORG_POLICY_VIOLATION" // - Remediation type for gcp.restrictCmekCryptoKeyProjects RemediationType string `json:"remediationType,omitempty"` // ForceSendFields is a list of field names (e.g. "CompliantValues") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "CompliantValues") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
GoogleCloudAssuredworkloadsV1beta1ViolationRemediation: Represents remediation guidance to resolve compliance violation for AssuredWorkload
func (*GoogleCloudAssuredworkloadsV1beta1ViolationRemediation) MarshalJSON ¶ added in v0.98.0
func (s *GoogleCloudAssuredworkloadsV1beta1ViolationRemediation) MarshalJSON() ([]byte, error)
type GoogleCloudAssuredworkloadsV1beta1ViolationRemediationInstructions ¶ added in v0.98.0
type GoogleCloudAssuredworkloadsV1beta1ViolationRemediationInstructions struct { // ConsoleInstructions: Remediation instructions to resolve violation // via cloud console ConsoleInstructions *GoogleCloudAssuredworkloadsV1beta1ViolationRemediationInstructionsConsole `json:"consoleInstructions,omitempty"` // GcloudInstructions: Remediation instructions to resolve violation via // gcloud cli GcloudInstructions *GoogleCloudAssuredworkloadsV1beta1ViolationRemediationInstructionsGcloud `json:"gcloudInstructions,omitempty"` // ForceSendFields is a list of field names (e.g. "ConsoleInstructions") // to unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "ConsoleInstructions") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
GoogleCloudAssuredworkloadsV1beta1ViolationRemediationInstructions: Instructions to remediate violation
func (*GoogleCloudAssuredworkloadsV1beta1ViolationRemediationInstructions) MarshalJSON ¶ added in v0.98.0
func (s *GoogleCloudAssuredworkloadsV1beta1ViolationRemediationInstructions) MarshalJSON() ([]byte, error)
type GoogleCloudAssuredworkloadsV1beta1ViolationRemediationInstructionsConsole ¶ added in v0.98.0
type GoogleCloudAssuredworkloadsV1beta1ViolationRemediationInstructionsConsole struct { // AdditionalLinks: Additional urls for more information about steps AdditionalLinks []string `json:"additionalLinks,omitempty"` // ConsoleUris: Link to console page where violations can be resolved ConsoleUris []string `json:"consoleUris,omitempty"` // Steps: Steps to resolve violation via cloud console Steps []string `json:"steps,omitempty"` // ForceSendFields is a list of field names (e.g. "AdditionalLinks") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "AdditionalLinks") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
GoogleCloudAssuredworkloadsV1beta1ViolationRemediationInstructionsCons ole: Remediation instructions to resolve violation via cloud console
func (*GoogleCloudAssuredworkloadsV1beta1ViolationRemediationInstructionsConsole) MarshalJSON ¶ added in v0.98.0
func (s *GoogleCloudAssuredworkloadsV1beta1ViolationRemediationInstructionsConsole) MarshalJSON() ([]byte, error)
type GoogleCloudAssuredworkloadsV1beta1ViolationRemediationInstructionsGcloud ¶ added in v0.98.0
type GoogleCloudAssuredworkloadsV1beta1ViolationRemediationInstructionsGcloud struct { // AdditionalLinks: Additional urls for more information about steps AdditionalLinks []string `json:"additionalLinks,omitempty"` // GcloudCommands: Gcloud command to resolve violation GcloudCommands []string `json:"gcloudCommands,omitempty"` // Steps: Steps to resolve violation via gcloud cli Steps []string `json:"steps,omitempty"` // ForceSendFields is a list of field names (e.g. "AdditionalLinks") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "AdditionalLinks") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
GoogleCloudAssuredworkloadsV1beta1ViolationRemediationInstructionsGclo ud: Remediation instructions to resolve violation via gcloud cli
func (*GoogleCloudAssuredworkloadsV1beta1ViolationRemediationInstructionsGcloud) MarshalJSON ¶ added in v0.98.0
func (s *GoogleCloudAssuredworkloadsV1beta1ViolationRemediationInstructionsGcloud) MarshalJSON() ([]byte, error)
type GoogleCloudAssuredworkloadsV1beta1Workload ¶
type GoogleCloudAssuredworkloadsV1beta1Workload struct { // BillingAccount: Optional. The billing account used for the resources // which are direct children of workload. This billing account is // initially associated with the resources created as part of Workload // creation. After the initial creation of these resources, the customer // can change the assigned billing account. The resource name has the // form `billingAccounts/{billing_account_id}`. For example, // `billingAccounts/012345-567890-ABCDEF`. BillingAccount string `json:"billingAccount,omitempty"` // CjisSettings: Input only. Immutable. Settings specific to resources // needed for CJIS. CjisSettings *GoogleCloudAssuredworkloadsV1beta1WorkloadCJISSettings `json:"cjisSettings,omitempty"` // ComplianceRegime: Required. Immutable. Compliance Regime associated // with this workload. // // Possible values: // "COMPLIANCE_REGIME_UNSPECIFIED" - Unknown compliance regime. // "IL4" - Information protection as per DoD IL4 requirements. // "CJIS" - Criminal Justice Information Services (CJIS) Security // policies. // "FEDRAMP_HIGH" - FedRAMP High data protection controls // "FEDRAMP_MODERATE" - FedRAMP Moderate data protection controls // "US_REGIONAL_ACCESS" - Assured Workloads For US Regions data // protection controls // "HIPAA" - Health Insurance Portability and Accountability Act // controls // "HITRUST" - Health Information Trust Alliance controls // "EU_REGIONS_AND_SUPPORT" - Assured Workloads For EU Regions and // Support controls // "CA_REGIONS_AND_SUPPORT" - Assured Workloads For Canada Regions and // Support controls // "ITAR" - International Traffic in Arms Regulations // "AU_REGIONS_AND_US_SUPPORT" - Assured Workloads for Australia // Regions and Support controls Available for public preview // consumption. Don't create production workloads. // "ASSURED_WORKLOADS_FOR_PARTNERS" - Assured Workloads for Partners; // "ISR_REGIONS" - Assured Workloads for Israel // "ISR_REGIONS_AND_SUPPORT" - Assured Workloads for Israel Regions // "CA_PROTECTED_B" - Assured Workloads for Canada Protected B regime ComplianceRegime string `json:"complianceRegime,omitempty"` // ComplianceStatus: Output only. Count of active Violations in the // Workload. ComplianceStatus *GoogleCloudAssuredworkloadsV1beta1WorkloadComplianceStatus `json:"complianceStatus,omitempty"` // CompliantButDisallowedServices: Output only. Urls for services which // are compliant for this Assured Workload, but which are currently // disallowed by the ResourceUsageRestriction org policy. Invoke // RestrictAllowedResources endpoint to allow your project developers to // use these services in their environment." CompliantButDisallowedServices []string `json:"compliantButDisallowedServices,omitempty"` // Controls: Output only. Controls associated with the customer workload Controls *GoogleCloudAssuredworkloadsV1beta1WorkloadComplianceControls `json:"controls,omitempty"` // CreateTime: Output only. Immutable. The Workload creation timestamp. CreateTime string `json:"createTime,omitempty"` // DisplayName: Required. The user-assigned display name of the // Workload. When present it must be between 4 to 30 characters. Allowed // characters are: lowercase and uppercase letters, numbers, hyphen, and // spaces. Example: My Workload DisplayName string `json:"displayName,omitempty"` // EkmProvisioningResponse: Optional. Represents the Ekm Provisioning // State of the given workload. EkmProvisioningResponse *GoogleCloudAssuredworkloadsV1beta1WorkloadEkmProvisioningResponse `json:"ekmProvisioningResponse,omitempty"` // EnableSovereignControls: Optional. Indicates the sovereignty status // of the given workload. Currently meant to be used by Europe/Canada // customers. EnableSovereignControls bool `json:"enableSovereignControls,omitempty"` // Etag: Optional. ETag of the workload, it is calculated on the basis // of the Workload contents. It will be used in Update & Delete // operations. Etag string `json:"etag,omitempty"` // FedrampHighSettings: Input only. Immutable. Settings specific to // resources needed for FedRAMP High. FedrampHighSettings *GoogleCloudAssuredworkloadsV1beta1WorkloadFedrampHighSettings `json:"fedrampHighSettings,omitempty"` // FedrampModerateSettings: Input only. Immutable. Settings specific to // resources needed for FedRAMP Moderate. FedrampModerateSettings *GoogleCloudAssuredworkloadsV1beta1WorkloadFedrampModerateSettings `json:"fedrampModerateSettings,omitempty"` // Il4Settings: Input only. Immutable. Settings specific to resources // needed for IL4. Il4Settings *GoogleCloudAssuredworkloadsV1beta1WorkloadIL4Settings `json:"il4Settings,omitempty"` // KajEnrollmentState: Output only. Represents the KAJ enrollment state // of the given workload. // // Possible values: // "KAJ_ENROLLMENT_STATE_UNSPECIFIED" - Default State for KAJ // Enrollment. // "KAJ_ENROLLMENT_STATE_PENDING" - Pending State for KAJ Enrollment. // "KAJ_ENROLLMENT_STATE_COMPLETE" - Complete State for KAJ // Enrollment. KajEnrollmentState string `json:"kajEnrollmentState,omitempty"` // KmsSettings: Input only. Settings used to create a CMEK crypto key. // When set, a project with a KMS CMEK key is provisioned. This field is // deprecated as of Feb 28, 2022. In order to create a Keyring, callers // should specify, ENCRYPTION_KEYS_PROJECT or KEYRING in // ResourceSettings.resource_type field. KmsSettings *GoogleCloudAssuredworkloadsV1beta1WorkloadKMSSettings `json:"kmsSettings,omitempty"` // Labels: Optional. Labels applied to the workload. Labels map[string]string `json:"labels,omitempty"` // Name: Optional. The resource name of the workload. Format: // organizations/{organization}/locations/{location}/workloads/{workload} // Read-only. Name string `json:"name,omitempty"` // Partner: Optional. Partner regime associated with this workload. // // Possible values: // "PARTNER_UNSPECIFIED" // "LOCAL_CONTROLS_BY_S3NS" - Enum representing S3NS (Thales) partner. // "SOVEREIGN_CONTROLS_BY_T_SYSTEMS" - Enum representing T_SYSTEM // (TSI) partner. // "SOVEREIGN_CONTROLS_BY_SIA_MINSAIT" - Enum representing SIA_MINSAIT // (Indra) partner. // "SOVEREIGN_CONTROLS_BY_PSN" - Enum representing PSN (TIM) partner. Partner string `json:"partner,omitempty"` // PartnerPermissions: Optional. Permissions granted to the AW Partner // SA account for the customer workload PartnerPermissions *GoogleCloudAssuredworkloadsV1beta1WorkloadPartnerPermissions `json:"partnerPermissions,omitempty"` // ProvisionedResourcesParent: Input only. The parent resource for the // resources managed by this Assured Workload. May be either empty or a // folder resource which is a child of the Workload parent. If not // specified all resources are created under the parent organization. // Format: folders/{folder_id} ProvisionedResourcesParent string `json:"provisionedResourcesParent,omitempty"` // ResourceSettings: Input only. Resource properties that are used to // customize workload resources. These properties (such as custom // project id) will be used to create workload resources if possible. // This field is optional. ResourceSettings []*GoogleCloudAssuredworkloadsV1beta1WorkloadResourceSettings `json:"resourceSettings,omitempty"` // Resources: Output only. The resources associated with this workload. // These resources will be created when creating the workload. If any of // the projects already exist, the workload creation will fail. Always // read only. Resources []*GoogleCloudAssuredworkloadsV1beta1WorkloadResourceInfo `json:"resources,omitempty"` // SaaEnrollmentResponse: Output only. Represents the SAA enrollment // response of the given workload. SAA enrollment response is queried // during GetWorkload call. In failure cases, user friendly error // message is shown in SAA details page. SaaEnrollmentResponse *GoogleCloudAssuredworkloadsV1beta1WorkloadSaaEnrollmentResponse `json:"saaEnrollmentResponse,omitempty"` // ViolationNotificationsEnabled: Optional. Indicates whether the e-mail // notification for a violation is enabled for a workload. This value // will be by default True, and if not present will be considered as // true. This should only be updated via updateWorkload call. Any // Changes to this field during the createWorkload call will not be // honored. This will always be true while creating the workload. ViolationNotificationsEnabled bool `json:"violationNotificationsEnabled,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "BillingAccount") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "BillingAccount") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
GoogleCloudAssuredworkloadsV1beta1Workload: A Workload object for managing highly regulated workloads of cloud customers.
func (*GoogleCloudAssuredworkloadsV1beta1Workload) MarshalJSON ¶
func (s *GoogleCloudAssuredworkloadsV1beta1Workload) MarshalJSON() ([]byte, error)
type GoogleCloudAssuredworkloadsV1beta1WorkloadCJISSettings ¶
type GoogleCloudAssuredworkloadsV1beta1WorkloadCJISSettings struct { // KmsSettings: Input only. Immutable. Settings used to create a CMEK // crypto key. KmsSettings *GoogleCloudAssuredworkloadsV1beta1WorkloadKMSSettings `json:"kmsSettings,omitempty"` // ForceSendFields is a list of field names (e.g. "KmsSettings") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "KmsSettings") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudAssuredworkloadsV1beta1WorkloadCJISSettings: Settings specific to resources needed for CJIS.
func (*GoogleCloudAssuredworkloadsV1beta1WorkloadCJISSettings) MarshalJSON ¶
func (s *GoogleCloudAssuredworkloadsV1beta1WorkloadCJISSettings) MarshalJSON() ([]byte, error)
type GoogleCloudAssuredworkloadsV1beta1WorkloadComplianceControls ¶ added in v0.121.0
type GoogleCloudAssuredworkloadsV1beta1WorkloadComplianceControls struct { // AppliedOrgPolicies: Output only. Org policies currently applied by // this Assured Workload AppliedOrgPolicies []*GoogleCloudAssuredworkloadsV1beta1WorkloadComplianceControlsOrgPolicyControl `json:"appliedOrgPolicies,omitempty"` // ForceSendFields is a list of field names (e.g. "AppliedOrgPolicies") // to unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "AppliedOrgPolicies") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
GoogleCloudAssuredworkloadsV1beta1WorkloadComplianceControls: Controls enabled to the user associated with this workload
func (*GoogleCloudAssuredworkloadsV1beta1WorkloadComplianceControls) MarshalJSON ¶ added in v0.121.0
func (s *GoogleCloudAssuredworkloadsV1beta1WorkloadComplianceControls) MarshalJSON() ([]byte, error)
type GoogleCloudAssuredworkloadsV1beta1WorkloadComplianceControlsOrgPolicyControl ¶ added in v0.121.0
type GoogleCloudAssuredworkloadsV1beta1WorkloadComplianceControlsOrgPolicyControl struct { // Constraint: Output only. Constraint name of the org policy control // Example: constraints/gcp.resourcelocations Constraint string `json:"constraint,omitempty"` // Version: Output only. Org policy version Version int64 `json:"version,omitempty"` // ForceSendFields is a list of field names (e.g. "Constraint") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Constraint") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudAssuredworkloadsV1beta1WorkloadComplianceControlsOrgPolicyC ontrol: An org policy control applied by Assured Workloads
func (*GoogleCloudAssuredworkloadsV1beta1WorkloadComplianceControlsOrgPolicyControl) MarshalJSON ¶ added in v0.121.0
func (s *GoogleCloudAssuredworkloadsV1beta1WorkloadComplianceControlsOrgPolicyControl) MarshalJSON() ([]byte, error)
type GoogleCloudAssuredworkloadsV1beta1WorkloadComplianceStatus ¶ added in v0.98.0
type GoogleCloudAssuredworkloadsV1beta1WorkloadComplianceStatus struct { // AcknowledgedViolationCount: Number of current orgPolicy violations // which are acknowledged. AcknowledgedViolationCount int64 `json:"acknowledgedViolationCount,omitempty"` // ActiveViolationCount: Number of current orgPolicy violations which // are not acknowledged. ActiveViolationCount int64 `json:"activeViolationCount,omitempty"` // ForceSendFields is a list of field names (e.g. // "AcknowledgedViolationCount") to unconditionally include in API // requests. By default, fields with empty or default values are omitted // from API requests. However, any non-pointer, non-interface field // appearing in ForceSendFields will be sent to the server regardless of // whether the field is empty or not. This may be used to include empty // fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. // "AcknowledgedViolationCount") to include in API requests with the // JSON null value. By default, fields with empty values are omitted // from API requests. However, any field with an empty value appearing // in NullFields will be sent to the server as null. It is an error if a // field in this list has a non-empty value. This may be used to include // null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudAssuredworkloadsV1beta1WorkloadComplianceStatus: Represents the Compliance Status of this workload
func (*GoogleCloudAssuredworkloadsV1beta1WorkloadComplianceStatus) MarshalJSON ¶ added in v0.98.0
func (s *GoogleCloudAssuredworkloadsV1beta1WorkloadComplianceStatus) MarshalJSON() ([]byte, error)
type GoogleCloudAssuredworkloadsV1beta1WorkloadEkmProvisioningResponse ¶ added in v0.112.0
type GoogleCloudAssuredworkloadsV1beta1WorkloadEkmProvisioningResponse struct { // EkmProvisioningErrorDomain: Indicates Ekm provisioning error if any. // // Possible values: // "EKM_PROVISIONING_ERROR_DOMAIN_UNSPECIFIED" - No error domain // "UNSPECIFIED_ERROR" - Error but domain is unspecified. // "GOOGLE_SERVER_ERROR" - Internal logic breaks within provisioning // code. // "EXTERNAL_USER_ERROR" - Error occurred with the customer not // granting permission/creating resource. // "EXTERNAL_PARTNER_ERROR" - Error occurred within the partner’s // provisioning cluster. // "TIMEOUT_ERROR" - Resource wasn't provisioned in the required 7 day // time period EkmProvisioningErrorDomain string `json:"ekmProvisioningErrorDomain,omitempty"` // EkmProvisioningErrorMapping: Detailed error message if Ekm // provisioning fails // // Possible values: // "EKM_PROVISIONING_ERROR_MAPPING_UNSPECIFIED" - Error is // unspecified. // "INVALID_SERVICE_ACCOUNT" - Service account is used is invalid. // "MISSING_METRICS_SCOPE_ADMIN_PERMISSION" - Iam permission // monitoring.MetricsScopeAdmin wasn't applied. // "MISSING_EKM_CONNECTION_ADMIN_PERMISSION" - Iam permission // cloudkms.ekmConnectionsAdmin wasn't applied. EkmProvisioningErrorMapping string `json:"ekmProvisioningErrorMapping,omitempty"` // EkmProvisioningState: Indicates Ekm enrollment Provisioning of a // given workload. // // Possible values: // "EKM_PROVISIONING_STATE_UNSPECIFIED" - Default State for Ekm // Provisioning // "EKM_PROVISIONING_STATE_PENDING" - Pending State for Ekm // Provisioning // "EKM_PROVISIONING_STATE_FAILED" - Failed State for Ekm Provisioning // "EKM_PROVISIONING_STATE_COMPLETED" - Completed State for Ekm // Provisioning EkmProvisioningState string `json:"ekmProvisioningState,omitempty"` // ForceSendFields is a list of field names (e.g. // "EkmProvisioningErrorDomain") to unconditionally include in API // requests. By default, fields with empty or default values are omitted // from API requests. However, any non-pointer, non-interface field // appearing in ForceSendFields will be sent to the server regardless of // whether the field is empty or not. This may be used to include empty // fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. // "EkmProvisioningErrorDomain") to include in API requests with the // JSON null value. By default, fields with empty values are omitted // from API requests. However, any field with an empty value appearing // in NullFields will be sent to the server as null. It is an error if a // field in this list has a non-empty value. This may be used to include // null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudAssuredworkloadsV1beta1WorkloadEkmProvisioningResponse: External key management systems(EKM) Provisioning response
func (*GoogleCloudAssuredworkloadsV1beta1WorkloadEkmProvisioningResponse) MarshalJSON ¶ added in v0.112.0
func (s *GoogleCloudAssuredworkloadsV1beta1WorkloadEkmProvisioningResponse) MarshalJSON() ([]byte, error)
type GoogleCloudAssuredworkloadsV1beta1WorkloadFedrampHighSettings ¶
type GoogleCloudAssuredworkloadsV1beta1WorkloadFedrampHighSettings struct { // KmsSettings: Input only. Immutable. Settings used to create a CMEK // crypto key. KmsSettings *GoogleCloudAssuredworkloadsV1beta1WorkloadKMSSettings `json:"kmsSettings,omitempty"` // ForceSendFields is a list of field names (e.g. "KmsSettings") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "KmsSettings") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudAssuredworkloadsV1beta1WorkloadFedrampHighSettings: Settings specific to resources needed for FedRAMP High.
func (*GoogleCloudAssuredworkloadsV1beta1WorkloadFedrampHighSettings) MarshalJSON ¶
func (s *GoogleCloudAssuredworkloadsV1beta1WorkloadFedrampHighSettings) MarshalJSON() ([]byte, error)
type GoogleCloudAssuredworkloadsV1beta1WorkloadFedrampModerateSettings ¶
type GoogleCloudAssuredworkloadsV1beta1WorkloadFedrampModerateSettings struct { // KmsSettings: Input only. Immutable. Settings used to create a CMEK // crypto key. KmsSettings *GoogleCloudAssuredworkloadsV1beta1WorkloadKMSSettings `json:"kmsSettings,omitempty"` // ForceSendFields is a list of field names (e.g. "KmsSettings") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "KmsSettings") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudAssuredworkloadsV1beta1WorkloadFedrampModerateSettings: Settings specific to resources needed for FedRAMP Moderate.
func (*GoogleCloudAssuredworkloadsV1beta1WorkloadFedrampModerateSettings) MarshalJSON ¶
func (s *GoogleCloudAssuredworkloadsV1beta1WorkloadFedrampModerateSettings) MarshalJSON() ([]byte, error)
type GoogleCloudAssuredworkloadsV1beta1WorkloadIL4Settings ¶
type GoogleCloudAssuredworkloadsV1beta1WorkloadIL4Settings struct { // KmsSettings: Input only. Immutable. Settings used to create a CMEK // crypto key. KmsSettings *GoogleCloudAssuredworkloadsV1beta1WorkloadKMSSettings `json:"kmsSettings,omitempty"` // ForceSendFields is a list of field names (e.g. "KmsSettings") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "KmsSettings") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudAssuredworkloadsV1beta1WorkloadIL4Settings: Settings specific to resources needed for IL4.
func (*GoogleCloudAssuredworkloadsV1beta1WorkloadIL4Settings) MarshalJSON ¶
func (s *GoogleCloudAssuredworkloadsV1beta1WorkloadIL4Settings) MarshalJSON() ([]byte, error)
type GoogleCloudAssuredworkloadsV1beta1WorkloadKMSSettings ¶
type GoogleCloudAssuredworkloadsV1beta1WorkloadKMSSettings struct { // NextRotationTime: Required. Input only. Immutable. The time at which // the Key Management Service will automatically create a new version of // the crypto key and mark it as the primary. NextRotationTime string `json:"nextRotationTime,omitempty"` // RotationPeriod: Required. Input only. Immutable. [next_rotation_time] // will be advanced by this period when the Key Management Service // automatically rotates a key. Must be at least 24 hours and at most // 876,000 hours. RotationPeriod string `json:"rotationPeriod,omitempty"` // ForceSendFields is a list of field names (e.g. "NextRotationTime") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "NextRotationTime") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
GoogleCloudAssuredworkloadsV1beta1WorkloadKMSSettings: Settings specific to the Key Management Service.
func (*GoogleCloudAssuredworkloadsV1beta1WorkloadKMSSettings) MarshalJSON ¶
func (s *GoogleCloudAssuredworkloadsV1beta1WorkloadKMSSettings) MarshalJSON() ([]byte, error)
type GoogleCloudAssuredworkloadsV1beta1WorkloadPartnerPermissions ¶ added in v0.123.0
type GoogleCloudAssuredworkloadsV1beta1WorkloadPartnerPermissions struct { // DataLogsViewer: Allow the partner to view inspectability logs and // monitoring violations. DataLogsViewer bool `json:"dataLogsViewer,omitempty"` // RemediateFolderViolations: Allow partner to monitor folder and // remediate violations RemediateFolderViolations bool `json:"remediateFolderViolations,omitempty"` // ForceSendFields is a list of field names (e.g. "DataLogsViewer") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "DataLogsViewer") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
GoogleCloudAssuredworkloadsV1beta1WorkloadPartnerPermissions: Permissions granted to the AW Partner SA account for the customer workload
func (*GoogleCloudAssuredworkloadsV1beta1WorkloadPartnerPermissions) MarshalJSON ¶ added in v0.123.0
func (s *GoogleCloudAssuredworkloadsV1beta1WorkloadPartnerPermissions) MarshalJSON() ([]byte, error)
type GoogleCloudAssuredworkloadsV1beta1WorkloadResourceInfo ¶
type GoogleCloudAssuredworkloadsV1beta1WorkloadResourceInfo struct { // ResourceId: Resource identifier. For a project this represents // project_number. ResourceId int64 `json:"resourceId,omitempty,string"` // ResourceType: Indicates the type of resource. // // Possible values: // "RESOURCE_TYPE_UNSPECIFIED" - Unknown resource type. // "CONSUMER_PROJECT" - Deprecated. Existing workloads will continue // to support this, but new CreateWorkloadRequests should not specify // this as an input value. // "CONSUMER_FOLDER" - Consumer Folder. // "ENCRYPTION_KEYS_PROJECT" - Consumer project containing encryption // keys. // "KEYRING" - Keyring resource that hosts encryption keys. ResourceType string `json:"resourceType,omitempty"` // ForceSendFields is a list of field names (e.g. "ResourceId") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "ResourceId") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudAssuredworkloadsV1beta1WorkloadResourceInfo: Represent the resources that are children of this Workload.
func (*GoogleCloudAssuredworkloadsV1beta1WorkloadResourceInfo) MarshalJSON ¶
func (s *GoogleCloudAssuredworkloadsV1beta1WorkloadResourceInfo) MarshalJSON() ([]byte, error)
type GoogleCloudAssuredworkloadsV1beta1WorkloadResourceSettings ¶ added in v0.98.0
type GoogleCloudAssuredworkloadsV1beta1WorkloadResourceSettings struct { // DisplayName: User-assigned resource display name. If not empty it // will be used to create a resource with the specified name. DisplayName string `json:"displayName,omitempty"` // ResourceId: Resource identifier. For a project this represents // project_id. If the project is already taken, the workload creation // will fail. For KeyRing, this represents the keyring_id. For a folder, // don't set this value as folder_id is assigned by Google. ResourceId string `json:"resourceId,omitempty"` // ResourceType: Indicates the type of resource. This field should be // specified to correspond the id to the right project type // (CONSUMER_PROJECT or ENCRYPTION_KEYS_PROJECT) // // Possible values: // "RESOURCE_TYPE_UNSPECIFIED" - Unknown resource type. // "CONSUMER_PROJECT" - Deprecated. Existing workloads will continue // to support this, but new CreateWorkloadRequests should not specify // this as an input value. // "CONSUMER_FOLDER" - Consumer Folder. // "ENCRYPTION_KEYS_PROJECT" - Consumer project containing encryption // keys. // "KEYRING" - Keyring resource that hosts encryption keys. ResourceType string `json:"resourceType,omitempty"` // ForceSendFields is a list of field names (e.g. "DisplayName") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "DisplayName") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudAssuredworkloadsV1beta1WorkloadResourceSettings: Represent the custom settings for the resources to be created.
func (*GoogleCloudAssuredworkloadsV1beta1WorkloadResourceSettings) MarshalJSON ¶ added in v0.98.0
func (s *GoogleCloudAssuredworkloadsV1beta1WorkloadResourceSettings) MarshalJSON() ([]byte, error)
type GoogleCloudAssuredworkloadsV1beta1WorkloadSaaEnrollmentResponse ¶ added in v0.98.0
type GoogleCloudAssuredworkloadsV1beta1WorkloadSaaEnrollmentResponse struct { // SetupErrors: Indicates SAA enrollment setup error if any. // // Possible values: // "SETUP_ERROR_UNSPECIFIED" - Unspecified. // "ERROR_INVALID_BASE_SETUP" - Invalid states for all customers, to // be redirected to AA UI for additional details. // "ERROR_MISSING_EXTERNAL_SIGNING_KEY" - Returned when there is not // an EKM key configured. // "ERROR_NOT_ALL_SERVICES_ENROLLED" - Returned when there are no // enrolled services or the customer is enrolled in CAA only for a // subset of services. // "ERROR_SETUP_CHECK_FAILED" - Returned when exception was // encountered during evaluation of other criteria. SetupErrors []string `json:"setupErrors,omitempty"` // SetupStatus: Indicates SAA enrollment status of a given workload. // // Possible values: // "SETUP_STATE_UNSPECIFIED" - Unspecified. // "STATUS_PENDING" - SAA enrollment pending. // "STATUS_COMPLETE" - SAA enrollment comopleted. SetupStatus string `json:"setupStatus,omitempty"` // ForceSendFields is a list of field names (e.g. "SetupErrors") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "SetupErrors") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudAssuredworkloadsV1beta1WorkloadSaaEnrollmentResponse: Signed Access Approvals (SAA) enrollment response.
func (*GoogleCloudAssuredworkloadsV1beta1WorkloadSaaEnrollmentResponse) MarshalJSON ¶ added in v0.98.0
func (s *GoogleCloudAssuredworkloadsV1beta1WorkloadSaaEnrollmentResponse) MarshalJSON() ([]byte, error)
type GoogleLongrunningListOperationsResponse ¶
type GoogleLongrunningListOperationsResponse struct { // NextPageToken: The standard List next-page token. NextPageToken string `json:"nextPageToken,omitempty"` // Operations: A list of operations that matches the specified filter in // the request. Operations []*GoogleLongrunningOperation `json:"operations,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "NextPageToken") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "NextPageToken") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleLongrunningListOperationsResponse: The response message for Operations.ListOperations.
func (*GoogleLongrunningListOperationsResponse) MarshalJSON ¶
func (s *GoogleLongrunningListOperationsResponse) MarshalJSON() ([]byte, error)
type GoogleLongrunningOperation ¶
type GoogleLongrunningOperation struct { // Done: If the value is `false`, it means the operation is still in // progress. If `true`, the operation is completed, and either `error` // or `response` is available. Done bool `json:"done,omitempty"` // Error: The error result of the operation in case of failure or // cancellation. Error *GoogleRpcStatus `json:"error,omitempty"` // Metadata: Service-specific metadata associated with the operation. It // typically contains progress information and common metadata such as // create time. Some services might not provide such metadata. Any // method that returns a long-running operation should document the // metadata type, if any. Metadata googleapi.RawMessage `json:"metadata,omitempty"` // Name: The server-assigned name, which is only unique within the same // service that originally returns it. If you use the default HTTP // mapping, the `name` should be a resource name ending with // `operations/{unique_id}`. Name string `json:"name,omitempty"` // Response: The normal response of the operation in case of success. If // the original method returns no data on success, such as `Delete`, the // response is `google.protobuf.Empty`. If the original method is // standard `Get`/`Create`/`Update`, the response should be the // resource. For other methods, the response should have the type // `XxxResponse`, where `Xxx` is the original method name. For example, // if the original method name is `TakeSnapshot()`, the inferred // response type is `TakeSnapshotResponse`. Response googleapi.RawMessage `json:"response,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Done") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Done") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleLongrunningOperation: This resource represents a long-running operation that is the result of a network API call.
func (*GoogleLongrunningOperation) MarshalJSON ¶
func (s *GoogleLongrunningOperation) MarshalJSON() ([]byte, error)
type GoogleProtobufEmpty ¶
type GoogleProtobufEmpty struct { // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` }
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); }
type GoogleRpcStatus ¶
type GoogleRpcStatus struct { // Code: The status code, which should be an enum value of // google.rpc.Code. Code int64 `json:"code,omitempty"` // Details: A list of messages that carry the error details. There is a // common set of message types for APIs to use. Details []googleapi.RawMessage `json:"details,omitempty"` // Message: A developer-facing error message, which should be in // English. Any user-facing error message should be localized and sent // in the google.rpc.Status.details field, or localized by the client. Message string `json:"message,omitempty"` // ForceSendFields is a list of field names (e.g. "Code") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Code") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
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 (https://github.com/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 (https://cloud.google.com/apis/design/errors).
func (*GoogleRpcStatus) MarshalJSON ¶
func (s *GoogleRpcStatus) MarshalJSON() ([]byte, error)
type OrganizationsLocationsOperationsGetCall ¶
type OrganizationsLocationsOperationsGetCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsLocationsOperationsGetCall) Context ¶
func (c *OrganizationsLocationsOperationsGetCall) Context(ctx context.Context) *OrganizationsLocationsOperationsGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsLocationsOperationsGetCall) Do ¶
func (c *OrganizationsLocationsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
Do executes the "assuredworkloads.organizations.locations.operations.get" call. Exactly one of *GoogleLongrunningOperation or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsLocationsOperationsGetCall) Fields ¶
func (c *OrganizationsLocationsOperationsGetCall) Fields(s ...googleapi.Field) *OrganizationsLocationsOperationsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsLocationsOperationsGetCall) Header ¶
func (c *OrganizationsLocationsOperationsGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsLocationsOperationsGetCall) IfNoneMatch ¶
func (c *OrganizationsLocationsOperationsGetCall) IfNoneMatch(entityTag string) *OrganizationsLocationsOperationsGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type OrganizationsLocationsOperationsListCall ¶
type OrganizationsLocationsOperationsListCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsLocationsOperationsListCall) Context ¶
func (c *OrganizationsLocationsOperationsListCall) Context(ctx context.Context) *OrganizationsLocationsOperationsListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsLocationsOperationsListCall) Do ¶
func (c *OrganizationsLocationsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)
Do executes the "assuredworkloads.organizations.locations.operations.list" call. Exactly one of *GoogleLongrunningListOperationsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningListOperationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsLocationsOperationsListCall) Fields ¶
func (c *OrganizationsLocationsOperationsListCall) Fields(s ...googleapi.Field) *OrganizationsLocationsOperationsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsLocationsOperationsListCall) Filter ¶
func (c *OrganizationsLocationsOperationsListCall) Filter(filter string) *OrganizationsLocationsOperationsListCall
Filter sets the optional parameter "filter": The standard list filter.
func (*OrganizationsLocationsOperationsListCall) Header ¶
func (c *OrganizationsLocationsOperationsListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsLocationsOperationsListCall) IfNoneMatch ¶
func (c *OrganizationsLocationsOperationsListCall) IfNoneMatch(entityTag string) *OrganizationsLocationsOperationsListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*OrganizationsLocationsOperationsListCall) PageSize ¶
func (c *OrganizationsLocationsOperationsListCall) PageSize(pageSize int64) *OrganizationsLocationsOperationsListCall
PageSize sets the optional parameter "pageSize": The standard list page size.
func (*OrganizationsLocationsOperationsListCall) PageToken ¶
func (c *OrganizationsLocationsOperationsListCall) PageToken(pageToken string) *OrganizationsLocationsOperationsListCall
PageToken sets the optional parameter "pageToken": The standard list page token.
func (*OrganizationsLocationsOperationsListCall) Pages ¶
func (c *OrganizationsLocationsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type OrganizationsLocationsOperationsService ¶
type OrganizationsLocationsOperationsService struct {
// contains filtered or unexported fields
}
func NewOrganizationsLocationsOperationsService ¶
func NewOrganizationsLocationsOperationsService(s *Service) *OrganizationsLocationsOperationsService
func (*OrganizationsLocationsOperationsService) Get ¶
func (r *OrganizationsLocationsOperationsService) Get(name string) *OrganizationsLocationsOperationsGetCall
Get: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
- name: The name of the operation resource.
func (*OrganizationsLocationsOperationsService) List ¶
func (r *OrganizationsLocationsOperationsService) List(name string) *OrganizationsLocationsOperationsListCall
List: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.
- name: The name of the operation's parent resource.
type OrganizationsLocationsService ¶
type OrganizationsLocationsService struct { Operations *OrganizationsLocationsOperationsService Workloads *OrganizationsLocationsWorkloadsService // contains filtered or unexported fields }
func NewOrganizationsLocationsService ¶
func NewOrganizationsLocationsService(s *Service) *OrganizationsLocationsService
type OrganizationsLocationsWorkloadsCreateCall ¶
type OrganizationsLocationsWorkloadsCreateCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsLocationsWorkloadsCreateCall) Context ¶
func (c *OrganizationsLocationsWorkloadsCreateCall) Context(ctx context.Context) *OrganizationsLocationsWorkloadsCreateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsLocationsWorkloadsCreateCall) Do ¶
func (c *OrganizationsLocationsWorkloadsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
Do executes the "assuredworkloads.organizations.locations.workloads.create" call. Exactly one of *GoogleLongrunningOperation or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsLocationsWorkloadsCreateCall) ExternalId ¶
func (c *OrganizationsLocationsWorkloadsCreateCall) ExternalId(externalId string) *OrganizationsLocationsWorkloadsCreateCall
ExternalId sets the optional parameter "externalId": A identifier associated with the workload and underlying projects which allows for the break down of billing costs for a workload. The value provided for the identifier will add a label to the workload and contained projects with the identifier as the value.
func (*OrganizationsLocationsWorkloadsCreateCall) Fields ¶
func (c *OrganizationsLocationsWorkloadsCreateCall) Fields(s ...googleapi.Field) *OrganizationsLocationsWorkloadsCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsLocationsWorkloadsCreateCall) Header ¶
func (c *OrganizationsLocationsWorkloadsCreateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsLocationsWorkloadsDeleteCall ¶
type OrganizationsLocationsWorkloadsDeleteCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsLocationsWorkloadsDeleteCall) Context ¶
func (c *OrganizationsLocationsWorkloadsDeleteCall) Context(ctx context.Context) *OrganizationsLocationsWorkloadsDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsLocationsWorkloadsDeleteCall) Do ¶
func (c *OrganizationsLocationsWorkloadsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
Do executes the "assuredworkloads.organizations.locations.workloads.delete" call. Exactly one of *GoogleProtobufEmpty or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsLocationsWorkloadsDeleteCall) Etag ¶
func (c *OrganizationsLocationsWorkloadsDeleteCall) Etag(etag string) *OrganizationsLocationsWorkloadsDeleteCall
Etag sets the optional parameter "etag": The etag of the workload. If this is provided, it must match the server's etag.
func (*OrganizationsLocationsWorkloadsDeleteCall) Fields ¶
func (c *OrganizationsLocationsWorkloadsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsLocationsWorkloadsDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsLocationsWorkloadsDeleteCall) Header ¶
func (c *OrganizationsLocationsWorkloadsDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsLocationsWorkloadsGetCall ¶
type OrganizationsLocationsWorkloadsGetCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsLocationsWorkloadsGetCall) Context ¶
func (c *OrganizationsLocationsWorkloadsGetCall) Context(ctx context.Context) *OrganizationsLocationsWorkloadsGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsLocationsWorkloadsGetCall) Do ¶
func (c *OrganizationsLocationsWorkloadsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAssuredworkloadsV1beta1Workload, error)
Do executes the "assuredworkloads.organizations.locations.workloads.get" call. Exactly one of *GoogleCloudAssuredworkloadsV1beta1Workload or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAssuredworkloadsV1beta1Workload.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsLocationsWorkloadsGetCall) Fields ¶
func (c *OrganizationsLocationsWorkloadsGetCall) Fields(s ...googleapi.Field) *OrganizationsLocationsWorkloadsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsLocationsWorkloadsGetCall) Header ¶
func (c *OrganizationsLocationsWorkloadsGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsLocationsWorkloadsGetCall) IfNoneMatch ¶
func (c *OrganizationsLocationsWorkloadsGetCall) IfNoneMatch(entityTag string) *OrganizationsLocationsWorkloadsGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type OrganizationsLocationsWorkloadsListCall ¶
type OrganizationsLocationsWorkloadsListCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsLocationsWorkloadsListCall) Context ¶
func (c *OrganizationsLocationsWorkloadsListCall) Context(ctx context.Context) *OrganizationsLocationsWorkloadsListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsLocationsWorkloadsListCall) Do ¶
func (c *OrganizationsLocationsWorkloadsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAssuredworkloadsV1beta1ListWorkloadsResponse, error)
Do executes the "assuredworkloads.organizations.locations.workloads.list" call. Exactly one of *GoogleCloudAssuredworkloadsV1beta1ListWorkloadsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAssuredworkloadsV1beta1ListWorkloadsResponse.ServerRespons e.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsLocationsWorkloadsListCall) Fields ¶
func (c *OrganizationsLocationsWorkloadsListCall) Fields(s ...googleapi.Field) *OrganizationsLocationsWorkloadsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsLocationsWorkloadsListCall) Filter ¶
func (c *OrganizationsLocationsWorkloadsListCall) Filter(filter string) *OrganizationsLocationsWorkloadsListCall
Filter sets the optional parameter "filter": A custom filter for filtering by properties of a workload. At this time, only filtering by labels is supported.
func (*OrganizationsLocationsWorkloadsListCall) Header ¶
func (c *OrganizationsLocationsWorkloadsListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsLocationsWorkloadsListCall) IfNoneMatch ¶
func (c *OrganizationsLocationsWorkloadsListCall) IfNoneMatch(entityTag string) *OrganizationsLocationsWorkloadsListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*OrganizationsLocationsWorkloadsListCall) PageSize ¶
func (c *OrganizationsLocationsWorkloadsListCall) PageSize(pageSize int64) *OrganizationsLocationsWorkloadsListCall
PageSize sets the optional parameter "pageSize": Page size.
func (*OrganizationsLocationsWorkloadsListCall) PageToken ¶
func (c *OrganizationsLocationsWorkloadsListCall) PageToken(pageToken string) *OrganizationsLocationsWorkloadsListCall
PageToken sets the optional parameter "pageToken": Page token returned from previous request. Page token contains context from previous request. Page token needs to be passed in the second and following requests.
func (*OrganizationsLocationsWorkloadsListCall) Pages ¶
func (c *OrganizationsLocationsWorkloadsListCall) Pages(ctx context.Context, f func(*GoogleCloudAssuredworkloadsV1beta1ListWorkloadsResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type OrganizationsLocationsWorkloadsOrganizationsLocationsService ¶ added in v0.98.0
type OrganizationsLocationsWorkloadsOrganizationsLocationsService struct { Workloads *OrganizationsLocationsWorkloadsOrganizationsLocationsWorkloadsService // contains filtered or unexported fields }
func NewOrganizationsLocationsWorkloadsOrganizationsLocationsService ¶ added in v0.98.0
func NewOrganizationsLocationsWorkloadsOrganizationsLocationsService(s *Service) *OrganizationsLocationsWorkloadsOrganizationsLocationsService
type OrganizationsLocationsWorkloadsOrganizationsLocationsWorkloadsAnalyzeWorkloadMoveCall ¶ added in v0.98.0
type OrganizationsLocationsWorkloadsOrganizationsLocationsWorkloadsAnalyzeWorkloadMoveCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsLocationsWorkloadsOrganizationsLocationsWorkloadsAnalyzeWorkloadMoveCall) Context ¶ added in v0.98.0
func (c *OrganizationsLocationsWorkloadsOrganizationsLocationsWorkloadsAnalyzeWorkloadMoveCall) Context(ctx context.Context) *OrganizationsLocationsWorkloadsOrganizationsLocationsWorkloadsAnalyzeWorkloadMoveCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsLocationsWorkloadsOrganizationsLocationsWorkloadsAnalyzeWorkloadMoveCall) Do ¶ added in v0.98.0
func (c *OrganizationsLocationsWorkloadsOrganizationsLocationsWorkloadsAnalyzeWorkloadMoveCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAssuredworkloadsV1beta1AnalyzeWorkloadMoveResponse, error)
Do executes the "assuredworkloads.organizations.locations.workloads.organizations.locations.workloads.analyzeWorkloadMove" call. Exactly one of *GoogleCloudAssuredworkloadsV1beta1AnalyzeWorkloadMoveResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAssuredworkloadsV1beta1AnalyzeWorkloadMoveResponse.ServerR esponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsLocationsWorkloadsOrganizationsLocationsWorkloadsAnalyzeWorkloadMoveCall) Fields ¶ added in v0.98.0
func (c *OrganizationsLocationsWorkloadsOrganizationsLocationsWorkloadsAnalyzeWorkloadMoveCall) Fields(s ...googleapi.Field) *OrganizationsLocationsWorkloadsOrganizationsLocationsWorkloadsAnalyzeWorkloadMoveCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsLocationsWorkloadsOrganizationsLocationsWorkloadsAnalyzeWorkloadMoveCall) Header ¶ added in v0.98.0
func (c *OrganizationsLocationsWorkloadsOrganizationsLocationsWorkloadsAnalyzeWorkloadMoveCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsLocationsWorkloadsOrganizationsLocationsWorkloadsAnalyzeWorkloadMoveCall) IfNoneMatch ¶ added in v0.98.0
func (c *OrganizationsLocationsWorkloadsOrganizationsLocationsWorkloadsAnalyzeWorkloadMoveCall) IfNoneMatch(entityTag string) *OrganizationsLocationsWorkloadsOrganizationsLocationsWorkloadsAnalyzeWorkloadMoveCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*OrganizationsLocationsWorkloadsOrganizationsLocationsWorkloadsAnalyzeWorkloadMoveCall) Project ¶ added in v0.98.0
func (c *OrganizationsLocationsWorkloadsOrganizationsLocationsWorkloadsAnalyzeWorkloadMoveCall) Project(project string) *OrganizationsLocationsWorkloadsOrganizationsLocationsWorkloadsAnalyzeWorkloadMoveCall
Project sets the optional parameter "project": The source type is a project. Specify the project's relative resource name, formatted as either a project number or a project ID: "projects/{PROJECT_NUMBER}" or "projects/{PROJECT_ID}" For example: "projects/951040570662" when specifying a project number, or "projects/my-project-123" when specifying a project ID.
type OrganizationsLocationsWorkloadsOrganizationsLocationsWorkloadsService ¶ added in v0.98.0
type OrganizationsLocationsWorkloadsOrganizationsLocationsWorkloadsService struct {
// contains filtered or unexported fields
}
func NewOrganizationsLocationsWorkloadsOrganizationsLocationsWorkloadsService ¶ added in v0.98.0
func NewOrganizationsLocationsWorkloadsOrganizationsLocationsWorkloadsService(s *Service) *OrganizationsLocationsWorkloadsOrganizationsLocationsWorkloadsService
func (*OrganizationsLocationsWorkloadsOrganizationsLocationsWorkloadsService) AnalyzeWorkloadMove ¶ added in v0.98.0
func (r *OrganizationsLocationsWorkloadsOrganizationsLocationsWorkloadsService) AnalyzeWorkloadMove(source string, target string) *OrganizationsLocationsWorkloadsOrganizationsLocationsWorkloadsAnalyzeWorkloadMoveCall
AnalyzeWorkloadMove: Analyzes a hypothetical move of a source project or project-based workload to a target (destination) folder-based workload.
- source: The source type is a project-based workload. Specify the workloads's relative resource name, formatted as: "organizations/{ORGANIZATION_ID}/locations/{LOCATION_ID}/workloads/{ WORKLOAD_ID}" For example: "organizations/123/locations/us-east1/workloads/assured-workload-1".
- target: The resource ID of the folder-based destination workload. This workload is where the source project will hypothetically be moved to. Specify the workload's relative resource name, formatted as: "organizations/{ORGANIZATION_ID}/locations/{LOCATION_ID}/workloads/{ WORKLOAD_ID}" For example: "organizations/123/locations/us-east1/workloads/assured-workload-2".
type OrganizationsLocationsWorkloadsOrganizationsService ¶ added in v0.98.0
type OrganizationsLocationsWorkloadsOrganizationsService struct { Locations *OrganizationsLocationsWorkloadsOrganizationsLocationsService // contains filtered or unexported fields }
func NewOrganizationsLocationsWorkloadsOrganizationsService ¶ added in v0.98.0
func NewOrganizationsLocationsWorkloadsOrganizationsService(s *Service) *OrganizationsLocationsWorkloadsOrganizationsService
type OrganizationsLocationsWorkloadsPatchCall ¶
type OrganizationsLocationsWorkloadsPatchCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsLocationsWorkloadsPatchCall) Context ¶
func (c *OrganizationsLocationsWorkloadsPatchCall) Context(ctx context.Context) *OrganizationsLocationsWorkloadsPatchCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsLocationsWorkloadsPatchCall) Do ¶
func (c *OrganizationsLocationsWorkloadsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAssuredworkloadsV1beta1Workload, error)
Do executes the "assuredworkloads.organizations.locations.workloads.patch" call. Exactly one of *GoogleCloudAssuredworkloadsV1beta1Workload or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAssuredworkloadsV1beta1Workload.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsLocationsWorkloadsPatchCall) Fields ¶
func (c *OrganizationsLocationsWorkloadsPatchCall) Fields(s ...googleapi.Field) *OrganizationsLocationsWorkloadsPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsLocationsWorkloadsPatchCall) Header ¶
func (c *OrganizationsLocationsWorkloadsPatchCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsLocationsWorkloadsPatchCall) UpdateMask ¶
func (c *OrganizationsLocationsWorkloadsPatchCall) UpdateMask(updateMask string) *OrganizationsLocationsWorkloadsPatchCall
UpdateMask sets the optional parameter "updateMask": Required. The list of fields to be updated.
type OrganizationsLocationsWorkloadsRestrictAllowedResourcesCall ¶ added in v0.98.0
type OrganizationsLocationsWorkloadsRestrictAllowedResourcesCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsLocationsWorkloadsRestrictAllowedResourcesCall) Context ¶ added in v0.98.0
func (c *OrganizationsLocationsWorkloadsRestrictAllowedResourcesCall) Context(ctx context.Context) *OrganizationsLocationsWorkloadsRestrictAllowedResourcesCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsLocationsWorkloadsRestrictAllowedResourcesCall) Do ¶ added in v0.98.0
func (c *OrganizationsLocationsWorkloadsRestrictAllowedResourcesCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAssuredworkloadsV1beta1RestrictAllowedResourcesResponse, error)
Do executes the "assuredworkloads.organizations.locations.workloads.restrictAllowedResources" call. Exactly one of *GoogleCloudAssuredworkloadsV1beta1RestrictAllowedResourcesResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAssuredworkloadsV1beta1RestrictAllowedResourcesResponse.Se rverResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsLocationsWorkloadsRestrictAllowedResourcesCall) Fields ¶ added in v0.98.0
func (c *OrganizationsLocationsWorkloadsRestrictAllowedResourcesCall) Fields(s ...googleapi.Field) *OrganizationsLocationsWorkloadsRestrictAllowedResourcesCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsLocationsWorkloadsRestrictAllowedResourcesCall) Header ¶ added in v0.98.0
func (c *OrganizationsLocationsWorkloadsRestrictAllowedResourcesCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsLocationsWorkloadsService ¶
type OrganizationsLocationsWorkloadsService struct { Organizations *OrganizationsLocationsWorkloadsOrganizationsService Violations *OrganizationsLocationsWorkloadsViolationsService // contains filtered or unexported fields }
func NewOrganizationsLocationsWorkloadsService ¶
func NewOrganizationsLocationsWorkloadsService(s *Service) *OrganizationsLocationsWorkloadsService
func (*OrganizationsLocationsWorkloadsService) Create ¶
func (r *OrganizationsLocationsWorkloadsService) Create(parent string, googlecloudassuredworkloadsv1beta1workload *GoogleCloudAssuredworkloadsV1beta1Workload) *OrganizationsLocationsWorkloadsCreateCall
Create: Creates Assured Workload.
- parent: The resource name of the new Workload's parent. Must be of the form `organizations/{org_id}/locations/{location_id}`.
func (*OrganizationsLocationsWorkloadsService) Delete ¶
func (r *OrganizationsLocationsWorkloadsService) Delete(name string) *OrganizationsLocationsWorkloadsDeleteCall
Delete: Deletes the workload. Make sure that workload's direct children are already in a deleted state, otherwise the request will fail with a FAILED_PRECONDITION error. In addition to assuredworkloads.workload.delete permission, the user should also have orgpolicy.policy.set permission on the deleted folder to remove Assured Workloads OrgPolicies.
- name: The `name` field is used to identify the workload. Format: organizations/{org_id}/locations/{location_id}/workloads/{workload_i d}.
func (*OrganizationsLocationsWorkloadsService) Get ¶
func (r *OrganizationsLocationsWorkloadsService) Get(name string) *OrganizationsLocationsWorkloadsGetCall
Get: Gets Assured Workload associated with a CRM Node
- name: The resource name of the Workload to fetch. This is the workloads's relative path in the API, formatted as "organizations/{organization_id}/locations/{location_id}/workloads/{ workload_id}". For example, "organizations/123/locations/us-east1/workloads/assured-workload-1".
func (*OrganizationsLocationsWorkloadsService) List ¶
func (r *OrganizationsLocationsWorkloadsService) List(parent string) *OrganizationsLocationsWorkloadsListCall
List: Lists Assured Workloads under a CRM Node.
- parent: Parent Resource to list workloads from. Must be of the form `organizations/{org_id}/locations/{location}`.
func (*OrganizationsLocationsWorkloadsService) Patch ¶
func (r *OrganizationsLocationsWorkloadsService) Patch(name string, googlecloudassuredworkloadsv1beta1workload *GoogleCloudAssuredworkloadsV1beta1Workload) *OrganizationsLocationsWorkloadsPatchCall
Patch: Updates an existing workload. Currently allows updating of workload display_name and labels. For force updates don't set etag field in the Workload. Only one update operation per workload can be in progress.
- name: Optional. The resource name of the workload. Format: organizations/{organization}/locations/{location}/workloads/{workloa d} Read-only.
func (*OrganizationsLocationsWorkloadsService) RestrictAllowedResources ¶ added in v0.98.0
func (r *OrganizationsLocationsWorkloadsService) RestrictAllowedResources(name string, googlecloudassuredworkloadsv1beta1restrictallowedresourcesrequest *GoogleCloudAssuredworkloadsV1beta1RestrictAllowedResourcesRequest) *OrganizationsLocationsWorkloadsRestrictAllowedResourcesCall
RestrictAllowedResources: Restrict the list of resources allowed in the Workload environment. The current list of allowed products can be found at https://cloud.google.com/assured-workloads/docs/supported-products In addition to assuredworkloads.workload.update permission, the user should also have orgpolicy.policy.set permission on the folder resource to use this functionality.
- name: The resource name of the Workload. This is the workloads's relative path in the API, formatted as "organizations/{organization_id}/locations/{location_id}/workloads/{ workload_id}". For example, "organizations/123/locations/us-east1/workloads/assured-workload-1".
type OrganizationsLocationsWorkloadsViolationsAcknowledgeCall ¶ added in v0.98.0
type OrganizationsLocationsWorkloadsViolationsAcknowledgeCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsLocationsWorkloadsViolationsAcknowledgeCall) Context ¶ added in v0.98.0
func (c *OrganizationsLocationsWorkloadsViolationsAcknowledgeCall) Context(ctx context.Context) *OrganizationsLocationsWorkloadsViolationsAcknowledgeCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsLocationsWorkloadsViolationsAcknowledgeCall) Do ¶ added in v0.98.0
func (c *OrganizationsLocationsWorkloadsViolationsAcknowledgeCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAssuredworkloadsV1beta1AcknowledgeViolationResponse, error)
Do executes the "assuredworkloads.organizations.locations.workloads.violations.acknowledge" call. Exactly one of *GoogleCloudAssuredworkloadsV1beta1AcknowledgeViolationResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAssuredworkloadsV1beta1AcknowledgeViolationResponse.Server Response.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsLocationsWorkloadsViolationsAcknowledgeCall) Fields ¶ added in v0.98.0
func (c *OrganizationsLocationsWorkloadsViolationsAcknowledgeCall) Fields(s ...googleapi.Field) *OrganizationsLocationsWorkloadsViolationsAcknowledgeCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsLocationsWorkloadsViolationsAcknowledgeCall) Header ¶ added in v0.98.0
func (c *OrganizationsLocationsWorkloadsViolationsAcknowledgeCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsLocationsWorkloadsViolationsGetCall ¶ added in v0.98.0
type OrganizationsLocationsWorkloadsViolationsGetCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsLocationsWorkloadsViolationsGetCall) Context ¶ added in v0.98.0
func (c *OrganizationsLocationsWorkloadsViolationsGetCall) Context(ctx context.Context) *OrganizationsLocationsWorkloadsViolationsGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsLocationsWorkloadsViolationsGetCall) Do ¶ added in v0.98.0
func (c *OrganizationsLocationsWorkloadsViolationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAssuredworkloadsV1beta1Violation, error)
Do executes the "assuredworkloads.organizations.locations.workloads.violations.get" call. Exactly one of *GoogleCloudAssuredworkloadsV1beta1Violation or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAssuredworkloadsV1beta1Violation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsLocationsWorkloadsViolationsGetCall) Fields ¶ added in v0.98.0
func (c *OrganizationsLocationsWorkloadsViolationsGetCall) Fields(s ...googleapi.Field) *OrganizationsLocationsWorkloadsViolationsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsLocationsWorkloadsViolationsGetCall) Header ¶ added in v0.98.0
func (c *OrganizationsLocationsWorkloadsViolationsGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsLocationsWorkloadsViolationsGetCall) IfNoneMatch ¶ added in v0.98.0
func (c *OrganizationsLocationsWorkloadsViolationsGetCall) IfNoneMatch(entityTag string) *OrganizationsLocationsWorkloadsViolationsGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type OrganizationsLocationsWorkloadsViolationsListCall ¶ added in v0.98.0
type OrganizationsLocationsWorkloadsViolationsListCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsLocationsWorkloadsViolationsListCall) Context ¶ added in v0.98.0
func (c *OrganizationsLocationsWorkloadsViolationsListCall) Context(ctx context.Context) *OrganizationsLocationsWorkloadsViolationsListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsLocationsWorkloadsViolationsListCall) Do ¶ added in v0.98.0
func (c *OrganizationsLocationsWorkloadsViolationsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAssuredworkloadsV1beta1ListViolationsResponse, error)
Do executes the "assuredworkloads.organizations.locations.workloads.violations.list" call. Exactly one of *GoogleCloudAssuredworkloadsV1beta1ListViolationsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAssuredworkloadsV1beta1ListViolationsResponse.ServerRespon se.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsLocationsWorkloadsViolationsListCall) Fields ¶ added in v0.98.0
func (c *OrganizationsLocationsWorkloadsViolationsListCall) Fields(s ...googleapi.Field) *OrganizationsLocationsWorkloadsViolationsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsLocationsWorkloadsViolationsListCall) Filter ¶ added in v0.98.0
func (c *OrganizationsLocationsWorkloadsViolationsListCall) Filter(filter string) *OrganizationsLocationsWorkloadsViolationsListCall
Filter sets the optional parameter "filter": A custom filter for filtering by the Violations properties.
func (*OrganizationsLocationsWorkloadsViolationsListCall) Header ¶ added in v0.98.0
func (c *OrganizationsLocationsWorkloadsViolationsListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsLocationsWorkloadsViolationsListCall) IfNoneMatch ¶ added in v0.98.0
func (c *OrganizationsLocationsWorkloadsViolationsListCall) IfNoneMatch(entityTag string) *OrganizationsLocationsWorkloadsViolationsListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*OrganizationsLocationsWorkloadsViolationsListCall) IntervalEndTime ¶ added in v0.98.0
func (c *OrganizationsLocationsWorkloadsViolationsListCall) IntervalEndTime(intervalEndTime string) *OrganizationsLocationsWorkloadsViolationsListCall
IntervalEndTime sets the optional parameter "interval.endTime": The end of the time window.
func (*OrganizationsLocationsWorkloadsViolationsListCall) IntervalStartTime ¶ added in v0.98.0
func (c *OrganizationsLocationsWorkloadsViolationsListCall) IntervalStartTime(intervalStartTime string) *OrganizationsLocationsWorkloadsViolationsListCall
IntervalStartTime sets the optional parameter "interval.startTime": The start of the time window.
func (*OrganizationsLocationsWorkloadsViolationsListCall) PageSize ¶ added in v0.98.0
func (c *OrganizationsLocationsWorkloadsViolationsListCall) PageSize(pageSize int64) *OrganizationsLocationsWorkloadsViolationsListCall
PageSize sets the optional parameter "pageSize": Page size.
func (*OrganizationsLocationsWorkloadsViolationsListCall) PageToken ¶ added in v0.98.0
func (c *OrganizationsLocationsWorkloadsViolationsListCall) PageToken(pageToken string) *OrganizationsLocationsWorkloadsViolationsListCall
PageToken sets the optional parameter "pageToken": Page token returned from previous request.
func (*OrganizationsLocationsWorkloadsViolationsListCall) Pages ¶ added in v0.98.0
func (c *OrganizationsLocationsWorkloadsViolationsListCall) Pages(ctx context.Context, f func(*GoogleCloudAssuredworkloadsV1beta1ListViolationsResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type OrganizationsLocationsWorkloadsViolationsService ¶ added in v0.98.0
type OrganizationsLocationsWorkloadsViolationsService struct {
// contains filtered or unexported fields
}
func NewOrganizationsLocationsWorkloadsViolationsService ¶ added in v0.98.0
func NewOrganizationsLocationsWorkloadsViolationsService(s *Service) *OrganizationsLocationsWorkloadsViolationsService
func (*OrganizationsLocationsWorkloadsViolationsService) Acknowledge ¶ added in v0.98.0
func (r *OrganizationsLocationsWorkloadsViolationsService) Acknowledge(name string, googlecloudassuredworkloadsv1beta1acknowledgeviolationrequest *GoogleCloudAssuredworkloadsV1beta1AcknowledgeViolationRequest) *OrganizationsLocationsWorkloadsViolationsAcknowledgeCall
Acknowledge: Acknowledges an existing violation. By acknowledging a violation, users acknowledge the existence of a compliance violation in their workload and decide to ignore it due to a valid business justification. Acknowledgement is a permanent operation and it cannot be reverted.
- name: The resource name of the Violation to acknowledge. Format: organizations/{organization}/locations/{location}/workloads/{workloa d}/violations/{violation}.
func (*OrganizationsLocationsWorkloadsViolationsService) Get ¶ added in v0.98.0
func (r *OrganizationsLocationsWorkloadsViolationsService) Get(name string) *OrganizationsLocationsWorkloadsViolationsGetCall
Get: Retrieves Assured Workload Violation based on ID.
- name: The resource name of the Violation to fetch (ie. Violation.name). Format: organizations/{organization}/locations/{location}/workloads/{workloa d}/violations/{violation}.
func (*OrganizationsLocationsWorkloadsViolationsService) List ¶ added in v0.98.0
func (r *OrganizationsLocationsWorkloadsViolationsService) List(parent string) *OrganizationsLocationsWorkloadsViolationsListCall
List: Lists the Violations in the AssuredWorkload Environment. Callers may also choose to read across multiple Workloads as per AIP-159 (https://google.aip.dev/159) by using '-' (the hyphen or dash character) as a wildcard character instead of workload-id in the parent. Format `organizations/{org_id}/locations/{location}/workloads/-`
- parent: The Workload name. Format `organizations/{org_id}/locations/{location}/workloads/{workload}`.
type OrganizationsService ¶
type OrganizationsService struct { Locations *OrganizationsLocationsService // contains filtered or unexported fields }
func NewOrganizationsService ¶
func NewOrganizationsService(s *Service) *OrganizationsService
type ProjectsOrganizationsLocationsService ¶ added in v0.98.0
type ProjectsOrganizationsLocationsService struct { Workloads *ProjectsOrganizationsLocationsWorkloadsService // contains filtered or unexported fields }
func NewProjectsOrganizationsLocationsService ¶ added in v0.98.0
func NewProjectsOrganizationsLocationsService(s *Service) *ProjectsOrganizationsLocationsService
type ProjectsOrganizationsLocationsWorkloadsAnalyzeWorkloadMoveCall ¶ added in v0.98.0
type ProjectsOrganizationsLocationsWorkloadsAnalyzeWorkloadMoveCall struct {
// contains filtered or unexported fields
}
func (*ProjectsOrganizationsLocationsWorkloadsAnalyzeWorkloadMoveCall) Context ¶ added in v0.98.0
func (c *ProjectsOrganizationsLocationsWorkloadsAnalyzeWorkloadMoveCall) Context(ctx context.Context) *ProjectsOrganizationsLocationsWorkloadsAnalyzeWorkloadMoveCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ProjectsOrganizationsLocationsWorkloadsAnalyzeWorkloadMoveCall) Do ¶ added in v0.98.0
func (c *ProjectsOrganizationsLocationsWorkloadsAnalyzeWorkloadMoveCall) Do(opts ...googleapi.CallOption) (*GoogleCloudAssuredworkloadsV1beta1AnalyzeWorkloadMoveResponse, error)
Do executes the "assuredworkloads.projects.organizations.locations.workloads.analyzeWorkloadMove" call. Exactly one of *GoogleCloudAssuredworkloadsV1beta1AnalyzeWorkloadMoveResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudAssuredworkloadsV1beta1AnalyzeWorkloadMoveResponse.ServerR esponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsOrganizationsLocationsWorkloadsAnalyzeWorkloadMoveCall) Fields ¶ added in v0.98.0
func (c *ProjectsOrganizationsLocationsWorkloadsAnalyzeWorkloadMoveCall) Fields(s ...googleapi.Field) *ProjectsOrganizationsLocationsWorkloadsAnalyzeWorkloadMoveCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ProjectsOrganizationsLocationsWorkloadsAnalyzeWorkloadMoveCall) Header ¶ added in v0.98.0
func (c *ProjectsOrganizationsLocationsWorkloadsAnalyzeWorkloadMoveCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*ProjectsOrganizationsLocationsWorkloadsAnalyzeWorkloadMoveCall) IfNoneMatch ¶ added in v0.98.0
func (c *ProjectsOrganizationsLocationsWorkloadsAnalyzeWorkloadMoveCall) IfNoneMatch(entityTag string) *ProjectsOrganizationsLocationsWorkloadsAnalyzeWorkloadMoveCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*ProjectsOrganizationsLocationsWorkloadsAnalyzeWorkloadMoveCall) Source ¶ added in v0.98.0
func (c *ProjectsOrganizationsLocationsWorkloadsAnalyzeWorkloadMoveCall) Source(source string) *ProjectsOrganizationsLocationsWorkloadsAnalyzeWorkloadMoveCall
Source sets the optional parameter "source": The source type is a project-based workload. Specify the workloads's relative resource name, formatted as: "organizations/{ORGANIZATION_ID}/locations/{LOCATION_ID}/workloads/{WO RKLOAD_ID}" For example: "organizations/123/locations/us-east1/workloads/assured-workload-1"
type ProjectsOrganizationsLocationsWorkloadsService ¶ added in v0.98.0
type ProjectsOrganizationsLocationsWorkloadsService struct {
// contains filtered or unexported fields
}
func NewProjectsOrganizationsLocationsWorkloadsService ¶ added in v0.98.0
func NewProjectsOrganizationsLocationsWorkloadsService(s *Service) *ProjectsOrganizationsLocationsWorkloadsService
func (*ProjectsOrganizationsLocationsWorkloadsService) AnalyzeWorkloadMove ¶ added in v0.98.0
func (r *ProjectsOrganizationsLocationsWorkloadsService) AnalyzeWorkloadMove(project string, target string) *ProjectsOrganizationsLocationsWorkloadsAnalyzeWorkloadMoveCall
AnalyzeWorkloadMove: Analyzes a hypothetical move of a source project or project-based workload to a target (destination) folder-based workload.
- project: The source type is a project. Specify the project's relative resource name, formatted as either a project number or a project ID: "projects/{PROJECT_NUMBER}" or "projects/{PROJECT_ID}" For example: "projects/951040570662" when specifying a project number, or "projects/my-project-123" when specifying a project ID.
- target: The resource ID of the folder-based destination workload. This workload is where the source project will hypothetically be moved to. Specify the workload's relative resource name, formatted as: "organizations/{ORGANIZATION_ID}/locations/{LOCATION_ID}/workloads/{ WORKLOAD_ID}" For example: "organizations/123/locations/us-east1/workloads/assured-workload-2".
type ProjectsOrganizationsService ¶ added in v0.98.0
type ProjectsOrganizationsService struct { Locations *ProjectsOrganizationsLocationsService // contains filtered or unexported fields }
func NewProjectsOrganizationsService ¶ added in v0.98.0
func NewProjectsOrganizationsService(s *Service) *ProjectsOrganizationsService
type ProjectsService ¶ added in v0.98.0
type ProjectsService struct { Organizations *ProjectsOrganizationsService // contains filtered or unexported fields }
func NewProjectsService ¶ added in v0.98.0
func NewProjectsService(s *Service) *ProjectsService
type Service ¶
type Service struct { BasePath string // API endpoint base URL UserAgent string // optional additional User-Agent fragment Organizations *OrganizationsService Projects *ProjectsService // contains filtered or unexported fields }
func New
deprecated
New creates a new Service. It uses the provided http.Client for requests.
Deprecated: please use NewService instead. To provide a custom HTTP client, use option.WithHTTPClient. If you are using google.golang.org/api/googleapis/transport.APIKey, use option.WithAPIKey with NewService instead.
func NewService ¶
NewService creates a new Service.