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

ibm.IamTrustedProfileTemplateAssignment

Explore with Pulumi AI

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

    Create IamTrustedProfileTemplateAssignment Resource

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

    Constructor syntax

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

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

    Target string
    Assignment target.
    TargetType string
    Assignment target type.
    TemplateId string
    Template Id.
    TemplateVersion double
    Template version.
    IamTrustedProfileTemplateAssignmentId string
    Timeouts IamTrustedProfileTemplateAssignmentTimeouts
    Target string
    Assignment target.
    TargetType string
    Assignment target type.
    TemplateId string
    Template Id.
    TemplateVersion float64
    Template version.
    IamTrustedProfileTemplateAssignmentId string
    Timeouts IamTrustedProfileTemplateAssignmentTimeoutsArgs
    target String
    Assignment target.
    targetType String
    Assignment target type.
    templateId String
    Template Id.
    templateVersion Double
    Template version.
    iamTrustedProfileTemplateAssignmentId String
    timeouts IamTrustedProfileTemplateAssignmentTimeouts
    target string
    Assignment target.
    targetType string
    Assignment target type.
    templateId string
    Template Id.
    templateVersion number
    Template version.
    iamTrustedProfileTemplateAssignmentId string
    timeouts IamTrustedProfileTemplateAssignmentTimeouts
    target String
    Assignment target.
    targetType String
    Assignment target type.
    templateId String
    Template Id.
    templateVersion Number
    Template version.
    iamTrustedProfileTemplateAssignmentId String
    timeouts Property Map

    Outputs

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

    AccountId string
    Enterprise account Id.
    Contexts List<IamTrustedProfileTemplateAssignmentContext>
    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<IamTrustedProfileTemplateAssignmentHistory>
    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<IamTrustedProfileTemplateAssignmentResource>
    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 []IamTrustedProfileTemplateAssignmentContext
    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 []IamTrustedProfileTemplateAssignmentHistory
    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 []IamTrustedProfileTemplateAssignmentResource
    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<IamTrustedProfileTemplateAssignmentContext>
    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<IamTrustedProfileTemplateAssignmentHistory>
    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<IamTrustedProfileTemplateAssignmentResource>
    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 IamTrustedProfileTemplateAssignmentContext[]
    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 IamTrustedProfileTemplateAssignmentHistory[]
    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 IamTrustedProfileTemplateAssignmentResource[]
    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[IamTrustedProfileTemplateAssignmentContext]
    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[IamTrustedProfileTemplateAssignmentHistory]
    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[IamTrustedProfileTemplateAssignmentResource]
    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 IamTrustedProfileTemplateAssignment Resource

    Get an existing IamTrustedProfileTemplateAssignment 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?: IamTrustedProfileTemplateAssignmentState, opts?: CustomResourceOptions): IamTrustedProfileTemplateAssignment
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            account_id: Optional[str] = None,
            contexts: Optional[Sequence[IamTrustedProfileTemplateAssignmentContextArgs]] = None,
            created_at: Optional[str] = None,
            created_by_id: Optional[str] = None,
            entity_tag: Optional[str] = None,
            histories: Optional[Sequence[IamTrustedProfileTemplateAssignmentHistoryArgs]] = None,
            href: Optional[str] = None,
            iam_trusted_profile_template_assignment_id: Optional[str] = None,
            last_modified_at: Optional[str] = None,
            last_modified_by_id: Optional[str] = None,
            resources: Optional[Sequence[IamTrustedProfileTemplateAssignmentResourceArgs]] = 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[IamTrustedProfileTemplateAssignmentTimeoutsArgs] = None) -> IamTrustedProfileTemplateAssignment
    func GetIamTrustedProfileTemplateAssignment(ctx *Context, name string, id IDInput, state *IamTrustedProfileTemplateAssignmentState, opts ...ResourceOption) (*IamTrustedProfileTemplateAssignment, error)
    public static IamTrustedProfileTemplateAssignment Get(string name, Input<string> id, IamTrustedProfileTemplateAssignmentState? state, CustomResourceOptions? opts = null)
    public static IamTrustedProfileTemplateAssignment get(String name, Output<String> id, IamTrustedProfileTemplateAssignmentState state, CustomResourceOptions options)
    resources:  _:    type: ibm:IamTrustedProfileTemplateAssignment    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<IamTrustedProfileTemplateAssignmentContext>
    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<IamTrustedProfileTemplateAssignmentHistory>
    Assignment history.
    Href string
    Href.
    IamTrustedProfileTemplateAssignmentId string
    LastModifiedAt string
    Assignment modified at.
    LastModifiedById string
    IAMid of the identity that last modified the assignment.
    Resources List<IamTrustedProfileTemplateAssignmentResource>
    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 IamTrustedProfileTemplateAssignmentTimeouts
    AccountId string
    Enterprise account Id.
    Contexts []IamTrustedProfileTemplateAssignmentContextArgs
    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 []IamTrustedProfileTemplateAssignmentHistoryArgs
    Assignment history.
    Href string
    Href.
    IamTrustedProfileTemplateAssignmentId string
    LastModifiedAt string
    Assignment modified at.
    LastModifiedById string
    IAMid of the identity that last modified the assignment.
    Resources []IamTrustedProfileTemplateAssignmentResourceArgs
    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 IamTrustedProfileTemplateAssignmentTimeoutsArgs
    accountId String
    Enterprise account Id.
    contexts List<IamTrustedProfileTemplateAssignmentContext>
    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<IamTrustedProfileTemplateAssignmentHistory>
    Assignment history.
    href String
    Href.
    iamTrustedProfileTemplateAssignmentId String
    lastModifiedAt String
    Assignment modified at.
    lastModifiedById String
    IAMid of the identity that last modified the assignment.
    resources List<IamTrustedProfileTemplateAssignmentResource>
    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 IamTrustedProfileTemplateAssignmentTimeouts
    accountId string
    Enterprise account Id.
    contexts IamTrustedProfileTemplateAssignmentContext[]
    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 IamTrustedProfileTemplateAssignmentHistory[]
    Assignment history.
    href string
    Href.
    iamTrustedProfileTemplateAssignmentId string
    lastModifiedAt string
    Assignment modified at.
    lastModifiedById string
    IAMid of the identity that last modified the assignment.
    resources IamTrustedProfileTemplateAssignmentResource[]
    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 IamTrustedProfileTemplateAssignmentTimeouts
    account_id str
    Enterprise account Id.
    contexts Sequence[IamTrustedProfileTemplateAssignmentContextArgs]
    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[IamTrustedProfileTemplateAssignmentHistoryArgs]
    Assignment history.
    href str
    Href.
    iam_trusted_profile_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[IamTrustedProfileTemplateAssignmentResourceArgs]
    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 IamTrustedProfileTemplateAssignmentTimeoutsArgs
    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.
    iamTrustedProfileTemplateAssignmentId 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

    IamTrustedProfileTemplateAssignmentContext, IamTrustedProfileTemplateAssignmentContextArgs

    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

    IamTrustedProfileTemplateAssignmentHistory, IamTrustedProfileTemplateAssignmentHistoryArgs

    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

    IamTrustedProfileTemplateAssignmentResource, IamTrustedProfileTemplateAssignmentResourceArgs

    IamTrustedProfileTemplateAssignmentResourcePolicyTemplateRef, IamTrustedProfileTemplateAssignmentResourcePolicyTemplateRefArgs

    IamTrustedProfileTemplateAssignmentResourcePolicyTemplateRefErrorMessage, IamTrustedProfileTemplateAssignmentResourcePolicyTemplateRefErrorMessageArgs

    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

    IamTrustedProfileTemplateAssignmentResourcePolicyTemplateRefResourceCreated, IamTrustedProfileTemplateAssignmentResourcePolicyTemplateRefResourceCreatedArgs

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

    IamTrustedProfileTemplateAssignmentResourceProfile, IamTrustedProfileTemplateAssignmentResourceProfileArgs

    IamTrustedProfileTemplateAssignmentResourceProfileErrorMessage, IamTrustedProfileTemplateAssignmentResourceProfileErrorMessageArgs

    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

    IamTrustedProfileTemplateAssignmentResourceProfileResourceCreated, IamTrustedProfileTemplateAssignmentResourceProfileResourceCreatedArgs

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

    IamTrustedProfileTemplateAssignmentTimeouts, IamTrustedProfileTemplateAssignmentTimeoutsArgs

    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