Class MappingArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Okta.Profile
Assembly: Pulumi.Okta.dll
Syntax
public sealed class MappingArgs : ResourceArgs
Constructors
View SourceMappingArgs()
Declaration
public MappingArgs()
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 Input<bool> DeleteWhenAbsent { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Mappings
Declaration
public InputList<MappingMappingArgs> Mappings { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<MappingMappingArgs> |
SourceId
The source id of the mapping to manage.
Declaration
public Input<string> SourceId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TargetId
The target id of the mapping to manage.
Declaration
public Input<string> TargetId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |