Class Mapping
Inherited Members
Namespace: Pulumi.Okta.Profile
Assembly: Pulumi.Okta.dll
Syntax
public class Mapping : CustomResource
Constructors
View SourceMapping(String, MappingArgs, CustomResourceOptions)
Create a Mapping resource with the given unique name, arguments, and options.
Declaration
public Mapping(string name, MappingArgs args, CustomResourceOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The unique name of the resource |
| MappingArgs | args | The arguments used to populate this resource's properties |
| CustomResourceOptions | options | A bag of options that control this resource's behavior |
Properties
View SourceDeleteWhenAbsent
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.
Declaration
public Output<bool?> DeleteWhenAbsent { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Nullable<System.Boolean>> |
Mappings
Declaration
public Output<ImmutableArray<MappingMapping>> Mappings { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Collections.Immutable.ImmutableArray<MappingMapping>> |
SourceId
The source id of the mapping to manage.
Declaration
public Output<string> SourceId { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
SourceName
Declaration
public Output<string> SourceName { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
SourceType
Declaration
public Output<string> SourceType { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
TargetId
The target id of the mapping to manage.
Declaration
public Output<string> TargetId { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
TargetName
Declaration
public Output<string> TargetName { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
TargetType
Declaration
public Output<string> TargetType { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Methods
View SourceGet(String, Input<String>, MappingState, CustomResourceOptions)
Get an existing Mapping resource's state with the given name, ID, and optional extra properties used to qualify the lookup.
Declaration
public static Mapping Get(string name, Input<string> id, MappingState state = null, CustomResourceOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The unique name of the resulting resource. |
| Input<System.String> | id | The unique provider ID of the resource to lookup. |
| MappingState | state | Any extra arguments used during the lookup. |
| CustomResourceOptions | options | A bag of options that control this resource's behavior |
Returns
| Type | Description |
|---|---|
| Mapping |