Show / Hide Table of Contents

Class AuthConfigAzureAdArgs

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

Constructors

View Source

AuthConfigAzureAdArgs()

Declaration
public AuthConfigAzureAdArgs()

Properties

View Source

AccessMode

Access mode for auth. required, restricted, unrestricted are supported. Default unrestricted (string)

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

AllowedPrincipalIds

Allowed principal ids for auth. Required if access_mode is required or restricted. Ex: azuread_user://&lt;USER_ID> azuread_group://&lt;GROUP_ID> (list)

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

Annotations

Annotations of the resource (map)

Declaration
public InputMap<object> Annotations { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

ApplicationId

AzureAD auth application ID (string)

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

ApplicationSecret

AzureAD auth application secret (string)

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

AuthEndpoint

AzureAD auth endpoint (string)

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

Enabled

Enable auth config provider. Default true (bool)

Declaration
public Input<bool> Enabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Endpoint

AzureAD endpoint. Default https://login.microsoftonline.com/ (string)

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

GraphEndpoint

AzureAD graph endpoint (string)

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

Labels

Labels of the resource (map)

Declaration
public InputMap<object> Labels { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

RancherUrl

Rancher URL (string). "<rancher_url>/verify-auth-azure"

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

TenantId

AzureAD tenant ID (string)

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

TokenEndpoint

AzureAD token endpoint (string)

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