1. Packages
  2. Google Cloud (GCP) Classic
  3. API Docs
  4. securesourcemanager
  5. InstanceIamMember
Google Cloud Classic v7.23.0 published on Wednesday, May 15, 2024 by Pulumi

gcp.securesourcemanager.InstanceIamMember

Explore with Pulumi AI

gcp logo
Google Cloud Classic v7.23.0 published on Wednesday, May 15, 2024 by Pulumi

    Create InstanceIamMember Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new InstanceIamMember(name: string, args: InstanceIamMemberArgs, opts?: CustomResourceOptions);
    @overload
    def InstanceIamMember(resource_name: str,
                          args: InstanceIamMemberArgs,
                          opts: Optional[ResourceOptions] = None)
    
    @overload
    def InstanceIamMember(resource_name: str,
                          opts: Optional[ResourceOptions] = None,
                          instance_id: Optional[str] = None,
                          member: Optional[str] = None,
                          role: Optional[str] = None,
                          condition: Optional[InstanceIamMemberConditionArgs] = None,
                          location: Optional[str] = None,
                          project: Optional[str] = None)
    func NewInstanceIamMember(ctx *Context, name string, args InstanceIamMemberArgs, opts ...ResourceOption) (*InstanceIamMember, error)
    public InstanceIamMember(string name, InstanceIamMemberArgs args, CustomResourceOptions? opts = null)
    public InstanceIamMember(String name, InstanceIamMemberArgs args)
    public InstanceIamMember(String name, InstanceIamMemberArgs args, CustomResourceOptions options)
    
    type: gcp:securesourcemanager:InstanceIamMember
    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 InstanceIamMemberArgs
    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 InstanceIamMemberArgs
    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 InstanceIamMemberArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args InstanceIamMemberArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args InstanceIamMemberArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

    The following reference example uses placeholder values for all input properties.

    var exampleinstanceIamMemberResourceResourceFromSecuresourcemanagerinstanceIamMember = new Gcp.SecureSourceManager.InstanceIamMember("exampleinstanceIamMemberResourceResourceFromSecuresourcemanagerinstanceIamMember", new()
    {
        InstanceId = "string",
        Member = "string",
        Role = "string",
        Condition = new Gcp.SecureSourceManager.Inputs.InstanceIamMemberConditionArgs
        {
            Expression = "string",
            Title = "string",
            Description = "string",
        },
        Location = "string",
        Project = "string",
    });
    
    example, err := securesourcemanager.NewInstanceIamMember(ctx, "exampleinstanceIamMemberResourceResourceFromSecuresourcemanagerinstanceIamMember", &securesourcemanager.InstanceIamMemberArgs{
    	InstanceId: pulumi.String("string"),
    	Member:     pulumi.String("string"),
    	Role:       pulumi.String("string"),
    	Condition: &securesourcemanager.InstanceIamMemberConditionArgs{
    		Expression:  pulumi.String("string"),
    		Title:       pulumi.String("string"),
    		Description: pulumi.String("string"),
    	},
    	Location: pulumi.String("string"),
    	Project:  pulumi.String("string"),
    })
    
    var exampleinstanceIamMemberResourceResourceFromSecuresourcemanagerinstanceIamMember = new InstanceIamMember("exampleinstanceIamMemberResourceResourceFromSecuresourcemanagerinstanceIamMember", InstanceIamMemberArgs.builder()        
        .instanceId("string")
        .member("string")
        .role("string")
        .condition(InstanceIamMemberConditionArgs.builder()
            .expression("string")
            .title("string")
            .description("string")
            .build())
        .location("string")
        .project("string")
        .build());
    
    exampleinstance_iam_member_resource_resource_from_securesourcemanagerinstance_iam_member = gcp.securesourcemanager.InstanceIamMember("exampleinstanceIamMemberResourceResourceFromSecuresourcemanagerinstanceIamMember",
        instance_id="string",
        member="string",
        role="string",
        condition=gcp.securesourcemanager.InstanceIamMemberConditionArgs(
            expression="string",
            title="string",
            description="string",
        ),
        location="string",
        project="string")
    
    const exampleinstanceIamMemberResourceResourceFromSecuresourcemanagerinstanceIamMember = new gcp.securesourcemanager.InstanceIamMember("exampleinstanceIamMemberResourceResourceFromSecuresourcemanagerinstanceIamMember", {
        instanceId: "string",
        member: "string",
        role: "string",
        condition: {
            expression: "string",
            title: "string",
            description: "string",
        },
        location: "string",
        project: "string",
    });
    
    type: gcp:securesourcemanager:InstanceIamMember
    properties:
        condition:
            description: string
            expression: string
            title: string
        instanceId: string
        location: string
        member: string
        project: string
        role: string
    

    InstanceIamMember Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The InstanceIamMember resource accepts the following input properties:

    Outputs

    All input properties are implicitly available as output properties. Additionally, the InstanceIamMember resource produces the following output properties:

    Etag string
    Id string
    The provider-assigned unique ID for this managed resource.
    Etag string
    Id string
    The provider-assigned unique ID for this managed resource.
    etag String
    id String
    The provider-assigned unique ID for this managed resource.
    etag string
    id string
    The provider-assigned unique ID for this managed resource.
    etag str
    id str
    The provider-assigned unique ID for this managed resource.
    etag String
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing InstanceIamMember Resource

    Get an existing InstanceIamMember resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: InstanceIamMemberState, opts?: CustomResourceOptions): InstanceIamMember
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            condition: Optional[InstanceIamMemberConditionArgs] = None,
            etag: Optional[str] = None,
            instance_id: Optional[str] = None,
            location: Optional[str] = None,
            member: Optional[str] = None,
            project: Optional[str] = None,
            role: Optional[str] = None) -> InstanceIamMember
    func GetInstanceIamMember(ctx *Context, name string, id IDInput, state *InstanceIamMemberState, opts ...ResourceOption) (*InstanceIamMember, error)
    public static InstanceIamMember Get(string name, Input<string> id, InstanceIamMemberState? state, CustomResourceOptions? opts = null)
    public static InstanceIamMember get(String name, Output<String> id, InstanceIamMemberState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.

    Supporting Types

    InstanceIamMemberCondition, InstanceIamMemberConditionArgs

    Expression string
    Title string
    Description string
    Expression string
    Title string
    Description string
    expression String
    title String
    description String
    expression string
    title string
    description string
    expression String
    title String
    description String

    Package Details

    Repository
    Google Cloud (GCP) Classic pulumi/pulumi-gcp
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the google-beta Terraform Provider.
    gcp logo
    Google Cloud Classic v7.23.0 published on Wednesday, May 15, 2024 by Pulumi