authentik.EnterpriseLicense
Explore with Pulumi AI
Create EnterpriseLicense Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new EnterpriseLicense(name: string, args: EnterpriseLicenseArgs, opts?: CustomResourceOptions);
@overload
def EnterpriseLicense(resource_name: str,
args: EnterpriseLicenseArgs,
opts: Optional[ResourceOptions] = None)
@overload
def EnterpriseLicense(resource_name: str,
opts: Optional[ResourceOptions] = None,
key: Optional[str] = None,
enterprise_license_id: Optional[str] = None)
func NewEnterpriseLicense(ctx *Context, name string, args EnterpriseLicenseArgs, opts ...ResourceOption) (*EnterpriseLicense, error)
public EnterpriseLicense(string name, EnterpriseLicenseArgs args, CustomResourceOptions? opts = null)
public EnterpriseLicense(String name, EnterpriseLicenseArgs args)
public EnterpriseLicense(String name, EnterpriseLicenseArgs args, CustomResourceOptions options)
type: authentik:EnterpriseLicense
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 EnterpriseLicenseArgs
- 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 EnterpriseLicenseArgs
- 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 EnterpriseLicenseArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args EnterpriseLicenseArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args EnterpriseLicenseArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var enterpriseLicenseResource = new Authentik.EnterpriseLicense("enterpriseLicenseResource", new()
{
Key = "string",
EnterpriseLicenseId = "string",
});
example, err := authentik.NewEnterpriseLicense(ctx, "enterpriseLicenseResource", &authentik.EnterpriseLicenseArgs{
Key: pulumi.String("string"),
EnterpriseLicenseId: pulumi.String("string"),
})
var enterpriseLicenseResource = new EnterpriseLicense("enterpriseLicenseResource", EnterpriseLicenseArgs.builder()
.key("string")
.enterpriseLicenseId("string")
.build());
enterprise_license_resource = authentik.EnterpriseLicense("enterpriseLicenseResource",
key="string",
enterprise_license_id="string")
const enterpriseLicenseResource = new authentik.EnterpriseLicense("enterpriseLicenseResource", {
key: "string",
enterpriseLicenseId: "string",
});
type: authentik:EnterpriseLicense
properties:
enterpriseLicenseId: string
key: string
EnterpriseLicense 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 EnterpriseLicense resource accepts the following input properties:
- Key string
- Enterprise
License stringId - The ID of this resource.
- Key string
- Enterprise
License stringId - The ID of this resource.
- key String
- enterprise
License StringId - The ID of this resource.
- key string
- enterprise
License stringId - The ID of this resource.
- key str
- enterprise_
license_ strid - The ID of this resource.
- key String
- enterprise
License StringId - The ID of this resource.
Outputs
All input properties are implicitly available as output properties. Additionally, the EnterpriseLicense resource produces the following output properties:
- Expiry double
- Generated.
- External
Users double - Generated.
- Id string
- The provider-assigned unique ID for this managed resource.
- Internal
Users double - Generated.
- Name string
- Generated.
- Expiry float64
- Generated.
- External
Users float64 - Generated.
- Id string
- The provider-assigned unique ID for this managed resource.
- Internal
Users float64 - Generated.
- Name string
- Generated.
- expiry Double
- Generated.
- external
Users Double - Generated.
- id String
- The provider-assigned unique ID for this managed resource.
- internal
Users Double - Generated.
- name String
- Generated.
- expiry number
- Generated.
- external
Users number - Generated.
- id string
- The provider-assigned unique ID for this managed resource.
- internal
Users number - Generated.
- name string
- Generated.
- expiry float
- Generated.
- external_
users float - Generated.
- id str
- The provider-assigned unique ID for this managed resource.
- internal_
users float - Generated.
- name str
- Generated.
- expiry Number
- Generated.
- external
Users Number - Generated.
- id String
- The provider-assigned unique ID for this managed resource.
- internal
Users Number - Generated.
- name String
- Generated.
Look up Existing EnterpriseLicense Resource
Get an existing EnterpriseLicense 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?: EnterpriseLicenseState, opts?: CustomResourceOptions): EnterpriseLicense
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
enterprise_license_id: Optional[str] = None,
expiry: Optional[float] = None,
external_users: Optional[float] = None,
internal_users: Optional[float] = None,
key: Optional[str] = None,
name: Optional[str] = None) -> EnterpriseLicense
func GetEnterpriseLicense(ctx *Context, name string, id IDInput, state *EnterpriseLicenseState, opts ...ResourceOption) (*EnterpriseLicense, error)
public static EnterpriseLicense Get(string name, Input<string> id, EnterpriseLicenseState? state, CustomResourceOptions? opts = null)
public static EnterpriseLicense get(String name, Output<String> id, EnterpriseLicenseState state, CustomResourceOptions options)
resources: _: type: authentik:EnterpriseLicense get: id: ${id}
- 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.
- 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.
- Enterprise
License stringId - The ID of this resource.
- Expiry double
- Generated.
- External
Users double - Generated.
- Internal
Users double - Generated.
- Key string
- Name string
- Generated.
- Enterprise
License stringId - The ID of this resource.
- Expiry float64
- Generated.
- External
Users float64 - Generated.
- Internal
Users float64 - Generated.
- Key string
- Name string
- Generated.
- enterprise
License StringId - The ID of this resource.
- expiry Double
- Generated.
- external
Users Double - Generated.
- internal
Users Double - Generated.
- key String
- name String
- Generated.
- enterprise
License stringId - The ID of this resource.
- expiry number
- Generated.
- external
Users number - Generated.
- internal
Users number - Generated.
- key string
- name string
- Generated.
- enterprise_
license_ strid - The ID of this resource.
- expiry float
- Generated.
- external_
users float - Generated.
- internal_
users float - Generated.
- key str
- name str
- Generated.
- enterprise
License StringId - The ID of this resource.
- expiry Number
- Generated.
- external
Users Number - Generated.
- internal
Users Number - Generated.
- key String
- name String
- Generated.
Package Details
- Repository
- authentik goauthentik/terraform-provider-authentik
- License
- Notes
- This Pulumi package is based on the
authentik
Terraform Provider.