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
Within the DeploymentResource object, the DeployedBy and DeployedByID properties both have public getters and setters.
However, setting these values has no effect on the resulting object returned from the API, they always switch back to (I'm assuming) the user whose API key has been used.
This was causing us an issue when creating child deployments: a user created the parent deployment which was stamped with their login details, but as a service account is used to create the child deployments, it is difficult to determine who launched them when reviewing logs.
If these properties have no effect on the resultant deployment resource, they should be labelled "Output Only" or similar, or have the setters made private.
The text was updated successfully, but these errors were encountered:
Within the DeploymentResource object, the DeployedBy and DeployedByID properties both have public getters and setters.
However, setting these values has no effect on the resulting object returned from the API, they always switch back to (I'm assuming) the user whose API key has been used.
This was causing us an issue when creating child deployments: a user created the parent deployment which was stamped with their login details, but as a service account is used to create the child deployments, it is difficult to determine who launched them when reviewing logs.
If these properties have no effect on the resultant deployment resource, they should be labelled "Output Only" or similar, or have the setters made private.
The text was updated successfully, but these errors were encountered: