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 Helm Chart to template crossplane manifests to manage BTP resources such as Directory, TrustConfiguration and RoleCollection Assignment on BTP.
8
8
@@ -23,11 +23,17 @@ A Helm Chart to template crossplane manifests to manage BTP resources such as Di
23
23
| globalaccountTrustConfigurations[0].name | string | - | Name of the GlobalaccountTrustConfiguration resource - [CRD Browser](https://doc.crds.dev/github.com/SAP/crossplane-provider-btp/security.btp.sap.crossplane.io/GlobalaccountTrustConfiguration/[email protected]?path=metadata). |
24
24
| globalaccountTrustConfigurations[0].writeConnectionSecretToRef | list |`[]`| optional |
25
25
| roleCollectionAssignments | list | object |`roleCollectionAssignments[].` orchestrate [`kind: RoleCollectionAssignment`](https://doc.crds.dev/github.com/SAP/crossplane-provider-btp/security.btp.sap.crossplane.io/RoleCollectionAssignment/[email protected]) of [BTP Accounts](https://help.sap.com/docs/btp/sap-business-technology-platform/account-model). |
26
-
| roleCollectionAssignments[0]| object |`{"apiCredentials":[],"btpSapCrossplaneProviderConfigRefName":"","forProvider":[],"name":"","writeConnectionSecretToRef":[]}`| btpSapCrossplaneProviderConfigRefName defines crossplane provider configuration reference name (identifier) of a [BTP Global Account](https://help.sap.com/docs/btp/sap-business-technology-platform/getting-global-account)! |
27
-
| roleCollectionAssignments[0].apiCredentials | list |`[]`|[apiCredentials](https://doc.crds.dev/github.com/SAP/crossplane-provider-btp/security.btp.sap.crossplane.io/RoleCollectionAssignment/[email protected]) CRD |
26
+
| roleCollectionAssignments[0]| object |`{"apiCredentials":[],"btpSapCrossplaneProviderConfigRefName":"","forProvider":[],"name":"","subaccountApiCredentialRef":[],"writeConnectionSecretToRef":[]}`| btpSapCrossplaneProviderConfigRefName defines crossplane provider configuration reference name (identifier) of a [BTP Global Account](https://help.sap.com/docs/btp/sap-business-technology-platform/getting-global-account)! |
27
+
| roleCollectionAssignments[0].apiCredentials | list |`[]`|optional [apiCredentials](https://doc.crds.dev/github.com/SAP/crossplane-provider-btp/security.btp.sap.crossplane.io/RoleCollectionAssignment/[email protected]) CRD |
28
28
| roleCollectionAssignments[0].forProvider | list |`[]`|[forProvider](https://doc.crds.dev/github.com/SAP/crossplane-provider-btp/security.btp.sap.crossplane.io/RoleCollectionAssignment/[email protected]) CRD |
29
29
| roleCollectionAssignments[0].name | string | - | Name of the RoleCollectionAssignment resource - [CRD Browser](https://doc.crds.dev/github.com/SAP/crossplane-provider-btp/security.btp.sap.crossplane.io/RoleCollectionAssignment/[email protected]?path=metadata). |
30
+
| roleCollectionAssignments[0].subaccountApiCredentialRef | list |`[]`| optional [subaccountApiCredentialRef](https://doc.crds.dev/github.com/SAP/crossplane-provider-btp/security.btp.sap.crossplane.io/RoleCollectionAssignment/[email protected]) CRD |
30
31
| roleCollectionAssignments[0].writeConnectionSecretToRef | list |`[]`| optional |
32
+
| subaccountApiCredentials | list | object |`subaccountApiCredentials[].` orchestrate [`kind: SubaccountApiCredential`](https://doc.crds.dev/github.com/SAP/crossplane-provider-btp/security.btp.sap.crossplane.io/SubaccountApiCredential/[email protected]) of [BTP Accounts](https://help.sap.com/docs/btp/sap-business-technology-platform/account-model). |
33
+
| subaccountApiCredentials[0]| object |`{"btpSapCrossplaneProviderConfigRefName":"","forProvider":[],"name":"","writeConnectionSecretToRef":[]}`| btpSapCrossplaneProviderConfigRefName defines crossplane provider configuration reference name (identifier) of a [BTP Global Account](https://help.sap.com/docs/btp/sap-business-technology-platform/getting-global-account)! |
34
+
| subaccountApiCredentials[0].forProvider | list |`[]`|[forProvider](https://doc.crds.dev/github.com/SAP/crossplane-provider-btp/security.btp.sap.crossplane.io/SubaccountApiCredential/[email protected]) CRD |
35
+
| subaccountApiCredentials[0].name | string | - | Name of the GlobalaccountTrustConfiguration resource - [CRD Browser](https://doc.crds.dev/github.com/SAP/crossplane-provider-btp/security.btp.sap.crossplane.io/SubaccountApiCredential/[email protected]). |
36
+
| subaccountApiCredentials[0].writeConnectionSecretToRef | list |`[]`| optional |
31
37
| subaccountTrustConfigurations | list | object |`subaccountTrustConfigurations[].` orchestrate [`kind: SubaccountTrustConfiguration`](https://doc.crds.dev/github.com/SAP/crossplane-provider-btp/security.btp.sap.crossplane.io/SubaccountTrustConfiguration/[email protected]) of [BTP Accounts](https://help.sap.com/docs/btp/sap-business-technology-platform/account-model). |
32
38
| subaccountTrustConfigurations[0]| object |`{"btpSapCrossplaneProviderConfigRefName":"","forProvider":[],"name":"","writeConnectionSecretToRef":[]}`| btpSapCrossplaneProviderConfigRefName defines crossplane provider configuration reference name (identifier) of a [BTP Global Account](https://help.sap.com/docs/btp/sap-business-technology-platform/getting-global-account)! |
33
39
| subaccountTrustConfigurations[0].forProvider | list |`[]`|[forProvider](https://doc.crds.dev/github.com/SAP/crossplane-provider-btp/security.btp.sap.crossplane.io/SubaccountTrustConfiguration/[email protected]) CRD |
name: {{ required "A valid value is required! (.Values.subaccountApiCredentials[].btpSapCrossplaneProviderConfigRefName)" $item.btpSapCrossplaneProviderConfigRefName | lower }}
14
+
forProvider:
15
+
{{- required "A valid value is required! (.Values.subaccountApiCredentials[].forProvider)" $item.forProvider | toYaml | nindent 4 }}
# -- `subaccountApiCredentials[].` orchestrate [`kind: SubaccountApiCredential`](https://doc.crds.dev/github.com/SAP/crossplane-provider-btp/security.btp.sap.crossplane.io/SubaccountApiCredential/[email protected]) of [BTP Accounts](https://help.sap.com/docs/btp/sap-business-technology-platform/account-model).
47
+
# @default -- object
48
+
subaccountApiCredentials:
49
+
# -- btpSapCrossplaneProviderConfigRefName defines crossplane provider configuration reference name (identifier) of a [BTP Global Account](https://help.sap.com/docs/btp/sap-business-technology-platform/getting-global-account)!
50
+
- btpSapCrossplaneProviderConfigRefName: ""
51
+
# subaccountApiCredentials[0].name -- Name of the GlobalaccountTrustConfiguration resource - [CRD Browser](https://doc.crds.dev/github.com/SAP/crossplane-provider-btp/security.btp.sap.crossplane.io/SubaccountApiCredential/[email protected]).
0 commit comments