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