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

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ProductSigningCertificate

Returns a new instance of ProductSigningCertificate



2059
2060
2061
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 2059

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)


2052
2053
2054
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 2052

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)


2057
2058
2059
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 2057

def certificate_hash_sha256
  @certificate_hash_sha256
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2064
2065
2066
2067
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 2064

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