Google Cloud Native is in preview. Google Cloud Classic is fully supported.
google-native.contentwarehouse/v1.RuleSet
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Creates a ruleset.
Create RuleSet Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new RuleSet(name: string, args?: RuleSetArgs, opts?: CustomResourceOptions);@overload
def RuleSet(resource_name: str,
            args: Optional[RuleSetArgs] = None,
            opts: Optional[ResourceOptions] = None)
@overload
def RuleSet(resource_name: str,
            opts: Optional[ResourceOptions] = None,
            description: Optional[str] = None,
            location: Optional[str] = None,
            name: Optional[str] = None,
            project: Optional[str] = None,
            rules: Optional[Sequence[GoogleCloudContentwarehouseV1RuleArgs]] = None,
            source: Optional[str] = None)func NewRuleSet(ctx *Context, name string, args *RuleSetArgs, opts ...ResourceOption) (*RuleSet, error)public RuleSet(string name, RuleSetArgs? args = null, CustomResourceOptions? opts = null)
public RuleSet(String name, RuleSetArgs args)
public RuleSet(String name, RuleSetArgs args, CustomResourceOptions options)
type: google-native:contentwarehouse/v1:RuleSet
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args RuleSetArgs
- 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 RuleSetArgs
- 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 RuleSetArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args RuleSetArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args RuleSetArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var ruleSetResource = new GoogleNative.Contentwarehouse.V1.RuleSet("ruleSetResource", new()
{
    Description = "string",
    Location = "string",
    Name = "string",
    Project = "string",
    Rules = new[]
    {
        new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudContentwarehouseV1RuleArgs
        {
            Actions = new[]
            {
                new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudContentwarehouseV1ActionArgs
                {
                    AccessControl = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudContentwarehouseV1AccessControlActionArgs
                    {
                        OperationType = GoogleNative.Contentwarehouse.V1.GoogleCloudContentwarehouseV1AccessControlActionOperationType.Unknown,
                        Policy = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleIamV1PolicyArgs
                        {
                            AuditConfigs = new[]
                            {
                                new GoogleNative.Contentwarehouse.V1.Inputs.GoogleIamV1AuditConfigArgs
                                {
                                    AuditLogConfigs = new[]
                                    {
                                        new GoogleNative.Contentwarehouse.V1.Inputs.GoogleIamV1AuditLogConfigArgs
                                        {
                                            ExemptedMembers = new[]
                                            {
                                                "string",
                                            },
                                            LogType = GoogleNative.Contentwarehouse.V1.GoogleIamV1AuditLogConfigLogType.LogTypeUnspecified,
                                        },
                                    },
                                    Service = "string",
                                },
                            },
                            Bindings = new[]
                            {
                                new GoogleNative.Contentwarehouse.V1.Inputs.GoogleIamV1BindingArgs
                                {
                                    Condition = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleTypeExprArgs
                                    {
                                        Description = "string",
                                        Expression = "string",
                                        Location = "string",
                                        Title = "string",
                                    },
                                    Members = new[]
                                    {
                                        "string",
                                    },
                                    Role = "string",
                                },
                            },
                            Etag = "string",
                            Version = 0,
                        },
                    },
                    ActionId = "string",
                    AddToFolder = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudContentwarehouseV1AddToFolderActionArgs
                    {
                        Folders = new[]
                        {
                            "string",
                        },
                    },
                    DataUpdate = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudContentwarehouseV1DataUpdateActionArgs
                    {
                        Entries = 
                        {
                            { "string", "string" },
                        },
                    },
                    DataValidation = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudContentwarehouseV1DataValidationActionArgs
                    {
                        Conditions = 
                        {
                            { "string", "string" },
                        },
                    },
                    DeleteDocumentAction = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudContentwarehouseV1DeleteDocumentActionArgs
                    {
                        EnableHardDelete = false,
                    },
                    PublishToPubSub = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudContentwarehouseV1PublishActionArgs
                    {
                        Messages = new[]
                        {
                            "string",
                        },
                        TopicId = "string",
                    },
                    RemoveFromFolderAction = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudContentwarehouseV1RemoveFromFolderActionArgs
                    {
                        Condition = "string",
                        Folder = "string",
                    },
                },
            },
            Condition = "string",
            Description = "string",
            RuleId = "string",
            TriggerType = GoogleNative.Contentwarehouse.V1.GoogleCloudContentwarehouseV1RuleTriggerType.Unknown,
        },
    },
    Source = "string",
});
example, err := contentwarehouse.NewRuleSet(ctx, "ruleSetResource", &contentwarehouse.RuleSetArgs{
	Description: pulumi.String("string"),
	Location:    pulumi.String("string"),
	Name:        pulumi.String("string"),
	Project:     pulumi.String("string"),
	Rules: contentwarehouse.GoogleCloudContentwarehouseV1RuleArray{
		&contentwarehouse.GoogleCloudContentwarehouseV1RuleArgs{
			Actions: contentwarehouse.GoogleCloudContentwarehouseV1ActionArray{
				&contentwarehouse.GoogleCloudContentwarehouseV1ActionArgs{
					AccessControl: &contentwarehouse.GoogleCloudContentwarehouseV1AccessControlActionArgs{
						OperationType: contentwarehouse.GoogleCloudContentwarehouseV1AccessControlActionOperationTypeUnknown,
						Policy: &contentwarehouse.GoogleIamV1PolicyArgs{
							AuditConfigs: contentwarehouse.GoogleIamV1AuditConfigArray{
								&contentwarehouse.GoogleIamV1AuditConfigArgs{
									AuditLogConfigs: contentwarehouse.GoogleIamV1AuditLogConfigArray{
										&contentwarehouse.GoogleIamV1AuditLogConfigArgs{
											ExemptedMembers: pulumi.StringArray{
												pulumi.String("string"),
											},
											LogType: contentwarehouse.GoogleIamV1AuditLogConfigLogTypeLogTypeUnspecified,
										},
									},
									Service: pulumi.String("string"),
								},
							},
							Bindings: contentwarehouse.GoogleIamV1BindingArray{
								&contentwarehouse.GoogleIamV1BindingArgs{
									Condition: &contentwarehouse.GoogleTypeExprArgs{
										Description: pulumi.String("string"),
										Expression:  pulumi.String("string"),
										Location:    pulumi.String("string"),
										Title:       pulumi.String("string"),
									},
									Members: pulumi.StringArray{
										pulumi.String("string"),
									},
									Role: pulumi.String("string"),
								},
							},
							Etag:    pulumi.String("string"),
							Version: pulumi.Int(0),
						},
					},
					ActionId: pulumi.String("string"),
					AddToFolder: &contentwarehouse.GoogleCloudContentwarehouseV1AddToFolderActionArgs{
						Folders: pulumi.StringArray{
							pulumi.String("string"),
						},
					},
					DataUpdate: &contentwarehouse.GoogleCloudContentwarehouseV1DataUpdateActionArgs{
						Entries: pulumi.StringMap{
							"string": pulumi.String("string"),
						},
					},
					DataValidation: &contentwarehouse.GoogleCloudContentwarehouseV1DataValidationActionArgs{
						Conditions: pulumi.StringMap{
							"string": pulumi.String("string"),
						},
					},
					DeleteDocumentAction: &contentwarehouse.GoogleCloudContentwarehouseV1DeleteDocumentActionArgs{
						EnableHardDelete: pulumi.Bool(false),
					},
					PublishToPubSub: &contentwarehouse.GoogleCloudContentwarehouseV1PublishActionArgs{
						Messages: pulumi.StringArray{
							pulumi.String("string"),
						},
						TopicId: pulumi.String("string"),
					},
					RemoveFromFolderAction: &contentwarehouse.GoogleCloudContentwarehouseV1RemoveFromFolderActionArgs{
						Condition: pulumi.String("string"),
						Folder:    pulumi.String("string"),
					},
				},
			},
			Condition:   pulumi.String("string"),
			Description: pulumi.String("string"),
			RuleId:      pulumi.String("string"),
			TriggerType: contentwarehouse.GoogleCloudContentwarehouseV1RuleTriggerTypeUnknown,
		},
	},
	Source: pulumi.String("string"),
})
var ruleSetResource = new RuleSet("ruleSetResource", RuleSetArgs.builder()
    .description("string")
    .location("string")
    .name("string")
    .project("string")
    .rules(GoogleCloudContentwarehouseV1RuleArgs.builder()
        .actions(GoogleCloudContentwarehouseV1ActionArgs.builder()
            .accessControl(GoogleCloudContentwarehouseV1AccessControlActionArgs.builder()
                .operationType("UNKNOWN")
                .policy(GoogleIamV1PolicyArgs.builder()
                    .auditConfigs(GoogleIamV1AuditConfigArgs.builder()
                        .auditLogConfigs(GoogleIamV1AuditLogConfigArgs.builder()
                            .exemptedMembers("string")
                            .logType("LOG_TYPE_UNSPECIFIED")
                            .build())
                        .service("string")
                        .build())
                    .bindings(GoogleIamV1BindingArgs.builder()
                        .condition(GoogleTypeExprArgs.builder()
                            .description("string")
                            .expression("string")
                            .location("string")
                            .title("string")
                            .build())
                        .members("string")
                        .role("string")
                        .build())
                    .etag("string")
                    .version(0)
                    .build())
                .build())
            .actionId("string")
            .addToFolder(GoogleCloudContentwarehouseV1AddToFolderActionArgs.builder()
                .folders("string")
                .build())
            .dataUpdate(GoogleCloudContentwarehouseV1DataUpdateActionArgs.builder()
                .entries(Map.of("string", "string"))
                .build())
            .dataValidation(GoogleCloudContentwarehouseV1DataValidationActionArgs.builder()
                .conditions(Map.of("string", "string"))
                .build())
            .deleteDocumentAction(GoogleCloudContentwarehouseV1DeleteDocumentActionArgs.builder()
                .enableHardDelete(false)
                .build())
            .publishToPubSub(GoogleCloudContentwarehouseV1PublishActionArgs.builder()
                .messages("string")
                .topicId("string")
                .build())
            .removeFromFolderAction(GoogleCloudContentwarehouseV1RemoveFromFolderActionArgs.builder()
                .condition("string")
                .folder("string")
                .build())
            .build())
        .condition("string")
        .description("string")
        .ruleId("string")
        .triggerType("UNKNOWN")
        .build())
    .source("string")
    .build());
rule_set_resource = google_native.contentwarehouse.v1.RuleSet("ruleSetResource",
    description="string",
    location="string",
    name="string",
    project="string",
    rules=[{
        "actions": [{
            "access_control": {
                "operation_type": google_native.contentwarehouse.v1.GoogleCloudContentwarehouseV1AccessControlActionOperationType.UNKNOWN,
                "policy": {
                    "audit_configs": [{
                        "audit_log_configs": [{
                            "exempted_members": ["string"],
                            "log_type": google_native.contentwarehouse.v1.GoogleIamV1AuditLogConfigLogType.LOG_TYPE_UNSPECIFIED,
                        }],
                        "service": "string",
                    }],
                    "bindings": [{
                        "condition": {
                            "description": "string",
                            "expression": "string",
                            "location": "string",
                            "title": "string",
                        },
                        "members": ["string"],
                        "role": "string",
                    }],
                    "etag": "string",
                    "version": 0,
                },
            },
            "action_id": "string",
            "add_to_folder": {
                "folders": ["string"],
            },
            "data_update": {
                "entries": {
                    "string": "string",
                },
            },
            "data_validation": {
                "conditions": {
                    "string": "string",
                },
            },
            "delete_document_action": {
                "enable_hard_delete": False,
            },
            "publish_to_pub_sub": {
                "messages": ["string"],
                "topic_id": "string",
            },
            "remove_from_folder_action": {
                "condition": "string",
                "folder": "string",
            },
        }],
        "condition": "string",
        "description": "string",
        "rule_id": "string",
        "trigger_type": google_native.contentwarehouse.v1.GoogleCloudContentwarehouseV1RuleTriggerType.UNKNOWN,
    }],
    source="string")
const ruleSetResource = new google_native.contentwarehouse.v1.RuleSet("ruleSetResource", {
    description: "string",
    location: "string",
    name: "string",
    project: "string",
    rules: [{
        actions: [{
            accessControl: {
                operationType: google_native.contentwarehouse.v1.GoogleCloudContentwarehouseV1AccessControlActionOperationType.Unknown,
                policy: {
                    auditConfigs: [{
                        auditLogConfigs: [{
                            exemptedMembers: ["string"],
                            logType: google_native.contentwarehouse.v1.GoogleIamV1AuditLogConfigLogType.LogTypeUnspecified,
                        }],
                        service: "string",
                    }],
                    bindings: [{
                        condition: {
                            description: "string",
                            expression: "string",
                            location: "string",
                            title: "string",
                        },
                        members: ["string"],
                        role: "string",
                    }],
                    etag: "string",
                    version: 0,
                },
            },
            actionId: "string",
            addToFolder: {
                folders: ["string"],
            },
            dataUpdate: {
                entries: {
                    string: "string",
                },
            },
            dataValidation: {
                conditions: {
                    string: "string",
                },
            },
            deleteDocumentAction: {
                enableHardDelete: false,
            },
            publishToPubSub: {
                messages: ["string"],
                topicId: "string",
            },
            removeFromFolderAction: {
                condition: "string",
                folder: "string",
            },
        }],
        condition: "string",
        description: "string",
        ruleId: "string",
        triggerType: google_native.contentwarehouse.v1.GoogleCloudContentwarehouseV1RuleTriggerType.Unknown,
    }],
    source: "string",
});
type: google-native:contentwarehouse/v1:RuleSet
properties:
    description: string
    location: string
    name: string
    project: string
    rules:
        - actions:
            - accessControl:
                operationType: UNKNOWN
                policy:
                    auditConfigs:
                        - auditLogConfigs:
                            - exemptedMembers:
                                - string
                              logType: LOG_TYPE_UNSPECIFIED
                          service: string
                    bindings:
                        - condition:
                            description: string
                            expression: string
                            location: string
                            title: string
                          members:
                            - string
                          role: string
                    etag: string
                    version: 0
              actionId: string
              addToFolder:
                folders:
                    - string
              dataUpdate:
                entries:
                    string: string
              dataValidation:
                conditions:
                    string: string
              deleteDocumentAction:
                enableHardDelete: false
              publishToPubSub:
                messages:
                    - string
                topicId: string
              removeFromFolderAction:
                condition: string
                folder: string
          condition: string
          description: string
          ruleId: string
          triggerType: UNKNOWN
    source: string
RuleSet Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The RuleSet resource accepts the following input properties:
- Description string
- Short description of the rule-set.
- Location string
- Name string
- The resource name of the rule set. Managed internally. Format: projects/{project_number}/locations/{location}/ruleSet/{rule_set_id}. The name is ignored when creating a rule set.
- Project string
- Rules
List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Contentwarehouse V1Rule> 
- List of rules given by the customer.
- Source string
- Source of the rules i.e., customer name.
- Description string
- Short description of the rule-set.
- Location string
- Name string
- The resource name of the rule set. Managed internally. Format: projects/{project_number}/locations/{location}/ruleSet/{rule_set_id}. The name is ignored when creating a rule set.
- Project string
- Rules
[]GoogleCloud Contentwarehouse V1Rule Args 
- List of rules given by the customer.
- Source string
- Source of the rules i.e., customer name.
- description String
- Short description of the rule-set.
- location String
- name String
- The resource name of the rule set. Managed internally. Format: projects/{project_number}/locations/{location}/ruleSet/{rule_set_id}. The name is ignored when creating a rule set.
- project String
- rules
List<GoogleCloud Contentwarehouse V1Rule> 
- List of rules given by the customer.
- source String
- Source of the rules i.e., customer name.
- description string
- Short description of the rule-set.
- location string
- name string
- The resource name of the rule set. Managed internally. Format: projects/{project_number}/locations/{location}/ruleSet/{rule_set_id}. The name is ignored when creating a rule set.
- project string
- rules
GoogleCloud Contentwarehouse V1Rule[] 
- List of rules given by the customer.
- source string
- Source of the rules i.e., customer name.
- description str
- Short description of the rule-set.
- location str
- name str
- The resource name of the rule set. Managed internally. Format: projects/{project_number}/locations/{location}/ruleSet/{rule_set_id}. The name is ignored when creating a rule set.
- project str
- rules
Sequence[GoogleCloud Contentwarehouse V1Rule Args] 
- List of rules given by the customer.
- source str
- Source of the rules i.e., customer name.
- description String
- Short description of the rule-set.
- location String
- name String
- The resource name of the rule set. Managed internally. Format: projects/{project_number}/locations/{location}/ruleSet/{rule_set_id}. The name is ignored when creating a rule set.
- project String
- rules List<Property Map>
- List of rules given by the customer.
- source String
- Source of the rules i.e., customer name.
Outputs
All input properties are implicitly available as output properties. Additionally, the RuleSet resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Supporting Types
GoogleCloudContentwarehouseV1AccessControlAction, GoogleCloudContentwarehouseV1AccessControlActionArgs            
- OperationType Pulumi.Google Native. Contentwarehouse. V1. Google Cloud Contentwarehouse V1Access Control Action Operation Type 
- Identifies the type of operation.
- Policy
Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Iam V1Policy 
- Represents the new policy from which bindings are added, removed or replaced based on the type of the operation. the policy is limited to a few 10s of KB.
- OperationType GoogleCloud Contentwarehouse V1Access Control Action Operation Type 
- Identifies the type of operation.
- Policy
GoogleIam V1Policy 
- Represents the new policy from which bindings are added, removed or replaced based on the type of the operation. the policy is limited to a few 10s of KB.
- operationType GoogleCloud Contentwarehouse V1Access Control Action Operation Type 
- Identifies the type of operation.
- policy
GoogleIam V1Policy 
- Represents the new policy from which bindings are added, removed or replaced based on the type of the operation. the policy is limited to a few 10s of KB.
- operationType GoogleCloud Contentwarehouse V1Access Control Action Operation Type 
- Identifies the type of operation.
- policy
GoogleIam V1Policy 
- Represents the new policy from which bindings are added, removed or replaced based on the type of the operation. the policy is limited to a few 10s of KB.
- operation_type GoogleCloud Contentwarehouse V1Access Control Action Operation Type 
- Identifies the type of operation.
- policy
GoogleIam V1Policy 
- Represents the new policy from which bindings are added, removed or replaced based on the type of the operation. the policy is limited to a few 10s of KB.
- operationType "UNKNOWN" | "ADD_POLICY_BINDING" | "REMOVE_POLICY_BINDING" | "REPLACE_POLICY_BINDING"
- Identifies the type of operation.
- policy Property Map
- Represents the new policy from which bindings are added, removed or replaced based on the type of the operation. the policy is limited to a few 10s of KB.
GoogleCloudContentwarehouseV1AccessControlActionOperationType, GoogleCloudContentwarehouseV1AccessControlActionOperationTypeArgs                
- Unknown
- UNKNOWNThe unknown operation type.
- AddPolicy Binding 
- ADD_POLICY_BINDINGAdds newly given policy bindings in the existing bindings list.
- RemovePolicy Binding 
- REMOVE_POLICY_BINDINGRemoves newly given policy bindings from the existing bindings list.
- ReplacePolicy Binding 
- REPLACE_POLICY_BINDINGReplaces existing policy bindings with the given policy binding list
- GoogleCloud Contentwarehouse V1Access Control Action Operation Type Unknown 
- UNKNOWNThe unknown operation type.
- GoogleCloud Contentwarehouse V1Access Control Action Operation Type Add Policy Binding 
- ADD_POLICY_BINDINGAdds newly given policy bindings in the existing bindings list.
- GoogleCloud Contentwarehouse V1Access Control Action Operation Type Remove Policy Binding 
- REMOVE_POLICY_BINDINGRemoves newly given policy bindings from the existing bindings list.
- GoogleCloud Contentwarehouse V1Access Control Action Operation Type Replace Policy Binding 
- REPLACE_POLICY_BINDINGReplaces existing policy bindings with the given policy binding list
- Unknown
- UNKNOWNThe unknown operation type.
- AddPolicy Binding 
- ADD_POLICY_BINDINGAdds newly given policy bindings in the existing bindings list.
- RemovePolicy Binding 
- REMOVE_POLICY_BINDINGRemoves newly given policy bindings from the existing bindings list.
- ReplacePolicy Binding 
- REPLACE_POLICY_BINDINGReplaces existing policy bindings with the given policy binding list
- Unknown
- UNKNOWNThe unknown operation type.
- AddPolicy Binding 
- ADD_POLICY_BINDINGAdds newly given policy bindings in the existing bindings list.
- RemovePolicy Binding 
- REMOVE_POLICY_BINDINGRemoves newly given policy bindings from the existing bindings list.
- ReplacePolicy Binding 
- REPLACE_POLICY_BINDINGReplaces existing policy bindings with the given policy binding list
- UNKNOWN
- UNKNOWNThe unknown operation type.
- ADD_POLICY_BINDING
- ADD_POLICY_BINDINGAdds newly given policy bindings in the existing bindings list.
- REMOVE_POLICY_BINDING
- REMOVE_POLICY_BINDINGRemoves newly given policy bindings from the existing bindings list.
- REPLACE_POLICY_BINDING
- REPLACE_POLICY_BINDINGReplaces existing policy bindings with the given policy binding list
- "UNKNOWN"
- UNKNOWNThe unknown operation type.
- "ADD_POLICY_BINDING"
- ADD_POLICY_BINDINGAdds newly given policy bindings in the existing bindings list.
- "REMOVE_POLICY_BINDING"
- REMOVE_POLICY_BINDINGRemoves newly given policy bindings from the existing bindings list.
- "REPLACE_POLICY_BINDING"
- REPLACE_POLICY_BINDINGReplaces existing policy bindings with the given policy binding list
GoogleCloudContentwarehouseV1AccessControlActionResponse, GoogleCloudContentwarehouseV1AccessControlActionResponseArgs              
- OperationType string
- Identifies the type of operation.
- Policy
Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Iam V1Policy Response 
- Represents the new policy from which bindings are added, removed or replaced based on the type of the operation. the policy is limited to a few 10s of KB.
- OperationType string
- Identifies the type of operation.
- Policy
GoogleIam V1Policy Response 
- Represents the new policy from which bindings are added, removed or replaced based on the type of the operation. the policy is limited to a few 10s of KB.
- operationType String
- Identifies the type of operation.
- policy
GoogleIam V1Policy Response 
- Represents the new policy from which bindings are added, removed or replaced based on the type of the operation. the policy is limited to a few 10s of KB.
- operationType string
- Identifies the type of operation.
- policy
GoogleIam V1Policy Response 
- Represents the new policy from which bindings are added, removed or replaced based on the type of the operation. the policy is limited to a few 10s of KB.
- operation_type str
- Identifies the type of operation.
- policy
GoogleIam V1Policy Response 
- Represents the new policy from which bindings are added, removed or replaced based on the type of the operation. the policy is limited to a few 10s of KB.
- operationType String
- Identifies the type of operation.
- policy Property Map
- Represents the new policy from which bindings are added, removed or replaced based on the type of the operation. the policy is limited to a few 10s of KB.
GoogleCloudContentwarehouseV1Action, GoogleCloudContentwarehouseV1ActionArgs        
- AccessControl Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Contentwarehouse V1Access Control Action 
- Action triggering access control operations.
- ActionId string
- ID of the action. Managed internally.
- AddTo Pulumi.Folder Google Native. Contentwarehouse. V1. Inputs. Google Cloud Contentwarehouse V1Add To Folder Action 
- Action triggering create document link operation.
- DataUpdate Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Contentwarehouse V1Data Update Action 
- Action triggering data update operations.
- DataValidation Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Contentwarehouse V1Data Validation Action 
- Action triggering data validation operations.
- DeleteDocument Pulumi.Action Google Native. Contentwarehouse. V1. Inputs. Google Cloud Contentwarehouse V1Delete Document Action 
- Action deleting the document.
- PublishTo Pulumi.Pub Sub Google Native. Contentwarehouse. V1. Inputs. Google Cloud Contentwarehouse V1Publish Action 
- Action publish to Pub/Sub operation.
- RemoveFrom Pulumi.Folder Action Google Native. Contentwarehouse. V1. Inputs. Google Cloud Contentwarehouse V1Remove From Folder Action 
- Action removing a document from a folder.
- AccessControl GoogleCloud Contentwarehouse V1Access Control Action 
- Action triggering access control operations.
- ActionId string
- ID of the action. Managed internally.
- AddTo GoogleFolder Cloud Contentwarehouse V1Add To Folder Action 
- Action triggering create document link operation.
- DataUpdate GoogleCloud Contentwarehouse V1Data Update Action 
- Action triggering data update operations.
- DataValidation GoogleCloud Contentwarehouse V1Data Validation Action 
- Action triggering data validation operations.
- DeleteDocument GoogleAction Cloud Contentwarehouse V1Delete Document Action 
- Action deleting the document.
- PublishTo GooglePub Sub Cloud Contentwarehouse V1Publish Action 
- Action publish to Pub/Sub operation.
- RemoveFrom GoogleFolder Action Cloud Contentwarehouse V1Remove From Folder Action 
- Action removing a document from a folder.
- accessControl GoogleCloud Contentwarehouse V1Access Control Action 
- Action triggering access control operations.
- actionId String
- ID of the action. Managed internally.
- addTo GoogleFolder Cloud Contentwarehouse V1Add To Folder Action 
- Action triggering create document link operation.
- dataUpdate GoogleCloud Contentwarehouse V1Data Update Action 
- Action triggering data update operations.
- dataValidation GoogleCloud Contentwarehouse V1Data Validation Action 
- Action triggering data validation operations.
- deleteDocument GoogleAction Cloud Contentwarehouse V1Delete Document Action 
- Action deleting the document.
- publishTo GooglePub Sub Cloud Contentwarehouse V1Publish Action 
- Action publish to Pub/Sub operation.
- removeFrom GoogleFolder Action Cloud Contentwarehouse V1Remove From Folder Action 
- Action removing a document from a folder.
- accessControl GoogleCloud Contentwarehouse V1Access Control Action 
- Action triggering access control operations.
- actionId string
- ID of the action. Managed internally.
- addTo GoogleFolder Cloud Contentwarehouse V1Add To Folder Action 
- Action triggering create document link operation.
- dataUpdate GoogleCloud Contentwarehouse V1Data Update Action 
- Action triggering data update operations.
- dataValidation GoogleCloud Contentwarehouse V1Data Validation Action 
- Action triggering data validation operations.
- deleteDocument GoogleAction Cloud Contentwarehouse V1Delete Document Action 
- Action deleting the document.
- publishTo GooglePub Sub Cloud Contentwarehouse V1Publish Action 
- Action publish to Pub/Sub operation.
- removeFrom GoogleFolder Action Cloud Contentwarehouse V1Remove From Folder Action 
- Action removing a document from a folder.
- access_control GoogleCloud Contentwarehouse V1Access Control Action 
- Action triggering access control operations.
- action_id str
- ID of the action. Managed internally.
- add_to_ Googlefolder Cloud Contentwarehouse V1Add To Folder Action 
- Action triggering create document link operation.
- data_update GoogleCloud Contentwarehouse V1Data Update Action 
- Action triggering data update operations.
- data_validation GoogleCloud Contentwarehouse V1Data Validation Action 
- Action triggering data validation operations.
- delete_document_ Googleaction Cloud Contentwarehouse V1Delete Document Action 
- Action deleting the document.
- publish_to_ Googlepub_ sub Cloud Contentwarehouse V1Publish Action 
- Action publish to Pub/Sub operation.
- remove_from_ Googlefolder_ action Cloud Contentwarehouse V1Remove From Folder Action 
- Action removing a document from a folder.
- accessControl Property Map
- Action triggering access control operations.
- actionId String
- ID of the action. Managed internally.
- addTo Property MapFolder 
- Action triggering create document link operation.
- dataUpdate Property Map
- Action triggering data update operations.
- dataValidation Property Map
- Action triggering data validation operations.
- deleteDocument Property MapAction 
- Action deleting the document.
- publishTo Property MapPub Sub 
- Action publish to Pub/Sub operation.
- removeFrom Property MapFolder Action 
- Action removing a document from a folder.
GoogleCloudContentwarehouseV1ActionResponse, GoogleCloudContentwarehouseV1ActionResponseArgs          
- AccessControl Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Contentwarehouse V1Access Control Action Response 
- Action triggering access control operations.
- ActionId string
- ID of the action. Managed internally.
- AddTo Pulumi.Folder Google Native. Contentwarehouse. V1. Inputs. Google Cloud Contentwarehouse V1Add To Folder Action Response 
- Action triggering create document link operation.
- DataUpdate Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Contentwarehouse V1Data Update Action Response 
- Action triggering data update operations.
- DataValidation Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Contentwarehouse V1Data Validation Action Response 
- Action triggering data validation operations.
- DeleteDocument Pulumi.Action Google Native. Contentwarehouse. V1. Inputs. Google Cloud Contentwarehouse V1Delete Document Action Response 
- Action deleting the document.
- PublishTo Pulumi.Pub Sub Google Native. Contentwarehouse. V1. Inputs. Google Cloud Contentwarehouse V1Publish Action Response 
- Action publish to Pub/Sub operation.
- RemoveFrom Pulumi.Folder Action Google Native. Contentwarehouse. V1. Inputs. Google Cloud Contentwarehouse V1Remove From Folder Action Response 
- Action removing a document from a folder.
- AccessControl GoogleCloud Contentwarehouse V1Access Control Action Response 
- Action triggering access control operations.
- ActionId string
- ID of the action. Managed internally.
- AddTo GoogleFolder Cloud Contentwarehouse V1Add To Folder Action Response 
- Action triggering create document link operation.
- DataUpdate GoogleCloud Contentwarehouse V1Data Update Action Response 
- Action triggering data update operations.
- DataValidation GoogleCloud Contentwarehouse V1Data Validation Action Response 
- Action triggering data validation operations.
- DeleteDocument GoogleAction Cloud Contentwarehouse V1Delete Document Action Response 
- Action deleting the document.
- PublishTo GooglePub Sub Cloud Contentwarehouse V1Publish Action Response 
- Action publish to Pub/Sub operation.
- RemoveFrom GoogleFolder Action Cloud Contentwarehouse V1Remove From Folder Action Response 
- Action removing a document from a folder.
- accessControl GoogleCloud Contentwarehouse V1Access Control Action Response 
- Action triggering access control operations.
- actionId String
- ID of the action. Managed internally.
- addTo GoogleFolder Cloud Contentwarehouse V1Add To Folder Action Response 
- Action triggering create document link operation.
- dataUpdate GoogleCloud Contentwarehouse V1Data Update Action Response 
- Action triggering data update operations.
- dataValidation GoogleCloud Contentwarehouse V1Data Validation Action Response 
- Action triggering data validation operations.
- deleteDocument GoogleAction Cloud Contentwarehouse V1Delete Document Action Response 
- Action deleting the document.
- publishTo GooglePub Sub Cloud Contentwarehouse V1Publish Action Response 
- Action publish to Pub/Sub operation.
- removeFrom GoogleFolder Action Cloud Contentwarehouse V1Remove From Folder Action Response 
- Action removing a document from a folder.
- accessControl GoogleCloud Contentwarehouse V1Access Control Action Response 
- Action triggering access control operations.
- actionId string
- ID of the action. Managed internally.
- addTo GoogleFolder Cloud Contentwarehouse V1Add To Folder Action Response 
- Action triggering create document link operation.
- dataUpdate GoogleCloud Contentwarehouse V1Data Update Action Response 
- Action triggering data update operations.
- dataValidation GoogleCloud Contentwarehouse V1Data Validation Action Response 
- Action triggering data validation operations.
- deleteDocument GoogleAction Cloud Contentwarehouse V1Delete Document Action Response 
- Action deleting the document.
- publishTo GooglePub Sub Cloud Contentwarehouse V1Publish Action Response 
- Action publish to Pub/Sub operation.
- removeFrom GoogleFolder Action Cloud Contentwarehouse V1Remove From Folder Action Response 
- Action removing a document from a folder.
- access_control GoogleCloud Contentwarehouse V1Access Control Action Response 
- Action triggering access control operations.
- action_id str
- ID of the action. Managed internally.
- add_to_ Googlefolder Cloud Contentwarehouse V1Add To Folder Action Response 
- Action triggering create document link operation.
- data_update GoogleCloud Contentwarehouse V1Data Update Action Response 
- Action triggering data update operations.
- data_validation GoogleCloud Contentwarehouse V1Data Validation Action Response 
- Action triggering data validation operations.
- delete_document_ Googleaction Cloud Contentwarehouse V1Delete Document Action Response 
- Action deleting the document.
- publish_to_ Googlepub_ sub Cloud Contentwarehouse V1Publish Action Response 
- Action publish to Pub/Sub operation.
- remove_from_ Googlefolder_ action Cloud Contentwarehouse V1Remove From Folder Action Response 
- Action removing a document from a folder.
- accessControl Property Map
- Action triggering access control operations.
- actionId String
- ID of the action. Managed internally.
- addTo Property MapFolder 
- Action triggering create document link operation.
- dataUpdate Property Map
- Action triggering data update operations.
- dataValidation Property Map
- Action triggering data validation operations.
- deleteDocument Property MapAction 
- Action deleting the document.
- publishTo Property MapPub Sub 
- Action publish to Pub/Sub operation.
- removeFrom Property MapFolder Action 
- Action removing a document from a folder.
GoogleCloudContentwarehouseV1AddToFolderAction, GoogleCloudContentwarehouseV1AddToFolderActionArgs              
- Folders List<string>
- Names of the folder under which new document is to be added. Format: projects/{project_number}/locations/{location}/documents/{document_id}.
- Folders []string
- Names of the folder under which new document is to be added. Format: projects/{project_number}/locations/{location}/documents/{document_id}.
- folders List<String>
- Names of the folder under which new document is to be added. Format: projects/{project_number}/locations/{location}/documents/{document_id}.
- folders string[]
- Names of the folder under which new document is to be added. Format: projects/{project_number}/locations/{location}/documents/{document_id}.
- folders Sequence[str]
- Names of the folder under which new document is to be added. Format: projects/{project_number}/locations/{location}/documents/{document_id}.
- folders List<String>
- Names of the folder under which new document is to be added. Format: projects/{project_number}/locations/{location}/documents/{document_id}.
GoogleCloudContentwarehouseV1AddToFolderActionResponse, GoogleCloudContentwarehouseV1AddToFolderActionResponseArgs                
- Folders List<string>
- Names of the folder under which new document is to be added. Format: projects/{project_number}/locations/{location}/documents/{document_id}.
- Folders []string
- Names of the folder under which new document is to be added. Format: projects/{project_number}/locations/{location}/documents/{document_id}.
- folders List<String>
- Names of the folder under which new document is to be added. Format: projects/{project_number}/locations/{location}/documents/{document_id}.
- folders string[]
- Names of the folder under which new document is to be added. Format: projects/{project_number}/locations/{location}/documents/{document_id}.
- folders Sequence[str]
- Names of the folder under which new document is to be added. Format: projects/{project_number}/locations/{location}/documents/{document_id}.
- folders List<String>
- Names of the folder under which new document is to be added. Format: projects/{project_number}/locations/{location}/documents/{document_id}.
GoogleCloudContentwarehouseV1DataUpdateAction, GoogleCloudContentwarehouseV1DataUpdateActionArgs            
- Entries Dictionary<string, string>
- Map of (K, V) -> (valid name of the field, new value of the field) E.g., ("age", "60") entry triggers update of field age with a value of 60. If the field is not present then new entry is added. During update action execution, value strings will be casted to appropriate types.
- Entries map[string]string
- Map of (K, V) -> (valid name of the field, new value of the field) E.g., ("age", "60") entry triggers update of field age with a value of 60. If the field is not present then new entry is added. During update action execution, value strings will be casted to appropriate types.
- entries Map<String,String>
- Map of (K, V) -> (valid name of the field, new value of the field) E.g., ("age", "60") entry triggers update of field age with a value of 60. If the field is not present then new entry is added. During update action execution, value strings will be casted to appropriate types.
- entries {[key: string]: string}
- Map of (K, V) -> (valid name of the field, new value of the field) E.g., ("age", "60") entry triggers update of field age with a value of 60. If the field is not present then new entry is added. During update action execution, value strings will be casted to appropriate types.
- entries Mapping[str, str]
- Map of (K, V) -> (valid name of the field, new value of the field) E.g., ("age", "60") entry triggers update of field age with a value of 60. If the field is not present then new entry is added. During update action execution, value strings will be casted to appropriate types.
- entries Map<String>
- Map of (K, V) -> (valid name of the field, new value of the field) E.g., ("age", "60") entry triggers update of field age with a value of 60. If the field is not present then new entry is added. During update action execution, value strings will be casted to appropriate types.
GoogleCloudContentwarehouseV1DataUpdateActionResponse, GoogleCloudContentwarehouseV1DataUpdateActionResponseArgs              
- Entries Dictionary<string, string>
- Map of (K, V) -> (valid name of the field, new value of the field) E.g., ("age", "60") entry triggers update of field age with a value of 60. If the field is not present then new entry is added. During update action execution, value strings will be casted to appropriate types.
- Entries map[string]string
- Map of (K, V) -> (valid name of the field, new value of the field) E.g., ("age", "60") entry triggers update of field age with a value of 60. If the field is not present then new entry is added. During update action execution, value strings will be casted to appropriate types.
- entries Map<String,String>
- Map of (K, V) -> (valid name of the field, new value of the field) E.g., ("age", "60") entry triggers update of field age with a value of 60. If the field is not present then new entry is added. During update action execution, value strings will be casted to appropriate types.
- entries {[key: string]: string}
- Map of (K, V) -> (valid name of the field, new value of the field) E.g., ("age", "60") entry triggers update of field age with a value of 60. If the field is not present then new entry is added. During update action execution, value strings will be casted to appropriate types.
- entries Mapping[str, str]
- Map of (K, V) -> (valid name of the field, new value of the field) E.g., ("age", "60") entry triggers update of field age with a value of 60. If the field is not present then new entry is added. During update action execution, value strings will be casted to appropriate types.
- entries Map<String>
- Map of (K, V) -> (valid name of the field, new value of the field) E.g., ("age", "60") entry triggers update of field age with a value of 60. If the field is not present then new entry is added. During update action execution, value strings will be casted to appropriate types.
GoogleCloudContentwarehouseV1DataValidationAction, GoogleCloudContentwarehouseV1DataValidationActionArgs            
- Conditions Dictionary<string, string>
- Map of (K, V) -> (field, string condition to be evaluated on the field) E.g., ("age", "age > 18 && age < 60") entry triggers validation of field age with the given condition. Map entries will be ANDed during validation.
- Conditions map[string]string
- Map of (K, V) -> (field, string condition to be evaluated on the field) E.g., ("age", "age > 18 && age < 60") entry triggers validation of field age with the given condition. Map entries will be ANDed during validation.
- conditions Map<String,String>
- Map of (K, V) -> (field, string condition to be evaluated on the field) E.g., ("age", "age > 18 && age < 60") entry triggers validation of field age with the given condition. Map entries will be ANDed during validation.
- conditions {[key: string]: string}
- Map of (K, V) -> (field, string condition to be evaluated on the field) E.g., ("age", "age > 18 && age < 60") entry triggers validation of field age with the given condition. Map entries will be ANDed during validation.
- conditions Mapping[str, str]
- Map of (K, V) -> (field, string condition to be evaluated on the field) E.g., ("age", "age > 18 && age < 60") entry triggers validation of field age with the given condition. Map entries will be ANDed during validation.
- conditions Map<String>
- Map of (K, V) -> (field, string condition to be evaluated on the field) E.g., ("age", "age > 18 && age < 60") entry triggers validation of field age with the given condition. Map entries will be ANDed during validation.
GoogleCloudContentwarehouseV1DataValidationActionResponse, GoogleCloudContentwarehouseV1DataValidationActionResponseArgs              
- Conditions Dictionary<string, string>
- Map of (K, V) -> (field, string condition to be evaluated on the field) E.g., ("age", "age > 18 && age < 60") entry triggers validation of field age with the given condition. Map entries will be ANDed during validation.
- Conditions map[string]string
- Map of (K, V) -> (field, string condition to be evaluated on the field) E.g., ("age", "age > 18 && age < 60") entry triggers validation of field age with the given condition. Map entries will be ANDed during validation.
- conditions Map<String,String>
- Map of (K, V) -> (field, string condition to be evaluated on the field) E.g., ("age", "age > 18 && age < 60") entry triggers validation of field age with the given condition. Map entries will be ANDed during validation.
- conditions {[key: string]: string}
- Map of (K, V) -> (field, string condition to be evaluated on the field) E.g., ("age", "age > 18 && age < 60") entry triggers validation of field age with the given condition. Map entries will be ANDed during validation.
- conditions Mapping[str, str]
- Map of (K, V) -> (field, string condition to be evaluated on the field) E.g., ("age", "age > 18 && age < 60") entry triggers validation of field age with the given condition. Map entries will be ANDed during validation.
- conditions Map<String>
- Map of (K, V) -> (field, string condition to be evaluated on the field) E.g., ("age", "age > 18 && age < 60") entry triggers validation of field age with the given condition. Map entries will be ANDed during validation.
GoogleCloudContentwarehouseV1DeleteDocumentAction, GoogleCloudContentwarehouseV1DeleteDocumentActionArgs            
- EnableHard boolDelete 
- Boolean field to select between hard vs soft delete options. Set 'true' for 'hard delete' and 'false' for 'soft delete'.
- EnableHard boolDelete 
- Boolean field to select between hard vs soft delete options. Set 'true' for 'hard delete' and 'false' for 'soft delete'.
- enableHard BooleanDelete 
- Boolean field to select between hard vs soft delete options. Set 'true' for 'hard delete' and 'false' for 'soft delete'.
- enableHard booleanDelete 
- Boolean field to select between hard vs soft delete options. Set 'true' for 'hard delete' and 'false' for 'soft delete'.
- enable_hard_ booldelete 
- Boolean field to select between hard vs soft delete options. Set 'true' for 'hard delete' and 'false' for 'soft delete'.
- enableHard BooleanDelete 
- Boolean field to select between hard vs soft delete options. Set 'true' for 'hard delete' and 'false' for 'soft delete'.
GoogleCloudContentwarehouseV1DeleteDocumentActionResponse, GoogleCloudContentwarehouseV1DeleteDocumentActionResponseArgs              
- EnableHard boolDelete 
- Boolean field to select between hard vs soft delete options. Set 'true' for 'hard delete' and 'false' for 'soft delete'.
- EnableHard boolDelete 
- Boolean field to select between hard vs soft delete options. Set 'true' for 'hard delete' and 'false' for 'soft delete'.
- enableHard BooleanDelete 
- Boolean field to select between hard vs soft delete options. Set 'true' for 'hard delete' and 'false' for 'soft delete'.
- enableHard booleanDelete 
- Boolean field to select between hard vs soft delete options. Set 'true' for 'hard delete' and 'false' for 'soft delete'.
- enable_hard_ booldelete 
- Boolean field to select between hard vs soft delete options. Set 'true' for 'hard delete' and 'false' for 'soft delete'.
- enableHard BooleanDelete 
- Boolean field to select between hard vs soft delete options. Set 'true' for 'hard delete' and 'false' for 'soft delete'.
GoogleCloudContentwarehouseV1PublishAction, GoogleCloudContentwarehouseV1PublishActionArgs          
GoogleCloudContentwarehouseV1PublishActionResponse, GoogleCloudContentwarehouseV1PublishActionResponseArgs            
GoogleCloudContentwarehouseV1RemoveFromFolderAction, GoogleCloudContentwarehouseV1RemoveFromFolderActionArgs              
GoogleCloudContentwarehouseV1RemoveFromFolderActionResponse, GoogleCloudContentwarehouseV1RemoveFromFolderActionResponseArgs                
GoogleCloudContentwarehouseV1Rule, GoogleCloudContentwarehouseV1RuleArgs        
- Actions
List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Contentwarehouse V1Action> 
- List of actions that are executed when the rule is satisfied.
- Condition string
- Represents the conditional expression to be evaluated. Expression should evaluate to a boolean result. When the condition is true actions are executed. Example: user_role = "hsbc_role_1" AND doc.salary > 20000
- Description string
- Short description of the rule and its context.
- RuleId string
- ID of the rule. It has to be unique across all the examples. This is managed internally.
- TriggerType Pulumi.Google Native. Contentwarehouse. V1. Google Cloud Contentwarehouse V1Rule Trigger Type 
- Identifies the trigger type for running the policy.
- Actions
[]GoogleCloud Contentwarehouse V1Action 
- List of actions that are executed when the rule is satisfied.
- Condition string
- Represents the conditional expression to be evaluated. Expression should evaluate to a boolean result. When the condition is true actions are executed. Example: user_role = "hsbc_role_1" AND doc.salary > 20000
- Description string
- Short description of the rule and its context.
- RuleId string
- ID of the rule. It has to be unique across all the examples. This is managed internally.
- TriggerType GoogleCloud Contentwarehouse V1Rule Trigger Type 
- Identifies the trigger type for running the policy.
- actions
List<GoogleCloud Contentwarehouse V1Action> 
- List of actions that are executed when the rule is satisfied.
- condition String
- Represents the conditional expression to be evaluated. Expression should evaluate to a boolean result. When the condition is true actions are executed. Example: user_role = "hsbc_role_1" AND doc.salary > 20000
- description String
- Short description of the rule and its context.
- ruleId String
- ID of the rule. It has to be unique across all the examples. This is managed internally.
- triggerType GoogleCloud Contentwarehouse V1Rule Trigger Type 
- Identifies the trigger type for running the policy.
- actions
GoogleCloud Contentwarehouse V1Action[] 
- List of actions that are executed when the rule is satisfied.
- condition string
- Represents the conditional expression to be evaluated. Expression should evaluate to a boolean result. When the condition is true actions are executed. Example: user_role = "hsbc_role_1" AND doc.salary > 20000
- description string
- Short description of the rule and its context.
- ruleId string
- ID of the rule. It has to be unique across all the examples. This is managed internally.
- triggerType GoogleCloud Contentwarehouse V1Rule Trigger Type 
- Identifies the trigger type for running the policy.
- actions
Sequence[GoogleCloud Contentwarehouse V1Action] 
- List of actions that are executed when the rule is satisfied.
- condition str
- Represents the conditional expression to be evaluated. Expression should evaluate to a boolean result. When the condition is true actions are executed. Example: user_role = "hsbc_role_1" AND doc.salary > 20000
- description str
- Short description of the rule and its context.
- rule_id str
- ID of the rule. It has to be unique across all the examples. This is managed internally.
- trigger_type GoogleCloud Contentwarehouse V1Rule Trigger Type 
- Identifies the trigger type for running the policy.
- actions List<Property Map>
- List of actions that are executed when the rule is satisfied.
- condition String
- Represents the conditional expression to be evaluated. Expression should evaluate to a boolean result. When the condition is true actions are executed. Example: user_role = "hsbc_role_1" AND doc.salary > 20000
- description String
- Short description of the rule and its context.
- ruleId String
- ID of the rule. It has to be unique across all the examples. This is managed internally.
- triggerType "UNKNOWN" | "ON_CREATE" | "ON_UPDATE" | "ON_CREATE_LINK" | "ON_DELETE_LINK"
- Identifies the trigger type for running the policy.
GoogleCloudContentwarehouseV1RuleResponse, GoogleCloudContentwarehouseV1RuleResponseArgs          
- Actions
List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Contentwarehouse V1Action Response> 
- List of actions that are executed when the rule is satisfied.
- Condition string
- Represents the conditional expression to be evaluated. Expression should evaluate to a boolean result. When the condition is true actions are executed. Example: user_role = "hsbc_role_1" AND doc.salary > 20000
- Description string
- Short description of the rule and its context.
- RuleId string
- ID of the rule. It has to be unique across all the examples. This is managed internally.
- TriggerType string
- Identifies the trigger type for running the policy.
- Actions
[]GoogleCloud Contentwarehouse V1Action Response 
- List of actions that are executed when the rule is satisfied.
- Condition string
- Represents the conditional expression to be evaluated. Expression should evaluate to a boolean result. When the condition is true actions are executed. Example: user_role = "hsbc_role_1" AND doc.salary > 20000
- Description string
- Short description of the rule and its context.
- RuleId string
- ID of the rule. It has to be unique across all the examples. This is managed internally.
- TriggerType string
- Identifies the trigger type for running the policy.
- actions
List<GoogleCloud Contentwarehouse V1Action Response> 
- List of actions that are executed when the rule is satisfied.
- condition String
- Represents the conditional expression to be evaluated. Expression should evaluate to a boolean result. When the condition is true actions are executed. Example: user_role = "hsbc_role_1" AND doc.salary > 20000
- description String
- Short description of the rule and its context.
- ruleId String
- ID of the rule. It has to be unique across all the examples. This is managed internally.
- triggerType String
- Identifies the trigger type for running the policy.
- actions
GoogleCloud Contentwarehouse V1Action Response[] 
- List of actions that are executed when the rule is satisfied.
- condition string
- Represents the conditional expression to be evaluated. Expression should evaluate to a boolean result. When the condition is true actions are executed. Example: user_role = "hsbc_role_1" AND doc.salary > 20000
- description string
- Short description of the rule and its context.
- ruleId string
- ID of the rule. It has to be unique across all the examples. This is managed internally.
- triggerType string
- Identifies the trigger type for running the policy.
- actions
Sequence[GoogleCloud Contentwarehouse V1Action Response] 
- List of actions that are executed when the rule is satisfied.
- condition str
- Represents the conditional expression to be evaluated. Expression should evaluate to a boolean result. When the condition is true actions are executed. Example: user_role = "hsbc_role_1" AND doc.salary > 20000
- description str
- Short description of the rule and its context.
- rule_id str
- ID of the rule. It has to be unique across all the examples. This is managed internally.
- trigger_type str
- Identifies the trigger type for running the policy.
- actions List<Property Map>
- List of actions that are executed when the rule is satisfied.
- condition String
- Represents the conditional expression to be evaluated. Expression should evaluate to a boolean result. When the condition is true actions are executed. Example: user_role = "hsbc_role_1" AND doc.salary > 20000
- description String
- Short description of the rule and its context.
- ruleId String
- ID of the rule. It has to be unique across all the examples. This is managed internally.
- triggerType String
- Identifies the trigger type for running the policy.
GoogleCloudContentwarehouseV1RuleTriggerType, GoogleCloudContentwarehouseV1RuleTriggerTypeArgs            
- Unknown
- UNKNOWNTrigger for unknown action.
- OnCreate 
- ON_CREATETrigger for create document action.
- OnUpdate 
- ON_UPDATETrigger for update document action.
- OnCreate Link 
- ON_CREATE_LINKTrigger for create link action.
- OnDelete Link 
- ON_DELETE_LINKTrigger for delete link action.
- GoogleCloud Contentwarehouse V1Rule Trigger Type Unknown 
- UNKNOWNTrigger for unknown action.
- GoogleCloud Contentwarehouse V1Rule Trigger Type On Create 
- ON_CREATETrigger for create document action.
- GoogleCloud Contentwarehouse V1Rule Trigger Type On Update 
- ON_UPDATETrigger for update document action.
- GoogleCloud Contentwarehouse V1Rule Trigger Type On Create Link 
- ON_CREATE_LINKTrigger for create link action.
- GoogleCloud Contentwarehouse V1Rule Trigger Type On Delete Link 
- ON_DELETE_LINKTrigger for delete link action.
- Unknown
- UNKNOWNTrigger for unknown action.
- OnCreate 
- ON_CREATETrigger for create document action.
- OnUpdate 
- ON_UPDATETrigger for update document action.
- OnCreate Link 
- ON_CREATE_LINKTrigger for create link action.
- OnDelete Link 
- ON_DELETE_LINKTrigger for delete link action.
- Unknown
- UNKNOWNTrigger for unknown action.
- OnCreate 
- ON_CREATETrigger for create document action.
- OnUpdate 
- ON_UPDATETrigger for update document action.
- OnCreate Link 
- ON_CREATE_LINKTrigger for create link action.
- OnDelete Link 
- ON_DELETE_LINKTrigger for delete link action.
- UNKNOWN
- UNKNOWNTrigger for unknown action.
- ON_CREATE
- ON_CREATETrigger for create document action.
- ON_UPDATE
- ON_UPDATETrigger for update document action.
- ON_CREATE_LINK
- ON_CREATE_LINKTrigger for create link action.
- ON_DELETE_LINK
- ON_DELETE_LINKTrigger for delete link action.
- "UNKNOWN"
- UNKNOWNTrigger for unknown action.
- "ON_CREATE"
- ON_CREATETrigger for create document action.
- "ON_UPDATE"
- ON_UPDATETrigger for update document action.
- "ON_CREATE_LINK"
- ON_CREATE_LINKTrigger for create link action.
- "ON_DELETE_LINK"
- ON_DELETE_LINKTrigger for delete link action.
GoogleIamV1AuditConfig, GoogleIamV1AuditConfigArgs        
- AuditLog List<Pulumi.Configs Google Native. Contentwarehouse. V1. Inputs. Google Iam V1Audit Log Config> 
- The configuration for logging of each type of permission.
- Service string
- Specifies a service that will be enabled for audit logging. For example, storage.googleapis.com,cloudsql.googleapis.com.allServicesis a special value that covers all services.
- AuditLog []GoogleConfigs Iam V1Audit Log Config 
- The configuration for logging of each type of permission.
- Service string
- Specifies a service that will be enabled for audit logging. For example, storage.googleapis.com,cloudsql.googleapis.com.allServicesis a special value that covers all services.
- auditLog List<GoogleConfigs Iam V1Audit Log Config> 
- The configuration for logging of each type of permission.
- service String
- Specifies a service that will be enabled for audit logging. For example, storage.googleapis.com,cloudsql.googleapis.com.allServicesis a special value that covers all services.
- auditLog GoogleConfigs Iam V1Audit Log Config[] 
- The configuration for logging of each type of permission.
- service string
- Specifies a service that will be enabled for audit logging. For example, storage.googleapis.com,cloudsql.googleapis.com.allServicesis a special value that covers all services.
- audit_log_ Sequence[Googleconfigs Iam V1Audit Log Config] 
- The configuration for logging of each type of permission.
- service str
- Specifies a service that will be enabled for audit logging. For example, storage.googleapis.com,cloudsql.googleapis.com.allServicesis a special value that covers all services.
- auditLog List<Property Map>Configs 
- The configuration for logging of each type of permission.
- service String
- Specifies a service that will be enabled for audit logging. For example, storage.googleapis.com,cloudsql.googleapis.com.allServicesis a special value that covers all services.
GoogleIamV1AuditConfigResponse, GoogleIamV1AuditConfigResponseArgs          
- AuditLog List<Pulumi.Configs Google Native. Contentwarehouse. V1. Inputs. Google Iam V1Audit Log Config Response> 
- The configuration for logging of each type of permission.
- Service string
- Specifies a service that will be enabled for audit logging. For example, storage.googleapis.com,cloudsql.googleapis.com.allServicesis a special value that covers all services.
- AuditLog []GoogleConfigs Iam V1Audit Log Config Response 
- The configuration for logging of each type of permission.
- Service string
- Specifies a service that will be enabled for audit logging. For example, storage.googleapis.com,cloudsql.googleapis.com.allServicesis a special value that covers all services.
- auditLog List<GoogleConfigs Iam V1Audit Log Config Response> 
- The configuration for logging of each type of permission.
- service String
- Specifies a service that will be enabled for audit logging. For example, storage.googleapis.com,cloudsql.googleapis.com.allServicesis a special value that covers all services.
- auditLog GoogleConfigs Iam V1Audit Log Config Response[] 
- The configuration for logging of each type of permission.
- service string
- Specifies a service that will be enabled for audit logging. For example, storage.googleapis.com,cloudsql.googleapis.com.allServicesis a special value that covers all services.
- audit_log_ Sequence[Googleconfigs Iam V1Audit Log Config Response] 
- The configuration for logging of each type of permission.
- service str
- Specifies a service that will be enabled for audit logging. For example, storage.googleapis.com,cloudsql.googleapis.com.allServicesis a special value that covers all services.
- auditLog List<Property Map>Configs 
- The configuration for logging of each type of permission.
- service String
- Specifies a service that will be enabled for audit logging. For example, storage.googleapis.com,cloudsql.googleapis.com.allServicesis a special value that covers all services.
GoogleIamV1AuditLogConfig, GoogleIamV1AuditLogConfigArgs          
- ExemptedMembers List<string>
- Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.
- LogType Pulumi.Google Native. Contentwarehouse. V1. Google Iam V1Audit Log Config Log Type 
- The log type that this config enables.
- ExemptedMembers []string
- Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.
- LogType GoogleIam V1Audit Log Config Log Type 
- The log type that this config enables.
- exemptedMembers List<String>
- Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.
- logType GoogleIam V1Audit Log Config Log Type 
- The log type that this config enables.
- exemptedMembers string[]
- Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.
- logType GoogleIam V1Audit Log Config Log Type 
- The log type that this config enables.
- exempted_members Sequence[str]
- Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.
- log_type GoogleIam V1Audit Log Config Log Type 
- The log type that this config enables.
- exemptedMembers List<String>
- Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.
- logType "LOG_TYPE_UNSPECIFIED" | "ADMIN_READ" | "DATA_WRITE" | "DATA_READ"
- The log type that this config enables.
GoogleIamV1AuditLogConfigLogType, GoogleIamV1AuditLogConfigLogTypeArgs              
- LogType Unspecified 
- LOG_TYPE_UNSPECIFIEDDefault case. Should never be this.
- AdminRead 
- ADMIN_READAdmin reads. Example: CloudIAM getIamPolicy
- DataWrite 
- DATA_WRITEData writes. Example: CloudSQL Users create
- DataRead 
- DATA_READData reads. Example: CloudSQL Users list
- GoogleIam V1Audit Log Config Log Type Log Type Unspecified 
- LOG_TYPE_UNSPECIFIEDDefault case. Should never be this.
- GoogleIam V1Audit Log Config Log Type Admin Read 
- ADMIN_READAdmin reads. Example: CloudIAM getIamPolicy
- GoogleIam V1Audit Log Config Log Type Data Write 
- DATA_WRITEData writes. Example: CloudSQL Users create
- GoogleIam V1Audit Log Config Log Type Data Read 
- DATA_READData reads. Example: CloudSQL Users list
- LogType Unspecified 
- LOG_TYPE_UNSPECIFIEDDefault case. Should never be this.
- AdminRead 
- ADMIN_READAdmin reads. Example: CloudIAM getIamPolicy
- DataWrite 
- DATA_WRITEData writes. Example: CloudSQL Users create
- DataRead 
- DATA_READData reads. Example: CloudSQL Users list
- LogType Unspecified 
- LOG_TYPE_UNSPECIFIEDDefault case. Should never be this.
- AdminRead 
- ADMIN_READAdmin reads. Example: CloudIAM getIamPolicy
- DataWrite 
- DATA_WRITEData writes. Example: CloudSQL Users create
- DataRead 
- DATA_READData reads. Example: CloudSQL Users list
- LOG_TYPE_UNSPECIFIED
- LOG_TYPE_UNSPECIFIEDDefault case. Should never be this.
- ADMIN_READ
- ADMIN_READAdmin reads. Example: CloudIAM getIamPolicy
- DATA_WRITE
- DATA_WRITEData writes. Example: CloudSQL Users create
- DATA_READ
- DATA_READData reads. Example: CloudSQL Users list
- "LOG_TYPE_UNSPECIFIED"
- LOG_TYPE_UNSPECIFIEDDefault case. Should never be this.
- "ADMIN_READ"
- ADMIN_READAdmin reads. Example: CloudIAM getIamPolicy
- "DATA_WRITE"
- DATA_WRITEData writes. Example: CloudSQL Users create
- "DATA_READ"
- DATA_READData reads. Example: CloudSQL Users list
GoogleIamV1AuditLogConfigResponse, GoogleIamV1AuditLogConfigResponseArgs            
- ExemptedMembers List<string>
- Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.
- LogType string
- The log type that this config enables.
- ExemptedMembers []string
- Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.
- LogType string
- The log type that this config enables.
- exemptedMembers List<String>
- Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.
- logType String
- The log type that this config enables.
- exemptedMembers string[]
- Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.
- logType string
- The log type that this config enables.
- exempted_members Sequence[str]
- Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.
- log_type str
- The log type that this config enables.
- exemptedMembers List<String>
- Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.
- logType String
- The log type that this config enables.
GoogleIamV1Binding, GoogleIamV1BindingArgs      
- Condition
Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Type Expr 
- The condition that is associated with this binding. If the condition evaluates to true, then this binding applies to the current request. If the condition evaluates tofalse, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the IAM documentation.
- Members List<string>
- Specifies the principals requesting access for a Google Cloud resource. memberscan have the following values: *allUsers: A special identifier that represents anyone who is on the internet; with or without a Google account. *allAuthenticatedUsers: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. *user:{emailid}: An email address that represents a specific Google account. For example,alice@example.com. *serviceAccount:{emailid}: An email address that represents a Google service account. For example,my-other-app@appspot.gserviceaccount.com. *serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]: An identifier for a Kubernetes service account. For example,my-project.svc.id.goog[my-namespace/my-kubernetes-sa]. *group:{emailid}: An email address that represents a Google group. For example,admins@example.com. *domain:{domain}: The G Suite domain (primary) that represents all the users of that domain. For example,google.comorexample.com. *deleted:user:{emailid}?uid={uniqueid}: An email address (plus unique identifier) representing a user that has been recently deleted. For example,alice@example.com?uid=123456789012345678901. If the user is recovered, this value reverts touser:{emailid}and the recovered user retains the role in the binding. *deleted:serviceAccount:{emailid}?uid={uniqueid}: An email address (plus unique identifier) representing a service account that has been recently deleted. For example,my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901. If the service account is undeleted, this value reverts toserviceAccount:{emailid}and the undeleted service account retains the role in the binding. *deleted:group:{emailid}?uid={uniqueid}: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example,admins@example.com?uid=123456789012345678901. If the group is recovered, this value reverts togroup:{emailid}and the recovered group retains the role in the binding.
- Role string
- Role that is assigned to the list of members, or principals. For example,roles/viewer,roles/editor, orroles/owner.
- Condition
GoogleType Expr 
- The condition that is associated with this binding. If the condition evaluates to true, then this binding applies to the current request. If the condition evaluates tofalse, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the IAM documentation.
- Members []string
- Specifies the principals requesting access for a Google Cloud resource. memberscan have the following values: *allUsers: A special identifier that represents anyone who is on the internet; with or without a Google account. *allAuthenticatedUsers: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. *user:{emailid}: An email address that represents a specific Google account. For example,alice@example.com. *serviceAccount:{emailid}: An email address that represents a Google service account. For example,my-other-app@appspot.gserviceaccount.com. *serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]: An identifier for a Kubernetes service account. For example,my-project.svc.id.goog[my-namespace/my-kubernetes-sa]. *group:{emailid}: An email address that represents a Google group. For example,admins@example.com. *domain:{domain}: The G Suite domain (primary) that represents all the users of that domain. For example,google.comorexample.com. *deleted:user:{emailid}?uid={uniqueid}: An email address (plus unique identifier) representing a user that has been recently deleted. For example,alice@example.com?uid=123456789012345678901. If the user is recovered, this value reverts touser:{emailid}and the recovered user retains the role in the binding. *deleted:serviceAccount:{emailid}?uid={uniqueid}: An email address (plus unique identifier) representing a service account that has been recently deleted. For example,my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901. If the service account is undeleted, this value reverts toserviceAccount:{emailid}and the undeleted service account retains the role in the binding. *deleted:group:{emailid}?uid={uniqueid}: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example,admins@example.com?uid=123456789012345678901. If the group is recovered, this value reverts togroup:{emailid}and the recovered group retains the role in the binding.
- Role string
- Role that is assigned to the list of members, or principals. For example,roles/viewer,roles/editor, orroles/owner.
- condition
GoogleType Expr 
- The condition that is associated with this binding. If the condition evaluates to true, then this binding applies to the current request. If the condition evaluates tofalse, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the IAM documentation.
- members List<String>
- Specifies the principals requesting access for a Google Cloud resource. memberscan have the following values: *allUsers: A special identifier that represents anyone who is on the internet; with or without a Google account. *allAuthenticatedUsers: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. *user:{emailid}: An email address that represents a specific Google account. For example,alice@example.com. *serviceAccount:{emailid}: An email address that represents a Google service account. For example,my-other-app@appspot.gserviceaccount.com. *serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]: An identifier for a Kubernetes service account. For example,my-project.svc.id.goog[my-namespace/my-kubernetes-sa]. *group:{emailid}: An email address that represents a Google group. For example,admins@example.com. *domain:{domain}: The G Suite domain (primary) that represents all the users of that domain. For example,google.comorexample.com. *deleted:user:{emailid}?uid={uniqueid}: An email address (plus unique identifier) representing a user that has been recently deleted. For example,alice@example.com?uid=123456789012345678901. If the user is recovered, this value reverts touser:{emailid}and the recovered user retains the role in the binding. *deleted:serviceAccount:{emailid}?uid={uniqueid}: An email address (plus unique identifier) representing a service account that has been recently deleted. For example,my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901. If the service account is undeleted, this value reverts toserviceAccount:{emailid}and the undeleted service account retains the role in the binding. *deleted:group:{emailid}?uid={uniqueid}: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example,admins@example.com?uid=123456789012345678901. If the group is recovered, this value reverts togroup:{emailid}and the recovered group retains the role in the binding.
- role String
- Role that is assigned to the list of members, or principals. For example,roles/viewer,roles/editor, orroles/owner.
- condition
GoogleType Expr 
- The condition that is associated with this binding. If the condition evaluates to true, then this binding applies to the current request. If the condition evaluates tofalse, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the IAM documentation.
- members string[]
- Specifies the principals requesting access for a Google Cloud resource. memberscan have the following values: *allUsers: A special identifier that represents anyone who is on the internet; with or without a Google account. *allAuthenticatedUsers: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. *user:{emailid}: An email address that represents a specific Google account. For example,alice@example.com. *serviceAccount:{emailid}: An email address that represents a Google service account. For example,my-other-app@appspot.gserviceaccount.com. *serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]: An identifier for a Kubernetes service account. For example,my-project.svc.id.goog[my-namespace/my-kubernetes-sa]. *group:{emailid}: An email address that represents a Google group. For example,admins@example.com. *domain:{domain}: The G Suite domain (primary) that represents all the users of that domain. For example,google.comorexample.com. *deleted:user:{emailid}?uid={uniqueid}: An email address (plus unique identifier) representing a user that has been recently deleted. For example,alice@example.com?uid=123456789012345678901. If the user is recovered, this value reverts touser:{emailid}and the recovered user retains the role in the binding. *deleted:serviceAccount:{emailid}?uid={uniqueid}: An email address (plus unique identifier) representing a service account that has been recently deleted. For example,my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901. If the service account is undeleted, this value reverts toserviceAccount:{emailid}and the undeleted service account retains the role in the binding. *deleted:group:{emailid}?uid={uniqueid}: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example,admins@example.com?uid=123456789012345678901. If the group is recovered, this value reverts togroup:{emailid}and the recovered group retains the role in the binding.
- role string
- Role that is assigned to the list of members, or principals. For example,roles/viewer,roles/editor, orroles/owner.
- condition
GoogleType Expr 
- The condition that is associated with this binding. If the condition evaluates to true, then this binding applies to the current request. If the condition evaluates tofalse, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the IAM documentation.
- members Sequence[str]
- Specifies the principals requesting access for a Google Cloud resource. memberscan have the following values: *allUsers: A special identifier that represents anyone who is on the internet; with or without a Google account. *allAuthenticatedUsers: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. *user:{emailid}: An email address that represents a specific Google account. For example,alice@example.com. *serviceAccount:{emailid}: An email address that represents a Google service account. For example,my-other-app@appspot.gserviceaccount.com. *serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]: An identifier for a Kubernetes service account. For example,my-project.svc.id.goog[my-namespace/my-kubernetes-sa]. *group:{emailid}: An email address that represents a Google group. For example,admins@example.com. *domain:{domain}: The G Suite domain (primary) that represents all the users of that domain. For example,google.comorexample.com. *deleted:user:{emailid}?uid={uniqueid}: An email address (plus unique identifier) representing a user that has been recently deleted. For example,alice@example.com?uid=123456789012345678901. If the user is recovered, this value reverts touser:{emailid}and the recovered user retains the role in the binding. *deleted:serviceAccount:{emailid}?uid={uniqueid}: An email address (plus unique identifier) representing a service account that has been recently deleted. For example,my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901. If the service account is undeleted, this value reverts toserviceAccount:{emailid}and the undeleted service account retains the role in the binding. *deleted:group:{emailid}?uid={uniqueid}: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example,admins@example.com?uid=123456789012345678901. If the group is recovered, this value reverts togroup:{emailid}and the recovered group retains the role in the binding.
- role str
- Role that is assigned to the list of members, or principals. For example,roles/viewer,roles/editor, orroles/owner.
- condition Property Map
- The condition that is associated with this binding. If the condition evaluates to true, then this binding applies to the current request. If the condition evaluates tofalse, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the IAM documentation.
- members List<String>
- Specifies the principals requesting access for a Google Cloud resource. memberscan have the following values: *allUsers: A special identifier that represents anyone who is on the internet; with or without a Google account. *allAuthenticatedUsers: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. *user:{emailid}: An email address that represents a specific Google account. For example,alice@example.com. *serviceAccount:{emailid}: An email address that represents a Google service account. For example,my-other-app@appspot.gserviceaccount.com. *serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]: An identifier for a Kubernetes service account. For example,my-project.svc.id.goog[my-namespace/my-kubernetes-sa]. *group:{emailid}: An email address that represents a Google group. For example,admins@example.com. *domain:{domain}: The G Suite domain (primary) that represents all the users of that domain. For example,google.comorexample.com. *deleted:user:{emailid}?uid={uniqueid}: An email address (plus unique identifier) representing a user that has been recently deleted. For example,alice@example.com?uid=123456789012345678901. If the user is recovered, this value reverts touser:{emailid}and the recovered user retains the role in the binding. *deleted:serviceAccount:{emailid}?uid={uniqueid}: An email address (plus unique identifier) representing a service account that has been recently deleted. For example,my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901. If the service account is undeleted, this value reverts toserviceAccount:{emailid}and the undeleted service account retains the role in the binding. *deleted:group:{emailid}?uid={uniqueid}: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example,admins@example.com?uid=123456789012345678901. If the group is recovered, this value reverts togroup:{emailid}and the recovered group retains the role in the binding.
- role String
- Role that is assigned to the list of members, or principals. For example,roles/viewer,roles/editor, orroles/owner.
GoogleIamV1BindingResponse, GoogleIamV1BindingResponseArgs        
- Condition
Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Type Expr Response 
- The condition that is associated with this binding. If the condition evaluates to true, then this binding applies to the current request. If the condition evaluates tofalse, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the IAM documentation.
- Members List<string>
- Specifies the principals requesting access for a Google Cloud resource. memberscan have the following values: *allUsers: A special identifier that represents anyone who is on the internet; with or without a Google account. *allAuthenticatedUsers: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. *user:{emailid}: An email address that represents a specific Google account. For example,alice@example.com. *serviceAccount:{emailid}: An email address that represents a Google service account. For example,my-other-app@appspot.gserviceaccount.com. *serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]: An identifier for a Kubernetes service account. For example,my-project.svc.id.goog[my-namespace/my-kubernetes-sa]. *group:{emailid}: An email address that represents a Google group. For example,admins@example.com. *domain:{domain}: The G Suite domain (primary) that represents all the users of that domain. For example,google.comorexample.com. *deleted:user:{emailid}?uid={uniqueid}: An email address (plus unique identifier) representing a user that has been recently deleted. For example,alice@example.com?uid=123456789012345678901. If the user is recovered, this value reverts touser:{emailid}and the recovered user retains the role in the binding. *deleted:serviceAccount:{emailid}?uid={uniqueid}: An email address (plus unique identifier) representing a service account that has been recently deleted. For example,my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901. If the service account is undeleted, this value reverts toserviceAccount:{emailid}and the undeleted service account retains the role in the binding. *deleted:group:{emailid}?uid={uniqueid}: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example,admins@example.com?uid=123456789012345678901. If the group is recovered, this value reverts togroup:{emailid}and the recovered group retains the role in the binding.
- Role string
- Role that is assigned to the list of members, or principals. For example,roles/viewer,roles/editor, orroles/owner.
- Condition
GoogleType Expr Response 
- The condition that is associated with this binding. If the condition evaluates to true, then this binding applies to the current request. If the condition evaluates tofalse, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the IAM documentation.
- Members []string
- Specifies the principals requesting access for a Google Cloud resource. memberscan have the following values: *allUsers: A special identifier that represents anyone who is on the internet; with or without a Google account. *allAuthenticatedUsers: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. *user:{emailid}: An email address that represents a specific Google account. For example,alice@example.com. *serviceAccount:{emailid}: An email address that represents a Google service account. For example,my-other-app@appspot.gserviceaccount.com. *serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]: An identifier for a Kubernetes service account. For example,my-project.svc.id.goog[my-namespace/my-kubernetes-sa]. *group:{emailid}: An email address that represents a Google group. For example,admins@example.com. *domain:{domain}: The G Suite domain (primary) that represents all the users of that domain. For example,google.comorexample.com. *deleted:user:{emailid}?uid={uniqueid}: An email address (plus unique identifier) representing a user that has been recently deleted. For example,alice@example.com?uid=123456789012345678901. If the user is recovered, this value reverts touser:{emailid}and the recovered user retains the role in the binding. *deleted:serviceAccount:{emailid}?uid={uniqueid}: An email address (plus unique identifier) representing a service account that has been recently deleted. For example,my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901. If the service account is undeleted, this value reverts toserviceAccount:{emailid}and the undeleted service account retains the role in the binding. *deleted:group:{emailid}?uid={uniqueid}: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example,admins@example.com?uid=123456789012345678901. If the group is recovered, this value reverts togroup:{emailid}and the recovered group retains the role in the binding.
- Role string
- Role that is assigned to the list of members, or principals. For example,roles/viewer,roles/editor, orroles/owner.
- condition
GoogleType Expr Response 
- The condition that is associated with this binding. If the condition evaluates to true, then this binding applies to the current request. If the condition evaluates tofalse, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the IAM documentation.
- members List<String>
- Specifies the principals requesting access for a Google Cloud resource. memberscan have the following values: *allUsers: A special identifier that represents anyone who is on the internet; with or without a Google account. *allAuthenticatedUsers: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. *user:{emailid}: An email address that represents a specific Google account. For example,alice@example.com. *serviceAccount:{emailid}: An email address that represents a Google service account. For example,my-other-app@appspot.gserviceaccount.com. *serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]: An identifier for a Kubernetes service account. For example,my-project.svc.id.goog[my-namespace/my-kubernetes-sa]. *group:{emailid}: An email address that represents a Google group. For example,admins@example.com. *domain:{domain}: The G Suite domain (primary) that represents all the users of that domain. For example,google.comorexample.com. *deleted:user:{emailid}?uid={uniqueid}: An email address (plus unique identifier) representing a user that has been recently deleted. For example,alice@example.com?uid=123456789012345678901. If the user is recovered, this value reverts touser:{emailid}and the recovered user retains the role in the binding. *deleted:serviceAccount:{emailid}?uid={uniqueid}: An email address (plus unique identifier) representing a service account that has been recently deleted. For example,my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901. If the service account is undeleted, this value reverts toserviceAccount:{emailid}and the undeleted service account retains the role in the binding. *deleted:group:{emailid}?uid={uniqueid}: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example,admins@example.com?uid=123456789012345678901. If the group is recovered, this value reverts togroup:{emailid}and the recovered group retains the role in the binding.
- role String
- Role that is assigned to the list of members, or principals. For example,roles/viewer,roles/editor, orroles/owner.
- condition
GoogleType Expr Response 
- The condition that is associated with this binding. If the condition evaluates to true, then this binding applies to the current request. If the condition evaluates tofalse, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the IAM documentation.
- members string[]
- Specifies the principals requesting access for a Google Cloud resource. memberscan have the following values: *allUsers: A special identifier that represents anyone who is on the internet; with or without a Google account. *allAuthenticatedUsers: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. *user:{emailid}: An email address that represents a specific Google account. For example,alice@example.com. *serviceAccount:{emailid}: An email address that represents a Google service account. For example,my-other-app@appspot.gserviceaccount.com. *serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]: An identifier for a Kubernetes service account. For example,my-project.svc.id.goog[my-namespace/my-kubernetes-sa]. *group:{emailid}: An email address that represents a Google group. For example,admins@example.com. *domain:{domain}: The G Suite domain (primary) that represents all the users of that domain. For example,google.comorexample.com. *deleted:user:{emailid}?uid={uniqueid}: An email address (plus unique identifier) representing a user that has been recently deleted. For example,alice@example.com?uid=123456789012345678901. If the user is recovered, this value reverts touser:{emailid}and the recovered user retains the role in the binding. *deleted:serviceAccount:{emailid}?uid={uniqueid}: An email address (plus unique identifier) representing a service account that has been recently deleted. For example,my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901. If the service account is undeleted, this value reverts toserviceAccount:{emailid}and the undeleted service account retains the role in the binding. *deleted:group:{emailid}?uid={uniqueid}: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example,admins@example.com?uid=123456789012345678901. If the group is recovered, this value reverts togroup:{emailid}and the recovered group retains the role in the binding.
- role string
- Role that is assigned to the list of members, or principals. For example,roles/viewer,roles/editor, orroles/owner.
- condition
GoogleType Expr Response 
- The condition that is associated with this binding. If the condition evaluates to true, then this binding applies to the current request. If the condition evaluates tofalse, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the IAM documentation.
- members Sequence[str]
- Specifies the principals requesting access for a Google Cloud resource. memberscan have the following values: *allUsers: A special identifier that represents anyone who is on the internet; with or without a Google account. *allAuthenticatedUsers: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. *user:{emailid}: An email address that represents a specific Google account. For example,alice@example.com. *serviceAccount:{emailid}: An email address that represents a Google service account. For example,my-other-app@appspot.gserviceaccount.com. *serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]: An identifier for a Kubernetes service account. For example,my-project.svc.id.goog[my-namespace/my-kubernetes-sa]. *group:{emailid}: An email address that represents a Google group. For example,admins@example.com. *domain:{domain}: The G Suite domain (primary) that represents all the users of that domain. For example,google.comorexample.com. *deleted:user:{emailid}?uid={uniqueid}: An email address (plus unique identifier) representing a user that has been recently deleted. For example,alice@example.com?uid=123456789012345678901. If the user is recovered, this value reverts touser:{emailid}and the recovered user retains the role in the binding. *deleted:serviceAccount:{emailid}?uid={uniqueid}: An email address (plus unique identifier) representing a service account that has been recently deleted. For example,my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901. If the service account is undeleted, this value reverts toserviceAccount:{emailid}and the undeleted service account retains the role in the binding. *deleted:group:{emailid}?uid={uniqueid}: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example,admins@example.com?uid=123456789012345678901. If the group is recovered, this value reverts togroup:{emailid}and the recovered group retains the role in the binding.
- role str
- Role that is assigned to the list of members, or principals. For example,roles/viewer,roles/editor, orroles/owner.
- condition Property Map
- The condition that is associated with this binding. If the condition evaluates to true, then this binding applies to the current request. If the condition evaluates tofalse, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the IAM documentation.
- members List<String>
- Specifies the principals requesting access for a Google Cloud resource. memberscan have the following values: *allUsers: A special identifier that represents anyone who is on the internet; with or without a Google account. *allAuthenticatedUsers: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. *user:{emailid}: An email address that represents a specific Google account. For example,alice@example.com. *serviceAccount:{emailid}: An email address that represents a Google service account. For example,my-other-app@appspot.gserviceaccount.com. *serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]: An identifier for a Kubernetes service account. For example,my-project.svc.id.goog[my-namespace/my-kubernetes-sa]. *group:{emailid}: An email address that represents a Google group. For example,admins@example.com. *domain:{domain}: The G Suite domain (primary) that represents all the users of that domain. For example,google.comorexample.com. *deleted:user:{emailid}?uid={uniqueid}: An email address (plus unique identifier) representing a user that has been recently deleted. For example,alice@example.com?uid=123456789012345678901. If the user is recovered, this value reverts touser:{emailid}and the recovered user retains the role in the binding. *deleted:serviceAccount:{emailid}?uid={uniqueid}: An email address (plus unique identifier) representing a service account that has been recently deleted. For example,my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901. If the service account is undeleted, this value reverts toserviceAccount:{emailid}and the undeleted service account retains the role in the binding. *deleted:group:{emailid}?uid={uniqueid}: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example,admins@example.com?uid=123456789012345678901. If the group is recovered, this value reverts togroup:{emailid}and the recovered group retains the role in the binding.
- role String
- Role that is assigned to the list of members, or principals. For example,roles/viewer,roles/editor, orroles/owner.
GoogleIamV1Policy, GoogleIamV1PolicyArgs      
- AuditConfigs List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Iam V1Audit Config> 
- Specifies cloud audit logging configuration for this policy.
- Bindings
List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Iam V1Binding> 
- Associates a list of members, or principals, with arole. Optionally, may specify aconditionthat determines how and when thebindingsare applied. Each of thebindingsmust contain at least one principal. Thebindingsin aPolicycan refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if thebindingsgrant 50 different roles touser:alice@example.com, and not to any other principal, then you can add another 1,450 principals to thebindingsin thePolicy.
- Etag string
- etagis used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the- etagin the read-modify-write cycle to perform policy updates in order to avoid race conditions: An- etagis returned in the response to- getIamPolicy, and systems are expected to put that etag in the request to- setIamPolicyto ensure that their change will be applied to the same version of the policy. Important: If you use IAM Conditions, you must include the- etagfield whenever you call- setIamPolicy. If you omit this field, then IAM allows you to overwrite a version- 3policy with a version- 1policy, and all of the conditions in the version- 3policy are lost.
- Version int
- Specifies the format of the policy. Valid values are 0,1, and3. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version3. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions Important: If you use IAM Conditions, you must include theetagfield whenever you callsetIamPolicy. If you omit this field, then IAM allows you to overwrite a version3policy with a version1policy, and all of the conditions in the version3policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the IAM documentation.
- AuditConfigs []GoogleIam V1Audit Config 
- Specifies cloud audit logging configuration for this policy.
- Bindings
[]GoogleIam V1Binding 
- Associates a list of members, or principals, with arole. Optionally, may specify aconditionthat determines how and when thebindingsare applied. Each of thebindingsmust contain at least one principal. Thebindingsin aPolicycan refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if thebindingsgrant 50 different roles touser:alice@example.com, and not to any other principal, then you can add another 1,450 principals to thebindingsin thePolicy.
- Etag string
- etagis used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the- etagin the read-modify-write cycle to perform policy updates in order to avoid race conditions: An- etagis returned in the response to- getIamPolicy, and systems are expected to put that etag in the request to- setIamPolicyto ensure that their change will be applied to the same version of the policy. Important: If you use IAM Conditions, you must include the- etagfield whenever you call- setIamPolicy. If you omit this field, then IAM allows you to overwrite a version- 3policy with a version- 1policy, and all of the conditions in the version- 3policy are lost.
- Version int
- Specifies the format of the policy. Valid values are 0,1, and3. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version3. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions Important: If you use IAM Conditions, you must include theetagfield whenever you callsetIamPolicy. If you omit this field, then IAM allows you to overwrite a version3policy with a version1policy, and all of the conditions in the version3policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the IAM documentation.
- auditConfigs List<GoogleIam V1Audit Config> 
- Specifies cloud audit logging configuration for this policy.
- bindings
List<GoogleIam V1Binding> 
- Associates a list of members, or principals, with arole. Optionally, may specify aconditionthat determines how and when thebindingsare applied. Each of thebindingsmust contain at least one principal. Thebindingsin aPolicycan refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if thebindingsgrant 50 different roles touser:alice@example.com, and not to any other principal, then you can add another 1,450 principals to thebindingsin thePolicy.
- etag String
- etagis used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the- etagin the read-modify-write cycle to perform policy updates in order to avoid race conditions: An- etagis returned in the response to- getIamPolicy, and systems are expected to put that etag in the request to- setIamPolicyto ensure that their change will be applied to the same version of the policy. Important: If you use IAM Conditions, you must include the- etagfield whenever you call- setIamPolicy. If you omit this field, then IAM allows you to overwrite a version- 3policy with a version- 1policy, and all of the conditions in the version- 3policy are lost.
- version Integer
- Specifies the format of the policy. Valid values are 0,1, and3. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version3. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions Important: If you use IAM Conditions, you must include theetagfield whenever you callsetIamPolicy. If you omit this field, then IAM allows you to overwrite a version3policy with a version1policy, and all of the conditions in the version3policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the IAM documentation.
- auditConfigs GoogleIam V1Audit Config[] 
- Specifies cloud audit logging configuration for this policy.
- bindings
GoogleIam V1Binding[] 
- Associates a list of members, or principals, with arole. Optionally, may specify aconditionthat determines how and when thebindingsare applied. Each of thebindingsmust contain at least one principal. Thebindingsin aPolicycan refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if thebindingsgrant 50 different roles touser:alice@example.com, and not to any other principal, then you can add another 1,450 principals to thebindingsin thePolicy.
- etag string
- etagis used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the- etagin the read-modify-write cycle to perform policy updates in order to avoid race conditions: An- etagis returned in the response to- getIamPolicy, and systems are expected to put that etag in the request to- setIamPolicyto ensure that their change will be applied to the same version of the policy. Important: If you use IAM Conditions, you must include the- etagfield whenever you call- setIamPolicy. If you omit this field, then IAM allows you to overwrite a version- 3policy with a version- 1policy, and all of the conditions in the version- 3policy are lost.
- version number
- Specifies the format of the policy. Valid values are 0,1, and3. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version3. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions Important: If you use IAM Conditions, you must include theetagfield whenever you callsetIamPolicy. If you omit this field, then IAM allows you to overwrite a version3policy with a version1policy, and all of the conditions in the version3policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the IAM documentation.
- audit_configs Sequence[GoogleIam V1Audit Config] 
- Specifies cloud audit logging configuration for this policy.
- bindings
Sequence[GoogleIam V1Binding] 
- Associates a list of members, or principals, with arole. Optionally, may specify aconditionthat determines how and when thebindingsare applied. Each of thebindingsmust contain at least one principal. Thebindingsin aPolicycan refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if thebindingsgrant 50 different roles touser:alice@example.com, and not to any other principal, then you can add another 1,450 principals to thebindingsin thePolicy.
- etag str
- etagis used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the- etagin the read-modify-write cycle to perform policy updates in order to avoid race conditions: An- etagis returned in the response to- getIamPolicy, and systems are expected to put that etag in the request to- setIamPolicyto ensure that their change will be applied to the same version of the policy. Important: If you use IAM Conditions, you must include the- etagfield whenever you call- setIamPolicy. If you omit this field, then IAM allows you to overwrite a version- 3policy with a version- 1policy, and all of the conditions in the version- 3policy are lost.
- version int
- Specifies the format of the policy. Valid values are 0,1, and3. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version3. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions Important: If you use IAM Conditions, you must include theetagfield whenever you callsetIamPolicy. If you omit this field, then IAM allows you to overwrite a version3policy with a version1policy, and all of the conditions in the version3policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the IAM documentation.
- auditConfigs List<Property Map>
- Specifies cloud audit logging configuration for this policy.
- bindings List<Property Map>
- Associates a list of members, or principals, with arole. Optionally, may specify aconditionthat determines how and when thebindingsare applied. Each of thebindingsmust contain at least one principal. Thebindingsin aPolicycan refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if thebindingsgrant 50 different roles touser:alice@example.com, and not to any other principal, then you can add another 1,450 principals to thebindingsin thePolicy.
- etag String
- etagis used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the- etagin the read-modify-write cycle to perform policy updates in order to avoid race conditions: An- etagis returned in the response to- getIamPolicy, and systems are expected to put that etag in the request to- setIamPolicyto ensure that their change will be applied to the same version of the policy. Important: If you use IAM Conditions, you must include the- etagfield whenever you call- setIamPolicy. If you omit this field, then IAM allows you to overwrite a version- 3policy with a version- 1policy, and all of the conditions in the version- 3policy are lost.
- version Number
- Specifies the format of the policy. Valid values are 0,1, and3. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version3. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions Important: If you use IAM Conditions, you must include theetagfield whenever you callsetIamPolicy. If you omit this field, then IAM allows you to overwrite a version3policy with a version1policy, and all of the conditions in the version3policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the IAM documentation.
GoogleIamV1PolicyResponse, GoogleIamV1PolicyResponseArgs        
- AuditConfigs List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Iam V1Audit Config Response> 
- Specifies cloud audit logging configuration for this policy.
- Bindings
List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Iam V1Binding Response> 
- Associates a list of members, or principals, with arole. Optionally, may specify aconditionthat determines how and when thebindingsare applied. Each of thebindingsmust contain at least one principal. Thebindingsin aPolicycan refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if thebindingsgrant 50 different roles touser:alice@example.com, and not to any other principal, then you can add another 1,450 principals to thebindingsin thePolicy.
- Etag string
- etagis used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the- etagin the read-modify-write cycle to perform policy updates in order to avoid race conditions: An- etagis returned in the response to- getIamPolicy, and systems are expected to put that etag in the request to- setIamPolicyto ensure that their change will be applied to the same version of the policy. Important: If you use IAM Conditions, you must include the- etagfield whenever you call- setIamPolicy. If you omit this field, then IAM allows you to overwrite a version- 3policy with a version- 1policy, and all of the conditions in the version- 3policy are lost.
- Version int
- Specifies the format of the policy. Valid values are 0,1, and3. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version3. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions Important: If you use IAM Conditions, you must include theetagfield whenever you callsetIamPolicy. If you omit this field, then IAM allows you to overwrite a version3policy with a version1policy, and all of the conditions in the version3policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the IAM documentation.
- AuditConfigs []GoogleIam V1Audit Config Response 
- Specifies cloud audit logging configuration for this policy.
- Bindings
[]GoogleIam V1Binding Response 
- Associates a list of members, or principals, with arole. Optionally, may specify aconditionthat determines how and when thebindingsare applied. Each of thebindingsmust contain at least one principal. Thebindingsin aPolicycan refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if thebindingsgrant 50 different roles touser:alice@example.com, and not to any other principal, then you can add another 1,450 principals to thebindingsin thePolicy.
- Etag string
- etagis used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the- etagin the read-modify-write cycle to perform policy updates in order to avoid race conditions: An- etagis returned in the response to- getIamPolicy, and systems are expected to put that etag in the request to- setIamPolicyto ensure that their change will be applied to the same version of the policy. Important: If you use IAM Conditions, you must include the- etagfield whenever you call- setIamPolicy. If you omit this field, then IAM allows you to overwrite a version- 3policy with a version- 1policy, and all of the conditions in the version- 3policy are lost.
- Version int
- Specifies the format of the policy. Valid values are 0,1, and3. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version3. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions Important: If you use IAM Conditions, you must include theetagfield whenever you callsetIamPolicy. If you omit this field, then IAM allows you to overwrite a version3policy with a version1policy, and all of the conditions in the version3policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the IAM documentation.
- auditConfigs List<GoogleIam V1Audit Config Response> 
- Specifies cloud audit logging configuration for this policy.
- bindings
List<GoogleIam V1Binding Response> 
- Associates a list of members, or principals, with arole. Optionally, may specify aconditionthat determines how and when thebindingsare applied. Each of thebindingsmust contain at least one principal. Thebindingsin aPolicycan refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if thebindingsgrant 50 different roles touser:alice@example.com, and not to any other principal, then you can add another 1,450 principals to thebindingsin thePolicy.
- etag String
- etagis used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the- etagin the read-modify-write cycle to perform policy updates in order to avoid race conditions: An- etagis returned in the response to- getIamPolicy, and systems are expected to put that etag in the request to- setIamPolicyto ensure that their change will be applied to the same version of the policy. Important: If you use IAM Conditions, you must include the- etagfield whenever you call- setIamPolicy. If you omit this field, then IAM allows you to overwrite a version- 3policy with a version- 1policy, and all of the conditions in the version- 3policy are lost.
- version Integer
- Specifies the format of the policy. Valid values are 0,1, and3. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version3. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions Important: If you use IAM Conditions, you must include theetagfield whenever you callsetIamPolicy. If you omit this field, then IAM allows you to overwrite a version3policy with a version1policy, and all of the conditions in the version3policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the IAM documentation.
- auditConfigs GoogleIam V1Audit Config Response[] 
- Specifies cloud audit logging configuration for this policy.
- bindings
GoogleIam V1Binding Response[] 
- Associates a list of members, or principals, with arole. Optionally, may specify aconditionthat determines how and when thebindingsare applied. Each of thebindingsmust contain at least one principal. Thebindingsin aPolicycan refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if thebindingsgrant 50 different roles touser:alice@example.com, and not to any other principal, then you can add another 1,450 principals to thebindingsin thePolicy.
- etag string
- etagis used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the- etagin the read-modify-write cycle to perform policy updates in order to avoid race conditions: An- etagis returned in the response to- getIamPolicy, and systems are expected to put that etag in the request to- setIamPolicyto ensure that their change will be applied to the same version of the policy. Important: If you use IAM Conditions, you must include the- etagfield whenever you call- setIamPolicy. If you omit this field, then IAM allows you to overwrite a version- 3policy with a version- 1policy, and all of the conditions in the version- 3policy are lost.
- version number
- Specifies the format of the policy. Valid values are 0,1, and3. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version3. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions Important: If you use IAM Conditions, you must include theetagfield whenever you callsetIamPolicy. If you omit this field, then IAM allows you to overwrite a version3policy with a version1policy, and all of the conditions in the version3policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the IAM documentation.
- audit_configs Sequence[GoogleIam V1Audit Config Response] 
- Specifies cloud audit logging configuration for this policy.
- bindings
Sequence[GoogleIam V1Binding Response] 
- Associates a list of members, or principals, with arole. Optionally, may specify aconditionthat determines how and when thebindingsare applied. Each of thebindingsmust contain at least one principal. Thebindingsin aPolicycan refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if thebindingsgrant 50 different roles touser:alice@example.com, and not to any other principal, then you can add another 1,450 principals to thebindingsin thePolicy.
- etag str
- etagis used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the- etagin the read-modify-write cycle to perform policy updates in order to avoid race conditions: An- etagis returned in the response to- getIamPolicy, and systems are expected to put that etag in the request to- setIamPolicyto ensure that their change will be applied to the same version of the policy. Important: If you use IAM Conditions, you must include the- etagfield whenever you call- setIamPolicy. If you omit this field, then IAM allows you to overwrite a version- 3policy with a version- 1policy, and all of the conditions in the version- 3policy are lost.
- version int
- Specifies the format of the policy. Valid values are 0,1, and3. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version3. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions Important: If you use IAM Conditions, you must include theetagfield whenever you callsetIamPolicy. If you omit this field, then IAM allows you to overwrite a version3policy with a version1policy, and all of the conditions in the version3policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the IAM documentation.
- auditConfigs List<Property Map>
- Specifies cloud audit logging configuration for this policy.
- bindings List<Property Map>
- Associates a list of members, or principals, with arole. Optionally, may specify aconditionthat determines how and when thebindingsare applied. Each of thebindingsmust contain at least one principal. Thebindingsin aPolicycan refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if thebindingsgrant 50 different roles touser:alice@example.com, and not to any other principal, then you can add another 1,450 principals to thebindingsin thePolicy.
- etag String
- etagis used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the- etagin the read-modify-write cycle to perform policy updates in order to avoid race conditions: An- etagis returned in the response to- getIamPolicy, and systems are expected to put that etag in the request to- setIamPolicyto ensure that their change will be applied to the same version of the policy. Important: If you use IAM Conditions, you must include the- etagfield whenever you call- setIamPolicy. If you omit this field, then IAM allows you to overwrite a version- 3policy with a version- 1policy, and all of the conditions in the version- 3policy are lost.
- version Number
- Specifies the format of the policy. Valid values are 0,1, and3. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version3. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions Important: If you use IAM Conditions, you must include theetagfield whenever you callsetIamPolicy. If you omit this field, then IAM allows you to overwrite a version3policy with a version1policy, and all of the conditions in the version3policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the IAM documentation.
GoogleTypeExpr, GoogleTypeExprArgs      
- Description string
- Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
- Expression string
- Textual representation of an expression in Common Expression Language syntax.
- Location string
- Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.
- Title string
- Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.
- Description string
- Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
- Expression string
- Textual representation of an expression in Common Expression Language syntax.
- Location string
- Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.
- Title string
- Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.
- description String
- Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
- expression String
- Textual representation of an expression in Common Expression Language syntax.
- location String
- Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.
- title String
- Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.
- description string
- Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
- expression string
- Textual representation of an expression in Common Expression Language syntax.
- location string
- Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.
- title string
- Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.
- description str
- Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
- expression str
- Textual representation of an expression in Common Expression Language syntax.
- location str
- Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.
- title str
- Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.
- description String
- Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
- expression String
- Textual representation of an expression in Common Expression Language syntax.
- location String
- Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.
- title String
- Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.
GoogleTypeExprResponse, GoogleTypeExprResponseArgs        
- Description string
- Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
- Expression string
- Textual representation of an expression in Common Expression Language syntax.
- Location string
- Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.
- Title string
- Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.
- Description string
- Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
- Expression string
- Textual representation of an expression in Common Expression Language syntax.
- Location string
- Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.
- Title string
- Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.
- description String
- Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
- expression String
- Textual representation of an expression in Common Expression Language syntax.
- location String
- Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.
- title String
- Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.
- description string
- Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
- expression string
- Textual representation of an expression in Common Expression Language syntax.
- location string
- Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.
- title string
- Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.
- description str
- Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
- expression str
- Textual representation of an expression in Common Expression Language syntax.
- location str
- Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.
- title str
- Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.
- description String
- Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
- expression String
- Textual representation of an expression in Common Expression Language syntax.
- location String
- Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.
- title String
- Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
Google Cloud Native is in preview. Google Cloud Classic is fully supported.