OBJECT
Csr
Description
Certificate Signing Request (CSR) information.
link GraphQL Schema definition
- type Csr {
- # City of the Certificate Signing Request.
- : String!
- # Country of the Certificate Signing Request.
- : String!
- # Creation timestamp of the Certificate Signing Request.
- : DateTime
- # Email of the user who created the Certificate Signing Request.
- : String!
- # Content of the Certificate Signing Request.
- : String!
- # The FID of the Certificate Signing Request.
- : UUID!
- # ID of the Certificate Signing Request.
- : Long!
- # Email of the Certificate Signing Request.
- : String!
- # Hostnames for the Certificate Signing Request.
- : [String!]!
- # Name of the Certificate Signing Request.
- : String!
- # Organization of the Certificate Signing Request.
- : String!
- # Organizational Unit of the Certificate Signing Request.
- : String!
- # State of the Certificate Signing Request.
- : String!
- # Surname of the Certificate Signing Request.
- : String!
- # User ID of the Certificate Signing Request.
- : String!
- }