Show / Hide Table of Contents

Class MappingState

Inheritance
System.Object
InputArgs
ResourceArgs
MappingState
Inherited Members
ResourceArgs.Empty
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 Source

MappingState()

Declaration
public MappingState()

Properties

View Source

DeleteWhenAbsent

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>
View Source

Mappings

Declaration
public InputList<MappingMappingGetArgs> Mappings { get; set; }
Property Value
Type Description
InputList<MappingMappingGetArgs>
View Source

SourceId

The source id of the mapping to manage.

Declaration
public Input<string> SourceId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SourceName

Declaration
public Input<string> SourceName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SourceType

Declaration
public Input<string> SourceType { get; set; }
Property Value
Type Description
Input<System.String>
View Source

TargetId

The target id of the mapping to manage.

Declaration
public Input<string> TargetId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

TargetName

Declaration
public Input<string> TargetName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

TargetType

Declaration
public Input<string> TargetType { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.