Class: Google::Apis::AndroidenterpriseV1::ProductSigningCertificate

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/androidenterprise_v1/classes.rb,
generated/google/apis/androidenterprise_v1/representations.rb,
generated/google/apis/androidenterprise_v1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ProductSigningCertificate

Returns a new instance of ProductSigningCertificate.



2229
2230
2231
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 2229

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#certificate_hash_sha1String

The base64 urlsafe encoded SHA1 hash of the certificate. (This field is deprecated in favor of SHA2-256. It should not be used and may be removed at any time.) Corresponds to the JSON property certificateHashSha1

Returns:

  • (String)


2222
2223
2224
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 2222

def certificate_hash_sha1
  @certificate_hash_sha1
end

#certificate_hash_sha256String

The base64 urlsafe encoded SHA2-256 hash of the certificate. Corresponds to the JSON property certificateHashSha256

Returns:

  • (String)


2227
2228
2229
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 2227

def certificate_hash_sha256
  @certificate_hash_sha256
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2234
2235
2236
2237
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 2234

def update!(**args)
  @certificate_hash_sha1 = args[:certificate_hash_sha1] if args.key?(:certificate_hash_sha1)
  @certificate_hash_sha256 = args[:certificate_hash_sha256] if args.key?(:certificate_hash_sha256)
end