Class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ServiceIssuersMapping

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/apigee_v1/classes.rb,
generated/google/apis/apigee_v1/representations.rb,
generated/google/apis/apigee_v1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudApigeeV1ServiceIssuersMapping

Returns a new instance of GoogleCloudApigeeV1ServiceIssuersMapping.



5477
5478
5479
# File 'generated/google/apis/apigee_v1/classes.rb', line 5477

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#email_idsArray<String>

List of trusted issuer email ids. Corresponds to the JSON property emailIds

Returns:

  • (Array<String>)


5470
5471
5472
# File 'generated/google/apis/apigee_v1/classes.rb', line 5470

def email_ids
  @email_ids
end

#serviceString

String indicating the Apigee service name. Corresponds to the JSON property service

Returns:

  • (String)


5475
5476
5477
# File 'generated/google/apis/apigee_v1/classes.rb', line 5475

def service
  @service
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5482
5483
5484
5485
# File 'generated/google/apis/apigee_v1/classes.rb', line 5482

def update!(**args)
  @email_ids = args[:email_ids] if args.key?(:email_ids)
  @service = args[:service] if args.key?(:service)
end