Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 1.7 KB

Create-New-Template.md

File metadata and controls

49 lines (28 loc) · 1.7 KB

The AnyIdentity Templates page can be found in the Providers page. Administration/PrivilegedAccess/Provider/AnyIdentityTemplates

alt text

Then we create a new template

alt text

We only have the choice to implement 3 actions, each of which will have its own script.

  • Password rotation, to reset account passwords.

  • Heartbeat, to synchronize accounts.

  • Account discovery, for scanning.

alt text

We then determine the fields that the accounts and providers will implement.

Types are:

  • Username - Use as username when linking to an account (Ex : RDP)
  • Password(SecureString) - Use as password when linking to an account (Ex : RDP)
  • Description - For account discovery
  • UniqueIdentifier(String) - Used to determine account uniqueness
  • String
  • Int
  • Bool
  • Sensitive Data(SecureString) - Information that necessitate elevated right to be read or update

The Mandatory field is used to determine if the fields will be required for creation/edition.

alt text

For each action, we insert its script and then we will map the properties of the provider/account that the script needs to work.

Name: Name of the variable in the script.

Source: If the value is provided by the provider or the account.

Property: The source property that will be injected into the script.

alt text

We then create a provider with the new type we created and we can now use it.