Class: Google::Apis::ProdTtSasportalV1alpha1::SasPortalCheckHasProvisionedDeploymentResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_deploymentBoolean Also known as: has_provisioned_deployment?

Whether a SAS deployment for the authentication context exists. Corresponds to the JSON property hasProvisionedDeployment

Returns:

  • (Boolean)


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