Class: Google::Apis::ProdTtSasportalV1alpha1::SasPortalCheckHasProvisionedDeploymentResponse
- Inherits:
-
Object
- Object
- Google::Apis::ProdTtSasportalV1alpha1::SasPortalCheckHasProvisionedDeploymentResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/prod_tt_sasportal_v1alpha1/classes.rb,
lib/google/apis/prod_tt_sasportal_v1alpha1/representations.rb,
lib/google/apis/prod_tt_sasportal_v1alpha1/representations.rb
Overview
Response for [CheckHasProvisionedDeployment]. [spectrum.sas.portal.v1alpha1. Provisioning.CheckHasProvisionedDeployment].
Instance Attribute Summary collapse
-
#has_provisioned_deployment ⇒ Boolean
(also: #has_provisioned_deployment?)
Whether a SAS deployment for the authentication context exists.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SasPortalCheckHasProvisionedDeploymentResponse
constructor
A new instance of SasPortalCheckHasProvisionedDeploymentResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ SasPortalCheckHasProvisionedDeploymentResponse
Returns a new instance of SasPortalCheckHasProvisionedDeploymentResponse.
89 90 91 |
# File 'lib/google/apis/prod_tt_sasportal_v1alpha1/classes.rb', line 89 def initialize(**args) update!(**args) end |
Instance Attribute Details
#has_provisioned_deployment ⇒ Boolean Also known as: has_provisioned_deployment?
Whether a SAS deployment for the authentication context exists.
Corresponds to the JSON property hasProvisionedDeployment
86 87 88 |
# File 'lib/google/apis/prod_tt_sasportal_v1alpha1/classes.rb', line 86 def has_provisioned_deployment @has_provisioned_deployment end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
94 95 96 |
# File 'lib/google/apis/prod_tt_sasportal_v1alpha1/classes.rb', line 94 def update!(**args) @has_provisioned_deployment = args[:has_provisioned_deployment] if args.key?(:has_provisioned_deployment) end |