AccountAuthentication

Create a AccountAuthentication Resource

def AccountAuthentication(resource_name, opts=None, account_id=None, authentication_id=None, create_time=None, enabled=None, name=None, saml_acs_url=None, saml_certificate=None, saml_entity_id=None, saml_idp_url=None, saml_metadata_url=None, type=None, update_time=None, __props__=None);
name string
The unique name of the resource.
args AccountAuthenticationArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name str
The unique name of the resource.
opts ResourceOptions
A bag of options that control this resource's behavior.
ctx Context
Context object for the current deployment.
name string
The unique name of the resource.
args AccountAuthenticationArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args AccountAuthenticationArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.

AccountAuthentication Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Programming Model docs.

Inputs

The AccountAuthentication resource accepts the following input properties:

AccountId string

Account id

Type string

Account authentication id

AuthenticationId string

Account authentication id

CreateTime string

Time of creation

Enabled bool

Status of account authentication method

Name string

Account team name

SamlAcsUrl string

SAML Assertion Consumer Service URL

SamlCertificate string

SAML Certificate

SamlEntityId string

SAML Entity id

SamlIdpUrl string

SAML Idp URL

SamlMetadataUrl string

SAML Metadata URL

UpdateTime string

Time of last update

AccountId string

Account id

Type string

Account authentication id

AuthenticationId string

Account authentication id

CreateTime string

Time of creation

Enabled bool

Status of account authentication method

Name string

Account team name

SamlAcsUrl string

SAML Assertion Consumer Service URL

SamlCertificate string

SAML Certificate

SamlEntityId string

SAML Entity id

SamlIdpUrl string

SAML Idp URL

SamlMetadataUrl string

SAML Metadata URL

UpdateTime string

Time of last update

accountId string

Account id

type string

Account authentication id

authenticationId string

Account authentication id

createTime string

Time of creation

enabled boolean

Status of account authentication method

name string

Account team name

samlAcsUrl string

SAML Assertion Consumer Service URL

samlCertificate string

SAML Certificate

samlEntityId string

SAML Entity id

samlIdpUrl string

SAML Idp URL

samlMetadataUrl string

SAML Metadata URL

updateTime string

Time of last update

account_id str

Account id

type str

Account authentication id

authentication_id str

Account authentication id

create_time str

Time of creation

enabled bool

Status of account authentication method

name str

Account team name

saml_acs_url str

SAML Assertion Consumer Service URL

saml_certificate str

SAML Certificate

saml_entity_id str

SAML Entity id

saml_idp_url str

SAML Idp URL

saml_metadata_url str

SAML Metadata URL

update_time str

Time of last update

Outputs

All input properties are implicitly available as output properties. Additionally, the AccountAuthentication 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 str
The provider-assigned unique ID for this managed resource.

Look up an Existing AccountAuthentication Resource

Get an existing AccountAuthentication resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

static get(resource_name, id, opts=None, account_id=None, authentication_id=None, create_time=None, enabled=None, name=None, saml_acs_url=None, saml_certificate=None, saml_entity_id=None, saml_idp_url=None, saml_metadata_url=None, type=None, update_time=None, __props__=None);
func GetAccountAuthentication(ctx *Context, name string, id IDInput, state *AccountAuthenticationState, opts ...ResourceOption) (*AccountAuthentication, error)
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.

The following state arguments are supported:

AccountId string

Account id

AuthenticationId string

Account authentication id

CreateTime string

Time of creation

Enabled bool

Status of account authentication method

Name string

Account team name

SamlAcsUrl string

SAML Assertion Consumer Service URL

SamlCertificate string

SAML Certificate

SamlEntityId string

SAML Entity id

SamlIdpUrl string

SAML Idp URL

SamlMetadataUrl string

SAML Metadata URL

Type string

Account authentication id

UpdateTime string

Time of last update

AccountId string

Account id

AuthenticationId string

Account authentication id

CreateTime string

Time of creation

Enabled bool

Status of account authentication method

Name string

Account team name

SamlAcsUrl string

SAML Assertion Consumer Service URL

SamlCertificate string

SAML Certificate

SamlEntityId string

SAML Entity id

SamlIdpUrl string

SAML Idp URL

SamlMetadataUrl string

SAML Metadata URL

Type string

Account authentication id

UpdateTime string

Time of last update

accountId string

Account id

authenticationId string

Account authentication id

createTime string

Time of creation

enabled boolean

Status of account authentication method

name string

Account team name

samlAcsUrl string

SAML Assertion Consumer Service URL

samlCertificate string

SAML Certificate

samlEntityId string

SAML Entity id

samlIdpUrl string

SAML Idp URL

samlMetadataUrl string

SAML Metadata URL

type string

Account authentication id

updateTime string

Time of last update

account_id str

Account id

authentication_id str

Account authentication id

create_time str

Time of creation

enabled bool

Status of account authentication method

name str

Account team name

saml_acs_url str

SAML Assertion Consumer Service URL

saml_certificate str

SAML Certificate

saml_entity_id str

SAML Entity id

saml_idp_url str

SAML Idp URL

saml_metadata_url str

SAML Metadata URL

type str

Account authentication id

update_time str

Time of last update

Package Details

Repository
https://github.com/pulumi/pulumi-aiven
License
Apache-2.0
Notes
This Pulumi package is based on the aiven Terraform Provider.