createServiceAccount
Create a new service account.
Arguments
Argument Name | Type | Description |
---|---|---|
serviceAccountName |
String |
The service account name. (Required) |
description |
String |
Comment text describing this object that is not interpreted at all by CloudBees Flow. |
deleteServiceAccount
Deletes a service account
Arguments
Argument Name | Type | Description |
---|---|---|
serviceAccountName |
String |
The service account name. (Required) |
getServiceAccount
Retrieve a service account by name.
Arguments
Argument Name | Type | Description |
---|---|---|
serviceAccountName |
String |
The service account name. (Required) |
getServiceAccounts
modifyServiceAccount
Modify an existing service account.
Arguments
Argument Name | Type | Description |
---|---|---|
serviceAccountName |
String |
The service account name. (Required) |
description |
String |
Comment text describing this object that is not interpreted at all by CloudBees Flow. |
newName |
String |
New name for an existing object that is being renamed. |