CreateBtpCloudFoundryCredentialsInput
No description
input CreateBtpCloudFoundryCredentialsInput {
purposeId: ID!
shared: Boolean
canDecrypt: Boolean
name: String
username: String
password: String
origin: String
}
No description
input CreateBtpCloudFoundryCredentialsInput {
purposeId: ID!
shared: Boolean
canDecrypt: Boolean
name: String
username: String
password: String
origin: String
}
CreateBtpCloudFoundryCredentialsInput.purposeId ● ID! non-null scalarCreateBtpCloudFoundryCredentialsInput.shared ● Boolean scalarCreateBtpCloudFoundryCredentialsInput.canDecrypt ● Boolean scalarCreateBtpCloudFoundryCredentialsInput.name ● String scalarCreateBtpCloudFoundryCredentialsInput.username ● String scalarCreateBtpCloudFoundryCredentialsInput.password ● String scalarCreateBtpCloudFoundryCredentialsInput.origin ● String scalar