1. Registry
  2. Packages
  3. Akeyless Provider
  4. API Docs
  5. TargetOkta
Viewing docs for akeyless 2.0.4
published on Monday, Aug 10, 2026 by akeyless-community
Viewing docs for akeyless 2.0.4
published on Monday, Aug 10, 2026 by akeyless-community

    Okta Target resource

    Create TargetOkta Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new TargetOkta(name: string, args?: TargetOktaArgs, opts?: CustomResourceOptions);
    @overload
    def TargetOkta(resource_name: str,
                   args: Optional[TargetOktaArgs] = None,
                   opts: Optional[ResourceOptions] = None)
    
    @overload
    def TargetOkta(resource_name: str,
                   opts: Optional[ResourceOptions] = None,
                   api_token: Optional[str] = None,
                   delete_protection: Optional[str] = None,
                   description: Optional[str] = None,
                   keep_prev_version: Optional[str] = None,
                   key: Optional[str] = None,
                   max_versions: Optional[str] = None,
                   name: Optional[str] = None,
                   target_okta_id: Optional[str] = None,
                   url: Optional[str] = None)
    func NewTargetOkta(ctx *Context, name string, args *TargetOktaArgs, opts ...ResourceOption) (*TargetOkta, error)
    public TargetOkta(string name, TargetOktaArgs? args = null, CustomResourceOptions? opts = null)
    public TargetOkta(String name, TargetOktaArgs args)
    public TargetOkta(String name, TargetOktaArgs args, CustomResourceOptions options)
    
    type: akeyless:TargetOkta
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "akeyless_target_okta" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args TargetOktaArgs
    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 TargetOktaArgs
    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 TargetOktaArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args TargetOktaArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args TargetOktaArgs
    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 targetOktaResource = new Akeyless.TargetOkta("targetOktaResource", new()
    {
        ApiToken = "string",
        DeleteProtection = "string",
        Description = "string",
        KeepPrevVersion = "string",
        Key = "string",
        MaxVersions = "string",
        Name = "string",
        TargetOktaId = "string",
        Url = "string",
    });
    
    example, err := akeyless.NewTargetOkta(ctx, "targetOktaResource", &akeyless.TargetOktaArgs{
    	ApiToken:         pulumi.String("string"),
    	DeleteProtection: pulumi.String("string"),
    	Description:      pulumi.String("string"),
    	KeepPrevVersion:  pulumi.String("string"),
    	Key:              pulumi.String("string"),
    	MaxVersions:      pulumi.String("string"),
    	Name:             pulumi.String("string"),
    	TargetOktaId:     pulumi.String("string"),
    	Url:              pulumi.String("string"),
    })
    
    resource "akeyless_target_okta" "targetOktaResource" {
      lifecycle {
        create_before_destroy = true
      }
      api_token         = "string"
      delete_protection = "string"
      description       = "string"
      keep_prev_version = "string"
      key               = "string"
      max_versions      = "string"
      name              = "string"
      target_okta_id    = "string"
      url               = "string"
    }
    
    var targetOktaResource = new TargetOkta("targetOktaResource", TargetOktaArgs.builder()
        .apiToken("string")
        .deleteProtection("string")
        .description("string")
        .keepPrevVersion("string")
        .key("string")
        .maxVersions("string")
        .name("string")
        .targetOktaId("string")
        .url("string")
        .build());
    
    target_okta_resource = akeyless.TargetOkta("targetOktaResource",
        api_token="string",
        delete_protection="string",
        description="string",
        keep_prev_version="string",
        key="string",
        max_versions="string",
        name="string",
        target_okta_id="string",
        url="string")
    
    const targetOktaResource = new akeyless.TargetOkta("targetOktaResource", {
        apiToken: "string",
        deleteProtection: "string",
        description: "string",
        keepPrevVersion: "string",
        key: "string",
        maxVersions: "string",
        name: "string",
        targetOktaId: "string",
        url: "string",
    });
    
    type: akeyless:TargetOkta
    properties:
        apiToken: string
        deleteProtection: string
        description: string
        keepPrevVersion: string
        key: string
        maxVersions: string
        name: string
        targetOktaId: string
        url: string
    

    TargetOkta 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 TargetOkta resource accepts the following input properties:

    ApiToken string
    Okta API token
    DeleteProtection string
    Protection from accidental deletion of this object [true/false]
    Description string
    Description of the object
    KeepPrevVersion string
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    Key string
    The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
    MaxVersions string
    Set the maximum number of versions, limited by the account settings defaults.
    Name string
    Target name
    TargetOktaId string
    The ID of this resource.
    Url string
    Okta URL
    ApiToken string
    Okta API token
    DeleteProtection string
    Protection from accidental deletion of this object [true/false]
    Description string
    Description of the object
    KeepPrevVersion string
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    Key string
    The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
    MaxVersions string
    Set the maximum number of versions, limited by the account settings defaults.
    Name string
    Target name
    TargetOktaId string
    The ID of this resource.
    Url string
    Okta URL
    api_token string
    Okta API token
    delete_protection string
    Protection from accidental deletion of this object [true/false]
    description string
    Description of the object
    keep_prev_version string
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    key string
    The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
    max_versions string
    Set the maximum number of versions, limited by the account settings defaults.
    name string
    Target name
    target_okta_id string
    The ID of this resource.
    url string
    Okta URL
    apiToken String
    Okta API token
    deleteProtection String
    Protection from accidental deletion of this object [true/false]
    description String
    Description of the object
    keepPrevVersion String
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    key String
    The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
    maxVersions String
    Set the maximum number of versions, limited by the account settings defaults.
    name String
    Target name
    targetOktaId String
    The ID of this resource.
    url String
    Okta URL
    apiToken string
    Okta API token
    deleteProtection string
    Protection from accidental deletion of this object [true/false]
    description string
    Description of the object
    keepPrevVersion string
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    key string
    The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
    maxVersions string
    Set the maximum number of versions, limited by the account settings defaults.
    name string
    Target name
    targetOktaId string
    The ID of this resource.
    url string
    Okta URL
    api_token str
    Okta API token
    delete_protection str
    Protection from accidental deletion of this object [true/false]
    description str
    Description of the object
    keep_prev_version str
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    key str
    The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
    max_versions str
    Set the maximum number of versions, limited by the account settings defaults.
    name str
    Target name
    target_okta_id str
    The ID of this resource.
    url str
    Okta URL
    apiToken String
    Okta API token
    deleteProtection String
    Protection from accidental deletion of this object [true/false]
    description String
    Description of the object
    keepPrevVersion String
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    key String
    The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
    maxVersions String
    Set the maximum number of versions, limited by the account settings defaults.
    name String
    Target name
    targetOktaId String
    The ID of this resource.
    url String
    Okta URL

    Outputs

    All input properties are implicitly available as output properties. Additionally, the TargetOkta 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 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 TargetOkta Resource

    Get an existing TargetOkta 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?: TargetOktaState, opts?: CustomResourceOptions): TargetOkta
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            api_token: Optional[str] = None,
            delete_protection: Optional[str] = None,
            description: Optional[str] = None,
            keep_prev_version: Optional[str] = None,
            key: Optional[str] = None,
            max_versions: Optional[str] = None,
            name: Optional[str] = None,
            target_okta_id: Optional[str] = None,
            url: Optional[str] = None) -> TargetOkta
    func GetTargetOkta(ctx *Context, name string, id IDInput, state *TargetOktaState, opts ...ResourceOption) (*TargetOkta, error)
    public static TargetOkta Get(string name, Input<string> id, TargetOktaState? state, CustomResourceOptions? opts = null)
    public static TargetOkta get(String name, Output<String> id, TargetOktaState state, CustomResourceOptions options)
    resources:  _:    type: akeyless:TargetOkta    get:      id: ${id}
    import {
      to = akeyless_target_okta.example
      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:
    ApiToken string
    Okta API token
    DeleteProtection string
    Protection from accidental deletion of this object [true/false]
    Description string
    Description of the object
    KeepPrevVersion string
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    Key string
    The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
    MaxVersions string
    Set the maximum number of versions, limited by the account settings defaults.
    Name string
    Target name
    TargetOktaId string
    The ID of this resource.
    Url string
    Okta URL
    ApiToken string
    Okta API token
    DeleteProtection string
    Protection from accidental deletion of this object [true/false]
    Description string
    Description of the object
    KeepPrevVersion string
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    Key string
    The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
    MaxVersions string
    Set the maximum number of versions, limited by the account settings defaults.
    Name string
    Target name
    TargetOktaId string
    The ID of this resource.
    Url string
    Okta URL
    api_token string
    Okta API token
    delete_protection string
    Protection from accidental deletion of this object [true/false]
    description string
    Description of the object
    keep_prev_version string
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    key string
    The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
    max_versions string
    Set the maximum number of versions, limited by the account settings defaults.
    name string
    Target name
    target_okta_id string
    The ID of this resource.
    url string
    Okta URL
    apiToken String
    Okta API token
    deleteProtection String
    Protection from accidental deletion of this object [true/false]
    description String
    Description of the object
    keepPrevVersion String
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    key String
    The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
    maxVersions String
    Set the maximum number of versions, limited by the account settings defaults.
    name String
    Target name
    targetOktaId String
    The ID of this resource.
    url String
    Okta URL
    apiToken string
    Okta API token
    deleteProtection string
    Protection from accidental deletion of this object [true/false]
    description string
    Description of the object
    keepPrevVersion string
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    key string
    The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
    maxVersions string
    Set the maximum number of versions, limited by the account settings defaults.
    name string
    Target name
    targetOktaId string
    The ID of this resource.
    url string
    Okta URL
    api_token str
    Okta API token
    delete_protection str
    Protection from accidental deletion of this object [true/false]
    description str
    Description of the object
    keep_prev_version str
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    key str
    The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
    max_versions str
    Set the maximum number of versions, limited by the account settings defaults.
    name str
    Target name
    target_okta_id str
    The ID of this resource.
    url str
    Okta URL
    apiToken String
    Okta API token
    deleteProtection String
    Protection from accidental deletion of this object [true/false]
    description String
    Description of the object
    keepPrevVersion String
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    key String
    The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
    maxVersions String
    Set the maximum number of versions, limited by the account settings defaults.
    name String
    Target name
    targetOktaId String
    The ID of this resource.
    url String
    Okta URL

    Package Details

    Repository
    akeyless akeyless-community/terraform-provider-akeyless
    License
    Notes
    This Pulumi package is based on the akeyless Terraform Provider.
    Viewing docs for akeyless 2.0.4
    published on Monday, Aug 10, 2026 by akeyless-community

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial