Show / Hide Table of Contents

Class Mapping

Inheritance
System.Object
Resource
CustomResource
Mapping
Inherited Members
CustomResource.Id
Resource.GetResourceType()
Resource.GetResourceName()
Resource.Urn
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 class Mapping : CustomResource

Constructors

View Source

Mapping(String, MappingArgs, CustomResourceOptions)

Create a Mapping resource with the given unique name, arguments, and options.

Declaration
public Mapping(string name, MappingArgs args, CustomResourceOptions options = null)
Parameters
Type Name Description
System.String name

The unique name of the resource

MappingArgs args

The arguments used to populate this resource's properties

CustomResourceOptions options

A bag of options that control this resource's behavior

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 Output<bool?> DeleteWhenAbsent { get; }
Property Value
Type Description
Output<System.Nullable<System.Boolean>>
View Source

Mappings

Declaration
public Output<ImmutableArray<MappingMapping>> Mappings { get; }
Property Value
Type Description
Output<System.Collections.Immutable.ImmutableArray<MappingMapping>>
View Source

SourceId

The source id of the mapping to manage.

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

SourceName

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

SourceType

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

TargetId

The target id of the mapping to manage.

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

TargetName

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

TargetType

Declaration
public Output<string> TargetType { get; }
Property Value
Type Description
Output<System.String>

Methods

View Source

Get(String, Input<String>, MappingState, CustomResourceOptions)

Get an existing Mapping resource's state with the given name, ID, and optional extra properties used to qualify the lookup.

Declaration
public static Mapping Get(string name, Input<string> id, MappingState state = null, CustomResourceOptions options = null)
Parameters
Type Name Description
System.String name

The unique name of the resulting resource.

Input<System.String> id

The unique provider ID of the resource to lookup.

MappingState state

Any extra arguments used during the lookup.

CustomResourceOptions options

A bag of options that control this resource's behavior

Returns
Type Description
Mapping
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.