Show / Hide Table of Contents

Class ClientMobileGetArgs

Inheritance
System.Object
Pulumi.InputArgs
Pulumi.ResourceArgs
ClientMobileGetArgs
Inherited Members
Pulumi.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.Auth0.Inputs
Assembly: Pulumi.Auth0.dll
Syntax
public sealed class ClientMobileGetArgs : ResourceArgs

Constructors

View Source

ClientMobileGetArgs()

Declaration
public ClientMobileGetArgs()

Properties

View Source

Android

List(Resource). Configuration settings for Android native apps. For details, see Android.

Declaration
public Input<ClientMobileAndroidGetArgs> Android { get; set; }
Property Value
Type Description
Pulumi.Input<ClientMobileAndroidGetArgs>
View Source

Ios

List(Resource). Configuration settings for i0S native apps. For details, see iOS.

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