Show / Hide Table of Contents

Class MappingMappingArgs

Inheritance
System.Object
InputArgs
ResourceArgs
MappingMappingArgs
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.Inputs
Assembly: Pulumi.Okta.dll
Syntax
public sealed class MappingMappingArgs : ResourceArgs

Constructors

View Source

MappingMappingArgs()

Declaration
public MappingMappingArgs()

Properties

View Source

Expression

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

Id

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

PushStatus

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