google-native.assuredworkloads/v1beta1.Workload
Explore with Pulumi AI
Creates Assured Workload.
Create Workload Resource
new Workload(name: string, args: WorkloadArgs, opts?: CustomResourceOptions);
@overload
def Workload(resource_name: str,
opts: Optional[ResourceOptions] = None,
billing_account: Optional[str] = None,
cjis_settings: Optional[GoogleCloudAssuredworkloadsV1beta1WorkloadCJISSettingsArgs] = None,
compliance_regime: Optional[WorkloadComplianceRegime] = None,
display_name: Optional[str] = None,
ekm_provisioning_response: Optional[GoogleCloudAssuredworkloadsV1beta1WorkloadEkmProvisioningResponseArgs] = None,
enable_sovereign_controls: Optional[bool] = None,
etag: Optional[str] = None,
external_id: Optional[str] = None,
fedramp_high_settings: Optional[GoogleCloudAssuredworkloadsV1beta1WorkloadFedrampHighSettingsArgs] = None,
fedramp_moderate_settings: Optional[GoogleCloudAssuredworkloadsV1beta1WorkloadFedrampModerateSettingsArgs] = None,
il4_settings: Optional[GoogleCloudAssuredworkloadsV1beta1WorkloadIL4SettingsArgs] = None,
kms_settings: Optional[GoogleCloudAssuredworkloadsV1beta1WorkloadKMSSettingsArgs] = None,
labels: Optional[Mapping[str, str]] = None,
location: Optional[str] = None,
name: Optional[str] = None,
organization_id: Optional[str] = None,
partner: Optional[WorkloadPartner] = None,
provisioned_resources_parent: Optional[str] = None,
resource_settings: Optional[Sequence[GoogleCloudAssuredworkloadsV1beta1WorkloadResourceSettingsArgs]] = None)
@overload
def Workload(resource_name: str,
args: WorkloadArgs,
opts: Optional[ResourceOptions] = None)
func NewWorkload(ctx *Context, name string, args WorkloadArgs, opts ...ResourceOption) (*Workload, error)
public Workload(string name, WorkloadArgs args, CustomResourceOptions? opts = null)
public Workload(String name, WorkloadArgs args)
public Workload(String name, WorkloadArgs args, CustomResourceOptions options)
type: google-native:assuredworkloads/v1beta1:Workload
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args WorkloadArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args WorkloadArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args WorkloadArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args WorkloadArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args WorkloadArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Workload Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The Workload resource accepts the following input properties:
- Compliance
Regime Pulumi.Google Native. Assured Workloads. V1Beta1. Workload Compliance Regime Immutable. Compliance Regime associated with this workload.
- Display
Name string 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
- Organization
Id string - Billing
Account string 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
.- Cjis
Settings Pulumi.Google Native. Assured Workloads. V1Beta1. Inputs. Google Cloud Assuredworkloads V1beta1Workload CJISSettings Args Input only. Immutable. Settings specific to resources needed for CJIS.
- Ekm
Provisioning Pulumi.Response Google Native. Assured Workloads. V1Beta1. Inputs. Google Cloud Assuredworkloads V1beta1Workload Ekm Provisioning Response Args Optional. Represents the Ekm Provisioning State of the given workload.
- Enable
Sovereign boolControls Optional. Indicates the sovereignty status of the given workload. Currently meant to be used by Europe/Canada customers.
- Etag string
Optional. ETag of the workload, it is calculated on the basis of the Workload contents. It will be used in Update & Delete operations.
- External
Id string Optional. 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.
- Fedramp
High Pulumi.Settings Google Native. Assured Workloads. V1Beta1. Inputs. Google Cloud Assuredworkloads V1beta1Workload Fedramp High Settings Args Input only. Immutable. Settings specific to resources needed for FedRAMP High.
- Fedramp
Moderate Pulumi.Settings Google Native. Assured Workloads. V1Beta1. Inputs. Google Cloud Assuredworkloads V1beta1Workload Fedramp Moderate Settings Args Input only. Immutable. Settings specific to resources needed for FedRAMP Moderate.
- Il4Settings
Pulumi.
Google Native. Assured Workloads. V1Beta1. Inputs. Google Cloud Assuredworkloads V1beta1Workload IL4Settings Args Input only. Immutable. Settings specific to resources needed for IL4.
- Kms
Settings Pulumi.Google Native. Assured Workloads. V1Beta1. Inputs. Google Cloud Assuredworkloads V1beta1Workload KMSSettings Args 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.
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.
- Labels Dictionary<string, string>
Optional. Labels applied to the workload.
- Location string
- Name string
Optional. The resource name of the workload. Format: organizations/{organization}/locations/{location}/workloads/{workload} Read-only.
- Partner
Pulumi.
Google Native. Assured Workloads. V1Beta1. Workload Partner Optional. Partner regime associated with this workload.
- Provisioned
Resources stringParent 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}
- Resource
Settings List<Pulumi.Google Native. Assured Workloads. V1Beta1. Inputs. Google Cloud Assuredworkloads V1beta1Workload Resource Settings Args> 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.
- Compliance
Regime WorkloadCompliance Regime Immutable. Compliance Regime associated with this workload.
- Display
Name string 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
- Organization
Id string - Billing
Account string 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
.- Cjis
Settings GoogleCloud Assuredworkloads V1beta1Workload CJISSettings Args Input only. Immutable. Settings specific to resources needed for CJIS.
- Ekm
Provisioning GoogleResponse Cloud Assuredworkloads V1beta1Workload Ekm Provisioning Response Args Optional. Represents the Ekm Provisioning State of the given workload.
- Enable
Sovereign boolControls Optional. Indicates the sovereignty status of the given workload. Currently meant to be used by Europe/Canada customers.
- Etag string
Optional. ETag of the workload, it is calculated on the basis of the Workload contents. It will be used in Update & Delete operations.
- External
Id string Optional. 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.
- Fedramp
High GoogleSettings Cloud Assuredworkloads V1beta1Workload Fedramp High Settings Args Input only. Immutable. Settings specific to resources needed for FedRAMP High.
- Fedramp
Moderate GoogleSettings Cloud Assuredworkloads V1beta1Workload Fedramp Moderate Settings Args Input only. Immutable. Settings specific to resources needed for FedRAMP Moderate.
- Il4Settings
Google
Cloud Assuredworkloads V1beta1Workload IL4Settings Args Input only. Immutable. Settings specific to resources needed for IL4.
- Kms
Settings GoogleCloud Assuredworkloads V1beta1Workload KMSSettings Args 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.
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.
- Labels map[string]string
Optional. Labels applied to the workload.
- Location string
- Name string
Optional. The resource name of the workload. Format: organizations/{organization}/locations/{location}/workloads/{workload} Read-only.
- Partner
Workload
Partner Optional. Partner regime associated with this workload.
- Provisioned
Resources stringParent 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}
- Resource
Settings []GoogleCloud Assuredworkloads V1beta1Workload Resource Settings Args 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.
- compliance
Regime WorkloadCompliance Regime Immutable. Compliance Regime associated with this workload.
- display
Name String 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
- organization
Id String - billing
Account String 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
.- cjis
Settings GoogleCloud Assuredworkloads V1beta1Workload CJISSettings Args Input only. Immutable. Settings specific to resources needed for CJIS.
- ekm
Provisioning GoogleResponse Cloud Assuredworkloads V1beta1Workload Ekm Provisioning Response Args Optional. Represents the Ekm Provisioning State of the given workload.
- enable
Sovereign BooleanControls Optional. Indicates the sovereignty status of the given workload. Currently meant to be used by Europe/Canada customers.
- etag String
Optional. ETag of the workload, it is calculated on the basis of the Workload contents. It will be used in Update & Delete operations.
- external
Id String Optional. 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.
- fedramp
High GoogleSettings Cloud Assuredworkloads V1beta1Workload Fedramp High Settings Args Input only. Immutable. Settings specific to resources needed for FedRAMP High.
- fedramp
Moderate GoogleSettings Cloud Assuredworkloads V1beta1Workload Fedramp Moderate Settings Args Input only. Immutable. Settings specific to resources needed for FedRAMP Moderate.
- il4Settings
Google
Cloud Assuredworkloads V1beta1Workload IL4Settings Args Input only. Immutable. Settings specific to resources needed for IL4.
- kms
Settings GoogleCloud Assuredworkloads V1beta1Workload KMSSettings Args 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.
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.
- labels Map<String,String>
Optional. Labels applied to the workload.
- location String
- name String
Optional. The resource name of the workload. Format: organizations/{organization}/locations/{location}/workloads/{workload} Read-only.
- partner
Workload
Partner Optional. Partner regime associated with this workload.
- provisioned
Resources StringParent 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}
- resource
Settings List<GoogleCloud Assuredworkloads V1beta1Workload Resource Settings Args> 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.
- compliance
Regime WorkloadCompliance Regime Immutable. Compliance Regime associated with this workload.
- display
Name string 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
- organization
Id string - billing
Account string 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
.- cjis
Settings GoogleCloud Assuredworkloads V1beta1Workload CJISSettings Args Input only. Immutable. Settings specific to resources needed for CJIS.
- ekm
Provisioning GoogleResponse Cloud Assuredworkloads V1beta1Workload Ekm Provisioning Response Args Optional. Represents the Ekm Provisioning State of the given workload.
- enable
Sovereign booleanControls Optional. Indicates the sovereignty status of the given workload. Currently meant to be used by Europe/Canada customers.
- etag string
Optional. ETag of the workload, it is calculated on the basis of the Workload contents. It will be used in Update & Delete operations.
- external
Id string Optional. 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.
- fedramp
High GoogleSettings Cloud Assuredworkloads V1beta1Workload Fedramp High Settings Args Input only. Immutable. Settings specific to resources needed for FedRAMP High.
- fedramp
Moderate GoogleSettings Cloud Assuredworkloads V1beta1Workload Fedramp Moderate Settings Args Input only. Immutable. Settings specific to resources needed for FedRAMP Moderate.
- il4Settings
Google
Cloud Assuredworkloads V1beta1Workload IL4Settings Args Input only. Immutable. Settings specific to resources needed for IL4.
- kms
Settings GoogleCloud Assuredworkloads V1beta1Workload KMSSettings Args 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.
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.
- labels {[key: string]: string}
Optional. Labels applied to the workload.
- location string
- name string
Optional. The resource name of the workload. Format: organizations/{organization}/locations/{location}/workloads/{workload} Read-only.
- partner
Workload
Partner Optional. Partner regime associated with this workload.
- provisioned
Resources stringParent 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}
- resource
Settings GoogleCloud Assuredworkloads V1beta1Workload Resource Settings Args[] 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.
- compliance_
regime WorkloadCompliance Regime Immutable. Compliance Regime associated with this workload.
- display_
name str 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
- organization_
id str - billing_
account str 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
.- cjis_
settings GoogleCloud Assuredworkloads V1beta1Workload CJISSettings Args Input only. Immutable. Settings specific to resources needed for CJIS.
- ekm_
provisioning_ Googleresponse Cloud Assuredworkloads V1beta1Workload Ekm Provisioning Response Args Optional. Represents the Ekm Provisioning State of the given workload.
- enable_
sovereign_ boolcontrols Optional. Indicates the sovereignty status of the given workload. Currently meant to be used by Europe/Canada customers.
- etag str
Optional. ETag of the workload, it is calculated on the basis of the Workload contents. It will be used in Update & Delete operations.
- external_
id str Optional. 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.
- fedramp_
high_ Googlesettings Cloud Assuredworkloads V1beta1Workload Fedramp High Settings Args Input only. Immutable. Settings specific to resources needed for FedRAMP High.
- fedramp_
moderate_ Googlesettings Cloud Assuredworkloads V1beta1Workload Fedramp Moderate Settings Args Input only. Immutable. Settings specific to resources needed for FedRAMP Moderate.
- il4_
settings GoogleCloud Assuredworkloads V1beta1Workload IL4Settings Args Input only. Immutable. Settings specific to resources needed for IL4.
- kms_
settings GoogleCloud Assuredworkloads V1beta1Workload KMSSettings Args 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.
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.
- labels Mapping[str, str]
Optional. Labels applied to the workload.
- location str
- name str
Optional. The resource name of the workload. Format: organizations/{organization}/locations/{location}/workloads/{workload} Read-only.
- partner
Workload
Partner Optional. Partner regime associated with this workload.
- provisioned_
resources_ strparent 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}
- resource_
settings Sequence[GoogleCloud Assuredworkloads V1beta1Workload Resource Settings Args] 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.
- compliance
Regime "COMPLIANCE_REGIME_UNSPECIFIED" | "IL4" | "CJIS" | "FEDRAMP_HIGH" | "FEDRAMP_MODERATE" | "US_REGIONAL_ACCESS" | "HIPAA" | "HITRUST" | "EU_REGIONS_AND_SUPPORT" | "CA_REGIONS_AND_SUPPORT" | "ITAR" | "AU_REGIONS_AND_US_SUPPORT" | "ASSURED_WORKLOADS_FOR_PARTNERS" | "ISR_REGIONS" | "ISR_REGIONS_AND_SUPPORT" | "CA_PROTECTED_B" Immutable. Compliance Regime associated with this workload.
- display
Name String 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
- organization
Id String - billing
Account String 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
.- cjis
Settings Property Map Input only. Immutable. Settings specific to resources needed for CJIS.
- ekm
Provisioning Property MapResponse Optional. Represents the Ekm Provisioning State of the given workload.
- enable
Sovereign BooleanControls Optional. Indicates the sovereignty status of the given workload. Currently meant to be used by Europe/Canada customers.
- etag String
Optional. ETag of the workload, it is calculated on the basis of the Workload contents. It will be used in Update & Delete operations.
- external
Id String Optional. 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.
- fedramp
High Property MapSettings Input only. Immutable. Settings specific to resources needed for FedRAMP High.
- fedramp
Moderate Property MapSettings Input only. Immutable. Settings specific to resources needed for FedRAMP Moderate.
- il4Settings Property Map
Input only. Immutable. Settings specific to resources needed for IL4.
- kms
Settings Property Map 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.
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.
- labels Map<String>
Optional. Labels applied to the workload.
- location String
- name String
Optional. The resource name of the workload. Format: organizations/{organization}/locations/{location}/workloads/{workload} Read-only.
- partner "PARTNER_UNSPECIFIED" | "LOCAL_CONTROLS_BY_S3NS" | "SOVEREIGN_CONTROLS_BY_T_SYSTEMS"
Optional. Partner regime associated with this workload.
- provisioned
Resources StringParent 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}
- resource
Settings List<Property Map> 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.
Outputs
All input properties are implicitly available as output properties. Additionally, the Workload resource produces the following output properties:
- Compliance
Status Pulumi.Google Native. Assured Workloads. V1Beta1. Outputs. Google Cloud Assuredworkloads V1beta1Workload Compliance Status Response Count of active Violations in the Workload.
- Compliant
But List<string>Disallowed Services 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."
- Create
Time string Immutable. The Workload creation timestamp.
- Id string
The provider-assigned unique ID for this managed resource.
- Kaj
Enrollment stringState Represents the KAJ enrollment state of the given workload.
- Resources
List<Pulumi.
Google Native. Assured Workloads. V1Beta1. Outputs. Google Cloud Assuredworkloads V1beta1Workload Resource Info Response> 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.
- Saa
Enrollment Pulumi.Response Google Native. Assured Workloads. V1Beta1. Outputs. Google Cloud Assuredworkloads V1beta1Workload Saa Enrollment Response Response 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.
- Compliance
Status GoogleCloud Assuredworkloads V1beta1Workload Compliance Status Response Count of active Violations in the Workload.
- Compliant
But []stringDisallowed Services 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."
- Create
Time string Immutable. The Workload creation timestamp.
- Id string
The provider-assigned unique ID for this managed resource.
- Kaj
Enrollment stringState Represents the KAJ enrollment state of the given workload.
- Resources
[]Google
Cloud Assuredworkloads V1beta1Workload Resource Info Response 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.
- Saa
Enrollment GoogleResponse Cloud Assuredworkloads V1beta1Workload Saa Enrollment Response Response 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.
- compliance
Status GoogleCloud Assuredworkloads V1beta1Workload Compliance Status Response Count of active Violations in the Workload.
- compliant
But List<String>Disallowed Services 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."
- create
Time String Immutable. The Workload creation timestamp.
- id String
The provider-assigned unique ID for this managed resource.
- kaj
Enrollment StringState Represents the KAJ enrollment state of the given workload.
- resources
List<Google
Cloud Assuredworkloads V1beta1Workload Resource Info Response> 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.
- saa
Enrollment GoogleResponse Cloud Assuredworkloads V1beta1Workload Saa Enrollment Response Response 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.
- compliance
Status GoogleCloud Assuredworkloads V1beta1Workload Compliance Status Response Count of active Violations in the Workload.
- compliant
But string[]Disallowed Services 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."
- create
Time string Immutable. The Workload creation timestamp.
- id string
The provider-assigned unique ID for this managed resource.
- kaj
Enrollment stringState Represents the KAJ enrollment state of the given workload.
- resources
Google
Cloud Assuredworkloads V1beta1Workload Resource Info Response[] 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.
- saa
Enrollment GoogleResponse Cloud Assuredworkloads V1beta1Workload Saa Enrollment Response Response 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.
- compliance_
status GoogleCloud Assuredworkloads V1beta1Workload Compliance Status Response Count of active Violations in the Workload.
- compliant_
but_ Sequence[str]disallowed_ services 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."
- create_
time str Immutable. The Workload creation timestamp.
- id str
The provider-assigned unique ID for this managed resource.
- kaj_
enrollment_ strstate Represents the KAJ enrollment state of the given workload.
- resources
Sequence[Google
Cloud Assuredworkloads V1beta1Workload Resource Info Response] 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.
- saa_
enrollment_ Googleresponse Cloud Assuredworkloads V1beta1Workload Saa Enrollment Response Response 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.
- compliance
Status Property Map Count of active Violations in the Workload.
- compliant
But List<String>Disallowed Services 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."
- create
Time String Immutable. The Workload creation timestamp.
- id String
The provider-assigned unique ID for this managed resource.
- kaj
Enrollment StringState Represents the KAJ enrollment state of the given workload.
- resources List<Property Map>
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.
- saa
Enrollment Property MapResponse 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.
Supporting Types
GoogleCloudAssuredworkloadsV1beta1WorkloadCJISSettings
- Kms
Settings Pulumi.Google Native. Assured Workloads. V1Beta1. Inputs. Google Cloud Assuredworkloads V1beta1Workload KMSSettings Input only. Immutable. Settings used to create a CMEK crypto key.
- Kms
Settings GoogleCloud Assuredworkloads V1beta1Workload KMSSettings Input only. Immutable. Settings used to create a CMEK crypto key.
- kms
Settings GoogleCloud Assuredworkloads V1beta1Workload KMSSettings Input only. Immutable. Settings used to create a CMEK crypto key.
- kms
Settings GoogleCloud Assuredworkloads V1beta1Workload KMSSettings Input only. Immutable. Settings used to create a CMEK crypto key.
- kms_
settings GoogleCloud Assuredworkloads V1beta1Workload KMSSettings Input only. Immutable. Settings used to create a CMEK crypto key.
- kms
Settings Property Map Input only. Immutable. Settings used to create a CMEK crypto key.
GoogleCloudAssuredworkloadsV1beta1WorkloadCJISSettingsResponse
- Kms
Settings Pulumi.Google Native. Assured Workloads. V1Beta1. Inputs. Google Cloud Assuredworkloads V1beta1Workload KMSSettings Response Input only. Immutable. Settings used to create a CMEK crypto key.
- Kms
Settings GoogleCloud Assuredworkloads V1beta1Workload KMSSettings Response Input only. Immutable. Settings used to create a CMEK crypto key.
- kms
Settings GoogleCloud Assuredworkloads V1beta1Workload KMSSettings Response Input only. Immutable. Settings used to create a CMEK crypto key.
- kms
Settings GoogleCloud Assuredworkloads V1beta1Workload KMSSettings Response Input only. Immutable. Settings used to create a CMEK crypto key.
- kms_
settings GoogleCloud Assuredworkloads V1beta1Workload KMSSettings Response Input only. Immutable. Settings used to create a CMEK crypto key.
- kms
Settings Property Map Input only. Immutable. Settings used to create a CMEK crypto key.
GoogleCloudAssuredworkloadsV1beta1WorkloadComplianceStatusResponse
- Acknowledged
Violation intCount Count of active Violations which are acknowledged in the Workload.
- Active
Violation intCount Count of active Violations which haven't been acknowledged.
- Acknowledged
Violation intCount Count of active Violations which are acknowledged in the Workload.
- Active
Violation intCount Count of active Violations which haven't been acknowledged.
- acknowledged
Violation IntegerCount Count of active Violations which are acknowledged in the Workload.
- active
Violation IntegerCount Count of active Violations which haven't been acknowledged.
- acknowledged
Violation numberCount Count of active Violations which are acknowledged in the Workload.
- active
Violation numberCount Count of active Violations which haven't been acknowledged.
- acknowledged_
violation_ intcount Count of active Violations which are acknowledged in the Workload.
- active_
violation_ intcount Count of active Violations which haven't been acknowledged.
- acknowledged
Violation NumberCount Count of active Violations which are acknowledged in the Workload.
- active
Violation NumberCount Count of active Violations which haven't been acknowledged.
GoogleCloudAssuredworkloadsV1beta1WorkloadEkmProvisioningResponse
- Ekm
Provisioning Pulumi.Error Domain Google Native. Assured Workloads. V1Beta1. Google Cloud Assuredworkloads V1beta1Workload Ekm Provisioning Response Ekm Provisioning Error Domain Indicates Ekm provisioning error if any.
- Ekm
Provisioning stringError Message Detailed error message if Ekm provisioning fails
- Ekm
Provisioning Pulumi.State Google Native. Assured Workloads. V1Beta1. Google Cloud Assuredworkloads V1beta1Workload Ekm Provisioning Response Ekm Provisioning State Indicates Ekm enrollment Provisioning of a given workload.
- Ekm
Provisioning GoogleError Domain Cloud Assuredworkloads V1beta1Workload Ekm Provisioning Response Ekm Provisioning Error Domain Indicates Ekm provisioning error if any.
- Ekm
Provisioning stringError Message Detailed error message if Ekm provisioning fails
- Ekm
Provisioning GoogleState Cloud Assuredworkloads V1beta1Workload Ekm Provisioning Response Ekm Provisioning State Indicates Ekm enrollment Provisioning of a given workload.
- ekm
Provisioning GoogleError Domain Cloud Assuredworkloads V1beta1Workload Ekm Provisioning Response Ekm Provisioning Error Domain Indicates Ekm provisioning error if any.
- ekm
Provisioning StringError Message Detailed error message if Ekm provisioning fails
- ekm
Provisioning GoogleState Cloud Assuredworkloads V1beta1Workload Ekm Provisioning Response Ekm Provisioning State Indicates Ekm enrollment Provisioning of a given workload.
- ekm
Provisioning GoogleError Domain Cloud Assuredworkloads V1beta1Workload Ekm Provisioning Response Ekm Provisioning Error Domain Indicates Ekm provisioning error if any.
- ekm
Provisioning stringError Message Detailed error message if Ekm provisioning fails
- ekm
Provisioning GoogleState Cloud Assuredworkloads V1beta1Workload Ekm Provisioning Response Ekm Provisioning State Indicates Ekm enrollment Provisioning of a given workload.
- ekm_
provisioning_ Googleerror_ domain Cloud Assuredworkloads V1beta1Workload Ekm Provisioning Response Ekm Provisioning Error Domain Indicates Ekm provisioning error if any.
- ekm_
provisioning_ strerror_ message Detailed error message if Ekm provisioning fails
- ekm_
provisioning_ Googlestate Cloud Assuredworkloads V1beta1Workload Ekm Provisioning Response Ekm Provisioning State Indicates Ekm enrollment Provisioning of a given workload.
- ekm
Provisioning "EKM_PROVISIONING_ERROR_DOMAIN_UNSPECIFIED" | "UNSPECIFIED_ERROR" | "GOOGLE_SERVER_ERROR" | "EXTERNAL_USER_ERROR" | "EXTERNAL_PARTNER_ERROR" | "TIMEOUT_ERROR"Error Domain Indicates Ekm provisioning error if any.
- ekm
Provisioning StringError Message Detailed error message if Ekm provisioning fails
- ekm
Provisioning "EKM_PROVISIONING_STATE_UNSPECIFIED" | "EKM_PROVISIONING_STATE_PENDING" | "EKM_PROVISIONING_STATE_FAILED" | "EKM_PROVISIONING_STATE_COMPLETED"State Indicates Ekm enrollment Provisioning of a given workload.
GoogleCloudAssuredworkloadsV1beta1WorkloadEkmProvisioningResponseEkmProvisioningErrorDomain
- Ekm
Provisioning Error Domain Unspecified - EKM_PROVISIONING_ERROR_DOMAIN_UNSPECIFIED
No error domain
- Unspecified
Error - UNSPECIFIED_ERROR
Error but domain is unspecified.
- Google
Server Error - GOOGLE_SERVER_ERROR
Internal logic breaks within provisioning code.
- External
User Error - EXTERNAL_USER_ERROR
Error occurred with the customer not granting permission/creating resource.
- External
Partner Error - EXTERNAL_PARTNER_ERROR
Error occurred within the partner’s provisioning cluster.
- Timeout
Error - TIMEOUT_ERROR
Resource wasn't provisioned in the required 7 day time period
- Google
Cloud Assuredworkloads V1beta1Workload Ekm Provisioning Response Ekm Provisioning Error Domain Ekm Provisioning Error Domain Unspecified - EKM_PROVISIONING_ERROR_DOMAIN_UNSPECIFIED
No error domain
- Google
Cloud Assuredworkloads V1beta1Workload Ekm Provisioning Response Ekm Provisioning Error Domain Unspecified Error - UNSPECIFIED_ERROR
Error but domain is unspecified.
- Google
Cloud Assuredworkloads V1beta1Workload Ekm Provisioning Response Ekm Provisioning Error Domain Google Server Error - GOOGLE_SERVER_ERROR
Internal logic breaks within provisioning code.
- Google
Cloud Assuredworkloads V1beta1Workload Ekm Provisioning Response Ekm Provisioning Error Domain External User Error - EXTERNAL_USER_ERROR
Error occurred with the customer not granting permission/creating resource.
- Google
Cloud Assuredworkloads V1beta1Workload Ekm Provisioning Response Ekm Provisioning Error Domain External Partner Error - EXTERNAL_PARTNER_ERROR
Error occurred within the partner’s provisioning cluster.
- Google
Cloud Assuredworkloads V1beta1Workload Ekm Provisioning Response Ekm Provisioning Error Domain Timeout Error - TIMEOUT_ERROR
Resource wasn't provisioned in the required 7 day time period
- Ekm
Provisioning Error Domain Unspecified - EKM_PROVISIONING_ERROR_DOMAIN_UNSPECIFIED
No error domain
- Unspecified
Error - UNSPECIFIED_ERROR
Error but domain is unspecified.
- Google
Server Error - GOOGLE_SERVER_ERROR
Internal logic breaks within provisioning code.
- External
User Error - EXTERNAL_USER_ERROR
Error occurred with the customer not granting permission/creating resource.
- External
Partner Error - EXTERNAL_PARTNER_ERROR
Error occurred within the partner’s provisioning cluster.
- Timeout
Error - TIMEOUT_ERROR
Resource wasn't provisioned in the required 7 day time period
- Ekm
Provisioning Error Domain Unspecified - EKM_PROVISIONING_ERROR_DOMAIN_UNSPECIFIED
No error domain
- Unspecified
Error - UNSPECIFIED_ERROR
Error but domain is unspecified.
- Google
Server Error - GOOGLE_SERVER_ERROR
Internal logic breaks within provisioning code.
- External
User Error - EXTERNAL_USER_ERROR
Error occurred with the customer not granting permission/creating resource.
- External
Partner Error - EXTERNAL_PARTNER_ERROR
Error occurred within the partner’s provisioning cluster.
- Timeout
Error - TIMEOUT_ERROR
Resource wasn't provisioned in the required 7 day time period
- EKM_PROVISIONING_ERROR_DOMAIN_UNSPECIFIED
- EKM_PROVISIONING_ERROR_DOMAIN_UNSPECIFIED
No error domain
- UNSPECIFIED_ERROR
- UNSPECIFIED_ERROR
Error but domain is unspecified.
- GOOGLE_SERVER_ERROR
- GOOGLE_SERVER_ERROR
Internal logic breaks within provisioning code.
- EXTERNAL_USER_ERROR
- EXTERNAL_USER_ERROR
Error occurred with the customer not granting permission/creating resource.
- EXTERNAL_PARTNER_ERROR
- EXTERNAL_PARTNER_ERROR
Error occurred within the partner’s provisioning cluster.
- TIMEOUT_ERROR
- TIMEOUT_ERROR
Resource wasn't provisioned in the required 7 day time period
- "EKM_PROVISIONING_ERROR_DOMAIN_UNSPECIFIED"
- EKM_PROVISIONING_ERROR_DOMAIN_UNSPECIFIED
No error domain
- "UNSPECIFIED_ERROR"
- UNSPECIFIED_ERROR
Error but domain is unspecified.
- "GOOGLE_SERVER_ERROR"
- GOOGLE_SERVER_ERROR
Internal logic breaks within provisioning code.
- "EXTERNAL_USER_ERROR"
- EXTERNAL_USER_ERROR
Error occurred with the customer not granting permission/creating resource.
- "EXTERNAL_PARTNER_ERROR"
- EXTERNAL_PARTNER_ERROR
Error occurred within the partner’s provisioning cluster.
- "TIMEOUT_ERROR"
- TIMEOUT_ERROR
Resource wasn't provisioned in the required 7 day time period
GoogleCloudAssuredworkloadsV1beta1WorkloadEkmProvisioningResponseEkmProvisioningState
- Ekm
Provisioning State Unspecified - EKM_PROVISIONING_STATE_UNSPECIFIED
Default State for Ekm Provisioning
- Ekm
Provisioning State Pending - EKM_PROVISIONING_STATE_PENDING
Pending State for Ekm Provisioning
- Ekm
Provisioning State Failed - EKM_PROVISIONING_STATE_FAILED
Failed State for Ekm Provisioning
- Ekm
Provisioning State Completed - EKM_PROVISIONING_STATE_COMPLETED
Completed State for Ekm Provisioning
- Google
Cloud Assuredworkloads V1beta1Workload Ekm Provisioning Response Ekm Provisioning State Ekm Provisioning State Unspecified - EKM_PROVISIONING_STATE_UNSPECIFIED
Default State for Ekm Provisioning
- Google
Cloud Assuredworkloads V1beta1Workload Ekm Provisioning Response Ekm Provisioning State Ekm Provisioning State Pending - EKM_PROVISIONING_STATE_PENDING
Pending State for Ekm Provisioning
- Google
Cloud Assuredworkloads V1beta1Workload Ekm Provisioning Response Ekm Provisioning State Ekm Provisioning State Failed - EKM_PROVISIONING_STATE_FAILED
Failed State for Ekm Provisioning
- Google
Cloud Assuredworkloads V1beta1Workload Ekm Provisioning Response Ekm Provisioning State Ekm Provisioning State Completed - EKM_PROVISIONING_STATE_COMPLETED
Completed State for Ekm Provisioning
- Ekm
Provisioning State Unspecified - EKM_PROVISIONING_STATE_UNSPECIFIED
Default State for Ekm Provisioning
- Ekm
Provisioning State Pending - EKM_PROVISIONING_STATE_PENDING
Pending State for Ekm Provisioning
- Ekm
Provisioning State Failed - EKM_PROVISIONING_STATE_FAILED
Failed State for Ekm Provisioning
- Ekm
Provisioning State Completed - EKM_PROVISIONING_STATE_COMPLETED
Completed State for Ekm Provisioning
- Ekm
Provisioning State Unspecified - EKM_PROVISIONING_STATE_UNSPECIFIED
Default State for Ekm Provisioning
- Ekm
Provisioning State Pending - EKM_PROVISIONING_STATE_PENDING
Pending State for Ekm Provisioning
- Ekm
Provisioning State Failed - EKM_PROVISIONING_STATE_FAILED
Failed State for Ekm Provisioning
- Ekm
Provisioning State Completed - EKM_PROVISIONING_STATE_COMPLETED
Completed State for Ekm Provisioning
- EKM_PROVISIONING_STATE_UNSPECIFIED
- EKM_PROVISIONING_STATE_UNSPECIFIED
Default State for Ekm Provisioning
- EKM_PROVISIONING_STATE_PENDING
- EKM_PROVISIONING_STATE_PENDING
Pending State for Ekm Provisioning
- EKM_PROVISIONING_STATE_FAILED
- EKM_PROVISIONING_STATE_FAILED
Failed State for Ekm Provisioning
- EKM_PROVISIONING_STATE_COMPLETED
- EKM_PROVISIONING_STATE_COMPLETED
Completed State for Ekm Provisioning
- "EKM_PROVISIONING_STATE_UNSPECIFIED"
- EKM_PROVISIONING_STATE_UNSPECIFIED
Default State for Ekm Provisioning
- "EKM_PROVISIONING_STATE_PENDING"
- EKM_PROVISIONING_STATE_PENDING
Pending State for Ekm Provisioning
- "EKM_PROVISIONING_STATE_FAILED"
- EKM_PROVISIONING_STATE_FAILED
Failed State for Ekm Provisioning
- "EKM_PROVISIONING_STATE_COMPLETED"
- EKM_PROVISIONING_STATE_COMPLETED
Completed State for Ekm Provisioning
GoogleCloudAssuredworkloadsV1beta1WorkloadEkmProvisioningResponseResponse
- Ekm
Provisioning stringError Domain Indicates Ekm provisioning error if any.
- Ekm
Provisioning stringError Message Detailed error message if Ekm provisioning fails
- Ekm
Provisioning stringState Indicates Ekm enrollment Provisioning of a given workload.
- Ekm
Provisioning stringError Domain Indicates Ekm provisioning error if any.
- Ekm
Provisioning stringError Message Detailed error message if Ekm provisioning fails
- Ekm
Provisioning stringState Indicates Ekm enrollment Provisioning of a given workload.
- ekm
Provisioning StringError Domain Indicates Ekm provisioning error if any.
- ekm
Provisioning StringError Message Detailed error message if Ekm provisioning fails
- ekm
Provisioning StringState Indicates Ekm enrollment Provisioning of a given workload.
- ekm
Provisioning stringError Domain Indicates Ekm provisioning error if any.
- ekm
Provisioning stringError Message Detailed error message if Ekm provisioning fails
- ekm
Provisioning stringState Indicates Ekm enrollment Provisioning of a given workload.
- ekm_
provisioning_ strerror_ domain Indicates Ekm provisioning error if any.
- ekm_
provisioning_ strerror_ message Detailed error message if Ekm provisioning fails
- ekm_
provisioning_ strstate Indicates Ekm enrollment Provisioning of a given workload.
- ekm
Provisioning StringError Domain Indicates Ekm provisioning error if any.
- ekm
Provisioning StringError Message Detailed error message if Ekm provisioning fails
- ekm
Provisioning StringState Indicates Ekm enrollment Provisioning of a given workload.
GoogleCloudAssuredworkloadsV1beta1WorkloadFedrampHighSettings
- Kms
Settings Pulumi.Google Native. Assured Workloads. V1Beta1. Inputs. Google Cloud Assuredworkloads V1beta1Workload KMSSettings Input only. Immutable. Settings used to create a CMEK crypto key.
- Kms
Settings GoogleCloud Assuredworkloads V1beta1Workload KMSSettings Input only. Immutable. Settings used to create a CMEK crypto key.
- kms
Settings GoogleCloud Assuredworkloads V1beta1Workload KMSSettings Input only. Immutable. Settings used to create a CMEK crypto key.
- kms
Settings GoogleCloud Assuredworkloads V1beta1Workload KMSSettings Input only. Immutable. Settings used to create a CMEK crypto key.
- kms_
settings GoogleCloud Assuredworkloads V1beta1Workload KMSSettings Input only. Immutable. Settings used to create a CMEK crypto key.
- kms
Settings Property Map Input only. Immutable. Settings used to create a CMEK crypto key.
GoogleCloudAssuredworkloadsV1beta1WorkloadFedrampHighSettingsResponse
- Kms
Settings Pulumi.Google Native. Assured Workloads. V1Beta1. Inputs. Google Cloud Assuredworkloads V1beta1Workload KMSSettings Response Input only. Immutable. Settings used to create a CMEK crypto key.
- Kms
Settings GoogleCloud Assuredworkloads V1beta1Workload KMSSettings Response Input only. Immutable. Settings used to create a CMEK crypto key.
- kms
Settings GoogleCloud Assuredworkloads V1beta1Workload KMSSettings Response Input only. Immutable. Settings used to create a CMEK crypto key.
- kms
Settings GoogleCloud Assuredworkloads V1beta1Workload KMSSettings Response Input only. Immutable. Settings used to create a CMEK crypto key.
- kms_
settings GoogleCloud Assuredworkloads V1beta1Workload KMSSettings Response Input only. Immutable. Settings used to create a CMEK crypto key.
- kms
Settings Property Map Input only. Immutable. Settings used to create a CMEK crypto key.
GoogleCloudAssuredworkloadsV1beta1WorkloadFedrampModerateSettings
- Kms
Settings Pulumi.Google Native. Assured Workloads. V1Beta1. Inputs. Google Cloud Assuredworkloads V1beta1Workload KMSSettings Input only. Immutable. Settings used to create a CMEK crypto key.
- Kms
Settings GoogleCloud Assuredworkloads V1beta1Workload KMSSettings Input only. Immutable. Settings used to create a CMEK crypto key.
- kms
Settings GoogleCloud Assuredworkloads V1beta1Workload KMSSettings Input only. Immutable. Settings used to create a CMEK crypto key.
- kms
Settings GoogleCloud Assuredworkloads V1beta1Workload KMSSettings Input only. Immutable. Settings used to create a CMEK crypto key.
- kms_
settings GoogleCloud Assuredworkloads V1beta1Workload KMSSettings Input only. Immutable. Settings used to create a CMEK crypto key.
- kms
Settings Property Map Input only. Immutable. Settings used to create a CMEK crypto key.
GoogleCloudAssuredworkloadsV1beta1WorkloadFedrampModerateSettingsResponse
- Kms
Settings Pulumi.Google Native. Assured Workloads. V1Beta1. Inputs. Google Cloud Assuredworkloads V1beta1Workload KMSSettings Response Input only. Immutable. Settings used to create a CMEK crypto key.
- Kms
Settings GoogleCloud Assuredworkloads V1beta1Workload KMSSettings Response Input only. Immutable. Settings used to create a CMEK crypto key.
- kms
Settings GoogleCloud Assuredworkloads V1beta1Workload KMSSettings Response Input only. Immutable. Settings used to create a CMEK crypto key.
- kms
Settings GoogleCloud Assuredworkloads V1beta1Workload KMSSettings Response Input only. Immutable. Settings used to create a CMEK crypto key.
- kms_
settings GoogleCloud Assuredworkloads V1beta1Workload KMSSettings Response Input only. Immutable. Settings used to create a CMEK crypto key.
- kms
Settings Property Map Input only. Immutable. Settings used to create a CMEK crypto key.
GoogleCloudAssuredworkloadsV1beta1WorkloadIL4Settings
- Kms
Settings Pulumi.Google Native. Assured Workloads. V1Beta1. Inputs. Google Cloud Assuredworkloads V1beta1Workload KMSSettings Input only. Immutable. Settings used to create a CMEK crypto key.
- Kms
Settings GoogleCloud Assuredworkloads V1beta1Workload KMSSettings Input only. Immutable. Settings used to create a CMEK crypto key.
- kms
Settings GoogleCloud Assuredworkloads V1beta1Workload KMSSettings Input only. Immutable. Settings used to create a CMEK crypto key.
- kms
Settings GoogleCloud Assuredworkloads V1beta1Workload KMSSettings Input only. Immutable. Settings used to create a CMEK crypto key.
- kms_
settings GoogleCloud Assuredworkloads V1beta1Workload KMSSettings Input only. Immutable. Settings used to create a CMEK crypto key.
- kms
Settings Property Map Input only. Immutable. Settings used to create a CMEK crypto key.
GoogleCloudAssuredworkloadsV1beta1WorkloadIL4SettingsResponse
- Kms
Settings Pulumi.Google Native. Assured Workloads. V1Beta1. Inputs. Google Cloud Assuredworkloads V1beta1Workload KMSSettings Response Input only. Immutable. Settings used to create a CMEK crypto key.
- Kms
Settings GoogleCloud Assuredworkloads V1beta1Workload KMSSettings Response Input only. Immutable. Settings used to create a CMEK crypto key.
- kms
Settings GoogleCloud Assuredworkloads V1beta1Workload KMSSettings Response Input only. Immutable. Settings used to create a CMEK crypto key.
- kms
Settings GoogleCloud Assuredworkloads V1beta1Workload KMSSettings Response Input only. Immutable. Settings used to create a CMEK crypto key.
- kms_
settings GoogleCloud Assuredworkloads V1beta1Workload KMSSettings Response Input only. Immutable. Settings used to create a CMEK crypto key.
- kms
Settings Property Map Input only. Immutable. Settings used to create a CMEK crypto key.
GoogleCloudAssuredworkloadsV1beta1WorkloadKMSSettings
- Next
Rotation stringTime 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.
- Rotation
Period string 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.
- Next
Rotation stringTime 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.
- Rotation
Period string 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.
- next
Rotation StringTime 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.
- rotation
Period String 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.
- next
Rotation stringTime 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.
- rotation
Period string 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.
- next_
rotation_ strtime 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.
- rotation_
period str 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.
- next
Rotation StringTime 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.
- rotation
Period String 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.
GoogleCloudAssuredworkloadsV1beta1WorkloadKMSSettingsResponse
- Next
Rotation stringTime 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.
- Rotation
Period string 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.
- Next
Rotation stringTime 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.
- Rotation
Period string 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.
- next
Rotation StringTime 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.
- rotation
Period String 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.
- next
Rotation stringTime 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.
- rotation
Period string 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.
- next_
rotation_ strtime 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.
- rotation_
period str 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.
- next
Rotation StringTime 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.
- rotation
Period String 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.
GoogleCloudAssuredworkloadsV1beta1WorkloadResourceInfoResponse
- Resource
Id string Resource identifier. For a project this represents project_number.
- Resource
Type string Indicates the type of resource.
- Resource
Id string Resource identifier. For a project this represents project_number.
- Resource
Type string Indicates the type of resource.
- resource
Id String Resource identifier. For a project this represents project_number.
- resource
Type String Indicates the type of resource.
- resource
Id string Resource identifier. For a project this represents project_number.
- resource
Type string Indicates the type of resource.
- resource_
id str Resource identifier. For a project this represents project_number.
- resource_
type str Indicates the type of resource.
- resource
Id String Resource identifier. For a project this represents project_number.
- resource
Type String Indicates the type of resource.
GoogleCloudAssuredworkloadsV1beta1WorkloadResourceSettings
- Display
Name string User-assigned resource display name. If not empty it will be used to create a resource with the specified name.
- Resource
Id string 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.
- Resource
Type Pulumi.Google Native. Assured Workloads. V1Beta1. Google Cloud Assuredworkloads V1beta1Workload Resource Settings Resource Type 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)
- Display
Name string User-assigned resource display name. If not empty it will be used to create a resource with the specified name.
- Resource
Id string 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.
- Resource
Type GoogleCloud Assuredworkloads V1beta1Workload Resource Settings Resource Type 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)
- display
Name String User-assigned resource display name. If not empty it will be used to create a resource with the specified name.
- resource
Id String 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.
- resource
Type GoogleCloud Assuredworkloads V1beta1Workload Resource Settings Resource Type 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)
- display
Name string User-assigned resource display name. If not empty it will be used to create a resource with the specified name.
- resource
Id string 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.
- resource
Type GoogleCloud Assuredworkloads V1beta1Workload Resource Settings Resource Type 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)
- display_
name str User-assigned resource display name. If not empty it will be used to create a resource with the specified name.
- resource_
id str 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.
- resource_
type GoogleCloud Assuredworkloads V1beta1Workload Resource Settings Resource Type 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)
- display
Name String User-assigned resource display name. If not empty it will be used to create a resource with the specified name.
- resource
Id String 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.
- resource
Type "RESOURCE_TYPE_UNSPECIFIED" | "CONSUMER_PROJECT" | "CONSUMER_FOLDER" | "ENCRYPTION_KEYS_PROJECT" | "KEYRING" 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)
GoogleCloudAssuredworkloadsV1beta1WorkloadResourceSettingsResourceType
- Resource
Type Unspecified - RESOURCE_TYPE_UNSPECIFIED
Unknown resource type.
- Consumer
Project - 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
Consumer Folder.
- Encryption
Keys Project - ENCRYPTION_KEYS_PROJECT
Consumer project containing encryption keys.
- Keyring
- KEYRING
Keyring resource that hosts encryption keys.
- Google
Cloud Assuredworkloads V1beta1Workload Resource Settings Resource Type Resource Type Unspecified - RESOURCE_TYPE_UNSPECIFIED
Unknown resource type.
- Google
Cloud Assuredworkloads V1beta1Workload Resource Settings Resource Type Consumer Project - CONSUMER_PROJECT
Deprecated. Existing workloads will continue to support this, but new CreateWorkloadRequests should not specify this as an input value.
- Google
Cloud Assuredworkloads V1beta1Workload Resource Settings Resource Type Consumer Folder - CONSUMER_FOLDER
Consumer Folder.
- Google
Cloud Assuredworkloads V1beta1Workload Resource Settings Resource Type Encryption Keys Project - ENCRYPTION_KEYS_PROJECT
Consumer project containing encryption keys.
- Google
Cloud Assuredworkloads V1beta1Workload Resource Settings Resource Type Keyring - KEYRING
Keyring resource that hosts encryption keys.
- Resource
Type Unspecified - RESOURCE_TYPE_UNSPECIFIED
Unknown resource type.
- Consumer
Project - 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
Consumer Folder.
- Encryption
Keys Project - ENCRYPTION_KEYS_PROJECT
Consumer project containing encryption keys.
- Keyring
- KEYRING
Keyring resource that hosts encryption keys.
- Resource
Type Unspecified - RESOURCE_TYPE_UNSPECIFIED
Unknown resource type.
- Consumer
Project - 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
Consumer Folder.
- Encryption
Keys Project - ENCRYPTION_KEYS_PROJECT
Consumer project containing encryption keys.
- Keyring
- KEYRING
Keyring resource that hosts encryption keys.
- RESOURCE_TYPE_UNSPECIFIED
- RESOURCE_TYPE_UNSPECIFIED
Unknown resource type.
- CONSUMER_PROJECT
- 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
Consumer Folder.
- ENCRYPTION_KEYS_PROJECT
- ENCRYPTION_KEYS_PROJECT
Consumer project containing encryption keys.
- KEYRING
- KEYRING
Keyring resource that hosts encryption keys.
- "RESOURCE_TYPE_UNSPECIFIED"
- RESOURCE_TYPE_UNSPECIFIED
Unknown resource type.
- "CONSUMER_PROJECT"
- 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
Consumer Folder.
- "ENCRYPTION_KEYS_PROJECT"
- ENCRYPTION_KEYS_PROJECT
Consumer project containing encryption keys.
- "KEYRING"
- KEYRING
Keyring resource that hosts encryption keys.
GoogleCloudAssuredworkloadsV1beta1WorkloadResourceSettingsResponse
- Display
Name string User-assigned resource display name. If not empty it will be used to create a resource with the specified name.
- Resource
Id string 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.
- Resource
Type string 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)
- Display
Name string User-assigned resource display name. If not empty it will be used to create a resource with the specified name.
- Resource
Id string 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.
- Resource
Type string 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)
- display
Name String User-assigned resource display name. If not empty it will be used to create a resource with the specified name.
- resource
Id String 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.
- resource
Type String 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)
- display
Name string User-assigned resource display name. If not empty it will be used to create a resource with the specified name.
- resource
Id string 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.
- resource
Type string 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)
- display_
name str User-assigned resource display name. If not empty it will be used to create a resource with the specified name.
- resource_
id str 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.
- resource_
type str 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)
- display
Name String User-assigned resource display name. If not empty it will be used to create a resource with the specified name.
- resource
Id String 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.
- resource
Type String 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)
GoogleCloudAssuredworkloadsV1beta1WorkloadSaaEnrollmentResponseResponse
- Setup
Errors List<string> Indicates SAA enrollment setup error if any.
- Setup
Status string Indicates SAA enrollment status of a given workload.
- Setup
Errors []string Indicates SAA enrollment setup error if any.
- Setup
Status string Indicates SAA enrollment status of a given workload.
- setup
Errors List<String> Indicates SAA enrollment setup error if any.
- setup
Status String Indicates SAA enrollment status of a given workload.
- setup
Errors string[] Indicates SAA enrollment setup error if any.
- setup
Status string Indicates SAA enrollment status of a given workload.
- setup_
errors Sequence[str] Indicates SAA enrollment setup error if any.
- setup_
status str Indicates SAA enrollment status of a given workload.
- setup
Errors List<String> Indicates SAA enrollment setup error if any.
- setup
Status String Indicates SAA enrollment status of a given workload.
WorkloadComplianceRegime
- Compliance
Regime Unspecified - COMPLIANCE_REGIME_UNSPECIFIED
Unknown compliance regime.
- Il4
- IL4
Information protection as per DoD IL4 requirements.
- Cjis
- CJIS
Criminal Justice Information Services (CJIS) Security policies.
- Fedramp
High - FEDRAMP_HIGH
FedRAMP High data protection controls
- Fedramp
Moderate - FEDRAMP_MODERATE
FedRAMP Moderate data protection controls
- Us
Regional Access - US_REGIONAL_ACCESS
Assured Workloads For US Regions data protection controls
- Hipaa
- HIPAA
Health Insurance Portability and Accountability Act controls
- Hitrust
- HITRUST
Health Information Trust Alliance controls
- Eu
Regions And Support - EU_REGIONS_AND_SUPPORT
Assured Workloads For EU Regions and Support controls
- Ca
Regions And Support - CA_REGIONS_AND_SUPPORT
Assured Workloads For Canada Regions and Support controls
- Itar
- ITAR
International Traffic in Arms Regulations
- Au
Regions And Us Support - 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
Assured Workloads for Partners;
- Isr
Regions - ISR_REGIONS
Assured Workloads for Israel
- Isr
Regions And Support - ISR_REGIONS_AND_SUPPORT
Assured Workloads for Israel Regions
- Ca
Protected B - CA_PROTECTED_B
Assured Workloads for Canada Protected B regime
- Workload
Compliance Regime Compliance Regime Unspecified - COMPLIANCE_REGIME_UNSPECIFIED
Unknown compliance regime.
- Workload
Compliance Regime Il4 - IL4
Information protection as per DoD IL4 requirements.
- Workload
Compliance Regime Cjis - CJIS
Criminal Justice Information Services (CJIS) Security policies.
- Workload
Compliance Regime Fedramp High - FEDRAMP_HIGH
FedRAMP High data protection controls
- Workload
Compliance Regime Fedramp Moderate - FEDRAMP_MODERATE
FedRAMP Moderate data protection controls
- Workload
Compliance Regime Us Regional Access - US_REGIONAL_ACCESS
Assured Workloads For US Regions data protection controls
- Workload
Compliance Regime Hipaa - HIPAA
Health Insurance Portability and Accountability Act controls
- Workload
Compliance Regime Hitrust - HITRUST
Health Information Trust Alliance controls
- Workload
Compliance Regime Eu Regions And Support - EU_REGIONS_AND_SUPPORT
Assured Workloads For EU Regions and Support controls
- Workload
Compliance Regime Ca Regions And Support - CA_REGIONS_AND_SUPPORT
Assured Workloads For Canada Regions and Support controls
- Workload
Compliance Regime Itar - ITAR
International Traffic in Arms Regulations
- Workload
Compliance Regime Au Regions And Us Support - AU_REGIONS_AND_US_SUPPORT
Assured Workloads for Australia Regions and Support controls Available for public preview consumption. Don't create production workloads.
- Workload
Compliance Regime Assured Workloads For Partners - ASSURED_WORKLOADS_FOR_PARTNERS
Assured Workloads for Partners;
- Workload
Compliance Regime Isr Regions - ISR_REGIONS
Assured Workloads for Israel
- Workload
Compliance Regime Isr Regions And Support - ISR_REGIONS_AND_SUPPORT
Assured Workloads for Israel Regions
- Workload
Compliance Regime Ca Protected B - CA_PROTECTED_B
Assured Workloads for Canada Protected B regime
- Compliance
Regime Unspecified - COMPLIANCE_REGIME_UNSPECIFIED
Unknown compliance regime.
- Il4
- IL4
Information protection as per DoD IL4 requirements.
- Cjis
- CJIS
Criminal Justice Information Services (CJIS) Security policies.
- Fedramp
High - FEDRAMP_HIGH
FedRAMP High data protection controls
- Fedramp
Moderate - FEDRAMP_MODERATE
FedRAMP Moderate data protection controls
- Us
Regional Access - US_REGIONAL_ACCESS
Assured Workloads For US Regions data protection controls
- Hipaa
- HIPAA
Health Insurance Portability and Accountability Act controls
- Hitrust
- HITRUST
Health Information Trust Alliance controls
- Eu
Regions And Support - EU_REGIONS_AND_SUPPORT
Assured Workloads For EU Regions and Support controls
- Ca
Regions And Support - CA_REGIONS_AND_SUPPORT
Assured Workloads For Canada Regions and Support controls
- Itar
- ITAR
International Traffic in Arms Regulations
- Au
Regions And Us Support - 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
Assured Workloads for Partners;
- Isr
Regions - ISR_REGIONS
Assured Workloads for Israel
- Isr
Regions And Support - ISR_REGIONS_AND_SUPPORT
Assured Workloads for Israel Regions
- Ca
Protected B - CA_PROTECTED_B
Assured Workloads for Canada Protected B regime
- Compliance
Regime Unspecified - COMPLIANCE_REGIME_UNSPECIFIED
Unknown compliance regime.
- Il4
- IL4
Information protection as per DoD IL4 requirements.
- Cjis
- CJIS
Criminal Justice Information Services (CJIS) Security policies.
- Fedramp
High - FEDRAMP_HIGH
FedRAMP High data protection controls
- Fedramp
Moderate - FEDRAMP_MODERATE
FedRAMP Moderate data protection controls
- Us
Regional Access - US_REGIONAL_ACCESS
Assured Workloads For US Regions data protection controls
- Hipaa
- HIPAA
Health Insurance Portability and Accountability Act controls
- Hitrust
- HITRUST
Health Information Trust Alliance controls
- Eu
Regions And Support - EU_REGIONS_AND_SUPPORT
Assured Workloads For EU Regions and Support controls
- Ca
Regions And Support - CA_REGIONS_AND_SUPPORT
Assured Workloads For Canada Regions and Support controls
- Itar
- ITAR
International Traffic in Arms Regulations
- Au
Regions And Us Support - 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
Assured Workloads for Partners;
- Isr
Regions - ISR_REGIONS
Assured Workloads for Israel
- Isr
Regions And Support - ISR_REGIONS_AND_SUPPORT
Assured Workloads for Israel Regions
- Ca
Protected B - CA_PROTECTED_B
Assured Workloads for Canada Protected B regime
- COMPLIANCE_REGIME_UNSPECIFIED
- COMPLIANCE_REGIME_UNSPECIFIED
Unknown compliance regime.
- IL4
- IL4
Information protection as per DoD IL4 requirements.
- CJIS
- CJIS
Criminal Justice Information Services (CJIS) Security policies.
- FEDRAMP_HIGH
- FEDRAMP_HIGH
FedRAMP High data protection controls
- FEDRAMP_MODERATE
- FEDRAMP_MODERATE
FedRAMP Moderate data protection controls
- US_REGIONAL_ACCESS
- US_REGIONAL_ACCESS
Assured Workloads For US Regions data protection controls
- HIPAA
- HIPAA
Health Insurance Portability and Accountability Act controls
- HITRUST
- HITRUST
Health Information Trust Alliance controls
- EU_REGIONS_AND_SUPPORT
- EU_REGIONS_AND_SUPPORT
Assured Workloads For EU Regions and Support controls
- CA_REGIONS_AND_SUPPORT
- CA_REGIONS_AND_SUPPORT
Assured Workloads For Canada Regions and Support controls
- ITAR
- ITAR
International Traffic in Arms Regulations
- AU_REGIONS_AND_US_SUPPORT
- 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
Assured Workloads for Partners;
- ISR_REGIONS
- ISR_REGIONS
Assured Workloads for Israel
- ISR_REGIONS_AND_SUPPORT
- ISR_REGIONS_AND_SUPPORT
Assured Workloads for Israel Regions
- CA_PROTECTED_B
- CA_PROTECTED_B
Assured Workloads for Canada Protected B regime
- "COMPLIANCE_REGIME_UNSPECIFIED"
- COMPLIANCE_REGIME_UNSPECIFIED
Unknown compliance regime.
- "IL4"
- IL4
Information protection as per DoD IL4 requirements.
- "CJIS"
- CJIS
Criminal Justice Information Services (CJIS) Security policies.
- "FEDRAMP_HIGH"
- FEDRAMP_HIGH
FedRAMP High data protection controls
- "FEDRAMP_MODERATE"
- FEDRAMP_MODERATE
FedRAMP Moderate data protection controls
- "US_REGIONAL_ACCESS"
- US_REGIONAL_ACCESS
Assured Workloads For US Regions data protection controls
- "HIPAA"
- HIPAA
Health Insurance Portability and Accountability Act controls
- "HITRUST"
- HITRUST
Health Information Trust Alliance controls
- "EU_REGIONS_AND_SUPPORT"
- EU_REGIONS_AND_SUPPORT
Assured Workloads For EU Regions and Support controls
- "CA_REGIONS_AND_SUPPORT"
- CA_REGIONS_AND_SUPPORT
Assured Workloads For Canada Regions and Support controls
- "ITAR"
- ITAR
International Traffic in Arms Regulations
- "AU_REGIONS_AND_US_SUPPORT"
- 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
Assured Workloads for Partners;
- "ISR_REGIONS"
- ISR_REGIONS
Assured Workloads for Israel
- "ISR_REGIONS_AND_SUPPORT"
- ISR_REGIONS_AND_SUPPORT
Assured Workloads for Israel Regions
- "CA_PROTECTED_B"
- CA_PROTECTED_B
Assured Workloads for Canada Protected B regime
WorkloadPartner
- Partner
Unspecified - PARTNER_UNSPECIFIED
- Local
Controls By S3ns - LOCAL_CONTROLS_BY_S3NS
Enum representing S3NS (Thales) partner.
- Sovereign
Controls By TSystems - SOVEREIGN_CONTROLS_BY_T_SYSTEMS
Enum representing T_SYSTEM (TSI) partner.
- Workload
Partner Partner Unspecified - PARTNER_UNSPECIFIED
- Workload
Partner Local Controls By S3ns - LOCAL_CONTROLS_BY_S3NS
Enum representing S3NS (Thales) partner.
- Workload
Partner Sovereign Controls By TSystems - SOVEREIGN_CONTROLS_BY_T_SYSTEMS
Enum representing T_SYSTEM (TSI) partner.
- Partner
Unspecified - PARTNER_UNSPECIFIED
- Local
Controls By S3ns - LOCAL_CONTROLS_BY_S3NS
Enum representing S3NS (Thales) partner.
- Sovereign
Controls By TSystems - SOVEREIGN_CONTROLS_BY_T_SYSTEMS
Enum representing T_SYSTEM (TSI) partner.
- Partner
Unspecified - PARTNER_UNSPECIFIED
- Local
Controls By S3ns - LOCAL_CONTROLS_BY_S3NS
Enum representing S3NS (Thales) partner.
- Sovereign
Controls By TSystems - SOVEREIGN_CONTROLS_BY_T_SYSTEMS
Enum representing T_SYSTEM (TSI) partner.
- PARTNER_UNSPECIFIED
- PARTNER_UNSPECIFIED
- LOCAL_CONTROLS_BY_S3NS
- LOCAL_CONTROLS_BY_S3NS
Enum representing S3NS (Thales) partner.
- SOVEREIGN_CONTROLS_BY_T_SYSTEMS
- SOVEREIGN_CONTROLS_BY_T_SYSTEMS
Enum representing T_SYSTEM (TSI) partner.
- "PARTNER_UNSPECIFIED"
- PARTNER_UNSPECIFIED
- "LOCAL_CONTROLS_BY_S3NS"
- LOCAL_CONTROLS_BY_S3NS
Enum representing S3NS (Thales) partner.
- "SOVEREIGN_CONTROLS_BY_T_SYSTEMS"
- SOVEREIGN_CONTROLS_BY_T_SYSTEMS
Enum representing T_SYSTEM (TSI) partner.
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0