Google Cloud Appengine Admin V1 Client - Class AuthorizedCertificateView (1.2.2)

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 \ V1

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
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;