dynamicSecretUpdateAzure is a command that updates azure dynamic secret
| Name | Type | Description | Notes |
|---|---|---|---|
| AppObjId | string | Azure App Object Id | [optional] |
| AzureAdministrativeUnit | string | Azure AD administrative unit (relevant only when azure-user-portal-access=true) | [optional] |
| AzureClientId | string | Azure Client ID | [optional] |
| AzureClientSecret | string | Azure Client Secret | [optional] |
| AzureTenantId | string | Azure Tenant ID | [optional] |
| CustomUsernameTemplate | string | Customize how temporary usernames are generated using go template | [optional] |
| DeleteProtection | string | Protection from accidental deletion of this object [true/false] | [optional] |
| Description | string | Description of the object | [optional] |
| FixedUserClaimKeyname | string | FixedUserClaimKeyname | [optional] [default to "false"] |
| FixedUserOnly | bool | Fixed user | [optional] [default to false] |
| ItemCustomFields | Dictionary<string, string> | Additional custom fields to associate with the item | [optional] |
| Json | bool | Set output format to JSON | [optional] [default to false] |
| Name | string | Dynamic secret name | |
| NewName | string | Dynamic secret name | [optional] |
| PasswordLength | string | The length of the password to be generated | [optional] |
| ProducerEncryptionKeyName | string | Dynamic secret encryption key | [optional] |
| SecureAccessEnable | string | Enable/Disable secure remote access [true/false] | [optional] |
| SecureAccessUrl | string | Destination URL to inject secrets | [optional] |
| SecureAccessWeb | bool | Enable Web Secure Remote Access | [optional] [default to true] |
| SecureAccessWebBrowsing | bool | Secure browser via Akeyless's Secure Remote Access (SRA) | [optional] [default to false] |
| SecureAccessWebProxy | bool | Web-Proxy via Akeyless's Secure Remote Access (SRA) | [optional] [default to false] |
| Tags | List<string> | Add tags attached to this object | [optional] |
| TargetName | string | Target name | [optional] |
| Token | string | Authentication token (see `/auth` and `/configure`) | [optional] |
| UidToken | string | The universal identity token, Required only for universal_identity authentication | [optional] |
| UserGroupObjId | string | User Group Object Id | [optional] |
| UserPortalAccess | bool | Azure User portal access | [optional] [default to false] |
| UserPrincipalName | string | User Principal Name | [optional] |
| UserProgrammaticAccess | bool | Azure User programmatic access | [optional] [default to false] |
| UserRoleTemplateId | string | User Role Template Id | [optional] |
| UserTtl | string | User TTL | [optional] [default to "60m"] |