Skip to main content

BtpCloudFoundryCredentials

No description

type BtpCloudFoundryCredentials implements CredentialsBase {
id: ID!
key: String!
shared: Boolean!
canDecrypt: Boolean
system: MonitoredSystem
purpose: CredentialsPurpose
name: String
username: String
password: String
origin: String
}

Fields

BtpCloudFoundryCredentials.id ● ID! non-null scalar

This credentials ID

BtpCloudFoundryCredentials.key ● String! non-null scalar

Identifies to credentials with a purpose and should be used in set... and delete.. credential operations.

BtpCloudFoundryCredentials.shared ● Boolean! non-null scalar

The shared flag (true for global credentials)

BtpCloudFoundryCredentials.canDecrypt ● Boolean scalar

BtpCloudFoundryCredentials.system ● MonitoredSystem interface

If there is a monitored system associated this field can return it.

BtpCloudFoundryCredentials.purpose ● CredentialsPurpose object

The purpose of this credentials.

BtpCloudFoundryCredentials.name ● String scalar

BtpCloudFoundryCredentials.username ● String scalar

BtpCloudFoundryCredentials.password ● String scalar

BtpCloudFoundryCredentials.origin ● String scalar

Interfaces

CredentialsBase interface

Member Of

CreateBtpCloudFoundryCredentialsPayload object ● UpdateBtpCloudFoundryCredentialsPayload object