Show / Hide Table of Contents

Class MappingArgs

Inheritance
System.Object
InputArgs
ResourceArgs
MappingArgs
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 MappingArgs : ResourceArgs

Constructors

View Source

MappingArgs()

Declaration
public MappingArgs()

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<MappingMappingArgs> Mappings { get; set; }
Property Value
Type Description
InputList<MappingMappingArgs>
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

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
Back to top Copyright 2016-2020, Pulumi Corporation.