profile¶
This provider is a derived work of the Terraform Provider distributed under MPL 2.0. If you encounter a bug or missing feature, first check the pulumi/pulumi-okta repo; however, if that doesn’t turn up anything, please consult the source terraform-providers/terraform-provider-okta repo.
- class
pulumi_okta.profile.Mapping(resource_name, opts=None, delete_when_absent=None, mappings=None, source_id=None, target_id=None, __props__=None, __name__=None, __opts__=None)¶ Create a Mapping resource with the given unique name, props, and options. :param str resource_name: The name of the resource. :param pulumi.ResourceOptions opts: Options for the resource. :param pulumi.Input[bool] delete_when_absent: When turned on this flag will trigger the provider to delete mapping properties that are not defined in config. By
default, we do not delete missing properties.
- Parameters
source_id (pulumi.Input[str]) – The source id of the mapping to manage.
target_id (pulumi.Input[str]) – The target id of the mapping to manage.
The mappings object supports the following:
expression(pulumi.Input[str])id(pulumi.Input[str])pushStatus(pulumi.Input[str])
delete_when_absent: pulumi.Output[bool] = None¶When turned on this flag will trigger the provider to delete mapping properties that are not defined in config. By default, we do not delete missing properties.
source_id: pulumi.Output[str] = None¶The source id of the mapping to manage.
target_id: pulumi.Output[str] = None¶The target id of the mapping to manage.
- static
get(resource_name, id, opts=None, delete_when_absent=None, mappings=None, source_id=None, source_name=None, source_type=None, target_id=None, target_name=None, target_type=None)¶ Get an existing Mapping resource’s state with the given name, id, and optional extra properties used to qualify the lookup.
- Parameters
resource_name (str) – The unique name of the resulting resource.
id (str) – The unique provider ID of the resource to lookup.
opts (pulumi.ResourceOptions) – Options for the resource.
delete_when_absent (pulumi.Input[bool]) – When turned on this flag will trigger the provider to delete mapping properties that are not defined in config. By default, we do not delete missing properties.
source_id (pulumi.Input[str]) – The source id of the mapping to manage.
target_id (pulumi.Input[str]) – The target id of the mapping to manage.
The mappings object supports the following:
expression(pulumi.Input[str])id(pulumi.Input[str])pushStatus(pulumi.Input[str])
translate_output_property(prop)¶Provides subclasses of Resource an opportunity to translate names of output properties into a format of their choosing before writing those properties to the resource object.
- Parameters
prop (str) – A property name.
- Returns
A potentially transformed property name.
- Return type
str
translate_input_property(prop)¶Provides subclasses of Resource an opportunity to translate names of input properties into a format of their choosing before sending those properties to the Pulumi engine.
- Parameters
prop (str) – A property name.
- Returns
A potentially transformed property name.
- Return type
str