You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|<a name="input_additional_permissions"></a> [additional\_permissions](#input\_additional\_permissions) | Additional Subscription-Level Permissions that the SPP needs | `list(string)` | `[]` | no |
119
+
|<a name="input_additional_required_resource_accesses"></a> [additional\_required\_resource\_accesses](#input\_additional\_required\_resource\_accesses) | Additional AAD-Level Resource Accesses the customer needs | `list(object({ resource_app_id = string, resource_accesses = list(object({ id = string, type = string })) }))` | `[]` | no |
120
+
|<a name="input_idplookup_enabled"></a> [idplookup\_enabled](#input\_idplookup\_enabled) | Whether to create idplookup SPP or not. | `bool` | `true` | no |
121
+
|<a name="input_kraken_enabled"></a> [kraken\_enabled](#input\_kraken\_enabled) | Whether to create kraken SPP or not. | `bool` | `true` | no |
122
+
|<a name="input_mgmt_group_name"></a> [mgmt\_group\_name](#input\_mgmt\_group\_name) | The name or UUID of the Management Group. | `string` | n/a | yes |
123
+
|<a name="input_replicator_enabled"></a> [replicator\_enabled](#input\_replicator\_enabled) | Whether to create replicator SPP or not. | `bool` | `true` | no |
124
+
|<a name="input_spp_name_suffix"></a> [spp\_name\_suffix](#input\_spp\_name\_suffix) | Service principal name suffix. | `string` | n/a | yes |
125
+
|<a name="input_subscriptions"></a> [subscriptions](#input\_subscriptions) | The scope to which UAMI blueprint service principal role assignment is applied. | `list(any)` | `[]` | no |
126
+
127
+
## Outputs
128
+
129
+
| Name | Description |
130
+
|------|-------------|
131
+
|<a name="output_idp_lookup_spp"></a> [idp\_lookup\_spp](#output\_idp\_lookup\_spp) | IDP Lookup Service Principal. |
132
+
|<a name="output_idp_lookup_spp_password"></a> [idp\_lookup\_spp\_password](#output\_idp\_lookup\_spp\_password) | Password for IDP Lookup Service Principal. |
133
+
|<a name="output_kraken_spp"></a> [kraken\_spp](#output\_kraken\_spp) | Kraken Service Principal. |
134
+
|<a name="output_kraken_spp_password"></a> [kraken\_spp\_password](#output\_kraken\_spp\_password) | Password for Kraken Service Principal. |
135
+
|<a name="output_replicator_spp"></a> [replicator\_spp](#output\_replicator\_spp) | Replicator Service Principal. |
136
+
|<a name="output_replicator_spp_password"></a> [replicator\_spp\_password](#output\_replicator\_spp\_password) | Password for Replicator Service Principal. |
137
+
|<a name="output_uami_blueprint_user_principal"></a> [uami\_blueprint\_user\_principal](#output\_uami\_blueprint\_user\_principal) | UAMI Blueprint Assignment Service Principal. |
138
+
|<a name="output_uami_blueprint_user_principal_password"></a> [uami\_blueprint\_user\_principal\_password](#output\_uami\_blueprint\_user\_principal\_password) | Password for UAMI Blueprint Assignment Service Principal. |
| <aname="input_scope"></a> [scope](#input\_scope)| The scope to which SPP permissions should be assigned to. Usually this is a management group that sits atop the subscriptions |`string`| n/a | yes |
35
+
| <aname="input_spp_name_suffix"></a> [spp\_name\_suffix](#input\_spp\_name\_suffix)| Service principal name suffix. |`string`| n/a | yes |
| <aname="output_service_principal_password"></a> [service\_principal\_password](#output\_service\_principal\_password)| Password for the Service Principal. |
| <aname="input_scope"></a> [scope](#input\_scope)| The scope to which SPP permissions should be assigned to. Usually this is a management group that sits atop the subscriptions |`string`| n/a | yes |
39
+
| <aname="input_spp_name_suffix"></a> [spp\_name\_suffix](#input\_spp\_name\_suffix)| Service principal name suffix. |`string`| n/a | yes |
| <aname="output_service_principal_password"></a> [service\_principal\_password](#output\_service\_principal\_password)| Password for the Service Principal. |
| <aname="input_additional_permissions"></a> [additional\_permissions](#input\_additional\_permissions)| Additional Subscription-Level Permissions that the SPP needs |`list(string)`|`[]`| no |
38
+
| <aname="input_additional_required_resource_accesses"></a> [additional\_required\_resource\_accesses](#input\_additional\_required\_resource\_accesses)| Additional AAD-Level Resource Accesses the customer needs |`list(object({ resource_app_id = string, resource_accesses = list(object({ id = string, type = string })) }))`|`[]`| no |
39
+
| <aname="input_scope"></a> [scope](#input\_scope)| The scope to which SPP permissions should be assigned to. Usually this is a management group that sits atop the subscriptions |`string`| n/a | yes |
40
+
| <aname="input_spp_name_suffix"></a> [spp\_name\_suffix](#input\_spp\_name\_suffix)| Service principal name suffix. |`string`| n/a | yes |
| <aname="output_service_principal_password"></a> [service\_principal\_password](#output\_service\_principal\_password)| Password for the Service Principal. |
| <aname="input_spp_name_suffix"></a> [spp\_name\_suffix](#input\_spp\_name\_suffix)| Service principal name suffix. |`string`| n/a | yes |
37
+
| <aname="input_subscriptions"></a> [subscriptions](#input\_subscriptions)| The scope to which UAMI blueprint service principal role assignment is applied. |`list(any)`| n/a | yes |
0 commit comments