authentik.ApplicationEntitlement
Explore with Pulumi AI
Example Usage
Create ApplicationEntitlement Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ApplicationEntitlement(name: string, args: ApplicationEntitlementArgs, opts?: CustomResourceOptions);
@overload
def ApplicationEntitlement(resource_name: str,
args: ApplicationEntitlementArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ApplicationEntitlement(resource_name: str,
opts: Optional[ResourceOptions] = None,
application: Optional[str] = None,
application_entitlement_id: Optional[str] = None,
attributes: Optional[str] = None,
name: Optional[str] = None)
func NewApplicationEntitlement(ctx *Context, name string, args ApplicationEntitlementArgs, opts ...ResourceOption) (*ApplicationEntitlement, error)
public ApplicationEntitlement(string name, ApplicationEntitlementArgs args, CustomResourceOptions? opts = null)
public ApplicationEntitlement(String name, ApplicationEntitlementArgs args)
public ApplicationEntitlement(String name, ApplicationEntitlementArgs args, CustomResourceOptions options)
type: authentik:ApplicationEntitlement
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 ApplicationEntitlementArgs
- 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 ApplicationEntitlementArgs
- 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 ApplicationEntitlementArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ApplicationEntitlementArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ApplicationEntitlementArgs
- 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 applicationEntitlementResource = new Authentik.ApplicationEntitlement("applicationEntitlementResource", new()
{
Application = "string",
ApplicationEntitlementId = "string",
Attributes = "string",
Name = "string",
});
example, err := authentik.NewApplicationEntitlement(ctx, "applicationEntitlementResource", &authentik.ApplicationEntitlementArgs{
Application: pulumi.String("string"),
ApplicationEntitlementId: pulumi.String("string"),
Attributes: pulumi.String("string"),
Name: pulumi.String("string"),
})
var applicationEntitlementResource = new ApplicationEntitlement("applicationEntitlementResource", ApplicationEntitlementArgs.builder()
.application("string")
.applicationEntitlementId("string")
.attributes("string")
.name("string")
.build());
application_entitlement_resource = authentik.ApplicationEntitlement("applicationEntitlementResource",
application="string",
application_entitlement_id="string",
attributes="string",
name="string")
const applicationEntitlementResource = new authentik.ApplicationEntitlement("applicationEntitlementResource", {
application: "string",
applicationEntitlementId: "string",
attributes: "string",
name: "string",
});
type: authentik:ApplicationEntitlement
properties:
application: string
applicationEntitlementId: string
attributes: string
name: string
ApplicationEntitlement 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 ApplicationEntitlement resource accepts the following input properties:
- Application string
- Application
Entitlement stringId - The ID of this resource.
- Attributes string
- JSON format expected. Use jsonencode() to pass objects. Defaults to
{}
. - Name string
- Application string
- Application
Entitlement stringId - The ID of this resource.
- Attributes string
- JSON format expected. Use jsonencode() to pass objects. Defaults to
{}
. - Name string
- application String
- application
Entitlement StringId - The ID of this resource.
- attributes String
- JSON format expected. Use jsonencode() to pass objects. Defaults to
{}
. - name String
- application string
- application
Entitlement stringId - The ID of this resource.
- attributes string
- JSON format expected. Use jsonencode() to pass objects. Defaults to
{}
. - name string
- application str
- application_
entitlement_ strid - The ID of this resource.
- attributes str
- JSON format expected. Use jsonencode() to pass objects. Defaults to
{}
. - name str
- application String
- application
Entitlement StringId - The ID of this resource.
- attributes String
- JSON format expected. Use jsonencode() to pass objects. Defaults to
{}
. - name String
Outputs
All input properties are implicitly available as output properties. Additionally, the ApplicationEntitlement 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 string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing ApplicationEntitlement Resource
Get an existing ApplicationEntitlement 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?: ApplicationEntitlementState, opts?: CustomResourceOptions): ApplicationEntitlement
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
application: Optional[str] = None,
application_entitlement_id: Optional[str] = None,
attributes: Optional[str] = None,
name: Optional[str] = None) -> ApplicationEntitlement
func GetApplicationEntitlement(ctx *Context, name string, id IDInput, state *ApplicationEntitlementState, opts ...ResourceOption) (*ApplicationEntitlement, error)
public static ApplicationEntitlement Get(string name, Input<string> id, ApplicationEntitlementState? state, CustomResourceOptions? opts = null)
public static ApplicationEntitlement get(String name, Output<String> id, ApplicationEntitlementState state, CustomResourceOptions options)
resources: _: type: authentik:ApplicationEntitlement 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.
- Application string
- Application
Entitlement stringId - The ID of this resource.
- Attributes string
- JSON format expected. Use jsonencode() to pass objects. Defaults to
{}
. - Name string
- Application string
- Application
Entitlement stringId - The ID of this resource.
- Attributes string
- JSON format expected. Use jsonencode() to pass objects. Defaults to
{}
. - Name string
- application String
- application
Entitlement StringId - The ID of this resource.
- attributes String
- JSON format expected. Use jsonencode() to pass objects. Defaults to
{}
. - name String
- application string
- application
Entitlement stringId - The ID of this resource.
- attributes string
- JSON format expected. Use jsonencode() to pass objects. Defaults to
{}
. - name string
- application str
- application_
entitlement_ strid - The ID of this resource.
- attributes str
- JSON format expected. Use jsonencode() to pass objects. Defaults to
{}
. - name str
- application String
- application
Entitlement StringId - The ID of this resource.
- attributes String
- JSON format expected. Use jsonencode() to pass objects. Defaults to
{}
. - name String
Package Details
- Repository
- authentik goauthentik/terraform-provider-authentik
- License
- Notes
- This Pulumi package is based on the
authentik
Terraform Provider.