class Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1IdentityMappingStore

Identity Mapping Store which contains Identity Mapping Entries.

def initialize(**args)

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

def update!(**args)

Update properties of this object
def update!(**args)
  @cmek_config = args[:cmek_config] if args.key?(:cmek_config)
  @kms_key_name = args[:kms_key_name] if args.key?(:kms_key_name)
  @name = args[:name] if args.key?(:name)
end