AccountAuthentication
Create a AccountAuthentication Resource
new AccountAuthentication(name: string, args: AccountAuthenticationArgs, opts?: CustomResourceOptions);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);func NewAccountAuthentication(ctx *Context, name string, args AccountAuthenticationArgs, opts ...ResourceOption) (*AccountAuthentication, error)public AccountAuthentication(string name, AccountAuthenticationArgs args, CustomResourceOptions? opts = null)- 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:
- Account
Id string Account id
- Type string
Account authentication id
- Authentication
Id string Account authentication id
- Create
Time string Time of creation
- Enabled bool
Status of account authentication method
- Name string
Account team name
- Saml
Acs stringUrl SAML Assertion Consumer Service URL
- Saml
Certificate string SAML Certificate
- Saml
Entity stringId SAML Entity id
- Saml
Idp stringUrl SAML Idp URL
- Saml
Metadata stringUrl SAML Metadata URL
- Update
Time string Time of last update
- Account
Id string Account id
- Type string
Account authentication id
- Authentication
Id string Account authentication id
- Create
Time string Time of creation
- Enabled bool
Status of account authentication method
- Name string
Account team name
- Saml
Acs stringUrl SAML Assertion Consumer Service URL
- Saml
Certificate string SAML Certificate
- Saml
Entity stringId SAML Entity id
- Saml
Idp stringUrl SAML Idp URL
- Saml
Metadata stringUrl SAML Metadata URL
- Update
Time string Time of last update
- account
Id string Account id
- type string
Account authentication id
- authentication
Id string Account authentication id
- create
Time string Time of creation
- enabled boolean
Status of account authentication method
- name string
Account team name
- saml
Acs stringUrl SAML Assertion Consumer Service URL
- saml
Certificate string SAML Certificate
- saml
Entity stringId SAML Entity id
- saml
Idp stringUrl SAML Idp URL
- saml
Metadata stringUrl SAML Metadata URL
- update
Time 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_ strurl SAML Assertion Consumer Service URL
- saml_
certificate str SAML Certificate
- saml_
entity_ strid SAML Entity id
- saml_
idp_ strurl SAML Idp URL
- saml_
metadata_ strurl 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:
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.
public static get(name: string, id: Input<ID>, state?: AccountAuthenticationState, opts?: CustomResourceOptions): AccountAuthenticationstatic 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)public static AccountAuthentication Get(string name, Input<string> id, AccountAuthenticationState? state, CustomResourceOptions? opts = null)- 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:
- Account
Id string Account id
- Authentication
Id string Account authentication id
- Create
Time string Time of creation
- Enabled bool
Status of account authentication method
- Name string
Account team name
- Saml
Acs stringUrl SAML Assertion Consumer Service URL
- Saml
Certificate string SAML Certificate
- Saml
Entity stringId SAML Entity id
- Saml
Idp stringUrl SAML Idp URL
- Saml
Metadata stringUrl SAML Metadata URL
- Type string
Account authentication id
- Update
Time string Time of last update
- Account
Id string Account id
- Authentication
Id string Account authentication id
- Create
Time string Time of creation
- Enabled bool
Status of account authentication method
- Name string
Account team name
- Saml
Acs stringUrl SAML Assertion Consumer Service URL
- Saml
Certificate string SAML Certificate
- Saml
Entity stringId SAML Entity id
- Saml
Idp stringUrl SAML Idp URL
- Saml
Metadata stringUrl SAML Metadata URL
- Type string
Account authentication id
- Update
Time string Time of last update
- account
Id string Account id
- authentication
Id string Account authentication id
- create
Time string Time of creation
- enabled boolean
Status of account authentication method
- name string
Account team name
- saml
Acs stringUrl SAML Assertion Consumer Service URL
- saml
Certificate string SAML Certificate
- saml
Entity stringId SAML Entity id
- saml
Idp stringUrl SAML Idp URL
- saml
Metadata stringUrl SAML Metadata URL
- type string
Account authentication id
- update
Time 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_ strurl SAML Assertion Consumer Service URL
- saml_
certificate str SAML Certificate
- saml_
entity_ strid SAML Entity id
- saml_
idp_ strurl SAML Idp URL
- saml_
metadata_ strurl 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
aivenTerraform Provider.