> For the complete documentation index, see [llms.txt](https://docs.saml.to/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.saml.to/configuration/reference/substitutions.md).

# Substitutions

{% hint style="info" %}
Missing something? Let us know by [filing an issue](https://github.com/saml-to/cli/issues/new/choose)!
{% endhint %}

## User Data

`<#= user.fullName #>`

`<#= user.firstName #>`

`<#= user.lastName #>`

`<#= user.email #>`

`<#= user.selectedRole #>`

`<#= user.github.id #>`

`<#= user.github.login #>`

## Repository Data

`<#= repo.fullName #>` (includes `org/`)

`<#= repo.name #>` (excludes `org/`)

`<#= repo.email #>`

`<#= repo.selectedRole #>`

## Provider Data

`<#= provider.variables.VARIABLE_NAME #>`

This is a 1-1 copy of whatever is in `provider.variables` for the role being assumed.

## System Data

`<#= system.organization #>`

`<#= system.entityId #>`

`<#= system.entityIdUriEncoded #>`

`<#= system.loginUrl #>`

`<#= system.logoutUrl #>`

`<#= system.sessionId #>`

`<#= system.selectedRole #>`
