trustedCaCertificates
Returns a list of trusted CA certificates.
- after: returns the trusted CA certificates in the list that come after the specified cursor
- before: returns the trusted CA certificates in the list that come before the specified cursor
- first: returns the first _n_ trusted CA certificates from the list
- last: returns the last _n_ trusted CA certificates from the list
trustedCaCertificates(
after: String
before: String
first: Int
last: Int
): TrustedCaCertificatesConnection
Arguments
trustedCaCertificates.after ● String scalar
trustedCaCertificates.before ● String scalar
trustedCaCertificates.first ● Int scalar
trustedCaCertificates.last ● Int scalar
Type
TrustedCaCertificatesConnection object
TrustedCaCertificatesConnection is used to provide pagination to trusted CA certificates