1. Packages
  2. Ibm Provider
  3. API Docs
  4. IamPolicyAssignment
ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud

ibm.IamPolicyAssignment

Explore with Pulumi AI

ibm logo
ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud

    Create IamPolicyAssignment Resource

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

    Constructor syntax

    new IamPolicyAssignment(name: string, args: IamPolicyAssignmentArgs, opts?: CustomResourceOptions);
    @overload
    def IamPolicyAssignment(resource_name: str,
                            args: IamPolicyAssignmentArgs,
                            opts: Optional[ResourceOptions] = None)
    
    @overload
    def IamPolicyAssignment(resource_name: str,
                            opts: Optional[ResourceOptions] = None,
                            target: Optional[Mapping[str, str]] = None,
                            templates: Optional[IamPolicyAssignmentTemplatesArgs] = None,
                            version: Optional[str] = None,
                            accept_language: Optional[str] = None,
                            iam_policy_assignment_id: Optional[str] = None,
                            template_version: Optional[str] = None,
                            timeouts: Optional[IamPolicyAssignmentTimeoutsArgs] = None)
    func NewIamPolicyAssignment(ctx *Context, name string, args IamPolicyAssignmentArgs, opts ...ResourceOption) (*IamPolicyAssignment, error)
    public IamPolicyAssignment(string name, IamPolicyAssignmentArgs args, CustomResourceOptions? opts = null)
    public IamPolicyAssignment(String name, IamPolicyAssignmentArgs args)
    public IamPolicyAssignment(String name, IamPolicyAssignmentArgs args, CustomResourceOptions options)
    
    type: ibm:IamPolicyAssignment
    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 IamPolicyAssignmentArgs
    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 IamPolicyAssignmentArgs
    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 IamPolicyAssignmentArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args IamPolicyAssignmentArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args IamPolicyAssignmentArgs
    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 iamPolicyAssignmentResource = new Ibm.IamPolicyAssignment("iamPolicyAssignmentResource", new()
    {
        Target = 
        {
            { "string", "string" },
        },
        Templates = new Ibm.Inputs.IamPolicyAssignmentTemplatesArgs
        {
            Id = "string",
            Version = "string",
        },
        Version = "string",
        AcceptLanguage = "string",
        IamPolicyAssignmentId = "string",
        TemplateVersion = "string",
        Timeouts = new Ibm.Inputs.IamPolicyAssignmentTimeoutsArgs
        {
            Create = "string",
            Delete = "string",
            Update = "string",
        },
    });
    
    example, err := ibm.NewIamPolicyAssignment(ctx, "iamPolicyAssignmentResource", &ibm.IamPolicyAssignmentArgs{
    	Target: pulumi.StringMap{
    		"string": pulumi.String("string"),
    	},
    	Templates: &ibm.IamPolicyAssignmentTemplatesArgs{
    		Id:      pulumi.String("string"),
    		Version: pulumi.String("string"),
    	},
    	Version:               pulumi.String("string"),
    	AcceptLanguage:        pulumi.String("string"),
    	IamPolicyAssignmentId: pulumi.String("string"),
    	TemplateVersion:       pulumi.String("string"),
    	Timeouts: &ibm.IamPolicyAssignmentTimeoutsArgs{
    		Create: pulumi.String("string"),
    		Delete: pulumi.String("string"),
    		Update: pulumi.String("string"),
    	},
    })
    
    var iamPolicyAssignmentResource = new IamPolicyAssignment("iamPolicyAssignmentResource", IamPolicyAssignmentArgs.builder()
        .target(Map.of("string", "string"))
        .templates(IamPolicyAssignmentTemplatesArgs.builder()
            .id("string")
            .version("string")
            .build())
        .version("string")
        .acceptLanguage("string")
        .iamPolicyAssignmentId("string")
        .templateVersion("string")
        .timeouts(IamPolicyAssignmentTimeoutsArgs.builder()
            .create("string")
            .delete("string")
            .update("string")
            .build())
        .build());
    
    iam_policy_assignment_resource = ibm.IamPolicyAssignment("iamPolicyAssignmentResource",
        target={
            "string": "string",
        },
        templates={
            "id": "string",
            "version": "string",
        },
        version="string",
        accept_language="string",
        iam_policy_assignment_id="string",
        template_version="string",
        timeouts={
            "create": "string",
            "delete": "string",
            "update": "string",
        })
    
    const iamPolicyAssignmentResource = new ibm.IamPolicyAssignment("iamPolicyAssignmentResource", {
        target: {
            string: "string",
        },
        templates: {
            id: "string",
            version: "string",
        },
        version: "string",
        acceptLanguage: "string",
        iamPolicyAssignmentId: "string",
        templateVersion: "string",
        timeouts: {
            create: "string",
            "delete": "string",
            update: "string",
        },
    });
    
    type: ibm:IamPolicyAssignment
    properties:
        acceptLanguage: string
        iamPolicyAssignmentId: string
        target:
            string: string
        templateVersion: string
        templates:
            id: string
            version: string
        timeouts:
            create: string
            delete: string
            update: string
        version: string
    

    IamPolicyAssignment 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 IamPolicyAssignment resource accepts the following input properties:

    Target Dictionary<string, string>
    assignment target details
    Templates IamPolicyAssignmentTemplates
    policy template details.
    Version string
    specify version of response body format.
    AcceptLanguage string
    Language code for translations* default - English* de - German (Standard)* en - English* es - Spanish (Spain)* fr - French (Standard)* it - Italian (Standard)* ja - Japanese* ko - Korean* pt-br - Portuguese (Brazil)* zh-cn - Chinese (Simplified, PRC)* zh-tw - (Chinese, Taiwan).
    IamPolicyAssignmentId string
    TemplateVersion string
    The policy template version.
    Timeouts IamPolicyAssignmentTimeouts
    Target map[string]string
    assignment target details
    Templates IamPolicyAssignmentTemplatesArgs
    policy template details.
    Version string
    specify version of response body format.
    AcceptLanguage string
    Language code for translations* default - English* de - German (Standard)* en - English* es - Spanish (Spain)* fr - French (Standard)* it - Italian (Standard)* ja - Japanese* ko - Korean* pt-br - Portuguese (Brazil)* zh-cn - Chinese (Simplified, PRC)* zh-tw - (Chinese, Taiwan).
    IamPolicyAssignmentId string
    TemplateVersion string
    The policy template version.
    Timeouts IamPolicyAssignmentTimeoutsArgs
    target Map<String,String>
    assignment target details
    templates IamPolicyAssignmentTemplates
    policy template details.
    version String
    specify version of response body format.
    acceptLanguage String
    Language code for translations* default - English* de - German (Standard)* en - English* es - Spanish (Spain)* fr - French (Standard)* it - Italian (Standard)* ja - Japanese* ko - Korean* pt-br - Portuguese (Brazil)* zh-cn - Chinese (Simplified, PRC)* zh-tw - (Chinese, Taiwan).
    iamPolicyAssignmentId String
    templateVersion String
    The policy template version.
    timeouts IamPolicyAssignmentTimeouts
    target {[key: string]: string}
    assignment target details
    templates IamPolicyAssignmentTemplates
    policy template details.
    version string
    specify version of response body format.
    acceptLanguage string
    Language code for translations* default - English* de - German (Standard)* en - English* es - Spanish (Spain)* fr - French (Standard)* it - Italian (Standard)* ja - Japanese* ko - Korean* pt-br - Portuguese (Brazil)* zh-cn - Chinese (Simplified, PRC)* zh-tw - (Chinese, Taiwan).
    iamPolicyAssignmentId string
    templateVersion string
    The policy template version.
    timeouts IamPolicyAssignmentTimeouts
    target Mapping[str, str]
    assignment target details
    templates IamPolicyAssignmentTemplatesArgs
    policy template details.
    version str
    specify version of response body format.
    accept_language str
    Language code for translations* default - English* de - German (Standard)* en - English* es - Spanish (Spain)* fr - French (Standard)* it - Italian (Standard)* ja - Japanese* ko - Korean* pt-br - Portuguese (Brazil)* zh-cn - Chinese (Simplified, PRC)* zh-tw - (Chinese, Taiwan).
    iam_policy_assignment_id str
    template_version str
    The policy template version.
    timeouts IamPolicyAssignmentTimeoutsArgs
    target Map<String>
    assignment target details
    templates Property Map
    policy template details.
    version String
    specify version of response body format.
    acceptLanguage String
    Language code for translations* default - English* de - German (Standard)* en - English* es - Spanish (Spain)* fr - French (Standard)* it - Italian (Standard)* ja - Japanese* ko - Korean* pt-br - Portuguese (Brazil)* zh-cn - Chinese (Simplified, PRC)* zh-tw - (Chinese, Taiwan).
    iamPolicyAssignmentId String
    templateVersion String
    The policy template version.
    timeouts Property Map

    Outputs

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

    AccountId string
    The account GUID that the policies assignments belong to..
    CreatedAt string
    The UTC timestamp when the policy assignment was created.
    CreatedById string
    The iam ID of the entity that created the policy assignment.
    Href string
    The href URL that links to the policies assignments API by policy assignment ID.
    Id string
    The provider-assigned unique ID for this managed resource.
    LastModifiedAt string
    The UTC timestamp when the policy assignment was last modified.
    LastModifiedById string
    The iam ID of the entity that last modified the policy assignment.
    Resources List<IamPolicyAssignmentResource>
    Object for each account assigned.
    Status string
    The policy assignment status.
    Template Dictionary<string, string>
    policy template details
    AccountId string
    The account GUID that the policies assignments belong to..
    CreatedAt string
    The UTC timestamp when the policy assignment was created.
    CreatedById string
    The iam ID of the entity that created the policy assignment.
    Href string
    The href URL that links to the policies assignments API by policy assignment ID.
    Id string
    The provider-assigned unique ID for this managed resource.
    LastModifiedAt string
    The UTC timestamp when the policy assignment was last modified.
    LastModifiedById string
    The iam ID of the entity that last modified the policy assignment.
    Resources []IamPolicyAssignmentResource
    Object for each account assigned.
    Status string
    The policy assignment status.
    Template map[string]string
    policy template details
    accountId String
    The account GUID that the policies assignments belong to..
    createdAt String
    The UTC timestamp when the policy assignment was created.
    createdById String
    The iam ID of the entity that created the policy assignment.
    href String
    The href URL that links to the policies assignments API by policy assignment ID.
    id String
    The provider-assigned unique ID for this managed resource.
    lastModifiedAt String
    The UTC timestamp when the policy assignment was last modified.
    lastModifiedById String
    The iam ID of the entity that last modified the policy assignment.
    resources List<IamPolicyAssignmentResource>
    Object for each account assigned.
    status String
    The policy assignment status.
    template Map<String,String>
    policy template details
    accountId string
    The account GUID that the policies assignments belong to..
    createdAt string
    The UTC timestamp when the policy assignment was created.
    createdById string
    The iam ID of the entity that created the policy assignment.
    href string
    The href URL that links to the policies assignments API by policy assignment ID.
    id string
    The provider-assigned unique ID for this managed resource.
    lastModifiedAt string
    The UTC timestamp when the policy assignment was last modified.
    lastModifiedById string
    The iam ID of the entity that last modified the policy assignment.
    resources IamPolicyAssignmentResource[]
    Object for each account assigned.
    status string
    The policy assignment status.
    template {[key: string]: string}
    policy template details
    account_id str
    The account GUID that the policies assignments belong to..
    created_at str
    The UTC timestamp when the policy assignment was created.
    created_by_id str
    The iam ID of the entity that created the policy assignment.
    href str
    The href URL that links to the policies assignments API by policy assignment ID.
    id str
    The provider-assigned unique ID for this managed resource.
    last_modified_at str
    The UTC timestamp when the policy assignment was last modified.
    last_modified_by_id str
    The iam ID of the entity that last modified the policy assignment.
    resources Sequence[IamPolicyAssignmentResource]
    Object for each account assigned.
    status str
    The policy assignment status.
    template Mapping[str, str]
    policy template details
    accountId String
    The account GUID that the policies assignments belong to..
    createdAt String
    The UTC timestamp when the policy assignment was created.
    createdById String
    The iam ID of the entity that created the policy assignment.
    href String
    The href URL that links to the policies assignments API by policy assignment ID.
    id String
    The provider-assigned unique ID for this managed resource.
    lastModifiedAt String
    The UTC timestamp when the policy assignment was last modified.
    lastModifiedById String
    The iam ID of the entity that last modified the policy assignment.
    resources List<Property Map>
    Object for each account assigned.
    status String
    The policy assignment status.
    template Map<String>
    policy template details

    Look up Existing IamPolicyAssignment Resource

    Get an existing IamPolicyAssignment 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?: IamPolicyAssignmentState, opts?: CustomResourceOptions): IamPolicyAssignment
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            accept_language: Optional[str] = None,
            account_id: Optional[str] = None,
            created_at: Optional[str] = None,
            created_by_id: Optional[str] = None,
            href: Optional[str] = None,
            iam_policy_assignment_id: Optional[str] = None,
            last_modified_at: Optional[str] = None,
            last_modified_by_id: Optional[str] = None,
            resources: Optional[Sequence[IamPolicyAssignmentResourceArgs]] = None,
            status: Optional[str] = None,
            target: Optional[Mapping[str, str]] = None,
            template: Optional[Mapping[str, str]] = None,
            template_version: Optional[str] = None,
            templates: Optional[IamPolicyAssignmentTemplatesArgs] = None,
            timeouts: Optional[IamPolicyAssignmentTimeoutsArgs] = None,
            version: Optional[str] = None) -> IamPolicyAssignment
    func GetIamPolicyAssignment(ctx *Context, name string, id IDInput, state *IamPolicyAssignmentState, opts ...ResourceOption) (*IamPolicyAssignment, error)
    public static IamPolicyAssignment Get(string name, Input<string> id, IamPolicyAssignmentState? state, CustomResourceOptions? opts = null)
    public static IamPolicyAssignment get(String name, Output<String> id, IamPolicyAssignmentState state, CustomResourceOptions options)
    resources:  _:    type: ibm:IamPolicyAssignment    get:      id: ${id}
    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.
    The following state arguments are supported:
    AcceptLanguage string
    Language code for translations* default - English* de - German (Standard)* en - English* es - Spanish (Spain)* fr - French (Standard)* it - Italian (Standard)* ja - Japanese* ko - Korean* pt-br - Portuguese (Brazil)* zh-cn - Chinese (Simplified, PRC)* zh-tw - (Chinese, Taiwan).
    AccountId string
    The account GUID that the policies assignments belong to..
    CreatedAt string
    The UTC timestamp when the policy assignment was created.
    CreatedById string
    The iam ID of the entity that created the policy assignment.
    Href string
    The href URL that links to the policies assignments API by policy assignment ID.
    IamPolicyAssignmentId string
    LastModifiedAt string
    The UTC timestamp when the policy assignment was last modified.
    LastModifiedById string
    The iam ID of the entity that last modified the policy assignment.
    Resources List<IamPolicyAssignmentResource>
    Object for each account assigned.
    Status string
    The policy assignment status.
    Target Dictionary<string, string>
    assignment target details
    Template Dictionary<string, string>
    policy template details
    TemplateVersion string
    The policy template version.
    Templates IamPolicyAssignmentTemplates
    policy template details.
    Timeouts IamPolicyAssignmentTimeouts
    Version string
    specify version of response body format.
    AcceptLanguage string
    Language code for translations* default - English* de - German (Standard)* en - English* es - Spanish (Spain)* fr - French (Standard)* it - Italian (Standard)* ja - Japanese* ko - Korean* pt-br - Portuguese (Brazil)* zh-cn - Chinese (Simplified, PRC)* zh-tw - (Chinese, Taiwan).
    AccountId string
    The account GUID that the policies assignments belong to..
    CreatedAt string
    The UTC timestamp when the policy assignment was created.
    CreatedById string
    The iam ID of the entity that created the policy assignment.
    Href string
    The href URL that links to the policies assignments API by policy assignment ID.
    IamPolicyAssignmentId string
    LastModifiedAt string
    The UTC timestamp when the policy assignment was last modified.
    LastModifiedById string
    The iam ID of the entity that last modified the policy assignment.
    Resources []IamPolicyAssignmentResourceArgs
    Object for each account assigned.
    Status string
    The policy assignment status.
    Target map[string]string
    assignment target details
    Template map[string]string
    policy template details
    TemplateVersion string
    The policy template version.
    Templates IamPolicyAssignmentTemplatesArgs
    policy template details.
    Timeouts IamPolicyAssignmentTimeoutsArgs
    Version string
    specify version of response body format.
    acceptLanguage String
    Language code for translations* default - English* de - German (Standard)* en - English* es - Spanish (Spain)* fr - French (Standard)* it - Italian (Standard)* ja - Japanese* ko - Korean* pt-br - Portuguese (Brazil)* zh-cn - Chinese (Simplified, PRC)* zh-tw - (Chinese, Taiwan).
    accountId String
    The account GUID that the policies assignments belong to..
    createdAt String
    The UTC timestamp when the policy assignment was created.
    createdById String
    The iam ID of the entity that created the policy assignment.
    href String
    The href URL that links to the policies assignments API by policy assignment ID.
    iamPolicyAssignmentId String
    lastModifiedAt String
    The UTC timestamp when the policy assignment was last modified.
    lastModifiedById String
    The iam ID of the entity that last modified the policy assignment.
    resources List<IamPolicyAssignmentResource>
    Object for each account assigned.
    status String
    The policy assignment status.
    target Map<String,String>
    assignment target details
    template Map<String,String>
    policy template details
    templateVersion String
    The policy template version.
    templates IamPolicyAssignmentTemplates
    policy template details.
    timeouts IamPolicyAssignmentTimeouts
    version String
    specify version of response body format.
    acceptLanguage string
    Language code for translations* default - English* de - German (Standard)* en - English* es - Spanish (Spain)* fr - French (Standard)* it - Italian (Standard)* ja - Japanese* ko - Korean* pt-br - Portuguese (Brazil)* zh-cn - Chinese (Simplified, PRC)* zh-tw - (Chinese, Taiwan).
    accountId string
    The account GUID that the policies assignments belong to..
    createdAt string
    The UTC timestamp when the policy assignment was created.
    createdById string
    The iam ID of the entity that created the policy assignment.
    href string
    The href URL that links to the policies assignments API by policy assignment ID.
    iamPolicyAssignmentId string
    lastModifiedAt string
    The UTC timestamp when the policy assignment was last modified.
    lastModifiedById string
    The iam ID of the entity that last modified the policy assignment.
    resources IamPolicyAssignmentResource[]
    Object for each account assigned.
    status string
    The policy assignment status.
    target {[key: string]: string}
    assignment target details
    template {[key: string]: string}
    policy template details
    templateVersion string
    The policy template version.
    templates IamPolicyAssignmentTemplates
    policy template details.
    timeouts IamPolicyAssignmentTimeouts
    version string
    specify version of response body format.
    accept_language str
    Language code for translations* default - English* de - German (Standard)* en - English* es - Spanish (Spain)* fr - French (Standard)* it - Italian (Standard)* ja - Japanese* ko - Korean* pt-br - Portuguese (Brazil)* zh-cn - Chinese (Simplified, PRC)* zh-tw - (Chinese, Taiwan).
    account_id str
    The account GUID that the policies assignments belong to..
    created_at str
    The UTC timestamp when the policy assignment was created.
    created_by_id str
    The iam ID of the entity that created the policy assignment.
    href str
    The href URL that links to the policies assignments API by policy assignment ID.
    iam_policy_assignment_id str
    last_modified_at str
    The UTC timestamp when the policy assignment was last modified.
    last_modified_by_id str
    The iam ID of the entity that last modified the policy assignment.
    resources Sequence[IamPolicyAssignmentResourceArgs]
    Object for each account assigned.
    status str
    The policy assignment status.
    target Mapping[str, str]
    assignment target details
    template Mapping[str, str]
    policy template details
    template_version str
    The policy template version.
    templates IamPolicyAssignmentTemplatesArgs
    policy template details.
    timeouts IamPolicyAssignmentTimeoutsArgs
    version str
    specify version of response body format.
    acceptLanguage String
    Language code for translations* default - English* de - German (Standard)* en - English* es - Spanish (Spain)* fr - French (Standard)* it - Italian (Standard)* ja - Japanese* ko - Korean* pt-br - Portuguese (Brazil)* zh-cn - Chinese (Simplified, PRC)* zh-tw - (Chinese, Taiwan).
    accountId String
    The account GUID that the policies assignments belong to..
    createdAt String
    The UTC timestamp when the policy assignment was created.
    createdById String
    The iam ID of the entity that created the policy assignment.
    href String
    The href URL that links to the policies assignments API by policy assignment ID.
    iamPolicyAssignmentId String
    lastModifiedAt String
    The UTC timestamp when the policy assignment was last modified.
    lastModifiedById String
    The iam ID of the entity that last modified the policy assignment.
    resources List<Property Map>
    Object for each account assigned.
    status String
    The policy assignment status.
    target Map<String>
    assignment target details
    template Map<String>
    policy template details
    templateVersion String
    The policy template version.
    templates Property Map
    policy template details.
    timeouts Property Map
    version String
    specify version of response body format.

    Supporting Types

    IamPolicyAssignmentResource, IamPolicyAssignmentResourceArgs

    IamPolicyAssignmentResourcePolicy, IamPolicyAssignmentResourcePolicyArgs

    IamPolicyAssignmentResourcePolicyErrorMessage, IamPolicyAssignmentResourcePolicyErrorMessageArgs

    IamPolicyAssignmentResourcePolicyErrorMessageError, IamPolicyAssignmentResourcePolicyErrorMessageErrorArgs

    IamPolicyAssignmentResourcePolicyErrorMessageErrorDetail, IamPolicyAssignmentResourcePolicyErrorMessageErrorDetailArgs

    IamPolicyAssignmentResourcePolicyErrorMessageErrorDetailConflictsWith, IamPolicyAssignmentResourcePolicyErrorMessageErrorDetailConflictsWithArgs

    Etag string
    Policy string
    Role string
    Etag string
    Policy string
    Role string
    etag String
    policy String
    role String
    etag string
    policy string
    role string
    etag str
    policy str
    role str
    etag String
    policy String
    role String

    IamPolicyAssignmentResourcePolicyResourceCreated, IamPolicyAssignmentResourcePolicyResourceCreatedArgs

    Id string
    Id string
    id String
    id string
    id str
    id String

    IamPolicyAssignmentTemplates, IamPolicyAssignmentTemplatesArgs

    Id string
    policy template id.
    Version string
    policy template version.
    Id string
    policy template id.
    Version string
    policy template version.
    id String
    policy template id.
    version String
    policy template version.
    id string
    policy template id.
    version string
    policy template version.
    id str
    policy template id.
    version str
    policy template version.
    id String
    policy template id.
    version String
    policy template version.

    IamPolicyAssignmentTimeouts, IamPolicyAssignmentTimeoutsArgs

    Create string
    Delete string
    Update string
    Create string
    Delete string
    Update string
    create String
    delete String
    update String
    create string
    delete string
    update string
    create str
    delete str
    update str
    create String
    delete String
    update String

    Package Details

    Repository
    ibm ibm-cloud/terraform-provider-ibm
    License
    Notes
    This Pulumi package is based on the ibm Terraform Provider.
    ibm logo
    ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud