Class AuthConfigAzureAdArgs
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.Rancher2
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class AuthConfigAzureAdArgs : ResourceArgs
Constructors
View SourceAuthConfigAzureAdArgs()
Declaration
public AuthConfigAzureAdArgs()
Properties
View SourceAccessMode
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> |
AllowedPrincipalIds
Allowed principal ids for auth. Required if access_mode is required or restricted. Ex: azuread_user://<USER_ID> azuread_group://<GROUP_ID> (list)
Declaration
public InputList<string> AllowedPrincipalIds { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Annotations
Annotations of the resource (map)
Declaration
public InputMap<object> Annotations { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
ApplicationId
AzureAD auth application ID (string)
Declaration
public Input<string> ApplicationId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ApplicationSecret
AzureAD auth application secret (string)
Declaration
public Input<string> ApplicationSecret { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
AuthEndpoint
AzureAD auth endpoint (string)
Declaration
public Input<string> AuthEndpoint { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Enabled
Enable auth config provider. Default true (bool)
Declaration
public Input<bool> Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Endpoint
AzureAD endpoint. Default https://login.microsoftonline.com/ (string)
Declaration
public Input<string> Endpoint { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
GraphEndpoint
AzureAD graph endpoint (string)
Declaration
public Input<string> GraphEndpoint { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Labels
Labels of the resource (map)
Declaration
public InputMap<object> Labels { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
RancherUrl
Rancher URL (string). "<rancher_url>/verify-auth-azure"
Declaration
public Input<string> RancherUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TenantId
AzureAD tenant ID (string)
Declaration
public Input<string> TenantId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TokenEndpoint
AzureAD token endpoint (string)
Declaration
public Input<string> TokenEndpoint { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |