Class MappingState
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 MappingState : ResourceArgs
Constructors
View SourceMappingState()
Declaration
public MappingState()
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<MappingMappingGetArgs> Mappings { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<MappingMappingGetArgs> |
SourceId
The source id of the mapping to manage.
Declaration
public Input<string> SourceId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SourceName
Declaration
public Input<string> SourceName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SourceType
Declaration
public Input<string> SourceType { 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> |
TargetName
Declaration
public Input<string> TargetName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TargetType
Declaration
public Input<string> TargetType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |