Show / Hide Table of Contents

Class GetUserProfileMappingSource

Inheritance
System.Object
GetUserProfileMappingSource
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.User
Assembly: Pulumi.Okta.dll
Syntax
public static class GetUserProfileMappingSource

Methods

View Source

InvokeAsync(InvokeOptions)

Use this data source to retrieve the base user Profile Mapping source or target from Okta.

{{% examples %}}

Example Usage

{{% example %}}

using Pulumi;
using Okta = Pulumi.Okta;

class MyStack : Stack
{
public MyStack()
{
    var example = Output.Create(Okta.User.GetUserProfileMappingSource.InvokeAsync());
}

}

{{% /example %}} {{% /examples %}}

Declaration
public static Task<GetUserProfileMappingSourceResult> InvokeAsync(InvokeOptions options = null)
Parameters
Type Name Description
InvokeOptions options
Returns
Type Description
System.Threading.Tasks.Task<GetUserProfileMappingSourceResult>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.