ibm.IamPolicyAssignment
Explore with Pulumi AI
Create IamPolicyAssignment Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new IamPolicyAssignment(name: string, args: IamPolicyAssignmentArgs, opts?: CustomResourceOptions);
@overload
def IamPolicyAssignment(resource_name: str,
args: IamPolicyAssignmentArgs,
opts: Optional[ResourceOptions] = None)
@overload
def IamPolicyAssignment(resource_name: str,
opts: Optional[ResourceOptions] = None,
target: Optional[Mapping[str, str]] = None,
templates: Optional[IamPolicyAssignmentTemplatesArgs] = None,
version: Optional[str] = None,
accept_language: Optional[str] = None,
iam_policy_assignment_id: Optional[str] = None,
template_version: Optional[str] = None,
timeouts: Optional[IamPolicyAssignmentTimeoutsArgs] = None)
func NewIamPolicyAssignment(ctx *Context, name string, args IamPolicyAssignmentArgs, opts ...ResourceOption) (*IamPolicyAssignment, error)
public IamPolicyAssignment(string name, IamPolicyAssignmentArgs args, CustomResourceOptions? opts = null)
public IamPolicyAssignment(String name, IamPolicyAssignmentArgs args)
public IamPolicyAssignment(String name, IamPolicyAssignmentArgs args, CustomResourceOptions options)
type: ibm:IamPolicyAssignment
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args IamPolicyAssignmentArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args IamPolicyAssignmentArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args IamPolicyAssignmentArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args IamPolicyAssignmentArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args IamPolicyAssignmentArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var iamPolicyAssignmentResource = new Ibm.IamPolicyAssignment("iamPolicyAssignmentResource", new()
{
Target =
{
{ "string", "string" },
},
Templates = new Ibm.Inputs.IamPolicyAssignmentTemplatesArgs
{
Id = "string",
Version = "string",
},
Version = "string",
AcceptLanguage = "string",
IamPolicyAssignmentId = "string",
TemplateVersion = "string",
Timeouts = new Ibm.Inputs.IamPolicyAssignmentTimeoutsArgs
{
Create = "string",
Delete = "string",
Update = "string",
},
});
example, err := ibm.NewIamPolicyAssignment(ctx, "iamPolicyAssignmentResource", &ibm.IamPolicyAssignmentArgs{
Target: pulumi.StringMap{
"string": pulumi.String("string"),
},
Templates: &ibm.IamPolicyAssignmentTemplatesArgs{
Id: pulumi.String("string"),
Version: pulumi.String("string"),
},
Version: pulumi.String("string"),
AcceptLanguage: pulumi.String("string"),
IamPolicyAssignmentId: pulumi.String("string"),
TemplateVersion: pulumi.String("string"),
Timeouts: &ibm.IamPolicyAssignmentTimeoutsArgs{
Create: pulumi.String("string"),
Delete: pulumi.String("string"),
Update: pulumi.String("string"),
},
})
var iamPolicyAssignmentResource = new IamPolicyAssignment("iamPolicyAssignmentResource", IamPolicyAssignmentArgs.builder()
.target(Map.of("string", "string"))
.templates(IamPolicyAssignmentTemplatesArgs.builder()
.id("string")
.version("string")
.build())
.version("string")
.acceptLanguage("string")
.iamPolicyAssignmentId("string")
.templateVersion("string")
.timeouts(IamPolicyAssignmentTimeoutsArgs.builder()
.create("string")
.delete("string")
.update("string")
.build())
.build());
iam_policy_assignment_resource = ibm.IamPolicyAssignment("iamPolicyAssignmentResource",
target={
"string": "string",
},
templates={
"id": "string",
"version": "string",
},
version="string",
accept_language="string",
iam_policy_assignment_id="string",
template_version="string",
timeouts={
"create": "string",
"delete": "string",
"update": "string",
})
const iamPolicyAssignmentResource = new ibm.IamPolicyAssignment("iamPolicyAssignmentResource", {
target: {
string: "string",
},
templates: {
id: "string",
version: "string",
},
version: "string",
acceptLanguage: "string",
iamPolicyAssignmentId: "string",
templateVersion: "string",
timeouts: {
create: "string",
"delete": "string",
update: "string",
},
});
type: ibm:IamPolicyAssignment
properties:
acceptLanguage: string
iamPolicyAssignmentId: string
target:
string: string
templateVersion: string
templates:
id: string
version: string
timeouts:
create: string
delete: string
update: string
version: string
IamPolicyAssignment Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The IamPolicyAssignment resource accepts the following input properties:
- Target Dictionary<string, string>
- assignment target details
- Templates
Iam
Policy Assignment Templates - policy template details.
- Version string
- specify version of response body format.
- Accept
Language string - Language code for translations*
default
- English*de
- German (Standard)*en
- English*es
- Spanish (Spain)*fr
- French (Standard)*it
- Italian (Standard)*ja
- Japanese*ko
- Korean*pt-br
- Portuguese (Brazil)*zh-cn
- Chinese (Simplified, PRC)*zh-tw
- (Chinese, Taiwan). - Iam
Policy stringAssignment Id - Template
Version string - The policy template version.
- Timeouts
Iam
Policy Assignment Timeouts
- Target map[string]string
- assignment target details
- Templates
Iam
Policy Assignment Templates Args - policy template details.
- Version string
- specify version of response body format.
- Accept
Language string - Language code for translations*
default
- English*de
- German (Standard)*en
- English*es
- Spanish (Spain)*fr
- French (Standard)*it
- Italian (Standard)*ja
- Japanese*ko
- Korean*pt-br
- Portuguese (Brazil)*zh-cn
- Chinese (Simplified, PRC)*zh-tw
- (Chinese, Taiwan). - Iam
Policy stringAssignment Id - Template
Version string - The policy template version.
- Timeouts
Iam
Policy Assignment Timeouts Args
- target Map<String,String>
- assignment target details
- templates
Iam
Policy Assignment Templates - policy template details.
- version String
- specify version of response body format.
- accept
Language String - Language code for translations*
default
- English*de
- German (Standard)*en
- English*es
- Spanish (Spain)*fr
- French (Standard)*it
- Italian (Standard)*ja
- Japanese*ko
- Korean*pt-br
- Portuguese (Brazil)*zh-cn
- Chinese (Simplified, PRC)*zh-tw
- (Chinese, Taiwan). - iam
Policy StringAssignment Id - template
Version String - The policy template version.
- timeouts
Iam
Policy Assignment Timeouts
- target {[key: string]: string}
- assignment target details
- templates
Iam
Policy Assignment Templates - policy template details.
- version string
- specify version of response body format.
- accept
Language string - Language code for translations*
default
- English*de
- German (Standard)*en
- English*es
- Spanish (Spain)*fr
- French (Standard)*it
- Italian (Standard)*ja
- Japanese*ko
- Korean*pt-br
- Portuguese (Brazil)*zh-cn
- Chinese (Simplified, PRC)*zh-tw
- (Chinese, Taiwan). - iam
Policy stringAssignment Id - template
Version string - The policy template version.
- timeouts
Iam
Policy Assignment Timeouts
- target Mapping[str, str]
- assignment target details
- templates
Iam
Policy Assignment Templates Args - policy template details.
- version str
- specify version of response body format.
- accept_
language str - Language code for translations*
default
- English*de
- German (Standard)*en
- English*es
- Spanish (Spain)*fr
- French (Standard)*it
- Italian (Standard)*ja
- Japanese*ko
- Korean*pt-br
- Portuguese (Brazil)*zh-cn
- Chinese (Simplified, PRC)*zh-tw
- (Chinese, Taiwan). - iam_
policy_ strassignment_ id - template_
version str - The policy template version.
- timeouts
Iam
Policy Assignment Timeouts Args
- target Map<String>
- assignment target details
- templates Property Map
- policy template details.
- version String
- specify version of response body format.
- accept
Language String - Language code for translations*
default
- English*de
- German (Standard)*en
- English*es
- Spanish (Spain)*fr
- French (Standard)*it
- Italian (Standard)*ja
- Japanese*ko
- Korean*pt-br
- Portuguese (Brazil)*zh-cn
- Chinese (Simplified, PRC)*zh-tw
- (Chinese, Taiwan). - iam
Policy StringAssignment Id - template
Version String - The policy template version.
- timeouts Property Map
Outputs
All input properties are implicitly available as output properties. Additionally, the IamPolicyAssignment resource produces the following output properties:
- Account
Id string - The account GUID that the policies assignments belong to..
- Created
At string - The UTC timestamp when the policy assignment was created.
- Created
By stringId - The iam ID of the entity that created the policy assignment.
- Href string
- The href URL that links to the policies assignments API by policy assignment ID.
- Id string
- The provider-assigned unique ID for this managed resource.
- Last
Modified stringAt - The UTC timestamp when the policy assignment was last modified.
- Last
Modified stringBy Id - The iam ID of the entity that last modified the policy assignment.
- Resources
List<Iam
Policy Assignment Resource> - Object for each account assigned.
- Status string
- The policy assignment status.
- Template Dictionary<string, string>
- policy template details
- Account
Id string - The account GUID that the policies assignments belong to..
- Created
At string - The UTC timestamp when the policy assignment was created.
- Created
By stringId - The iam ID of the entity that created the policy assignment.
- Href string
- The href URL that links to the policies assignments API by policy assignment ID.
- Id string
- The provider-assigned unique ID for this managed resource.
- Last
Modified stringAt - The UTC timestamp when the policy assignment was last modified.
- Last
Modified stringBy Id - The iam ID of the entity that last modified the policy assignment.
- Resources
[]Iam
Policy Assignment Resource - Object for each account assigned.
- Status string
- The policy assignment status.
- Template map[string]string
- policy template details
- account
Id String - The account GUID that the policies assignments belong to..
- created
At String - The UTC timestamp when the policy assignment was created.
- created
By StringId - The iam ID of the entity that created the policy assignment.
- href String
- The href URL that links to the policies assignments API by policy assignment ID.
- id String
- The provider-assigned unique ID for this managed resource.
- last
Modified StringAt - The UTC timestamp when the policy assignment was last modified.
- last
Modified StringBy Id - The iam ID of the entity that last modified the policy assignment.
- resources
List<Iam
Policy Assignment Resource> - Object for each account assigned.
- status String
- The policy assignment status.
- template Map<String,String>
- policy template details
- account
Id string - The account GUID that the policies assignments belong to..
- created
At string - The UTC timestamp when the policy assignment was created.
- created
By stringId - The iam ID of the entity that created the policy assignment.
- href string
- The href URL that links to the policies assignments API by policy assignment ID.
- id string
- The provider-assigned unique ID for this managed resource.
- last
Modified stringAt - The UTC timestamp when the policy assignment was last modified.
- last
Modified stringBy Id - The iam ID of the entity that last modified the policy assignment.
- resources
Iam
Policy Assignment Resource[] - Object for each account assigned.
- status string
- The policy assignment status.
- template {[key: string]: string}
- policy template details
- account_
id str - The account GUID that the policies assignments belong to..
- created_
at str - The UTC timestamp when the policy assignment was created.
- created_
by_ strid - The iam ID of the entity that created the policy assignment.
- href str
- The href URL that links to the policies assignments API by policy assignment ID.
- id str
- The provider-assigned unique ID for this managed resource.
- last_
modified_ strat - The UTC timestamp when the policy assignment was last modified.
- last_
modified_ strby_ id - The iam ID of the entity that last modified the policy assignment.
- resources
Sequence[Iam
Policy Assignment Resource] - Object for each account assigned.
- status str
- The policy assignment status.
- template Mapping[str, str]
- policy template details
- account
Id String - The account GUID that the policies assignments belong to..
- created
At String - The UTC timestamp when the policy assignment was created.
- created
By StringId - The iam ID of the entity that created the policy assignment.
- href String
- The href URL that links to the policies assignments API by policy assignment ID.
- id String
- The provider-assigned unique ID for this managed resource.
- last
Modified StringAt - The UTC timestamp when the policy assignment was last modified.
- last
Modified StringBy Id - The iam ID of the entity that last modified the policy assignment.
- resources List<Property Map>
- Object for each account assigned.
- status String
- The policy assignment status.
- template Map<String>
- policy template details
Look up Existing IamPolicyAssignment Resource
Get an existing IamPolicyAssignment resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: IamPolicyAssignmentState, opts?: CustomResourceOptions): IamPolicyAssignment
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
accept_language: Optional[str] = None,
account_id: Optional[str] = None,
created_at: Optional[str] = None,
created_by_id: Optional[str] = None,
href: Optional[str] = None,
iam_policy_assignment_id: Optional[str] = None,
last_modified_at: Optional[str] = None,
last_modified_by_id: Optional[str] = None,
resources: Optional[Sequence[IamPolicyAssignmentResourceArgs]] = None,
status: Optional[str] = None,
target: Optional[Mapping[str, str]] = None,
template: Optional[Mapping[str, str]] = None,
template_version: Optional[str] = None,
templates: Optional[IamPolicyAssignmentTemplatesArgs] = None,
timeouts: Optional[IamPolicyAssignmentTimeoutsArgs] = None,
version: Optional[str] = None) -> IamPolicyAssignment
func GetIamPolicyAssignment(ctx *Context, name string, id IDInput, state *IamPolicyAssignmentState, opts ...ResourceOption) (*IamPolicyAssignment, error)
public static IamPolicyAssignment Get(string name, Input<string> id, IamPolicyAssignmentState? state, CustomResourceOptions? opts = null)
public static IamPolicyAssignment get(String name, Output<String> id, IamPolicyAssignmentState state, CustomResourceOptions options)
resources: _: type: ibm:IamPolicyAssignment get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Accept
Language string - Language code for translations*
default
- English*de
- German (Standard)*en
- English*es
- Spanish (Spain)*fr
- French (Standard)*it
- Italian (Standard)*ja
- Japanese*ko
- Korean*pt-br
- Portuguese (Brazil)*zh-cn
- Chinese (Simplified, PRC)*zh-tw
- (Chinese, Taiwan). - Account
Id string - The account GUID that the policies assignments belong to..
- Created
At string - The UTC timestamp when the policy assignment was created.
- Created
By stringId - The iam ID of the entity that created the policy assignment.
- Href string
- The href URL that links to the policies assignments API by policy assignment ID.
- Iam
Policy stringAssignment Id - Last
Modified stringAt - The UTC timestamp when the policy assignment was last modified.
- Last
Modified stringBy Id - The iam ID of the entity that last modified the policy assignment.
- Resources
List<Iam
Policy Assignment Resource> - Object for each account assigned.
- Status string
- The policy assignment status.
- Target Dictionary<string, string>
- assignment target details
- Template Dictionary<string, string>
- policy template details
- Template
Version string - The policy template version.
- Templates
Iam
Policy Assignment Templates - policy template details.
- Timeouts
Iam
Policy Assignment Timeouts - Version string
- specify version of response body format.
- Accept
Language string - Language code for translations*
default
- English*de
- German (Standard)*en
- English*es
- Spanish (Spain)*fr
- French (Standard)*it
- Italian (Standard)*ja
- Japanese*ko
- Korean*pt-br
- Portuguese (Brazil)*zh-cn
- Chinese (Simplified, PRC)*zh-tw
- (Chinese, Taiwan). - Account
Id string - The account GUID that the policies assignments belong to..
- Created
At string - The UTC timestamp when the policy assignment was created.
- Created
By stringId - The iam ID of the entity that created the policy assignment.
- Href string
- The href URL that links to the policies assignments API by policy assignment ID.
- Iam
Policy stringAssignment Id - Last
Modified stringAt - The UTC timestamp when the policy assignment was last modified.
- Last
Modified stringBy Id - The iam ID of the entity that last modified the policy assignment.
- Resources
[]Iam
Policy Assignment Resource Args - Object for each account assigned.
- Status string
- The policy assignment status.
- Target map[string]string
- assignment target details
- Template map[string]string
- policy template details
- Template
Version string - The policy template version.
- Templates
Iam
Policy Assignment Templates Args - policy template details.
- Timeouts
Iam
Policy Assignment Timeouts Args - Version string
- specify version of response body format.
- accept
Language String - Language code for translations*
default
- English*de
- German (Standard)*en
- English*es
- Spanish (Spain)*fr
- French (Standard)*it
- Italian (Standard)*ja
- Japanese*ko
- Korean*pt-br
- Portuguese (Brazil)*zh-cn
- Chinese (Simplified, PRC)*zh-tw
- (Chinese, Taiwan). - account
Id String - The account GUID that the policies assignments belong to..
- created
At String - The UTC timestamp when the policy assignment was created.
- created
By StringId - The iam ID of the entity that created the policy assignment.
- href String
- The href URL that links to the policies assignments API by policy assignment ID.
- iam
Policy StringAssignment Id - last
Modified StringAt - The UTC timestamp when the policy assignment was last modified.
- last
Modified StringBy Id - The iam ID of the entity that last modified the policy assignment.
- resources
List<Iam
Policy Assignment Resource> - Object for each account assigned.
- status String
- The policy assignment status.
- target Map<String,String>
- assignment target details
- template Map<String,String>
- policy template details
- template
Version String - The policy template version.
- templates
Iam
Policy Assignment Templates - policy template details.
- timeouts
Iam
Policy Assignment Timeouts - version String
- specify version of response body format.
- accept
Language string - Language code for translations*
default
- English*de
- German (Standard)*en
- English*es
- Spanish (Spain)*fr
- French (Standard)*it
- Italian (Standard)*ja
- Japanese*ko
- Korean*pt-br
- Portuguese (Brazil)*zh-cn
- Chinese (Simplified, PRC)*zh-tw
- (Chinese, Taiwan). - account
Id string - The account GUID that the policies assignments belong to..
- created
At string - The UTC timestamp when the policy assignment was created.
- created
By stringId - The iam ID of the entity that created the policy assignment.
- href string
- The href URL that links to the policies assignments API by policy assignment ID.
- iam
Policy stringAssignment Id - last
Modified stringAt - The UTC timestamp when the policy assignment was last modified.
- last
Modified stringBy Id - The iam ID of the entity that last modified the policy assignment.
- resources
Iam
Policy Assignment Resource[] - Object for each account assigned.
- status string
- The policy assignment status.
- target {[key: string]: string}
- assignment target details
- template {[key: string]: string}
- policy template details
- template
Version string - The policy template version.
- templates
Iam
Policy Assignment Templates - policy template details.
- timeouts
Iam
Policy Assignment Timeouts - version string
- specify version of response body format.
- accept_
language str - Language code for translations*
default
- English*de
- German (Standard)*en
- English*es
- Spanish (Spain)*fr
- French (Standard)*it
- Italian (Standard)*ja
- Japanese*ko
- Korean*pt-br
- Portuguese (Brazil)*zh-cn
- Chinese (Simplified, PRC)*zh-tw
- (Chinese, Taiwan). - account_
id str - The account GUID that the policies assignments belong to..
- created_
at str - The UTC timestamp when the policy assignment was created.
- created_
by_ strid - The iam ID of the entity that created the policy assignment.
- href str
- The href URL that links to the policies assignments API by policy assignment ID.
- iam_
policy_ strassignment_ id - last_
modified_ strat - The UTC timestamp when the policy assignment was last modified.
- last_
modified_ strby_ id - The iam ID of the entity that last modified the policy assignment.
- resources
Sequence[Iam
Policy Assignment Resource Args] - Object for each account assigned.
- status str
- The policy assignment status.
- target Mapping[str, str]
- assignment target details
- template Mapping[str, str]
- policy template details
- template_
version str - The policy template version.
- templates
Iam
Policy Assignment Templates Args - policy template details.
- timeouts
Iam
Policy Assignment Timeouts Args - version str
- specify version of response body format.
- accept
Language String - Language code for translations*
default
- English*de
- German (Standard)*en
- English*es
- Spanish (Spain)*fr
- French (Standard)*it
- Italian (Standard)*ja
- Japanese*ko
- Korean*pt-br
- Portuguese (Brazil)*zh-cn
- Chinese (Simplified, PRC)*zh-tw
- (Chinese, Taiwan). - account
Id String - The account GUID that the policies assignments belong to..
- created
At String - The UTC timestamp when the policy assignment was created.
- created
By StringId - The iam ID of the entity that created the policy assignment.
- href String
- The href URL that links to the policies assignments API by policy assignment ID.
- iam
Policy StringAssignment Id - last
Modified StringAt - The UTC timestamp when the policy assignment was last modified.
- last
Modified StringBy Id - The iam ID of the entity that last modified the policy assignment.
- resources List<Property Map>
- Object for each account assigned.
- status String
- The policy assignment status.
- target Map<String>
- assignment target details
- template Map<String>
- policy template details
- template
Version String - The policy template version.
- templates Property Map
- policy template details.
- timeouts Property Map
- version String
- specify version of response body format.
Supporting Types
IamPolicyAssignmentResource, IamPolicyAssignmentResourceArgs
- Policies
List<Iam
Policy Assignment Resource Policy> - Target Dictionary<string, string>
- Policies
[]Iam
Policy Assignment Resource Policy - Target map[string]string
- policies
List<Iam
Policy Assignment Resource Policy> - target Map<String,String>
- policies
Iam
Policy Assignment Resource Policy[] - target {[key: string]: string}
- policies
Sequence[Iam
Policy Assignment Resource Policy] - target Mapping[str, str]
- policies List<Property Map>
- target Map<String>
IamPolicyAssignmentResourcePolicy, IamPolicyAssignmentResourcePolicyArgs
IamPolicyAssignmentResourcePolicyErrorMessage, IamPolicyAssignmentResourcePolicyErrorMessageArgs
- errors List<Property Map>
- status
Code Number - trace String
IamPolicyAssignmentResourcePolicyErrorMessageError, IamPolicyAssignmentResourcePolicyErrorMessageErrorArgs
- Code string
- Details
List<Iam
Policy Assignment Resource Policy Error Message Error Detail> - Message string
- More
Info string
- Code string
- Details
[]Iam
Policy Assignment Resource Policy Error Message Error Detail - Message string
- More
Info string
- code String
- details
List<Iam
Policy Assignment Resource Policy Error Message Error Detail> - message String
- more
Info String
- code string
- details
Iam
Policy Assignment Resource Policy Error Message Error Detail[] - message string
- more
Info string
- code String
- details List<Property Map>
- message String
- more
Info String
IamPolicyAssignmentResourcePolicyErrorMessageErrorDetail, IamPolicyAssignmentResourcePolicyErrorMessageErrorDetailArgs
IamPolicyAssignmentResourcePolicyErrorMessageErrorDetailConflictsWith, IamPolicyAssignmentResourcePolicyErrorMessageErrorDetailConflictsWithArgs
IamPolicyAssignmentResourcePolicyResourceCreated, IamPolicyAssignmentResourcePolicyResourceCreatedArgs
- Id string
- Id string
- id String
- id string
- id str
- id String
IamPolicyAssignmentTemplates, IamPolicyAssignmentTemplatesArgs
IamPolicyAssignmentTimeouts, IamPolicyAssignmentTimeoutsArgs
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibm
Terraform Provider.