Show / Hide Table of Contents

Class AuthConfigAdfsState

Inheritance
System.Object
InputArgs
ResourceArgs
AuthConfigAdfsState
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 AuthConfigAdfsState : ResourceArgs

Constructors

View Source

AuthConfigAdfsState()

Declaration
public AuthConfigAdfsState()

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: adfs_user://&lt;USER_ID> adfs_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

DisplayNameField

ADFS display name field (string)

Declaration
public Input<string> DisplayNameField { 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

GroupsField

ADFS group field (string)

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

IdpMetadataContent

ADFS IDP metadata content (string)

Declaration
public Input<string> IdpMetadataContent { 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

Name

(Computed) The name of the resource (string)

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

RancherApiHost

Rancher url. Schema needs to be specified, https://&lt;RANCHER_API_HOST> (string)

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

SpCert

ADFS SP cert (string)

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

SpKey

ADFS SP key (string)

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

Type

(Computed) The type of the resource (string)

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

UidField

ADFS UID field (string)

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

UserNameField

ADFS user name field (string)

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