Reference documentation and code samples for the Google Cloud Appengine Admin V1 Client class AuthorizedCertificateView.
Fields that should be returned when an AuthorizedCertificate resource is retrieved.
Protobuf type google.appengine.v1.AuthorizedCertificateView
Namespace
Google \ Cloud \ AppEngine \ V1Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
BASIC_CERTIFICATE
Value: 0
Basic certificate information, including applicable domains and expiration date.
Generated from protobuf enum BASIC_CERTIFICATE = 0;
FULL_CERTIFICATE
Value: 1
The information from BASIC_CERTIFICATE
, plus detailed information on the
domain mappings that have this certificate mapped.
Generated from protobuf enum FULL_CERTIFICATE = 1;