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

ibm.IamAccountSettingsTemplateAssignment

Explore with Pulumi AI

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

    Create IamAccountSettingsTemplateAssignment Resource

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

    Constructor syntax

    new IamAccountSettingsTemplateAssignment(name: string, args: IamAccountSettingsTemplateAssignmentArgs, opts?: CustomResourceOptions);
    @overload
    def IamAccountSettingsTemplateAssignment(resource_name: str,
                                             args: IamAccountSettingsTemplateAssignmentArgs,
                                             opts: Optional[ResourceOptions] = None)
    
    @overload
    def IamAccountSettingsTemplateAssignment(resource_name: str,
                                             opts: Optional[ResourceOptions] = None,
                                             target: Optional[str] = None,
                                             target_type: Optional[str] = None,
                                             template_id: Optional[str] = None,
                                             template_version: Optional[float] = None,
                                             iam_account_settings_template_assignment_id: Optional[str] = None,
                                             timeouts: Optional[IamAccountSettingsTemplateAssignmentTimeoutsArgs] = None)
    func NewIamAccountSettingsTemplateAssignment(ctx *Context, name string, args IamAccountSettingsTemplateAssignmentArgs, opts ...ResourceOption) (*IamAccountSettingsTemplateAssignment, error)
    public IamAccountSettingsTemplateAssignment(string name, IamAccountSettingsTemplateAssignmentArgs args, CustomResourceOptions? opts = null)
    public IamAccountSettingsTemplateAssignment(String name, IamAccountSettingsTemplateAssignmentArgs args)
    public IamAccountSettingsTemplateAssignment(String name, IamAccountSettingsTemplateAssignmentArgs args, CustomResourceOptions options)
    
    type: ibm:IamAccountSettingsTemplateAssignment
    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 IamAccountSettingsTemplateAssignmentArgs
    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 IamAccountSettingsTemplateAssignmentArgs
    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 IamAccountSettingsTemplateAssignmentArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args IamAccountSettingsTemplateAssignmentArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args IamAccountSettingsTemplateAssignmentArgs
    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 iamAccountSettingsTemplateAssignmentResource = new Ibm.IamAccountSettingsTemplateAssignment("iamAccountSettingsTemplateAssignmentResource", new()
    {
        Target = "string",
        TargetType = "string",
        TemplateId = "string",
        TemplateVersion = 0,
        IamAccountSettingsTemplateAssignmentId = "string",
        Timeouts = new Ibm.Inputs.IamAccountSettingsTemplateAssignmentTimeoutsArgs
        {
            Create = "string",
            Delete = "string",
            Update = "string",
        },
    });
    
    example, err := ibm.NewIamAccountSettingsTemplateAssignment(ctx, "iamAccountSettingsTemplateAssignmentResource", &ibm.IamAccountSettingsTemplateAssignmentArgs{
    	Target:                                 pulumi.String("string"),
    	TargetType:                             pulumi.String("string"),
    	TemplateId:                             pulumi.String("string"),
    	TemplateVersion:                        pulumi.Float64(0),
    	IamAccountSettingsTemplateAssignmentId: pulumi.String("string"),
    	Timeouts: &ibm.IamAccountSettingsTemplateAssignmentTimeoutsArgs{
    		Create: pulumi.String("string"),
    		Delete: pulumi.String("string"),
    		Update: pulumi.String("string"),
    	},
    })
    
    var iamAccountSettingsTemplateAssignmentResource = new IamAccountSettingsTemplateAssignment("iamAccountSettingsTemplateAssignmentResource", IamAccountSettingsTemplateAssignmentArgs.builder()
        .target("string")
        .targetType("string")
        .templateId("string")
        .templateVersion(0)
        .iamAccountSettingsTemplateAssignmentId("string")
        .timeouts(IamAccountSettingsTemplateAssignmentTimeoutsArgs.builder()
            .create("string")
            .delete("string")
            .update("string")
            .build())
        .build());
    
    iam_account_settings_template_assignment_resource = ibm.IamAccountSettingsTemplateAssignment("iamAccountSettingsTemplateAssignmentResource",
        target="string",
        target_type="string",
        template_id="string",
        template_version=0,
        iam_account_settings_template_assignment_id="string",
        timeouts={
            "create": "string",
            "delete": "string",
            "update": "string",
        })
    
    const iamAccountSettingsTemplateAssignmentResource = new ibm.IamAccountSettingsTemplateAssignment("iamAccountSettingsTemplateAssignmentResource", {
        target: "string",
        targetType: "string",
        templateId: "string",
        templateVersion: 0,
        iamAccountSettingsTemplateAssignmentId: "string",
        timeouts: {
            create: "string",
            "delete": "string",
            update: "string",
        },
    });
    
    type: ibm:IamAccountSettingsTemplateAssignment
    properties:
        iamAccountSettingsTemplateAssignmentId: string
        target: string
        targetType: string
        templateId: string
        templateVersion: 0
        timeouts:
            create: string
            delete: string
            update: string
    

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

    Target string
    Assignment target.
    TargetType string
    Assignment target type.
    TemplateId string
    Template Id.
    TemplateVersion double
    Template version.
    IamAccountSettingsTemplateAssignmentId string
    Timeouts IamAccountSettingsTemplateAssignmentTimeouts
    Target string
    Assignment target.
    TargetType string
    Assignment target type.
    TemplateId string
    Template Id.
    TemplateVersion float64
    Template version.
    IamAccountSettingsTemplateAssignmentId string
    Timeouts IamAccountSettingsTemplateAssignmentTimeoutsArgs
    target String
    Assignment target.
    targetType String
    Assignment target type.
    templateId String
    Template Id.
    templateVersion Double
    Template version.
    iamAccountSettingsTemplateAssignmentId String
    timeouts IamAccountSettingsTemplateAssignmentTimeouts
    target string
    Assignment target.
    targetType string
    Assignment target type.
    templateId string
    Template Id.
    templateVersion number
    Template version.
    iamAccountSettingsTemplateAssignmentId string
    timeouts IamAccountSettingsTemplateAssignmentTimeouts
    target String
    Assignment target.
    targetType String
    Assignment target type.
    templateId String
    Template Id.
    templateVersion Number
    Template version.
    iamAccountSettingsTemplateAssignmentId String
    timeouts Property Map

    Outputs

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

    AccountId string
    Enterprise account Id.
    Contexts List<IamAccountSettingsTemplateAssignmentContext>
    Context with key properties for problem determination.
    CreatedAt string
    Assignment created at.
    CreatedById string
    IAMid of the identity that created the assignment.
    EntityTag string
    Entity tag for this assignment record.
    Histories List<IamAccountSettingsTemplateAssignmentHistory>
    Assignment history.
    Href string
    Href.
    Id string
    The provider-assigned unique ID for this managed resource.
    LastModifiedAt string
    Assignment modified at.
    LastModifiedById string
    IAMid of the identity that last modified the assignment.
    Resources List<IamAccountSettingsTemplateAssignmentResource>
    Status breakdown per target account of IAM resources created or errors encountered in attempting to create those IAM resources. IAM resources are only included in the response providing the assignment is not in progress. IAM resources are also only included when getting a single assignment, and excluded by list APIs.
    Status string
    Assignment status.
    AccountId string
    Enterprise account Id.
    Contexts []IamAccountSettingsTemplateAssignmentContext
    Context with key properties for problem determination.
    CreatedAt string
    Assignment created at.
    CreatedById string
    IAMid of the identity that created the assignment.
    EntityTag string
    Entity tag for this assignment record.
    Histories []IamAccountSettingsTemplateAssignmentHistory
    Assignment history.
    Href string
    Href.
    Id string
    The provider-assigned unique ID for this managed resource.
    LastModifiedAt string
    Assignment modified at.
    LastModifiedById string
    IAMid of the identity that last modified the assignment.
    Resources []IamAccountSettingsTemplateAssignmentResource
    Status breakdown per target account of IAM resources created or errors encountered in attempting to create those IAM resources. IAM resources are only included in the response providing the assignment is not in progress. IAM resources are also only included when getting a single assignment, and excluded by list APIs.
    Status string
    Assignment status.
    accountId String
    Enterprise account Id.
    contexts List<IamAccountSettingsTemplateAssignmentContext>
    Context with key properties for problem determination.
    createdAt String
    Assignment created at.
    createdById String
    IAMid of the identity that created the assignment.
    entityTag String
    Entity tag for this assignment record.
    histories List<IamAccountSettingsTemplateAssignmentHistory>
    Assignment history.
    href String
    Href.
    id String
    The provider-assigned unique ID for this managed resource.
    lastModifiedAt String
    Assignment modified at.
    lastModifiedById String
    IAMid of the identity that last modified the assignment.
    resources List<IamAccountSettingsTemplateAssignmentResource>
    Status breakdown per target account of IAM resources created or errors encountered in attempting to create those IAM resources. IAM resources are only included in the response providing the assignment is not in progress. IAM resources are also only included when getting a single assignment, and excluded by list APIs.
    status String
    Assignment status.
    accountId string
    Enterprise account Id.
    contexts IamAccountSettingsTemplateAssignmentContext[]
    Context with key properties for problem determination.
    createdAt string
    Assignment created at.
    createdById string
    IAMid of the identity that created the assignment.
    entityTag string
    Entity tag for this assignment record.
    histories IamAccountSettingsTemplateAssignmentHistory[]
    Assignment history.
    href string
    Href.
    id string
    The provider-assigned unique ID for this managed resource.
    lastModifiedAt string
    Assignment modified at.
    lastModifiedById string
    IAMid of the identity that last modified the assignment.
    resources IamAccountSettingsTemplateAssignmentResource[]
    Status breakdown per target account of IAM resources created or errors encountered in attempting to create those IAM resources. IAM resources are only included in the response providing the assignment is not in progress. IAM resources are also only included when getting a single assignment, and excluded by list APIs.
    status string
    Assignment status.
    account_id str
    Enterprise account Id.
    contexts Sequence[IamAccountSettingsTemplateAssignmentContext]
    Context with key properties for problem determination.
    created_at str
    Assignment created at.
    created_by_id str
    IAMid of the identity that created the assignment.
    entity_tag str
    Entity tag for this assignment record.
    histories Sequence[IamAccountSettingsTemplateAssignmentHistory]
    Assignment history.
    href str
    Href.
    id str
    The provider-assigned unique ID for this managed resource.
    last_modified_at str
    Assignment modified at.
    last_modified_by_id str
    IAMid of the identity that last modified the assignment.
    resources Sequence[IamAccountSettingsTemplateAssignmentResource]
    Status breakdown per target account of IAM resources created or errors encountered in attempting to create those IAM resources. IAM resources are only included in the response providing the assignment is not in progress. IAM resources are also only included when getting a single assignment, and excluded by list APIs.
    status str
    Assignment status.
    accountId String
    Enterprise account Id.
    contexts List<Property Map>
    Context with key properties for problem determination.
    createdAt String
    Assignment created at.
    createdById String
    IAMid of the identity that created the assignment.
    entityTag String
    Entity tag for this assignment record.
    histories List<Property Map>
    Assignment history.
    href String
    Href.
    id String
    The provider-assigned unique ID for this managed resource.
    lastModifiedAt String
    Assignment modified at.
    lastModifiedById String
    IAMid of the identity that last modified the assignment.
    resources List<Property Map>
    Status breakdown per target account of IAM resources created or errors encountered in attempting to create those IAM resources. IAM resources are only included in the response providing the assignment is not in progress. IAM resources are also only included when getting a single assignment, and excluded by list APIs.
    status String
    Assignment status.

    Look up Existing IamAccountSettingsTemplateAssignment Resource

    Get an existing IamAccountSettingsTemplateAssignment 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?: IamAccountSettingsTemplateAssignmentState, opts?: CustomResourceOptions): IamAccountSettingsTemplateAssignment
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            account_id: Optional[str] = None,
            contexts: Optional[Sequence[IamAccountSettingsTemplateAssignmentContextArgs]] = None,
            created_at: Optional[str] = None,
            created_by_id: Optional[str] = None,
            entity_tag: Optional[str] = None,
            histories: Optional[Sequence[IamAccountSettingsTemplateAssignmentHistoryArgs]] = None,
            href: Optional[str] = None,
            iam_account_settings_template_assignment_id: Optional[str] = None,
            last_modified_at: Optional[str] = None,
            last_modified_by_id: Optional[str] = None,
            resources: Optional[Sequence[IamAccountSettingsTemplateAssignmentResourceArgs]] = None,
            status: Optional[str] = None,
            target: Optional[str] = None,
            target_type: Optional[str] = None,
            template_id: Optional[str] = None,
            template_version: Optional[float] = None,
            timeouts: Optional[IamAccountSettingsTemplateAssignmentTimeoutsArgs] = None) -> IamAccountSettingsTemplateAssignment
    func GetIamAccountSettingsTemplateAssignment(ctx *Context, name string, id IDInput, state *IamAccountSettingsTemplateAssignmentState, opts ...ResourceOption) (*IamAccountSettingsTemplateAssignment, error)
    public static IamAccountSettingsTemplateAssignment Get(string name, Input<string> id, IamAccountSettingsTemplateAssignmentState? state, CustomResourceOptions? opts = null)
    public static IamAccountSettingsTemplateAssignment get(String name, Output<String> id, IamAccountSettingsTemplateAssignmentState state, CustomResourceOptions options)
    resources:  _:    type: ibm:IamAccountSettingsTemplateAssignment    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:
    AccountId string
    Enterprise account Id.
    Contexts List<IamAccountSettingsTemplateAssignmentContext>
    Context with key properties for problem determination.
    CreatedAt string
    Assignment created at.
    CreatedById string
    IAMid of the identity that created the assignment.
    EntityTag string
    Entity tag for this assignment record.
    Histories List<IamAccountSettingsTemplateAssignmentHistory>
    Assignment history.
    Href string
    Href.
    IamAccountSettingsTemplateAssignmentId string
    LastModifiedAt string
    Assignment modified at.
    LastModifiedById string
    IAMid of the identity that last modified the assignment.
    Resources List<IamAccountSettingsTemplateAssignmentResource>
    Status breakdown per target account of IAM resources created or errors encountered in attempting to create those IAM resources. IAM resources are only included in the response providing the assignment is not in progress. IAM resources are also only included when getting a single assignment, and excluded by list APIs.
    Status string
    Assignment status.
    Target string
    Assignment target.
    TargetType string
    Assignment target type.
    TemplateId string
    Template Id.
    TemplateVersion double
    Template version.
    Timeouts IamAccountSettingsTemplateAssignmentTimeouts
    AccountId string
    Enterprise account Id.
    Contexts []IamAccountSettingsTemplateAssignmentContextArgs
    Context with key properties for problem determination.
    CreatedAt string
    Assignment created at.
    CreatedById string
    IAMid of the identity that created the assignment.
    EntityTag string
    Entity tag for this assignment record.
    Histories []IamAccountSettingsTemplateAssignmentHistoryArgs
    Assignment history.
    Href string
    Href.
    IamAccountSettingsTemplateAssignmentId string
    LastModifiedAt string
    Assignment modified at.
    LastModifiedById string
    IAMid of the identity that last modified the assignment.
    Resources []IamAccountSettingsTemplateAssignmentResourceArgs
    Status breakdown per target account of IAM resources created or errors encountered in attempting to create those IAM resources. IAM resources are only included in the response providing the assignment is not in progress. IAM resources are also only included when getting a single assignment, and excluded by list APIs.
    Status string
    Assignment status.
    Target string
    Assignment target.
    TargetType string
    Assignment target type.
    TemplateId string
    Template Id.
    TemplateVersion float64
    Template version.
    Timeouts IamAccountSettingsTemplateAssignmentTimeoutsArgs
    accountId String
    Enterprise account Id.
    contexts List<IamAccountSettingsTemplateAssignmentContext>
    Context with key properties for problem determination.
    createdAt String
    Assignment created at.
    createdById String
    IAMid of the identity that created the assignment.
    entityTag String
    Entity tag for this assignment record.
    histories List<IamAccountSettingsTemplateAssignmentHistory>
    Assignment history.
    href String
    Href.
    iamAccountSettingsTemplateAssignmentId String
    lastModifiedAt String
    Assignment modified at.
    lastModifiedById String
    IAMid of the identity that last modified the assignment.
    resources List<IamAccountSettingsTemplateAssignmentResource>
    Status breakdown per target account of IAM resources created or errors encountered in attempting to create those IAM resources. IAM resources are only included in the response providing the assignment is not in progress. IAM resources are also only included when getting a single assignment, and excluded by list APIs.
    status String
    Assignment status.
    target String
    Assignment target.
    targetType String
    Assignment target type.
    templateId String
    Template Id.
    templateVersion Double
    Template version.
    timeouts IamAccountSettingsTemplateAssignmentTimeouts
    accountId string
    Enterprise account Id.
    contexts IamAccountSettingsTemplateAssignmentContext[]
    Context with key properties for problem determination.
    createdAt string
    Assignment created at.
    createdById string
    IAMid of the identity that created the assignment.
    entityTag string
    Entity tag for this assignment record.
    histories IamAccountSettingsTemplateAssignmentHistory[]
    Assignment history.
    href string
    Href.
    iamAccountSettingsTemplateAssignmentId string
    lastModifiedAt string
    Assignment modified at.
    lastModifiedById string
    IAMid of the identity that last modified the assignment.
    resources IamAccountSettingsTemplateAssignmentResource[]
    Status breakdown per target account of IAM resources created or errors encountered in attempting to create those IAM resources. IAM resources are only included in the response providing the assignment is not in progress. IAM resources are also only included when getting a single assignment, and excluded by list APIs.
    status string
    Assignment status.
    target string
    Assignment target.
    targetType string
    Assignment target type.
    templateId string
    Template Id.
    templateVersion number
    Template version.
    timeouts IamAccountSettingsTemplateAssignmentTimeouts
    account_id str
    Enterprise account Id.
    contexts Sequence[IamAccountSettingsTemplateAssignmentContextArgs]
    Context with key properties for problem determination.
    created_at str
    Assignment created at.
    created_by_id str
    IAMid of the identity that created the assignment.
    entity_tag str
    Entity tag for this assignment record.
    histories Sequence[IamAccountSettingsTemplateAssignmentHistoryArgs]
    Assignment history.
    href str
    Href.
    iam_account_settings_template_assignment_id str
    last_modified_at str
    Assignment modified at.
    last_modified_by_id str
    IAMid of the identity that last modified the assignment.
    resources Sequence[IamAccountSettingsTemplateAssignmentResourceArgs]
    Status breakdown per target account of IAM resources created or errors encountered in attempting to create those IAM resources. IAM resources are only included in the response providing the assignment is not in progress. IAM resources are also only included when getting a single assignment, and excluded by list APIs.
    status str
    Assignment status.
    target str
    Assignment target.
    target_type str
    Assignment target type.
    template_id str
    Template Id.
    template_version float
    Template version.
    timeouts IamAccountSettingsTemplateAssignmentTimeoutsArgs
    accountId String
    Enterprise account Id.
    contexts List<Property Map>
    Context with key properties for problem determination.
    createdAt String
    Assignment created at.
    createdById String
    IAMid of the identity that created the assignment.
    entityTag String
    Entity tag for this assignment record.
    histories List<Property Map>
    Assignment history.
    href String
    Href.
    iamAccountSettingsTemplateAssignmentId String
    lastModifiedAt String
    Assignment modified at.
    lastModifiedById String
    IAMid of the identity that last modified the assignment.
    resources List<Property Map>
    Status breakdown per target account of IAM resources created or errors encountered in attempting to create those IAM resources. IAM resources are only included in the response providing the assignment is not in progress. IAM resources are also only included when getting a single assignment, and excluded by list APIs.
    status String
    Assignment status.
    target String
    Assignment target.
    targetType String
    Assignment target type.
    templateId String
    Template Id.
    templateVersion Number
    Template version.
    timeouts Property Map

    Supporting Types

    IamAccountSettingsTemplateAssignmentContext, IamAccountSettingsTemplateAssignmentContextArgs

    ClusterName string
    ElapsedTime string
    EndTime string
    Host string
    InstanceId string
    Operation string
    StartTime string
    ThreadId string
    TransactionId string
    Url string
    UserAgent string
    ClusterName string
    ElapsedTime string
    EndTime string
    Host string
    InstanceId string
    Operation string
    StartTime string
    ThreadId string
    TransactionId string
    Url string
    UserAgent string
    clusterName String
    elapsedTime String
    endTime String
    host String
    instanceId String
    operation String
    startTime String
    threadId String
    transactionId String
    url String
    userAgent String
    clusterName string
    elapsedTime string
    endTime string
    host string
    instanceId string
    operation string
    startTime string
    threadId string
    transactionId string
    url string
    userAgent string
    clusterName String
    elapsedTime String
    endTime String
    host String
    instanceId String
    operation String
    startTime String
    threadId String
    transactionId String
    url String
    userAgent String

    IamAccountSettingsTemplateAssignmentHistory, IamAccountSettingsTemplateAssignmentHistoryArgs

    Action string
    IamId string
    IamIdAccount string
    Message string
    Params List<string>
    Timestamp string
    Action string
    IamId string
    IamIdAccount string
    Message string
    Params []string
    Timestamp string
    action String
    iamId String
    iamIdAccount String
    message String
    params List<String>
    timestamp String
    action string
    iamId string
    iamIdAccount string
    message string
    params string[]
    timestamp string
    action str
    iam_id str
    iam_id_account str
    message str
    params Sequence[str]
    timestamp str
    action String
    iamId String
    iamIdAccount String
    message String
    params List<String>
    timestamp String

    IamAccountSettingsTemplateAssignmentResource, IamAccountSettingsTemplateAssignmentResourceArgs

    IamAccountSettingsTemplateAssignmentResourceAccountSetting, IamAccountSettingsTemplateAssignmentResourceAccountSettingArgs

    IamAccountSettingsTemplateAssignmentResourceAccountSettingErrorMessage, IamAccountSettingsTemplateAssignmentResourceAccountSettingErrorMessageArgs

    ErrorCode string
    Message string
    Name string
    StatusCode string
    ErrorCode string
    Message string
    Name string
    StatusCode string
    errorCode String
    message String
    name String
    statusCode String
    errorCode string
    message string
    name string
    statusCode string
    errorCode String
    message String
    name String
    statusCode String

    IamAccountSettingsTemplateAssignmentResourceAccountSettingResourceCreated, IamAccountSettingsTemplateAssignmentResourceAccountSettingResourceCreatedArgs

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

    IamAccountSettingsTemplateAssignmentTimeouts, IamAccountSettingsTemplateAssignmentTimeoutsArgs

    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