ibm 1.86.0 published on Wednesday, Dec 3, 2025 by ibm-cloud
ibm 1.86.0 published on Wednesday, Dec 3, 2025 by ibm-cloud
Provides a read-only data source to retrieve information about an iam_role_template_version. You can then reference the fields of the data source in other resources within the same configuration by using interpolation syntax.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as ibm from "@pulumi/ibm";
const iamRoleTemplateVersion = ibm.getIamRoleTemplateVersion({
roleTemplateId: "role_template_id",
version: "version",
});
import pulumi
import pulumi_ibm as ibm
iam_role_template_version = ibm.get_iam_role_template_version(role_template_id="role_template_id",
version="version")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/ibm/ibm"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := ibm.LookupIamRoleTemplateVersion(ctx, &ibm.LookupIamRoleTemplateVersionArgs{
RoleTemplateId: "role_template_id",
Version: "version",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Ibm = Pulumi.Ibm;
return await Deployment.RunAsync(() =>
{
var iamRoleTemplateVersion = Ibm.GetIamRoleTemplateVersion.Invoke(new()
{
RoleTemplateId = "role_template_id",
Version = "version",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.ibm.IbmFunctions;
import com.pulumi.ibm.inputs.GetIamRoleTemplateVersionArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var iamRoleTemplateVersion = IbmFunctions.getIamRoleTemplateVersion(GetIamRoleTemplateVersionArgs.builder()
.roleTemplateId("role_template_id")
.version("version")
.build());
}
}
variables:
iamRoleTemplateVersion:
fn::invoke:
function: ibm:getIamRoleTemplateVersion
arguments:
roleTemplateId: role_template_id
version: version
Using getIamRoleTemplateVersion
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getIamRoleTemplateVersion(args: GetIamRoleTemplateVersionArgs, opts?: InvokeOptions): Promise<GetIamRoleTemplateVersionResult>
function getIamRoleTemplateVersionOutput(args: GetIamRoleTemplateVersionOutputArgs, opts?: InvokeOptions): Output<GetIamRoleTemplateVersionResult>def get_iam_role_template_version(id: Optional[str] = None,
role_template_id: Optional[str] = None,
version: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetIamRoleTemplateVersionResult
def get_iam_role_template_version_output(id: Optional[pulumi.Input[str]] = None,
role_template_id: Optional[pulumi.Input[str]] = None,
version: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetIamRoleTemplateVersionResult]func LookupIamRoleTemplateVersion(ctx *Context, args *LookupIamRoleTemplateVersionArgs, opts ...InvokeOption) (*LookupIamRoleTemplateVersionResult, error)
func LookupIamRoleTemplateVersionOutput(ctx *Context, args *LookupIamRoleTemplateVersionOutputArgs, opts ...InvokeOption) LookupIamRoleTemplateVersionResultOutput> Note: This function is named LookupIamRoleTemplateVersion in the Go SDK.
public static class GetIamRoleTemplateVersion
{
public static Task<GetIamRoleTemplateVersionResult> InvokeAsync(GetIamRoleTemplateVersionArgs args, InvokeOptions? opts = null)
public static Output<GetIamRoleTemplateVersionResult> Invoke(GetIamRoleTemplateVersionInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetIamRoleTemplateVersionResult> getIamRoleTemplateVersion(GetIamRoleTemplateVersionArgs args, InvokeOptions options)
public static Output<GetIamRoleTemplateVersionResult> getIamRoleTemplateVersion(GetIamRoleTemplateVersionArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getIamRoleTemplateVersion:getIamRoleTemplateVersion
arguments:
# arguments dictionaryThe following arguments are supported:
- Role
Template stringId - The role template ID.
- Constraints: The maximum length is
49characters. The minimum length is1character. The value must match regular expression/^roleTemplate-[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/.
- Constraints: The maximum length is
- Version string
- The role template version.
- Id string
- (String) The role template ID.
- Constraints: The maximum length is
49characters. The minimum length is1character. The value must match regular expression/^roleTemplate-[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/.
- Constraints: The maximum length is
- Role
Template stringId - The role template ID.
- Constraints: The maximum length is
49characters. The minimum length is1character. The value must match regular expression/^roleTemplate-[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/.
- Constraints: The maximum length is
- Version string
- The role template version.
- Id string
- (String) The role template ID.
- Constraints: The maximum length is
49characters. The minimum length is1character. The value must match regular expression/^roleTemplate-[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/.
- Constraints: The maximum length is
- role
Template StringId - The role template ID.
- Constraints: The maximum length is
49characters. The minimum length is1character. The value must match regular expression/^roleTemplate-[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/.
- Constraints: The maximum length is
- version String
- The role template version.
- id String
- (String) The role template ID.
- Constraints: The maximum length is
49characters. The minimum length is1character. The value must match regular expression/^roleTemplate-[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/.
- Constraints: The maximum length is
- role
Template stringId - The role template ID.
- Constraints: The maximum length is
49characters. The minimum length is1character. The value must match regular expression/^roleTemplate-[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/.
- Constraints: The maximum length is
- version string
- The role template version.
- id string
- (String) The role template ID.
- Constraints: The maximum length is
49characters. The minimum length is1character. The value must match regular expression/^roleTemplate-[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/.
- Constraints: The maximum length is
- role_
template_ strid - The role template ID.
- Constraints: The maximum length is
49characters. The minimum length is1character. The value must match regular expression/^roleTemplate-[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/.
- Constraints: The maximum length is
- version str
- The role template version.
- id str
- (String) The role template ID.
- Constraints: The maximum length is
49characters. The minimum length is1character. The value must match regular expression/^roleTemplate-[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/.
- Constraints: The maximum length is
- role
Template StringId - The role template ID.
- Constraints: The maximum length is
49characters. The minimum length is1character. The value must match regular expression/^roleTemplate-[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/.
- Constraints: The maximum length is
- version String
- The role template version.
- id String
- (String) The role template ID.
- Constraints: The maximum length is
49characters. The minimum length is1character. The value must match regular expression/^roleTemplate-[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/.
- Constraints: The maximum length is
getIamRoleTemplateVersion Result
The following output properties are available:
- Account
Id string - (String) Enterprise account ID where this template is created.
- Constraints: The maximum length is
32characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9-]*$/.
- Constraints: The maximum length is
- Committed bool
- (Boolean) Committed status of the template. If committed is set to true, then the template version can no longer be updated.
- Created
At string - (String) The UTC timestamp when the role template was created.
- Created
By stringId - (String) The IAM ID of the entity that created the role template.
- Constraints: The maximum length is
250characters. The minimum length is1character.
- Constraints: The maximum length is
- Description string
- (String) Description of the role.
- Constraints: The maximum length is
300characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- Href string
- (String) The href URL that links to the role templates API by role template ID.
- Id string
- (String) The role template ID.
- Constraints: The maximum length is
49characters. The minimum length is1character. The value must match regular expression/^roleTemplate-[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/.
- Constraints: The maximum length is
- Last
Modified stringAt - (String) The UTC timestamp when the role template was last modified.
- Last
Modified stringBy Id - (String) The IAM ID of the entity that last modified the role template.
- Constraints: The maximum length is
250characters. The minimum length is1character.
- Constraints: The maximum length is
- Name string
- (String) The name of the role that is used in the CRN. This must be alphanumeric and capitalized.
- Constraints: The maximum length is
30characters. The minimum length is1character. The value must match regular expression/^[A-Z]{1}[A-Za-z0-9]{0,29}$/.
- Constraints: The maximum length is
- Role
Template stringId - Roles
List<Get
Iam Role Template Version Role> - (List) The role properties that are created in an action resource when the template is assigned. Nested schema for role:
- State string
- (String) State of role template.
- Constraints: Allowable values are:
active,deleted.
- Constraints: Allowable values are:
- Version string
- (String) The version number of the template used to identify different versions of same template.
- Constraints: The maximum length is
2characters. The minimum length is1character. The value must match regular expression/^[0-9]*$/.
- Constraints: The maximum length is
- Account
Id string - (String) Enterprise account ID where this template is created.
- Constraints: The maximum length is
32characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9-]*$/.
- Constraints: The maximum length is
- Committed bool
- (Boolean) Committed status of the template. If committed is set to true, then the template version can no longer be updated.
- Created
At string - (String) The UTC timestamp when the role template was created.
- Created
By stringId - (String) The IAM ID of the entity that created the role template.
- Constraints: The maximum length is
250characters. The minimum length is1character.
- Constraints: The maximum length is
- Description string
- (String) Description of the role.
- Constraints: The maximum length is
300characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- Href string
- (String) The href URL that links to the role templates API by role template ID.
- Id string
- (String) The role template ID.
- Constraints: The maximum length is
49characters. The minimum length is1character. The value must match regular expression/^roleTemplate-[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/.
- Constraints: The maximum length is
- Last
Modified stringAt - (String) The UTC timestamp when the role template was last modified.
- Last
Modified stringBy Id - (String) The IAM ID of the entity that last modified the role template.
- Constraints: The maximum length is
250characters. The minimum length is1character.
- Constraints: The maximum length is
- Name string
- (String) The name of the role that is used in the CRN. This must be alphanumeric and capitalized.
- Constraints: The maximum length is
30characters. The minimum length is1character. The value must match regular expression/^[A-Z]{1}[A-Za-z0-9]{0,29}$/.
- Constraints: The maximum length is
- Role
Template stringId - Roles
[]Get
Iam Role Template Version Role - (List) The role properties that are created in an action resource when the template is assigned. Nested schema for role:
- State string
- (String) State of role template.
- Constraints: Allowable values are:
active,deleted.
- Constraints: Allowable values are:
- Version string
- (String) The version number of the template used to identify different versions of same template.
- Constraints: The maximum length is
2characters. The minimum length is1character. The value must match regular expression/^[0-9]*$/.
- Constraints: The maximum length is
- account
Id String - (String) Enterprise account ID where this template is created.
- Constraints: The maximum length is
32characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9-]*$/.
- Constraints: The maximum length is
- committed Boolean
- (Boolean) Committed status of the template. If committed is set to true, then the template version can no longer be updated.
- created
At String - (String) The UTC timestamp when the role template was created.
- created
By StringId - (String) The IAM ID of the entity that created the role template.
- Constraints: The maximum length is
250characters. The minimum length is1character.
- Constraints: The maximum length is
- description String
- (String) Description of the role.
- Constraints: The maximum length is
300characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- href String
- (String) The href URL that links to the role templates API by role template ID.
- id String
- (String) The role template ID.
- Constraints: The maximum length is
49characters. The minimum length is1character. The value must match regular expression/^roleTemplate-[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/.
- Constraints: The maximum length is
- last
Modified StringAt - (String) The UTC timestamp when the role template was last modified.
- last
Modified StringBy Id - (String) The IAM ID of the entity that last modified the role template.
- Constraints: The maximum length is
250characters. The minimum length is1character.
- Constraints: The maximum length is
- name String
- (String) The name of the role that is used in the CRN. This must be alphanumeric and capitalized.
- Constraints: The maximum length is
30characters. The minimum length is1character. The value must match regular expression/^[A-Z]{1}[A-Za-z0-9]{0,29}$/.
- Constraints: The maximum length is
- role
Template StringId - roles
List<Get
Iam Role Template Version Role> - (List) The role properties that are created in an action resource when the template is assigned. Nested schema for role:
- state String
- (String) State of role template.
- Constraints: Allowable values are:
active,deleted.
- Constraints: Allowable values are:
- version String
- (String) The version number of the template used to identify different versions of same template.
- Constraints: The maximum length is
2characters. The minimum length is1character. The value must match regular expression/^[0-9]*$/.
- Constraints: The maximum length is
- account
Id string - (String) Enterprise account ID where this template is created.
- Constraints: The maximum length is
32characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9-]*$/.
- Constraints: The maximum length is
- committed boolean
- (Boolean) Committed status of the template. If committed is set to true, then the template version can no longer be updated.
- created
At string - (String) The UTC timestamp when the role template was created.
- created
By stringId - (String) The IAM ID of the entity that created the role template.
- Constraints: The maximum length is
250characters. The minimum length is1character.
- Constraints: The maximum length is
- description string
- (String) Description of the role.
- Constraints: The maximum length is
300characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- href string
- (String) The href URL that links to the role templates API by role template ID.
- id string
- (String) The role template ID.
- Constraints: The maximum length is
49characters. The minimum length is1character. The value must match regular expression/^roleTemplate-[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/.
- Constraints: The maximum length is
- last
Modified stringAt - (String) The UTC timestamp when the role template was last modified.
- last
Modified stringBy Id - (String) The IAM ID of the entity that last modified the role template.
- Constraints: The maximum length is
250characters. The minimum length is1character.
- Constraints: The maximum length is
- name string
- (String) The name of the role that is used in the CRN. This must be alphanumeric and capitalized.
- Constraints: The maximum length is
30characters. The minimum length is1character. The value must match regular expression/^[A-Z]{1}[A-Za-z0-9]{0,29}$/.
- Constraints: The maximum length is
- role
Template stringId - roles
Get
Iam Role Template Version Role[] - (List) The role properties that are created in an action resource when the template is assigned. Nested schema for role:
- state string
- (String) State of role template.
- Constraints: Allowable values are:
active,deleted.
- Constraints: Allowable values are:
- version string
- (String) The version number of the template used to identify different versions of same template.
- Constraints: The maximum length is
2characters. The minimum length is1character. The value must match regular expression/^[0-9]*$/.
- Constraints: The maximum length is
- account_
id str - (String) Enterprise account ID where this template is created.
- Constraints: The maximum length is
32characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9-]*$/.
- Constraints: The maximum length is
- committed bool
- (Boolean) Committed status of the template. If committed is set to true, then the template version can no longer be updated.
- created_
at str - (String) The UTC timestamp when the role template was created.
- created_
by_ strid - (String) The IAM ID of the entity that created the role template.
- Constraints: The maximum length is
250characters. The minimum length is1character.
- Constraints: The maximum length is
- description str
- (String) Description of the role.
- Constraints: The maximum length is
300characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- href str
- (String) The href URL that links to the role templates API by role template ID.
- id str
- (String) The role template ID.
- Constraints: The maximum length is
49characters. The minimum length is1character. The value must match regular expression/^roleTemplate-[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/.
- Constraints: The maximum length is
- last_
modified_ strat - (String) The UTC timestamp when the role template was last modified.
- last_
modified_ strby_ id - (String) The IAM ID of the entity that last modified the role template.
- Constraints: The maximum length is
250characters. The minimum length is1character.
- Constraints: The maximum length is
- name str
- (String) The name of the role that is used in the CRN. This must be alphanumeric and capitalized.
- Constraints: The maximum length is
30characters. The minimum length is1character. The value must match regular expression/^[A-Z]{1}[A-Za-z0-9]{0,29}$/.
- Constraints: The maximum length is
- role_
template_ strid - roles
Sequence[Get
Iam Role Template Version Role] - (List) The role properties that are created in an action resource when the template is assigned. Nested schema for role:
- state str
- (String) State of role template.
- Constraints: Allowable values are:
active,deleted.
- Constraints: Allowable values are:
- version str
- (String) The version number of the template used to identify different versions of same template.
- Constraints: The maximum length is
2characters. The minimum length is1character. The value must match regular expression/^[0-9]*$/.
- Constraints: The maximum length is
- account
Id String - (String) Enterprise account ID where this template is created.
- Constraints: The maximum length is
32characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9-]*$/.
- Constraints: The maximum length is
- committed Boolean
- (Boolean) Committed status of the template. If committed is set to true, then the template version can no longer be updated.
- created
At String - (String) The UTC timestamp when the role template was created.
- created
By StringId - (String) The IAM ID of the entity that created the role template.
- Constraints: The maximum length is
250characters. The minimum length is1character.
- Constraints: The maximum length is
- description String
- (String) Description of the role.
- Constraints: The maximum length is
300characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- href String
- (String) The href URL that links to the role templates API by role template ID.
- id String
- (String) The role template ID.
- Constraints: The maximum length is
49characters. The minimum length is1character. The value must match regular expression/^roleTemplate-[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/.
- Constraints: The maximum length is
- last
Modified StringAt - (String) The UTC timestamp when the role template was last modified.
- last
Modified StringBy Id - (String) The IAM ID of the entity that last modified the role template.
- Constraints: The maximum length is
250characters. The minimum length is1character.
- Constraints: The maximum length is
- name String
- (String) The name of the role that is used in the CRN. This must be alphanumeric and capitalized.
- Constraints: The maximum length is
30characters. The minimum length is1character. The value must match regular expression/^[A-Z]{1}[A-Za-z0-9]{0,29}$/.
- Constraints: The maximum length is
- role
Template StringId - roles List<Property Map>
- (List) The role properties that are created in an action resource when the template is assigned. Nested schema for role:
- state String
- (String) State of role template.
- Constraints: Allowable values are:
active,deleted.
- Constraints: Allowable values are:
- version String
- (String) The version number of the template used to identify different versions of same template.
- Constraints: The maximum length is
2characters. The minimum length is1character. The value must match regular expression/^[0-9]*$/.
- Constraints: The maximum length is
Supporting Types
GetIamRoleTemplateVersionRole
- Actions List<string>
- (List) The actions of the role.
- Constraints: The minimum length is
1item.
- Constraints: The minimum length is
- Description string
- (String) Description of the role.
- Constraints: The maximum length is
300characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- Display
Name string - (String) The display the name of the role that is shown in the console.
- Constraints: The maximum length is
50characters. The minimum length is1character. The value must match regular expression/^((?!<|>).)*$/.
- Constraints: The maximum length is
- Name string
- (String) The name of the role that is used in the CRN. This must be alphanumeric and capitalized.
- Constraints: The maximum length is
30characters. The minimum length is1character. The value must match regular expression/^[A-Z]{1}[A-Za-z0-9]{0,29}$/.
- Constraints: The maximum length is
- Service
Name string - (String) The service name that the role refers.
- Constraints: The maximum length is
300characters. The minimum length is1character.
- Constraints: The maximum length is
- Actions []string
- (List) The actions of the role.
- Constraints: The minimum length is
1item.
- Constraints: The minimum length is
- Description string
- (String) Description of the role.
- Constraints: The maximum length is
300characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- Display
Name string - (String) The display the name of the role that is shown in the console.
- Constraints: The maximum length is
50characters. The minimum length is1character. The value must match regular expression/^((?!<|>).)*$/.
- Constraints: The maximum length is
- Name string
- (String) The name of the role that is used in the CRN. This must be alphanumeric and capitalized.
- Constraints: The maximum length is
30characters. The minimum length is1character. The value must match regular expression/^[A-Z]{1}[A-Za-z0-9]{0,29}$/.
- Constraints: The maximum length is
- Service
Name string - (String) The service name that the role refers.
- Constraints: The maximum length is
300characters. The minimum length is1character.
- Constraints: The maximum length is
- actions List<String>
- (List) The actions of the role.
- Constraints: The minimum length is
1item.
- Constraints: The minimum length is
- description String
- (String) Description of the role.
- Constraints: The maximum length is
300characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- display
Name String - (String) The display the name of the role that is shown in the console.
- Constraints: The maximum length is
50characters. The minimum length is1character. The value must match regular expression/^((?!<|>).)*$/.
- Constraints: The maximum length is
- name String
- (String) The name of the role that is used in the CRN. This must be alphanumeric and capitalized.
- Constraints: The maximum length is
30characters. The minimum length is1character. The value must match regular expression/^[A-Z]{1}[A-Za-z0-9]{0,29}$/.
- Constraints: The maximum length is
- service
Name String - (String) The service name that the role refers.
- Constraints: The maximum length is
300characters. The minimum length is1character.
- Constraints: The maximum length is
- actions string[]
- (List) The actions of the role.
- Constraints: The minimum length is
1item.
- Constraints: The minimum length is
- description string
- (String) Description of the role.
- Constraints: The maximum length is
300characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- display
Name string - (String) The display the name of the role that is shown in the console.
- Constraints: The maximum length is
50characters. The minimum length is1character. The value must match regular expression/^((?!<|>).)*$/.
- Constraints: The maximum length is
- name string
- (String) The name of the role that is used in the CRN. This must be alphanumeric and capitalized.
- Constraints: The maximum length is
30characters. The minimum length is1character. The value must match regular expression/^[A-Z]{1}[A-Za-z0-9]{0,29}$/.
- Constraints: The maximum length is
- service
Name string - (String) The service name that the role refers.
- Constraints: The maximum length is
300characters. The minimum length is1character.
- Constraints: The maximum length is
- actions Sequence[str]
- (List) The actions of the role.
- Constraints: The minimum length is
1item.
- Constraints: The minimum length is
- description str
- (String) Description of the role.
- Constraints: The maximum length is
300characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- display_
name str - (String) The display the name of the role that is shown in the console.
- Constraints: The maximum length is
50characters. The minimum length is1character. The value must match regular expression/^((?!<|>).)*$/.
- Constraints: The maximum length is
- name str
- (String) The name of the role that is used in the CRN. This must be alphanumeric and capitalized.
- Constraints: The maximum length is
30characters. The minimum length is1character. The value must match regular expression/^[A-Z]{1}[A-Za-z0-9]{0,29}$/.
- Constraints: The maximum length is
- service_
name str - (String) The service name that the role refers.
- Constraints: The maximum length is
300characters. The minimum length is1character.
- Constraints: The maximum length is
- actions List<String>
- (List) The actions of the role.
- Constraints: The minimum length is
1item.
- Constraints: The minimum length is
- description String
- (String) Description of the role.
- Constraints: The maximum length is
300characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- display
Name String - (String) The display the name of the role that is shown in the console.
- Constraints: The maximum length is
50characters. The minimum length is1character. The value must match regular expression/^((?!<|>).)*$/.
- Constraints: The maximum length is
- name String
- (String) The name of the role that is used in the CRN. This must be alphanumeric and capitalized.
- Constraints: The maximum length is
30characters. The minimum length is1character. The value must match regular expression/^[A-Z]{1}[A-Za-z0-9]{0,29}$/.
- Constraints: The maximum length is
- service
Name String - (String) The service name that the role refers.
- Constraints: The maximum length is
300characters. The minimum length is1character.
- Constraints: The maximum length is
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibmTerraform Provider.
ibm 1.86.0 published on Wednesday, Dec 3, 2025 by ibm-cloud
