{
- if (isCopied) {
- return;
- }
+
+ {`Service account ID must be suffixed with "${expectedAccountIdSuffix}"`}
+
+ {
+ if (isCopied) {
+ return;
+ }
- navigator.clipboard.writeText(expectedAccountIdSuffix);
+ navigator.clipboard.writeText(expectedAccountIdSuffix);
- createNotification({
- text: "Copied to clipboard",
- type: "info"
- });
+ createNotification({
+ text: "Copied to clipboard",
+ type: "info"
+ });
- toggleIsCopied(2000);
- }}
- className="hover:bg-bunker-100/10"
- >
-
-
-
+ toggleIsCopied(2000);
+ }}
+ className="hover:bg-bunker-100/10"
+ >
+
+
+
+
+
+ Example:
+
+ {`service-account-${expectedAccountIdSuffix}@my-project.iam.gserviceaccount.com`}
+
+
>
}
>