GoogleNetworkSSLPolicy
No description
type GoogleNetworkSSLPolicy {
resourceId: ResourceID!
createdAt: DateTime!
customFeatures: [String!]!
description: String!
enabledFeatures: [String!]!
fingerprint: String!
id: Uint64!
minimumTlsVersion: GoogleNetworkSSLPolicyMinimumTLSVersion!
name: String!
profile: GoogleNetworkSSLPolicyProfile!
region: String!
selfLink: String!
warnings: [GoogleNetworkSSLPolicyWarning!]!
}
Fields
GoogleNetworkSSLPolicy.resourceId ● ResourceID! non-null scalar
The ID to identify the SSL policy in Shisho Cloud
GoogleNetworkSSLPolicy.createdAt ● DateTime! non-null scalar
The created date/time
GoogleNetworkSSLPolicy.customFeatures ● [String!]! non-null scalar
The list of features enabled when the selected profile is CUSTOM
GoogleNetworkSSLPolicy.description ● String! non-null scalar
The description
GoogleNetworkSSLPolicy.enabledFeatures ● [String!]! non-null scalar
The list of features enabled in the SSL policy
GoogleNetworkSSLPolicy.fingerprint ● String! non-null scalar
Fingerprint of this resource
GoogleNetworkSSLPolicy.id ● Uint64! non-null scalar
The unique ID
GoogleNetworkSSLPolicy.minimumTlsVersion ● GoogleNetworkSSLPolicyMinimumTLSVersion! non-null enum
The minimum version of SSL protocol
GoogleNetworkSSLPolicy.name ● String! non-null scalar
The name The format:
[a-z]([-a-z0-9]*[a-z0-9])?
GoogleNetworkSSLPolicy.profile ● GoogleNetworkSSLPolicyProfile! non-null enum
Specifies the set of SSL features that can be used by the load balancer
GoogleNetworkSSLPolicy.region ● String! non-null scalar
URL of the region where the regional SSL policy resides
GoogleNetworkSSLPolicy.selfLink ● String! non-null scalar
Server-defined URL for the resource
GoogleNetworkSSLPolicy.warnings ● [GoogleNetworkSSLPolicyWarning!]! non-null object
The warning messages
Member of
GoogleNetwork object