Class AuthBackendState
Inherited Members
Namespace: Pulumi.Vault.Okta
Assembly: Pulumi.Vault.dll
Syntax
public sealed class AuthBackendState : ResourceArgs
Constructors
View SourceAuthBackendState()
Declaration
public AuthBackendState()
Properties
View SourceAccessor
The mount accessor related to the auth mount. It is useful for integration with Identity Secrets Engine.
Declaration
public Input<string> Accessor { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
BaseUrl
The Okta url. Examples: oktapreview.com, okta.com
Declaration
public Input<string> BaseUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
BypassOktaMfa
When true, requests by Okta for a MFA check will be bypassed. This also disallows certain status checks on the account, such as whether the password is expired.
Declaration
public Input<bool> BypassOktaMfa { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Description
The description of the auth backend
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Groups
Associate Okta groups with policies within Vault. See below for more details.
Declaration
public InputList<AuthBackendGroupGetArgs> Groups { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<AuthBackendGroupGetArgs> |
MaxTtl
Maximum duration after which authentication will be expired See the documentation for info on valid duration formats.
Declaration
public Input<string> MaxTtl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Organization
The Okta organization. This will be the first part of the url https://XXX.okta.com
Declaration
public Input<string> Organization { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Path
Path to mount the Okta auth backend
Declaration
public Input<string> Path { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Token
The Okta API token. This is required to query Okta for user group membership. If this is not supplied only locally configured groups will be enabled.
Declaration
public Input<string> Token { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Ttl
Duration after which authentication will be expired. See the documentation for info on valid duration formats.
Declaration
public Input<string> Ttl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Users
Associate Okta users with groups or policies within Vault. See below for more details.
Declaration
public InputList<AuthBackendUserGetArgs> Users { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<AuthBackendUserGetArgs> |