Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1ExecutionIdentity
- Inherits:
-
Object
- Object
- Google::Apis::DataplexV1::GoogleCloudDataplexV1ExecutionIdentity
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dataplex_v1/classes.rb,
lib/google/apis/dataplex_v1/representations.rb,
lib/google/apis/dataplex_v1/representations.rb
Overview
The identity to run the datascan.
Instance Attribute Summary collapse
-
#dataplex_service_agent ⇒ Google::Apis::DataplexV1::GoogleCloudDataplexV1ExecutionIdentityDataplexServiceAgent
The Dataplex service agent associated with the user's project.
-
#service_account ⇒ Google::Apis::DataplexV1::GoogleCloudDataplexV1ExecutionIdentityServiceAccount
The service account Corresponds to the JSON property
serviceAccount. -
#user_credential ⇒ Google::Apis::DataplexV1::GoogleCloudDataplexV1ExecutionIdentityUserCredential
The credential of the calling user.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDataplexV1ExecutionIdentity
constructor
A new instance of GoogleCloudDataplexV1ExecutionIdentity.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDataplexV1ExecutionIdentity
Returns a new instance of GoogleCloudDataplexV1ExecutionIdentity.
7014 7015 7016 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 7014 def initialize(**args) update!(**args) end |
Instance Attribute Details
#dataplex_service_agent ⇒ Google::Apis::DataplexV1::GoogleCloudDataplexV1ExecutionIdentityDataplexServiceAgent
The Dataplex service agent associated with the user's project.
Corresponds to the JSON property dataplexServiceAgent
7002 7003 7004 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 7002 def dataplex_service_agent @dataplex_service_agent end |
#service_account ⇒ Google::Apis::DataplexV1::GoogleCloudDataplexV1ExecutionIdentityServiceAccount
The service account
Corresponds to the JSON property serviceAccount
7007 7008 7009 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 7007 def service_account @service_account end |
#user_credential ⇒ Google::Apis::DataplexV1::GoogleCloudDataplexV1ExecutionIdentityUserCredential
The credential of the calling user.
Corresponds to the JSON property userCredential
7012 7013 7014 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 7012 def user_credential @user_credential end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7019 7020 7021 7022 7023 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 7019 def update!(**args) @dataplex_service_agent = args[:dataplex_service_agent] if args.key?(:dataplex_service_agent) @service_account = args[:service_account] if args.key?(:service_account) @user_credential = args[:user_credential] if args.key?(:user_credential) end |