AccountAuthentication
# Account Authentication Resource
The Account Authentication resource allows the creation and management of an Aiven Account Authentications.
Create a AccountAuthentication Resource
new AccountAuthentication(name: string, args: AccountAuthenticationArgs, opts?: CustomResourceOptions);
def AccountAuthentication(resource_name: str, opts: Optional[ResourceOptions] = None, account_id: Optional[str] = None, authentication_id: Optional[str] = None, create_time: Optional[str] = None, enabled: Optional[bool] = None, name: Optional[str] = None, saml_acs_url: Optional[str] = None, saml_certificate: Optional[str] = None, saml_entity_id: Optional[str] = None, saml_idp_url: Optional[str] = None, saml_metadata_url: Optional[str] = None, type: Optional[str] = None, update_time: Optional[str] = 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 is a unique account id.
- Type string
is an account authentication type, can be one of
internal
andsaml
.- Authentication
Id string account authentication id.
- Create
Time string time of creation.
- Enabled bool
defines an authentication method enabled or not.
- Name string
is an account authentication name.
- Saml
Acs stringUrl is a SAML Assertion Consumer Service URL.
- Saml
Certificate string is a SAML Certificate.
- Saml
Entity stringId is a SAML Entity ID.
- Saml
Idp stringUrl is a SAML Idp URL.
- Saml
Metadata stringUrl is a SAML Metadata URL.
- Update
Time string time of last update.
- Account
Id string is a unique account id.
- Type string
is an account authentication type, can be one of
internal
andsaml
.- Authentication
Id string account authentication id.
- Create
Time string time of creation.
- Enabled bool
defines an authentication method enabled or not.
- Name string
is an account authentication name.
- Saml
Acs stringUrl is a SAML Assertion Consumer Service URL.
- Saml
Certificate string is a SAML Certificate.
- Saml
Entity stringId is a SAML Entity ID.
- Saml
Idp stringUrl is a SAML Idp URL.
- Saml
Metadata stringUrl is a SAML Metadata URL.
- Update
Time string time of last update.
- account
Id string is a unique account id.
- type string
is an account authentication type, can be one of
internal
andsaml
.- authentication
Id string account authentication id.
- create
Time string time of creation.
- enabled boolean
defines an authentication method enabled or not.
- name string
is an account authentication name.
- saml
Acs stringUrl is a SAML Assertion Consumer Service URL.
- saml
Certificate string is a SAML Certificate.
- saml
Entity stringId is a SAML Entity ID.
- saml
Idp stringUrl is a SAML Idp URL.
- saml
Metadata stringUrl is a SAML Metadata URL.
- update
Time string time of last update.
- account_
id str is a unique account id.
- type str
is an account authentication type, can be one of
internal
andsaml
.- authentication_
id str account authentication id.
- create_
time str time of creation.
- enabled bool
defines an authentication method enabled or not.
- name str
is an account authentication name.
- saml_
acs_ strurl is a SAML Assertion Consumer Service URL.
- saml_
certificate str is a SAML Certificate.
- saml_
entity_ strid is a SAML Entity ID.
- saml_
idp_ strurl is a SAML Idp URL.
- saml_
metadata_ strurl is a 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.
public static get(name: string, id: Input<ID>, state?: AccountAuthenticationState, opts?: CustomResourceOptions): AccountAuthentication
@staticmethod
def get(resource_name: str, id: str, opts: Optional[ResourceOptions] = None, account_id: Optional[str] = None, authentication_id: Optional[str] = None, create_time: Optional[str] = None, enabled: Optional[bool] = None, name: Optional[str] = None, saml_acs_url: Optional[str] = None, saml_certificate: Optional[str] = None, saml_entity_id: Optional[str] = None, saml_idp_url: Optional[str] = None, saml_metadata_url: Optional[str] = None, type: Optional[str] = None, update_time: Optional[str] = None) -> AccountAuthentication
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 is a unique account id.
- Authentication
Id string account authentication id.
- Create
Time string time of creation.
- Enabled bool
defines an authentication method enabled or not.
- Name string
is an account authentication name.
- Saml
Acs stringUrl is a SAML Assertion Consumer Service URL.
- Saml
Certificate string is a SAML Certificate.
- Saml
Entity stringId is a SAML Entity ID.
- Saml
Idp stringUrl is a SAML Idp URL.
- Saml
Metadata stringUrl is a SAML Metadata URL.
- Type string
is an account authentication type, can be one of
internal
andsaml
.- Update
Time string time of last update.
- Account
Id string is a unique account id.
- Authentication
Id string account authentication id.
- Create
Time string time of creation.
- Enabled bool
defines an authentication method enabled or not.
- Name string
is an account authentication name.
- Saml
Acs stringUrl is a SAML Assertion Consumer Service URL.
- Saml
Certificate string is a SAML Certificate.
- Saml
Entity stringId is a SAML Entity ID.
- Saml
Idp stringUrl is a SAML Idp URL.
- Saml
Metadata stringUrl is a SAML Metadata URL.
- Type string
is an account authentication type, can be one of
internal
andsaml
.- Update
Time string time of last update.
- account
Id string is a unique account id.
- authentication
Id string account authentication id.
- create
Time string time of creation.
- enabled boolean
defines an authentication method enabled or not.
- name string
is an account authentication name.
- saml
Acs stringUrl is a SAML Assertion Consumer Service URL.
- saml
Certificate string is a SAML Certificate.
- saml
Entity stringId is a SAML Entity ID.
- saml
Idp stringUrl is a SAML Idp URL.
- saml
Metadata stringUrl is a SAML Metadata URL.
- type string
is an account authentication type, can be one of
internal
andsaml
.- update
Time string time of last update.
- account_
id str is a unique account id.
- authentication_
id str account authentication id.
- create_
time str time of creation.
- enabled bool
defines an authentication method enabled or not.
- name str
is an account authentication name.
- saml_
acs_ strurl is a SAML Assertion Consumer Service URL.
- saml_
certificate str is a SAML Certificate.
- saml_
entity_ strid is a SAML Entity ID.
- saml_
idp_ strurl is a SAML Idp URL.
- saml_
metadata_ strurl is a SAML Metadata URL.
- type str
is an account authentication type, can be one of
internal
andsaml
.- 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.