akeyless.Provider
Explore with Pulumi AI
The provider type for the akeyless package. By default, resources use package-wide configuration
settings, however an explicit Provider
instance may be created and passed during resource
construction to achieve fine-grained programmatic control over provider settings. See the
documentation for more information.
Create Provider Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Provider(name: string, args?: ProviderArgs, opts?: CustomResourceOptions);
@overload
def Provider(resource_name: str,
args: Optional[ProviderArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def Provider(resource_name: str,
opts: Optional[ResourceOptions] = None,
api_gateway_address: Optional[str] = None,
api_key_logins: Optional[Sequence[ProviderApiKeyLoginArgs]] = None,
aws_iam_logins: Optional[Sequence[ProviderAwsIamLoginArgs]] = None,
azure_ad_logins: Optional[Sequence[ProviderAzureAdLoginArgs]] = None,
cert_logins: Optional[Sequence[ProviderCertLoginArgs]] = None,
email_logins: Optional[Sequence[ProviderEmailLoginArgs]] = None,
gcp_logins: Optional[Sequence[ProviderGcpLoginArgs]] = None,
jwt_logins: Optional[Sequence[ProviderJwtLoginArgs]] = None,
token_logins: Optional[Sequence[ProviderTokenLoginArgs]] = None,
uid_logins: Optional[Sequence[ProviderUidLoginArgs]] = None)
func NewProvider(ctx *Context, name string, args *ProviderArgs, opts ...ResourceOption) (*Provider, error)
public Provider(string name, ProviderArgs? args = null, CustomResourceOptions? opts = null)
public Provider(String name, ProviderArgs args)
public Provider(String name, ProviderArgs args, CustomResourceOptions options)
type: pulumi:providers:akeyless
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args ProviderArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ProviderArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ProviderArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ProviderArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ProviderArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Provider Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Provider resource accepts the following input properties:
- Api
Gateway stringAddress - Origin URL of the API Gateway server. This is a URL with a scheme, a hostname and a port.
- Api
Key List<ProviderLogins Api Key Login> - A configuration block, described below, that attempts to authenticate using API-Key.
- Aws
Iam List<ProviderLogins Aws Iam Login> - A configuration block, described below, that attempts to authenticate using AWS-IAM authentication credentials.
- Azure
Ad List<ProviderLogins Azure Ad Login> - A configuration block, described below, that attempts to authenticate using Azure Active Directory authentication.
- Cert
Logins List<ProviderCert Login> - A configuration block, described below, that attempts to authenticate using Certificate authentication. The Certificate and the Private key can be provided as a command line variable or it will be pulled out of an environment variable named AKEYLESS_AUTH_CERT and AKEYLESS_AUTH_KEY.
- Email
Logins List<ProviderEmail Login> - A configuration block, described below, that attempts to authenticate using email and password.
- Gcp
Logins List<ProviderGcp Login> - A configuration block, described below, that attempts to authenticate using GCP-IAM authentication credentials.
- Jwt
Logins List<ProviderJwt Login> - A configuration block, described below, that attempts to authenticate using JWT authentication. The JWT can be provided as a command line variable or it will be pulled out of an environment variable named AKEYLESS_AUTH_JWT.
- Token
Logins List<ProviderToken Login> - A configuration block, described below, that attempts to authenticate using akeyless token. The token can be provided as a command line variable or it will be pulled out of an environment variable named AKEYLESS_AUTH_TOKEN.
- Uid
Logins List<ProviderUid Login> - A configuration block, described below, that attempts to authenticate using Universal Identity authentication.
- Api
Gateway stringAddress - Origin URL of the API Gateway server. This is a URL with a scheme, a hostname and a port.
- Api
Key []ProviderLogins Api Key Login Args - A configuration block, described below, that attempts to authenticate using API-Key.
- Aws
Iam []ProviderLogins Aws Iam Login Args - A configuration block, described below, that attempts to authenticate using AWS-IAM authentication credentials.
- Azure
Ad []ProviderLogins Azure Ad Login Args - A configuration block, described below, that attempts to authenticate using Azure Active Directory authentication.
- Cert
Logins []ProviderCert Login Args - A configuration block, described below, that attempts to authenticate using Certificate authentication. The Certificate and the Private key can be provided as a command line variable or it will be pulled out of an environment variable named AKEYLESS_AUTH_CERT and AKEYLESS_AUTH_KEY.
- Email
Logins []ProviderEmail Login Args - A configuration block, described below, that attempts to authenticate using email and password.
- Gcp
Logins []ProviderGcp Login Args - A configuration block, described below, that attempts to authenticate using GCP-IAM authentication credentials.
- Jwt
Logins []ProviderJwt Login Args - A configuration block, described below, that attempts to authenticate using JWT authentication. The JWT can be provided as a command line variable or it will be pulled out of an environment variable named AKEYLESS_AUTH_JWT.
- Token
Logins []ProviderToken Login Args - A configuration block, described below, that attempts to authenticate using akeyless token. The token can be provided as a command line variable or it will be pulled out of an environment variable named AKEYLESS_AUTH_TOKEN.
- Uid
Logins []ProviderUid Login Args - A configuration block, described below, that attempts to authenticate using Universal Identity authentication.
- api
Gateway StringAddress - Origin URL of the API Gateway server. This is a URL with a scheme, a hostname and a port.
- api
Key List<ProviderLogins Api Key Login> - A configuration block, described below, that attempts to authenticate using API-Key.
- aws
Iam List<ProviderLogins Aws Iam Login> - A configuration block, described below, that attempts to authenticate using AWS-IAM authentication credentials.
- azure
Ad List<ProviderLogins Azure Ad Login> - A configuration block, described below, that attempts to authenticate using Azure Active Directory authentication.
- cert
Logins List<ProviderCert Login> - A configuration block, described below, that attempts to authenticate using Certificate authentication. The Certificate and the Private key can be provided as a command line variable or it will be pulled out of an environment variable named AKEYLESS_AUTH_CERT and AKEYLESS_AUTH_KEY.
- email
Logins List<ProviderEmail Login> - A configuration block, described below, that attempts to authenticate using email and password.
- gcp
Logins List<ProviderGcp Login> - A configuration block, described below, that attempts to authenticate using GCP-IAM authentication credentials.
- jwt
Logins List<ProviderJwt Login> - A configuration block, described below, that attempts to authenticate using JWT authentication. The JWT can be provided as a command line variable or it will be pulled out of an environment variable named AKEYLESS_AUTH_JWT.
- token
Logins List<ProviderToken Login> - A configuration block, described below, that attempts to authenticate using akeyless token. The token can be provided as a command line variable or it will be pulled out of an environment variable named AKEYLESS_AUTH_TOKEN.
- uid
Logins List<ProviderUid Login> - A configuration block, described below, that attempts to authenticate using Universal Identity authentication.
- api
Gateway stringAddress - Origin URL of the API Gateway server. This is a URL with a scheme, a hostname and a port.
- api
Key ProviderLogins Api Key Login[] - A configuration block, described below, that attempts to authenticate using API-Key.
- aws
Iam ProviderLogins Aws Iam Login[] - A configuration block, described below, that attempts to authenticate using AWS-IAM authentication credentials.
- azure
Ad ProviderLogins Azure Ad Login[] - A configuration block, described below, that attempts to authenticate using Azure Active Directory authentication.
- cert
Logins ProviderCert Login[] - A configuration block, described below, that attempts to authenticate using Certificate authentication. The Certificate and the Private key can be provided as a command line variable or it will be pulled out of an environment variable named AKEYLESS_AUTH_CERT and AKEYLESS_AUTH_KEY.
- email
Logins ProviderEmail Login[] - A configuration block, described below, that attempts to authenticate using email and password.
- gcp
Logins ProviderGcp Login[] - A configuration block, described below, that attempts to authenticate using GCP-IAM authentication credentials.
- jwt
Logins ProviderJwt Login[] - A configuration block, described below, that attempts to authenticate using JWT authentication. The JWT can be provided as a command line variable or it will be pulled out of an environment variable named AKEYLESS_AUTH_JWT.
- token
Logins ProviderToken Login[] - A configuration block, described below, that attempts to authenticate using akeyless token. The token can be provided as a command line variable or it will be pulled out of an environment variable named AKEYLESS_AUTH_TOKEN.
- uid
Logins ProviderUid Login[] - A configuration block, described below, that attempts to authenticate using Universal Identity authentication.
- api_
gateway_ straddress - Origin URL of the API Gateway server. This is a URL with a scheme, a hostname and a port.
- api_
key_ Sequence[Providerlogins Api Key Login Args] - A configuration block, described below, that attempts to authenticate using API-Key.
- aws_
iam_ Sequence[Providerlogins Aws Iam Login Args] - A configuration block, described below, that attempts to authenticate using AWS-IAM authentication credentials.
- azure_
ad_ Sequence[Providerlogins Azure Ad Login Args] - A configuration block, described below, that attempts to authenticate using Azure Active Directory authentication.
- cert_
logins Sequence[ProviderCert Login Args] - A configuration block, described below, that attempts to authenticate using Certificate authentication. The Certificate and the Private key can be provided as a command line variable or it will be pulled out of an environment variable named AKEYLESS_AUTH_CERT and AKEYLESS_AUTH_KEY.
- email_
logins Sequence[ProviderEmail Login Args] - A configuration block, described below, that attempts to authenticate using email and password.
- gcp_
logins Sequence[ProviderGcp Login Args] - A configuration block, described below, that attempts to authenticate using GCP-IAM authentication credentials.
- jwt_
logins Sequence[ProviderJwt Login Args] - A configuration block, described below, that attempts to authenticate using JWT authentication. The JWT can be provided as a command line variable or it will be pulled out of an environment variable named AKEYLESS_AUTH_JWT.
- token_
logins Sequence[ProviderToken Login Args] - A configuration block, described below, that attempts to authenticate using akeyless token. The token can be provided as a command line variable or it will be pulled out of an environment variable named AKEYLESS_AUTH_TOKEN.
- uid_
logins Sequence[ProviderUid Login Args] - A configuration block, described below, that attempts to authenticate using Universal Identity authentication.
- api
Gateway StringAddress - Origin URL of the API Gateway server. This is a URL with a scheme, a hostname and a port.
- api
Key List<Property Map>Logins - A configuration block, described below, that attempts to authenticate using API-Key.
- aws
Iam List<Property Map>Logins - A configuration block, described below, that attempts to authenticate using AWS-IAM authentication credentials.
- azure
Ad List<Property Map>Logins - A configuration block, described below, that attempts to authenticate using Azure Active Directory authentication.
- cert
Logins List<Property Map> - A configuration block, described below, that attempts to authenticate using Certificate authentication. The Certificate and the Private key can be provided as a command line variable or it will be pulled out of an environment variable named AKEYLESS_AUTH_CERT and AKEYLESS_AUTH_KEY.
- email
Logins List<Property Map> - A configuration block, described below, that attempts to authenticate using email and password.
- gcp
Logins List<Property Map> - A configuration block, described below, that attempts to authenticate using GCP-IAM authentication credentials.
- jwt
Logins List<Property Map> - A configuration block, described below, that attempts to authenticate using JWT authentication. The JWT can be provided as a command line variable or it will be pulled out of an environment variable named AKEYLESS_AUTH_JWT.
- token
Logins List<Property Map> - A configuration block, described below, that attempts to authenticate using akeyless token. The token can be provided as a command line variable or it will be pulled out of an environment variable named AKEYLESS_AUTH_TOKEN.
- uid
Logins List<Property Map> - A configuration block, described below, that attempts to authenticate using Universal Identity authentication.
Outputs
All input properties are implicitly available as output properties. Additionally, the Provider resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Supporting Types
ProviderApiKeyLogin, ProviderApiKeyLoginArgs
- access_
id str - access_
key str
ProviderAwsIamLogin, ProviderAwsIamLoginArgs
- Access
Id string
- Access
Id string
- access
Id String
- access
Id string
- access_
id str
- access
Id String
ProviderAzureAdLogin, ProviderAzureAdLoginArgs
- Access
Id string
- Access
Id string
- access
Id String
- access
Id string
- access_
id str
- access
Id String
ProviderCertLogin, ProviderCertLoginArgs
- Access
Id string - Cert
Data string - Cert
File stringName - Key
Data string - Key
File stringName
- Access
Id string - Cert
Data string - Cert
File stringName - Key
Data string - Key
File stringName
- access
Id String - cert
Data String - cert
File StringName - key
Data String - key
File StringName
- access
Id string - cert
Data string - cert
File stringName - key
Data string - key
File stringName
- access_
id str - cert_
data str - cert_
file_ strname - key_
data str - key_
file_ strname
- access
Id String - cert
Data String - cert
File StringName - key
Data String - key
File StringName
ProviderEmailLogin, ProviderEmailLoginArgs
- Admin
Email string - Admin
Password string
- Admin
Email string - Admin
Password string
- admin
Email String - admin
Password String
- admin
Email string - admin
Password string
- admin_
email str - admin_
password str
- admin
Email String - admin
Password String
ProviderGcpLogin, ProviderGcpLoginArgs
ProviderJwtLogin, ProviderJwtLoginArgs
ProviderTokenLogin, ProviderTokenLoginArgs
- Token string
- Token string
- token String
- token string
- token str
- token String
ProviderUidLogin, ProviderUidLoginArgs
Package Details
- Repository
- akeyless akeyless-community/terraform-provider-akeyless
- License
- Notes
- This Pulumi package is based on the
akeyless
Terraform Provider.