akeyless.DynamicSecretAzure
Explore with Pulumi AI
Azure AD dynamic secret resource
Create DynamicSecretAzure Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new DynamicSecretAzure(name: string, args?: DynamicSecretAzureArgs, opts?: CustomResourceOptions);
@overload
def DynamicSecretAzure(resource_name: str,
args: Optional[DynamicSecretAzureArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def DynamicSecretAzure(resource_name: str,
opts: Optional[ResourceOptions] = None,
app_obj_id: Optional[str] = None,
azure_client_id: Optional[str] = None,
azure_client_secret: Optional[str] = None,
azure_tenant_id: Optional[str] = None,
dynamic_secret_azure_id: Optional[str] = None,
encryption_key_name: Optional[str] = None,
name: Optional[str] = None,
password_length: Optional[str] = None,
secure_access_enable: Optional[str] = None,
secure_access_url: Optional[str] = None,
secure_access_web: Optional[bool] = None,
secure_access_web_browsing: Optional[bool] = None,
tags: Optional[Sequence[str]] = None,
target_name: Optional[str] = None,
user_group_obj_id: Optional[str] = None,
user_portal_access: Optional[bool] = None,
user_principal_name: Optional[str] = None,
user_programmatic_access: Optional[bool] = None,
user_role_template_id: Optional[str] = None,
user_ttl: Optional[str] = None)
func NewDynamicSecretAzure(ctx *Context, name string, args *DynamicSecretAzureArgs, opts ...ResourceOption) (*DynamicSecretAzure, error)
public DynamicSecretAzure(string name, DynamicSecretAzureArgs? args = null, CustomResourceOptions? opts = null)
public DynamicSecretAzure(String name, DynamicSecretAzureArgs args)
public DynamicSecretAzure(String name, DynamicSecretAzureArgs args, CustomResourceOptions options)
type: akeyless:DynamicSecretAzure
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 DynamicSecretAzureArgs
- 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 DynamicSecretAzureArgs
- 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 DynamicSecretAzureArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DynamicSecretAzureArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DynamicSecretAzureArgs
- 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 dynamicSecretAzureResource = new Akeyless.DynamicSecretAzure("dynamicSecretAzureResource", new()
{
AppObjId = "string",
AzureClientId = "string",
AzureClientSecret = "string",
AzureTenantId = "string",
DynamicSecretAzureId = "string",
EncryptionKeyName = "string",
Name = "string",
PasswordLength = "string",
SecureAccessEnable = "string",
SecureAccessUrl = "string",
SecureAccessWeb = false,
SecureAccessWebBrowsing = false,
Tags = new[]
{
"string",
},
TargetName = "string",
UserGroupObjId = "string",
UserPortalAccess = false,
UserPrincipalName = "string",
UserProgrammaticAccess = false,
UserRoleTemplateId = "string",
UserTtl = "string",
});
example, err := akeyless.NewDynamicSecretAzure(ctx, "dynamicSecretAzureResource", &akeyless.DynamicSecretAzureArgs{
AppObjId: pulumi.String("string"),
AzureClientId: pulumi.String("string"),
AzureClientSecret: pulumi.String("string"),
AzureTenantId: pulumi.String("string"),
DynamicSecretAzureId: pulumi.String("string"),
EncryptionKeyName: pulumi.String("string"),
Name: pulumi.String("string"),
PasswordLength: pulumi.String("string"),
SecureAccessEnable: pulumi.String("string"),
SecureAccessUrl: pulumi.String("string"),
SecureAccessWeb: pulumi.Bool(false),
SecureAccessWebBrowsing: pulumi.Bool(false),
Tags: pulumi.StringArray{
pulumi.String("string"),
},
TargetName: pulumi.String("string"),
UserGroupObjId: pulumi.String("string"),
UserPortalAccess: pulumi.Bool(false),
UserPrincipalName: pulumi.String("string"),
UserProgrammaticAccess: pulumi.Bool(false),
UserRoleTemplateId: pulumi.String("string"),
UserTtl: pulumi.String("string"),
})
var dynamicSecretAzureResource = new DynamicSecretAzure("dynamicSecretAzureResource", DynamicSecretAzureArgs.builder()
.appObjId("string")
.azureClientId("string")
.azureClientSecret("string")
.azureTenantId("string")
.dynamicSecretAzureId("string")
.encryptionKeyName("string")
.name("string")
.passwordLength("string")
.secureAccessEnable("string")
.secureAccessUrl("string")
.secureAccessWeb(false)
.secureAccessWebBrowsing(false)
.tags("string")
.targetName("string")
.userGroupObjId("string")
.userPortalAccess(false)
.userPrincipalName("string")
.userProgrammaticAccess(false)
.userRoleTemplateId("string")
.userTtl("string")
.build());
dynamic_secret_azure_resource = akeyless.DynamicSecretAzure("dynamicSecretAzureResource",
app_obj_id="string",
azure_client_id="string",
azure_client_secret="string",
azure_tenant_id="string",
dynamic_secret_azure_id="string",
encryption_key_name="string",
name="string",
password_length="string",
secure_access_enable="string",
secure_access_url="string",
secure_access_web=False,
secure_access_web_browsing=False,
tags=["string"],
target_name="string",
user_group_obj_id="string",
user_portal_access=False,
user_principal_name="string",
user_programmatic_access=False,
user_role_template_id="string",
user_ttl="string")
const dynamicSecretAzureResource = new akeyless.DynamicSecretAzure("dynamicSecretAzureResource", {
appObjId: "string",
azureClientId: "string",
azureClientSecret: "string",
azureTenantId: "string",
dynamicSecretAzureId: "string",
encryptionKeyName: "string",
name: "string",
passwordLength: "string",
secureAccessEnable: "string",
secureAccessUrl: "string",
secureAccessWeb: false,
secureAccessWebBrowsing: false,
tags: ["string"],
targetName: "string",
userGroupObjId: "string",
userPortalAccess: false,
userPrincipalName: "string",
userProgrammaticAccess: false,
userRoleTemplateId: "string",
userTtl: "string",
});
type: akeyless:DynamicSecretAzure
properties:
appObjId: string
azureClientId: string
azureClientSecret: string
azureTenantId: string
dynamicSecretAzureId: string
encryptionKeyName: string
name: string
passwordLength: string
secureAccessEnable: string
secureAccessUrl: string
secureAccessWeb: false
secureAccessWebBrowsing: false
tags:
- string
targetName: string
userGroupObjId: string
userPortalAccess: false
userPrincipalName: string
userProgrammaticAccess: false
userRoleTemplateId: string
userTtl: string
DynamicSecretAzure 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 DynamicSecretAzure resource accepts the following input properties:
- App
Obj stringId - Azure App Object ID (required if selected programmatic access)
- Azure
Client stringId - Azure Client ID (Application ID)
- Azure
Client stringSecret - Azure AD Client Secret
- Azure
Tenant stringId - Azure Tenant ID
- Dynamic
Secret stringAzure Id - The ID of this resource.
- Encryption
Key stringName - Encrypt dynamic secret details with following key
- Name string
- Dynamic secret name
- Password
Length string - The length of the password to be generated
- Secure
Access stringEnable - Enable/Disable secure remote access, [true/false]
- Secure
Access stringUrl - Secure
Access boolWeb - Enable Web Secure Remote Access
- Secure
Access boolWeb Browsing - Secure browser via Akeyless Web Access Bastion
- List<string>
- List of the tags attached to this secret. To specify multiple tags use argument multiple times: --tag Tag1 --tag Tag2
- Target
Name string - Name of existing target to use in dynamic secret creation
- User
Group stringObj Id - Azure AD User Group Object ID (required if selected Portal access)
- User
Portal boolAccess - Enable Azure AD user portal access
- User
Principal stringName - Azure AD User Principal Name (required if selected Portal access)
- User
Programmatic boolAccess - Enable Azure AD user programmatic access
- User
Role stringTemplate Id - Azure AD User Role Template ID (required if selected Portal access)
- User
Ttl string - User TTL
- App
Obj stringId - Azure App Object ID (required if selected programmatic access)
- Azure
Client stringId - Azure Client ID (Application ID)
- Azure
Client stringSecret - Azure AD Client Secret
- Azure
Tenant stringId - Azure Tenant ID
- Dynamic
Secret stringAzure Id - The ID of this resource.
- Encryption
Key stringName - Encrypt dynamic secret details with following key
- Name string
- Dynamic secret name
- Password
Length string - The length of the password to be generated
- Secure
Access stringEnable - Enable/Disable secure remote access, [true/false]
- Secure
Access stringUrl - Secure
Access boolWeb - Enable Web Secure Remote Access
- Secure
Access boolWeb Browsing - Secure browser via Akeyless Web Access Bastion
- []string
- List of the tags attached to this secret. To specify multiple tags use argument multiple times: --tag Tag1 --tag Tag2
- Target
Name string - Name of existing target to use in dynamic secret creation
- User
Group stringObj Id - Azure AD User Group Object ID (required if selected Portal access)
- User
Portal boolAccess - Enable Azure AD user portal access
- User
Principal stringName - Azure AD User Principal Name (required if selected Portal access)
- User
Programmatic boolAccess - Enable Azure AD user programmatic access
- User
Role stringTemplate Id - Azure AD User Role Template ID (required if selected Portal access)
- User
Ttl string - User TTL
- app
Obj StringId - Azure App Object ID (required if selected programmatic access)
- azure
Client StringId - Azure Client ID (Application ID)
- azure
Client StringSecret - Azure AD Client Secret
- azure
Tenant StringId - Azure Tenant ID
- dynamic
Secret StringAzure Id - The ID of this resource.
- encryption
Key StringName - Encrypt dynamic secret details with following key
- name String
- Dynamic secret name
- password
Length String - The length of the password to be generated
- secure
Access StringEnable - Enable/Disable secure remote access, [true/false]
- secure
Access StringUrl - secure
Access BooleanWeb - Enable Web Secure Remote Access
- secure
Access BooleanWeb Browsing - Secure browser via Akeyless Web Access Bastion
- List<String>
- List of the tags attached to this secret. To specify multiple tags use argument multiple times: --tag Tag1 --tag Tag2
- target
Name String - Name of existing target to use in dynamic secret creation
- user
Group StringObj Id - Azure AD User Group Object ID (required if selected Portal access)
- user
Portal BooleanAccess - Enable Azure AD user portal access
- user
Principal StringName - Azure AD User Principal Name (required if selected Portal access)
- user
Programmatic BooleanAccess - Enable Azure AD user programmatic access
- user
Role StringTemplate Id - Azure AD User Role Template ID (required if selected Portal access)
- user
Ttl String - User TTL
- app
Obj stringId - Azure App Object ID (required if selected programmatic access)
- azure
Client stringId - Azure Client ID (Application ID)
- azure
Client stringSecret - Azure AD Client Secret
- azure
Tenant stringId - Azure Tenant ID
- dynamic
Secret stringAzure Id - The ID of this resource.
- encryption
Key stringName - Encrypt dynamic secret details with following key
- name string
- Dynamic secret name
- password
Length string - The length of the password to be generated
- secure
Access stringEnable - Enable/Disable secure remote access, [true/false]
- secure
Access stringUrl - secure
Access booleanWeb - Enable Web Secure Remote Access
- secure
Access booleanWeb Browsing - Secure browser via Akeyless Web Access Bastion
- string[]
- List of the tags attached to this secret. To specify multiple tags use argument multiple times: --tag Tag1 --tag Tag2
- target
Name string - Name of existing target to use in dynamic secret creation
- user
Group stringObj Id - Azure AD User Group Object ID (required if selected Portal access)
- user
Portal booleanAccess - Enable Azure AD user portal access
- user
Principal stringName - Azure AD User Principal Name (required if selected Portal access)
- user
Programmatic booleanAccess - Enable Azure AD user programmatic access
- user
Role stringTemplate Id - Azure AD User Role Template ID (required if selected Portal access)
- user
Ttl string - User TTL
- app_
obj_ strid - Azure App Object ID (required if selected programmatic access)
- azure_
client_ strid - Azure Client ID (Application ID)
- azure_
client_ strsecret - Azure AD Client Secret
- azure_
tenant_ strid - Azure Tenant ID
- dynamic_
secret_ strazure_ id - The ID of this resource.
- encryption_
key_ strname - Encrypt dynamic secret details with following key
- name str
- Dynamic secret name
- password_
length str - The length of the password to be generated
- secure_
access_ strenable - Enable/Disable secure remote access, [true/false]
- secure_
access_ strurl - secure_
access_ boolweb - Enable Web Secure Remote Access
- secure_
access_ boolweb_ browsing - Secure browser via Akeyless Web Access Bastion
- Sequence[str]
- List of the tags attached to this secret. To specify multiple tags use argument multiple times: --tag Tag1 --tag Tag2
- target_
name str - Name of existing target to use in dynamic secret creation
- user_
group_ strobj_ id - Azure AD User Group Object ID (required if selected Portal access)
- user_
portal_ boolaccess - Enable Azure AD user portal access
- user_
principal_ strname - Azure AD User Principal Name (required if selected Portal access)
- user_
programmatic_ boolaccess - Enable Azure AD user programmatic access
- user_
role_ strtemplate_ id - Azure AD User Role Template ID (required if selected Portal access)
- user_
ttl str - User TTL
- app
Obj StringId - Azure App Object ID (required if selected programmatic access)
- azure
Client StringId - Azure Client ID (Application ID)
- azure
Client StringSecret - Azure AD Client Secret
- azure
Tenant StringId - Azure Tenant ID
- dynamic
Secret StringAzure Id - The ID of this resource.
- encryption
Key StringName - Encrypt dynamic secret details with following key
- name String
- Dynamic secret name
- password
Length String - The length of the password to be generated
- secure
Access StringEnable - Enable/Disable secure remote access, [true/false]
- secure
Access StringUrl - secure
Access BooleanWeb - Enable Web Secure Remote Access
- secure
Access BooleanWeb Browsing - Secure browser via Akeyless Web Access Bastion
- List<String>
- List of the tags attached to this secret. To specify multiple tags use argument multiple times: --tag Tag1 --tag Tag2
- target
Name String - Name of existing target to use in dynamic secret creation
- user
Group StringObj Id - Azure AD User Group Object ID (required if selected Portal access)
- user
Portal BooleanAccess - Enable Azure AD user portal access
- user
Principal StringName - Azure AD User Principal Name (required if selected Portal access)
- user
Programmatic BooleanAccess - Enable Azure AD user programmatic access
- user
Role StringTemplate Id - Azure AD User Role Template ID (required if selected Portal access)
- user
Ttl String - User TTL
Outputs
All input properties are implicitly available as output properties. Additionally, the DynamicSecretAzure 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 DynamicSecretAzure Resource
Get an existing DynamicSecretAzure 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?: DynamicSecretAzureState, opts?: CustomResourceOptions): DynamicSecretAzure
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
app_obj_id: Optional[str] = None,
azure_client_id: Optional[str] = None,
azure_client_secret: Optional[str] = None,
azure_tenant_id: Optional[str] = None,
dynamic_secret_azure_id: Optional[str] = None,
encryption_key_name: Optional[str] = None,
name: Optional[str] = None,
password_length: Optional[str] = None,
secure_access_enable: Optional[str] = None,
secure_access_url: Optional[str] = None,
secure_access_web: Optional[bool] = None,
secure_access_web_browsing: Optional[bool] = None,
tags: Optional[Sequence[str]] = None,
target_name: Optional[str] = None,
user_group_obj_id: Optional[str] = None,
user_portal_access: Optional[bool] = None,
user_principal_name: Optional[str] = None,
user_programmatic_access: Optional[bool] = None,
user_role_template_id: Optional[str] = None,
user_ttl: Optional[str] = None) -> DynamicSecretAzure
func GetDynamicSecretAzure(ctx *Context, name string, id IDInput, state *DynamicSecretAzureState, opts ...ResourceOption) (*DynamicSecretAzure, error)
public static DynamicSecretAzure Get(string name, Input<string> id, DynamicSecretAzureState? state, CustomResourceOptions? opts = null)
public static DynamicSecretAzure get(String name, Output<String> id, DynamicSecretAzureState state, CustomResourceOptions options)
resources: _: type: akeyless:DynamicSecretAzure 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.
- App
Obj stringId - Azure App Object ID (required if selected programmatic access)
- Azure
Client stringId - Azure Client ID (Application ID)
- Azure
Client stringSecret - Azure AD Client Secret
- Azure
Tenant stringId - Azure Tenant ID
- Dynamic
Secret stringAzure Id - The ID of this resource.
- Encryption
Key stringName - Encrypt dynamic secret details with following key
- Name string
- Dynamic secret name
- Password
Length string - The length of the password to be generated
- Secure
Access stringEnable - Enable/Disable secure remote access, [true/false]
- Secure
Access stringUrl - Secure
Access boolWeb - Enable Web Secure Remote Access
- Secure
Access boolWeb Browsing - Secure browser via Akeyless Web Access Bastion
- List<string>
- List of the tags attached to this secret. To specify multiple tags use argument multiple times: --tag Tag1 --tag Tag2
- Target
Name string - Name of existing target to use in dynamic secret creation
- User
Group stringObj Id - Azure AD User Group Object ID (required if selected Portal access)
- User
Portal boolAccess - Enable Azure AD user portal access
- User
Principal stringName - Azure AD User Principal Name (required if selected Portal access)
- User
Programmatic boolAccess - Enable Azure AD user programmatic access
- User
Role stringTemplate Id - Azure AD User Role Template ID (required if selected Portal access)
- User
Ttl string - User TTL
- App
Obj stringId - Azure App Object ID (required if selected programmatic access)
- Azure
Client stringId - Azure Client ID (Application ID)
- Azure
Client stringSecret - Azure AD Client Secret
- Azure
Tenant stringId - Azure Tenant ID
- Dynamic
Secret stringAzure Id - The ID of this resource.
- Encryption
Key stringName - Encrypt dynamic secret details with following key
- Name string
- Dynamic secret name
- Password
Length string - The length of the password to be generated
- Secure
Access stringEnable - Enable/Disable secure remote access, [true/false]
- Secure
Access stringUrl - Secure
Access boolWeb - Enable Web Secure Remote Access
- Secure
Access boolWeb Browsing - Secure browser via Akeyless Web Access Bastion
- []string
- List of the tags attached to this secret. To specify multiple tags use argument multiple times: --tag Tag1 --tag Tag2
- Target
Name string - Name of existing target to use in dynamic secret creation
- User
Group stringObj Id - Azure AD User Group Object ID (required if selected Portal access)
- User
Portal boolAccess - Enable Azure AD user portal access
- User
Principal stringName - Azure AD User Principal Name (required if selected Portal access)
- User
Programmatic boolAccess - Enable Azure AD user programmatic access
- User
Role stringTemplate Id - Azure AD User Role Template ID (required if selected Portal access)
- User
Ttl string - User TTL
- app
Obj StringId - Azure App Object ID (required if selected programmatic access)
- azure
Client StringId - Azure Client ID (Application ID)
- azure
Client StringSecret - Azure AD Client Secret
- azure
Tenant StringId - Azure Tenant ID
- dynamic
Secret StringAzure Id - The ID of this resource.
- encryption
Key StringName - Encrypt dynamic secret details with following key
- name String
- Dynamic secret name
- password
Length String - The length of the password to be generated
- secure
Access StringEnable - Enable/Disable secure remote access, [true/false]
- secure
Access StringUrl - secure
Access BooleanWeb - Enable Web Secure Remote Access
- secure
Access BooleanWeb Browsing - Secure browser via Akeyless Web Access Bastion
- List<String>
- List of the tags attached to this secret. To specify multiple tags use argument multiple times: --tag Tag1 --tag Tag2
- target
Name String - Name of existing target to use in dynamic secret creation
- user
Group StringObj Id - Azure AD User Group Object ID (required if selected Portal access)
- user
Portal BooleanAccess - Enable Azure AD user portal access
- user
Principal StringName - Azure AD User Principal Name (required if selected Portal access)
- user
Programmatic BooleanAccess - Enable Azure AD user programmatic access
- user
Role StringTemplate Id - Azure AD User Role Template ID (required if selected Portal access)
- user
Ttl String - User TTL
- app
Obj stringId - Azure App Object ID (required if selected programmatic access)
- azure
Client stringId - Azure Client ID (Application ID)
- azure
Client stringSecret - Azure AD Client Secret
- azure
Tenant stringId - Azure Tenant ID
- dynamic
Secret stringAzure Id - The ID of this resource.
- encryption
Key stringName - Encrypt dynamic secret details with following key
- name string
- Dynamic secret name
- password
Length string - The length of the password to be generated
- secure
Access stringEnable - Enable/Disable secure remote access, [true/false]
- secure
Access stringUrl - secure
Access booleanWeb - Enable Web Secure Remote Access
- secure
Access booleanWeb Browsing - Secure browser via Akeyless Web Access Bastion
- string[]
- List of the tags attached to this secret. To specify multiple tags use argument multiple times: --tag Tag1 --tag Tag2
- target
Name string - Name of existing target to use in dynamic secret creation
- user
Group stringObj Id - Azure AD User Group Object ID (required if selected Portal access)
- user
Portal booleanAccess - Enable Azure AD user portal access
- user
Principal stringName - Azure AD User Principal Name (required if selected Portal access)
- user
Programmatic booleanAccess - Enable Azure AD user programmatic access
- user
Role stringTemplate Id - Azure AD User Role Template ID (required if selected Portal access)
- user
Ttl string - User TTL
- app_
obj_ strid - Azure App Object ID (required if selected programmatic access)
- azure_
client_ strid - Azure Client ID (Application ID)
- azure_
client_ strsecret - Azure AD Client Secret
- azure_
tenant_ strid - Azure Tenant ID
- dynamic_
secret_ strazure_ id - The ID of this resource.
- encryption_
key_ strname - Encrypt dynamic secret details with following key
- name str
- Dynamic secret name
- password_
length str - The length of the password to be generated
- secure_
access_ strenable - Enable/Disable secure remote access, [true/false]
- secure_
access_ strurl - secure_
access_ boolweb - Enable Web Secure Remote Access
- secure_
access_ boolweb_ browsing - Secure browser via Akeyless Web Access Bastion
- Sequence[str]
- List of the tags attached to this secret. To specify multiple tags use argument multiple times: --tag Tag1 --tag Tag2
- target_
name str - Name of existing target to use in dynamic secret creation
- user_
group_ strobj_ id - Azure AD User Group Object ID (required if selected Portal access)
- user_
portal_ boolaccess - Enable Azure AD user portal access
- user_
principal_ strname - Azure AD User Principal Name (required if selected Portal access)
- user_
programmatic_ boolaccess - Enable Azure AD user programmatic access
- user_
role_ strtemplate_ id - Azure AD User Role Template ID (required if selected Portal access)
- user_
ttl str - User TTL
- app
Obj StringId - Azure App Object ID (required if selected programmatic access)
- azure
Client StringId - Azure Client ID (Application ID)
- azure
Client StringSecret - Azure AD Client Secret
- azure
Tenant StringId - Azure Tenant ID
- dynamic
Secret StringAzure Id - The ID of this resource.
- encryption
Key StringName - Encrypt dynamic secret details with following key
- name String
- Dynamic secret name
- password
Length String - The length of the password to be generated
- secure
Access StringEnable - Enable/Disable secure remote access, [true/false]
- secure
Access StringUrl - secure
Access BooleanWeb - Enable Web Secure Remote Access
- secure
Access BooleanWeb Browsing - Secure browser via Akeyless Web Access Bastion
- List<String>
- List of the tags attached to this secret. To specify multiple tags use argument multiple times: --tag Tag1 --tag Tag2
- target
Name String - Name of existing target to use in dynamic secret creation
- user
Group StringObj Id - Azure AD User Group Object ID (required if selected Portal access)
- user
Portal BooleanAccess - Enable Azure AD user portal access
- user
Principal StringName - Azure AD User Principal Name (required if selected Portal access)
- user
Programmatic BooleanAccess - Enable Azure AD user programmatic access
- user
Role StringTemplate Id - Azure AD User Role Template ID (required if selected Portal access)
- user
Ttl String - User TTL
Package Details
- Repository
- akeyless akeyless-community/terraform-provider-akeyless
- License
- Notes
- This Pulumi package is based on the
akeyless
Terraform Provider.