Class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaAuthenticationInfo
- Inherits:
-
Object
- Object
- Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaAuthenticationInfo
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/beyondcorp_v1alpha/classes.rb,
lib/google/apis/beyondcorp_v1alpha/representations.rb,
lib/google/apis/beyondcorp_v1alpha/representations.rb
Overview
Message contains the authentication information to validate against the proxy server.
Instance Attribute Summary collapse
-
#encryption_sa_email ⇒ String
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudBeyondcorpPartnerservicesV1alphaAuthenticationInfo
constructor
A new instance of GoogleCloudBeyondcorpPartnerservicesV1alphaAuthenticationInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudBeyondcorpPartnerservicesV1alphaAuthenticationInfo
Returns a new instance of GoogleCloudBeyondcorpPartnerservicesV1alphaAuthenticationInfo.
2134 2135 2136 |
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2134 def initialize(**args) update!(**args) end |
Instance Attribute Details
#encryption_sa_email ⇒ String
Optional. Service Account for encrypting the JWT.
Corresponds to the JSON property encryptionSaEmail
2132 2133 2134 |
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2132 def encryption_sa_email @encryption_sa_email end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2139 2140 2141 |
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2139 def update!(**args) @encryption_sa_email = args[:encryption_sa_email] if args.key?(:encryption_sa_email) end |