1. Packages
  2. Authentik Provider
  3. API Docs
  4. EnterpriseLicense
authentik 2025.2.0 published on Monday, Mar 24, 2025 by goauthentik

authentik.EnterpriseLicense

Explore with Pulumi AI

authentik logo
authentik 2025.2.0 published on Monday, Mar 24, 2025 by goauthentik

    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
    EnterpriseLicenseId string
    The ID of this resource.
    Key string
    EnterpriseLicenseId string
    The ID of this resource.
    key String
    enterpriseLicenseId String
    The ID of this resource.
    key string
    enterpriseLicenseId string
    The ID of this resource.
    key str
    enterprise_license_id str
    The ID of this resource.
    key String
    enterpriseLicenseId String
    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.
    ExternalUsers double
    Generated.
    Id string
    The provider-assigned unique ID for this managed resource.
    InternalUsers double
    Generated.
    Name string
    Generated.
    Expiry float64
    Generated.
    ExternalUsers float64
    Generated.
    Id string
    The provider-assigned unique ID for this managed resource.
    InternalUsers float64
    Generated.
    Name string
    Generated.
    expiry Double
    Generated.
    externalUsers Double
    Generated.
    id String
    The provider-assigned unique ID for this managed resource.
    internalUsers Double
    Generated.
    name String
    Generated.
    expiry number
    Generated.
    externalUsers number
    Generated.
    id string
    The provider-assigned unique ID for this managed resource.
    internalUsers 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.
    externalUsers Number
    Generated.
    id String
    The provider-assigned unique ID for this managed resource.
    internalUsers 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.
    The following state arguments are supported:
    EnterpriseLicenseId string
    The ID of this resource.
    Expiry double
    Generated.
    ExternalUsers double
    Generated.
    InternalUsers double
    Generated.
    Key string
    Name string
    Generated.
    EnterpriseLicenseId string
    The ID of this resource.
    Expiry float64
    Generated.
    ExternalUsers float64
    Generated.
    InternalUsers float64
    Generated.
    Key string
    Name string
    Generated.
    enterpriseLicenseId String
    The ID of this resource.
    expiry Double
    Generated.
    externalUsers Double
    Generated.
    internalUsers Double
    Generated.
    key String
    name String
    Generated.
    enterpriseLicenseId string
    The ID of this resource.
    expiry number
    Generated.
    externalUsers number
    Generated.
    internalUsers number
    Generated.
    key string
    name string
    Generated.
    enterprise_license_id str
    The ID of this resource.
    expiry float
    Generated.
    external_users float
    Generated.
    internal_users float
    Generated.
    key str
    name str
    Generated.
    enterpriseLicenseId String
    The ID of this resource.
    expiry Number
    Generated.
    externalUsers Number
    Generated.
    internalUsers 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.
    authentik logo
    authentik 2025.2.0 published on Monday, Mar 24, 2025 by goauthentik