Skip to main content

RfcAuthenticationCredentials

############################################################### RFC ###############################################################

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

Fields

RfcAuthenticationCredentials.id ● ID! non-null scalar

This credentials ID

RfcAuthenticationCredentials.key ● String scalar

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

RfcAuthenticationCredentials.shared ● Boolean! non-null scalar

The shared flag (true for global credentials)

RfcAuthenticationCredentials.canDecrypt ● Boolean scalar

RfcAuthenticationCredentials.system ● MonitoredSystem interface

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

RfcAuthenticationCredentials.purpose ● CredentialsPurpose object

The purpose of this credentials.

RfcAuthenticationCredentials.name ● String scalar

RfcAuthenticationCredentials.username ● String scalar

RfcAuthenticationCredentials.password ● String scalar

RfcAuthenticationCredentials.client ● String scalar

Interfaces

CredentialsBase interface

Member Of

CreateRfcCredentialsPayload object ● SetRfcCredentialsPayload object ● UpdateRfcCredentialsPayload object