SapControlCredentials
############################################################### SAP CONTROL ###############################################################
type SapControlCredentials implements CredentialsBase {
id: ID!
key: String
shared: Boolean!
canDecrypt: Boolean
system: MonitoredSystem
purpose: CredentialsPurpose
name: String
username: String
password: String
privateKey: String
privateKeyPassphrase: String
certificateChain: String
}
Fields
SapControlCredentials.id ● ID! non-null scalar
This credentials ID
SapControlCredentials.key ● String scalar
Identifies to credentials with a purpose and should be used in set... and delete.. credential operations.
SapControlCredentials.shared ● Boolean! non-null scalar
The shared flag (true for global credentials)
SapControlCredentials.canDecrypt ● Boolean scalar
SapControlCredentials.system ● MonitoredSystem interface
If there is a monitored system associated this field can return it.
SapControlCredentials.purpose ● CredentialsPurpose object
The purpose of this credentials.
SapControlCredentials.name ● String scalar
The name for this credentials object.
SapControlCredentials.username ● String scalar
SAP control user.
SapControlCredentials.password ● String scalar
SAP control user password.
SapControlCredentials.privateKey ● String scalar
Private key in PEM format.
SapControlCredentials.privateKeyPassphrase ● String scalar
Private key password.
SapControlCredentials.certificateChain ● String scalar
Certificate chain in PEM format in correct order, root certificate comes last.
Interfaces
CredentialsBase interface
Member Of
CreateSapControlCredentialsPayload object ● SetSapControlCredentialsPayload object ● UpdateSapControlCredentialsPayload object