# Get Asset

Orchestrator'dan varlık bilgilerini key-value dictionary olarak getirir.



---

### :arrow_left:**GİRDİ**

| **Parametre** | **Tip** | **Zorunlu** | **Açıklama** |
|-----------|-----|---------|----------|
| `Name`    | `String` | ✅Evet   | Varlık adı |



---

### :arrow_right:**ÇIKTI**

| **Parametre** | **Tip** | **Açıklama** |
|-----------|-----|----------|
| `GetAssetResult` | `Dictionary<string, string>` | Varlık değişkenleri |
| `IsGetAssetSuccessful` | `Boolean`   | Başarı durumu |
| `GetAssetMessage` | `String` | Sonuç mesajı |



---

### :arrow_down:**DİĞER**

| **Parametre** | **Tip** | **Varsayılan** | **Açıklama** |
|-----------|-----|------------|----------|
| `ThrowException` | `Boolean`   | ❌Hayır     | Hata durumunda exception fırlat |