Class: Google::Apis::BackupdrV1::WorkforceIdentityBasedManagementUri
- Inherits:
-
Object
- Object
- Google::Apis::BackupdrV1::WorkforceIdentityBasedManagementUri
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/backupdr_v1/classes.rb,
lib/google/apis/backupdr_v1/representations.rb,
lib/google/apis/backupdr_v1/representations.rb
Overview
ManagementURI depending on the Workforce Identity i.e. either 1p or 3p.
Instance Attribute Summary collapse
-
#first_party_management_uri ⇒ String
Output only.
-
#third_party_management_uri ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ WorkforceIdentityBasedManagementUri
constructor
A new instance of WorkforceIdentityBasedManagementUri.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ WorkforceIdentityBasedManagementUri
Returns a new instance of WorkforceIdentityBasedManagementUri.
3958 3959 3960 |
# File 'lib/google/apis/backupdr_v1/classes.rb', line 3958 def initialize(**args) update!(**args) end |
Instance Attribute Details
#first_party_management_uri ⇒ String
Output only. First party Management URI for Google Identities.
Corresponds to the JSON property firstPartyManagementUri
3951 3952 3953 |
# File 'lib/google/apis/backupdr_v1/classes.rb', line 3951 def first_party_management_uri @first_party_management_uri end |
#third_party_management_uri ⇒ String
Output only. Third party Management URI for External Identity Providers.
Corresponds to the JSON property thirdPartyManagementUri
3956 3957 3958 |
# File 'lib/google/apis/backupdr_v1/classes.rb', line 3956 def third_party_management_uri @third_party_management_uri end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3963 3964 3965 3966 |
# File 'lib/google/apis/backupdr_v1/classes.rb', line 3963 def update!(**args) @first_party_management_uri = args[:first_party_management_uri] if args.key?(:first_party_management_uri) @third_party_management_uri = args[:third_party_management_uri] if args.key?(:third_party_management_uri) end |